| Commit message (Expand) | Author | Age | Files | Lines |
* | Kill the {nd6_,}useloopback buttons, using the loopback interface for |  mpi | 2014-05-07 | 1 | -6/+2 |
* | tweak previous; |  jmc | 2014-05-04 | 1 | -2/+2 |
* | When kern.nosuidcoredump=3, act like =2 but try to dump cores into |  deraadt | 2014-05-04 | 1 | -2/+3 |
* | zap trailing whitespace; |  jmc | 2014-04-27 | 1 | -3/+3 |
* | Document net.inet6.ip6.dad_pending. |  logan | 2014-04-27 | 1 | -2/+11 |
* | tweak previous; sorry ingo, my review was pretty poor; |  jmc | 2014-04-23 | 1 | -5/+5 |
* | more info about HISTORY; ok jmc@ |  schwarze | 2014-04-23 | 1 | -6/+22 |
* | Oh yeah, MLINKS for errc family |  guenther | 2014-04-22 | 1 | -2/+3 |
* | Add errc/verrc/warnc/vwarnc family: versions of err/... that take the errno |  guenther | 2014-04-22 | 6 | -24/+241 |
* | Add missing description for IPv6 mtudisctimeout sysctl and |  logan | 2014-04-19 | 1 | -2/+9 |
* | Add missing man page descriptions for the following IPv6 sysctls: |  logan | 2014-04-19 | 1 | -2/+27 |
* | Use VM_UVMEXP instead of VM_METER for memory usages and directly |  mpi | 2014-04-08 | 1 | -7/+8 |
* | Use setresuid() and setresgid(). OK guenther@ deraadt@ |  millert | 2014-04-01 | 1 | -7/+8 |
* | lint is dead (long live the lint!), so stop using it as a cpp conditional |  guenther | 2014-03-16 | 1 | -7/+2 |
* | since we are documenting that setpwfile() is no longer available, maybe |  jmc | 2014-03-12 | 1 | -2/+2 |
* | Add ERRORS and STANDARDS, thanks to brad@ for the reminder. |  schwarze | 2014-03-12 | 3 | -20/+162 |
* | Make sure that setgrent(), endgrent(), and endpwent() do not clobber |  schwarze | 2014-03-12 | 2 | -4/+16 |
* | The functions getpw{nam,uid}_r() no longer set errno, not even if an |  schwarze | 2014-03-12 | 1 | -7/+15 |
* | Optimization, no functional change: |  schwarze | 2014-03-10 | 4 | -9/+17 |
* | Fix getpw{nam,uid}{,_r}() errno handling for the non-YP case. |  schwarze | 2014-03-08 | 1 | -6/+15 |
* | If RPP_STDIN is set the prompt is not displayed. |  millert | 2014-03-06 | 1 | -4/+4 |
* | Fix the return values of getpwnam_r(), getpwuid_r(), getgrnam_r(), |  schwarze | 2014-03-05 | 2 | -4/+22 |
* | remove section 2/3 pointers from section 1, |  schwarze | 2014-02-21 | 1 | -4/+3 |
* | Use consistent phrasing for bitmask flags. |  guenther | 2014-01-22 | 1 | -5/+7 |
* | fix a leak in getgrouplist() |  jsg | 2014-01-22 | 1 | -1/+2 |
* | obvious .Pa fixes; found with mandocdb(8) |  schwarze | 2014-01-21 | 21 | -84/+84 |
* | Add missing section numbers to .Xr; found while testing mandocdb(8). |  schwarze | 2014-01-20 | 1 | -9/+8 |
* | Obvious .Xr fixes, found while testing mandocdb(8). |  schwarze | 2014-01-20 | 2 | -8/+8 |
* | Fix one more off-by-one (making it an off-by-two): |  tobias | 2014-01-19 | 1 | -2/+2 |
* | Rename the hidden symbol __elf_fdnlist to __fdnlist, and remove the |  deraadt | 2014-01-19 | 1 | -26/+2 |
* | Usually, you don't want macros in the .Nd line, so remove instances of .Tn |  schwarze | 2014-01-19 | 1 | -7/+4 |
* | Punctuation after macro arguments needs to be in a separate argument. |  schwarze | 2014-01-19 | 1 | -3/+4 |
* | Fix off-by-one on specially crafted /etc/shells file. |  tobias | 2014-01-17 | 1 | -2/+2 |
* | most obvious unsigned char casts for ctype |  deraadt | 2013-11-24 | 7 | -38/+50 |
* | doc nit okay millert@ |  espie | 2013-11-22 | 1 | -3/+3 |
* | In getdiskbyname() set partition size with DL_SETPSIZE(). Make sure |  krw | 2013-11-16 | 1 | -2/+4 |
* | getpwnam_r() and getpwuid_r() reopen the passwd even when called with |  benno | 2013-11-15 | 1 | -7/+3 |
* | put the _readdir_unlocked() prototype in an obvious place |  deraadt | 2013-11-12 | 2 | -4/+4 |
* | ANSI prototypes |  deraadt | 2013-11-12 | 1 | -3/+3 |
* | pull in missing includes (math.h, unistd.h, stdlib.h) needed for |  deraadt | 2013-11-12 | 5 | -5/+11 |
* | pull in stdlib.h as required |  deraadt | 2013-11-12 | 1 | -1/+2 |
* | ttyslot() needs <stdlib.h> |  deraadt | 2013-11-12 | 1 | -2/+3 |
* | Nowadays, seekdir(3) doesn't call _readdir_unlocked(). |  schwarze | 2013-11-06 | 2 | -14/+7 |
* | Search the userland buffer of dirent structures before falling back to |  schwarze | 2013-11-06 | 2 | -26/+46 |
* | Cleanup, no functional change: |  schwarze | 2013-11-05 | 4 | -41/+12 |
* | Make sure seekdir(3) works even when dirp->dd_buf still contains some |  schwarze | 2013-11-05 | 1 | -1/+2 |
* | kill kame version symbols and sysctl |  deraadt | 2013-10-28 | 1 | -7/+2 |
* | close(fd), then set errno |  tedu | 2013-10-25 | 1 | -3/+3 |
* | - add UNIX-domain socket info to struct kinfo_file2 |  guenther | 2013-10-22 | 1 | -22/+10 |
* | catch up with elf(5)/stab(5) removal; |  jmc | 2013-10-20 | 1 | -4/+4 |