| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | all: remove need for `-fcommon` | Dan Cross | 2025-07-25 | 1 | -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 Cross | 2020-01-10 | 1 | -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 > MaxIo | Venkatesh Srinivas | 2009-08-23 | 1 | -2/+5 |
| | | | | | http://codereview.appspot.com/110071 | ||||
| * | venti: disk i/o fixes and tweaks | Russ Cox | 2008-12-23 | 1 | -8/+17 |
| | | |||||
| * | venti: handle symlinks as disks | Russ Cox | 2008-12-06 | 1 | -1/+1 |
| | | |||||
| * | venti: allow plan 9 partitions as disk subnames | Russ Cox | 2008-07-03 | 1 | -190/+103 |
| | | |||||
| * | oops | rsc | 2007-05-03 | 1 | -1/+1 |
| | | |||||
| * | cannot use fadv_random on linux -- too slow | rsc | 2007-04-27 | 1 | -3/+0 |
| | | |||||
| * | add flushpart; avoid O_DIRECT on linux | rsc | 2007-04-27 | 1 | -11/+19 |
| | | |||||
| * | checkpoint | rsc | 2007-04-27 | 1 | -8/+25 |
| | | |||||
| * | sync with mit plan 9 version | rsc | 2007-04-21 | 1 | -5/+11 |
| | | |||||
| * | assorted changes from Plan 9 | rsc | 2006-07-18 | 1 | -6/+254 |
| | | |||||
| * | minor bug fixes (mechiel lukkien, andrey) | rsc | 2006-04-20 | 1 | -1/+1 |
| | | |||||
| * | add text version of install(1) | rsc | 2005-11-28 | 1 | -0/+2 |
| | | |||||
| * | NetBSD-macppc ctype needs uchars. | rsc | 2005-09-09 | 1 | -1/+1 |
| | | |||||
| * | include sys/stat.h for FreeBSD | rsc | 2005-08-11 | 1 | -0/+1 |
| | | |||||
| * | fix ifdef | rsc | 2005-07-20 | 1 | -9/+10 |
| | | |||||
| * | fix freebsd | rsc | 2005-07-19 | 1 | -1/+7 |
| | | |||||
| * | return of venti | rsc | 2005-07-12 | 1 | -0/+383 |
