Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When system calls indicate an error they return -1, not some arbitrary | 2019-06-28 | 1 | -5/+5 | |
| | | | | | | 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. | ||||
* | Use O_CLOEXEC when opening fds local to a function | 2016-08-30 | 1 | -4/+4 | |
| | | | | ok jca@ krw@ | ||||
* | Move to the <limits.h> universe. | 2015-01-16 | 1 | -3/+4 | |
| | | | | review by millert, binary checking process with doug, concept with guenther | ||||
* | sort includes much more sensibly | 2014-06-30 | 1 | -9/+8 | |
| | |||||
* | Teach readlabelfs() how to handle DUIDs. | 2010-11-15 | 1 | -4/+24 | |
| | | | | ok krw@ | ||||
* | Fix off by one comparison. FSMAXTYPES is the last valid index into | 2006-10-02 | 1 | -2/+2 | |
| | | | | | | | | | fstypesnames[], but that entry is NULL. The last valid file system name is at fstypesnames[FSMAXTYPES-1]. Encountered and diagnosed by pedro@. ok pedro@ deraadt@ | ||||
* | label a switch fallthrough | 2004-09-18 | 1 | -1/+2 | |
| | |||||
* | knf; otto ok | 2004-05-28 | 1 | -17/+14 | |
| | |||||
* | fgsch, if you commit without test compiling ONE MORE TIME, I will send a castration team down to argentina | 2002-02-21 | 1 | -2/+2 | |
| | |||||
* | use sizeof w/ defines; niklas@ millert@ ok. | 2002-02-21 | 1 | -3/+3 | |
| | |||||
* | consistently use #include "util.h" not <util.h> since util.h lives in this dir. | 2001-08-16 | 1 | -2/+3 | |
| | |||||
* | -Wall | 1997-11-18 | 1 | -1/+3 | |
| | |||||
* | readlabelfs() takes two arguments now, update prototype, inc major number. | 1996-12-23 | 1 | -8/+15 | |
| | |||||
* | sanitize return value. NULL on failure, always. | 1996-12-04 | 1 | -3/+4 | |
| | |||||
* | Add readlabelfs(). | 1996-12-03 | 1 | -0/+115 | |