Age | Commit message (Expand) | Author |
2013-11-24 | most obvious unsigned char casts for ctype | Theo de Raadt |
2013-11-22 | doc nit okay millert@ | Marc Espie |
2013-11-16 | In getdiskbyname() set partition size with DL_SETPSIZE(). Make sure | Kenneth R Westerback |
2013-11-15 | getpwnam_r() and getpwuid_r() reopen the passwd even when called with | Sebastian Benoit |
2013-11-12 | put the _readdir_unlocked() prototype in an obvious place | Theo de Raadt |
2013-11-12 | ANSI prototypes | Theo de Raadt |
2013-11-12 | pull in missing includes (math.h, unistd.h, stdlib.h) needed for | Theo de Raadt |
2013-11-12 | pull in stdlib.h as required | Theo de Raadt |
2013-11-12 | ttyslot() needs <stdlib.h> | Theo de Raadt |
2013-11-06 | Nowadays, seekdir(3) doesn't call _readdir_unlocked(). | Ingo Schwarze |
2013-11-06 | Search the userland buffer of dirent structures before falling back to | Ingo Schwarze |
2013-11-05 | Cleanup, no functional change: | Ingo Schwarze |
2013-11-05 | Make sure seekdir(3) works even when dirp->dd_buf still contains some | Ingo Schwarze |
2013-10-28 | kill kame version symbols and sysctl | Theo de Raadt |
2013-10-25 | close(fd), then set errno | Ted Unangst |
2013-10-22 | - add UNIX-domain socket info to struct kinfo_file2 | Philip Guenther |
2013-10-20 | catch up with elf(5)/stab(5) removal; | Jason McIntyre |
2013-10-17 | Remove support for a.out and ecoff. We only do elf now. | Theo de Raadt |
2013-10-07 | getdirentries(2) is dead; long live getdents(2)! | Philip Guenther |
2013-10-06 | Remove an unnecessary (void *) cast | Philip Guenther |
2013-10-06 | fdopendir() needs to set dd_curpos so that an immediate telldir() works. | Philip Guenther |
2013-09-30 | Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN, | Todd C. Miller |
2013-08-16 | seekdir()/rewinddir() must update the position returned by telldir() | Philip Guenther |
2013-08-15 | Align stack yp buffers to 64-bit boundaries now, for they might contain | Miod Vallat |
2013-08-14 | some Bx/Ox conversion; | Jason McIntyre |
2013-08-14 | no longer any need to quote macro lines with >9 args; | Jason McIntyre |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-07-31 | remove complete balony description of the setprogname() interface [as | Theo de Raadt |
2013-07-18 | HISTORY; tweaks and ok sobrado@ jmc@ | Ingo Schwarze |
2013-07-17 | more library history | Ingo Schwarze |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-07-06 | functions, not macros; from Daniel Dickman | Jason McIntyre |
2013-07-03 | test LDBL_MANT_DIG == DBL_MANT_DIG instead of hardcoding 53. | Marc Espie |
2013-06-17 | Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options, | Philip Guenther |
2013-06-09 | sort; | Jason McIntyre |
2013-06-09 | Constify the mib argument of sysctl(). | Miod Vallat |
2013-06-09 | add some basic descriptions for the fuse sysctls | Ted Unangst |
2013-06-08 | Add new sysctl for pipex packet input/output queue length and | YASUOKA Masahiko |
2013-06-05 | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | Ted Unangst |
2013-06-02 | Add mentions about net.mpls and net.inet.ip.ifq. | YASUOKA Masahiko |
2013-06-02 | fix id, from brad | Ted Unangst |
2013-06-01 | tweak previous; | Jason McIntyre |
2013-06-01 | reorder syslog params descr to make sense, and minor tweaks, plus jmc@'s | Marc Espie |
2013-06-01 | string.h defines null for us | Ted Unangst |
2013-06-01 | no need to cast null | Ted Unangst |
2013-05-31 | doesn't need any headers | Ted Unangst |
2013-05-31 | minor tweaks | Ted Unangst |
2013-05-31 | fixie | Ted Unangst |
2013-05-31 | Add getprogname() and setprogname() to ease slackers^porters' work. | Antoine Jacoutot |
2013-05-31 | add shm_open and friends which i have been told ports programs would | Ted Unangst |