Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt | |
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. | |||
2016-08-30 | Use O_CLOEXEC when opening fds local to a function | Philip Guenther | |
ok jca@ krw@ | |||
2015-01-16 | Move to the <limits.h> universe. | Theo de Raadt | |
review by millert, binary checking process with doug, concept with guenther | |||
2014-06-30 | sort includes much more sensibly | Theo de Raadt | |
2010-11-15 | Teach readlabelfs() how to handle DUIDs. | Joel Sing | |
ok krw@ | |||
2006-10-02 | Fix off by one comparison. FSMAXTYPES is the last valid index into | Kenneth R Westerback | |
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@ | |||
2004-09-18 | label a switch fallthrough | Theo de Raadt | |
2004-05-28 | knf; otto ok | Theo de Raadt | |
2002-02-21 | fgsch, if you commit without test compiling ONE MORE TIME, I will send a ↵ | Theo de Raadt | |
castration team down to argentina | |||
2002-02-21 | use sizeof w/ defines; niklas@ millert@ ok. | Federico G. Schwindt | |
2001-08-16 | consistently use #include "util.h" not <util.h> since util.h lives in this dir. | Todd C. Miller | |
1997-11-18 | -Wall | Todd C. Miller | |
1996-12-23 | readlabelfs() takes two arguments now, update prototype, inc major number. | Jason Downs | |
1996-12-04 | sanitize return value. NULL on failure, always. | Jason Downs | |
1996-12-03 | Add readlabelfs(). | Jason Downs | |