Age | Commit message (Expand) | Author |
2014-03-16 | lint is dead (long live the lint!), so stop using it as a cpp conditional | Philip Guenther |
2014-03-12 | since we are documenting that setpwfile() is no longer available, maybe | Jason McIntyre |
2014-03-12 | Add ERRORS and STANDARDS, thanks to brad@ for the reminder. | Ingo Schwarze |
2014-03-12 | Make sure that setgrent(), endgrent(), and endpwent() do not clobber | Ingo Schwarze |
2014-03-12 | The functions getpw{nam,uid}_r() no longer set errno, not even if an | Ingo Schwarze |
2014-03-10 | Optimization, no functional change: | Ingo Schwarze |
2014-03-08 | Fix getpw{nam,uid}{,_r}() errno handling for the non-YP case. | Ingo Schwarze |
2014-03-06 | If RPP_STDIN is set the prompt is not displayed. | Todd C. Miller |
2014-03-05 | Fix the return values of getpwnam_r(), getpwuid_r(), getgrnam_r(), | Ingo Schwarze |
2014-02-21 | remove section 2/3 pointers from section 1, | Ingo Schwarze |
2014-01-22 | Use consistent phrasing for bitmask flags. | Philip Guenther |
2014-01-22 | fix a leak in getgrouplist() | Jonathan Gray |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze |
2014-01-20 | Add missing section numbers to .Xr; found while testing mandocdb(8). | Ingo Schwarze |
2014-01-20 | Obvious .Xr fixes, found while testing mandocdb(8). | Ingo Schwarze |
2014-01-19 | Fix one more off-by-one (making it an off-by-two): | Tobias Stoeckmann |
2014-01-19 | Rename the hidden symbol __elf_fdnlist to __fdnlist, and remove the | Theo de Raadt |
2014-01-19 | Usually, you don't want macros in the .Nd line, so remove instances of .Tn | Ingo Schwarze |
2014-01-19 | Punctuation after macro arguments needs to be in a separate argument. | Ingo Schwarze |
2014-01-17 | Fix off-by-one on specially crafted /etc/shells file. | Tobias Stoeckmann |
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 |