summaryrefslogtreecommitdiffstats
path: root/src/cmd/venti/srv/part.c
Commit message (Collapse)AuthorAgeFilesLines
* all: remove need for `-fcommon`Dan Cross2025-07-251-0/+1
| | | | | | | | | | Use `extern` where appropriate so that we can remove `-fcommon` on macOS and others. On macOS, `-fcommon` generates a number of linker warnings. I've tested building on macOS, Linux, FreeBSD, NetBSD, OpenBSD and illumos. I am not in a position to test on AIX or other more esoteric platforms, however.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-12/+7
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* venti: handle FS block size > MaxIoVenkatesh Srinivas2009-08-231-2/+5
| | | | http://codereview.appspot.com/110071
* venti: disk i/o fixes and tweaksRuss Cox2008-12-231-8/+17
|
* venti: handle symlinks as disksRuss Cox2008-12-061-1/+1
|
* venti: allow plan 9 partitions as disk subnamesRuss Cox2008-07-031-190/+103
|
* oopsrsc2007-05-031-1/+1
|
* cannot use fadv_random on linux -- too slowrsc2007-04-271-3/+0
|
* add flushpart; avoid O_DIRECT on linuxrsc2007-04-271-11/+19
|
* checkpointrsc2007-04-271-8/+25
|
* sync with mit plan 9 versionrsc2007-04-211-5/+11
|
* assorted changes from Plan 9rsc2006-07-181-6/+254
|
* minor bug fixes (mechiel lukkien, andrey)rsc2006-04-201-1/+1
|
* add text version of install(1)rsc2005-11-281-0/+2
|
* NetBSD-macppc ctype needs uchars.rsc2005-09-091-1/+1
|
* include sys/stat.h for FreeBSDrsc2005-08-111-0/+1
|
* fix ifdefrsc2005-07-201-9/+10
|
* fix freebsdrsc2005-07-191-1/+7
|
* return of ventirsc2005-07-121-0/+383