Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When system calls indicate an error they return -1, not some arbitrary | 2019-06-28 | 1 | -4/+4 | |
| | | | | | | value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future. | ||||
* | This diff is rather large, but it's just simply removing unnecessary headers | 2016-01-09 | 1 | -3/+4 | |
| | | | | | | | | , remove some lint-style comments, add missing void to functions without args, also some function prototypes (extern) were missing their args, so I added them as they were defined in hack.h OK tb@ on separate diffs | ||||
* | creat() -> open equiv; from Frederic Nowak | 2015-11-11 | 1 | -3/+3 | |
| | |||||
* | Match bwrite()'s prototype with write()'s, zapping a lint comment | 2014-03-11 | 1 | -12/+12 | |
| | | | | Delete casts to char* of arguments to bwrite() and free() | ||||
* | lint is dead (long live the lint!) | 2014-03-11 | 1 | -9/+1 | |
| | |||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -5/+1 | |
| | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | ||||
* | use SEEK_SET; chl@tuxfamily.org | 2006-10-11 | 1 | -3/+3 | |
| | |||||
* | A few more includes discovered in a -fno-builtin compile | 2003-05-19 | 1 | -2/+3 | |
| | |||||
* | De-register, ANSIfy, clean up. | 2003-05-19 | 1 | -27/+28 | |
| | |||||
* | hack is free | 2003-03-16 | 1 | -3/+60 | |
| | | | | | | | | | Thanks to Andries Brouwer, Jay Fenlason and the folks at CWI for their efforts. http://www.cwi.nl/~aeb/games/hack/hack.html ok deraadt@ | ||||
* | Nothing but comments after #endif and #else; heko@iki.fi | 2001-08-06 | 1 | -7/+7 | |
| | |||||
* | $OpenBSD$ | 2001-01-28 | 1 | -1/+3 | |
| | |||||
* | use O_* defines for open(2) flags and include fcntl.h | 1999-08-16 | 1 | -1/+1 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+243 | |