| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | When an RPC client program encounters ENOMEM while trying to print |  schwarze | 2009-06-01 | 1 | -2/+4 |
* | Split getpw{nam,uid} off into their own man page. Hopefully, this |  millert | 2009-06-01 | 3 | -107/+252 |
* | Document AI_NUMERICSERV; feedback and ok millert@ |  jacekm | 2009-05-06 | 1 | -2/+9 |
* | Fix signed vs unsigned issue with memcmp/strncmp where the size parameter |  drahn | 2009-05-03 | 2 | -10/+16 |
* | document that bogus lines are silently ignored |  deraadt | 2009-04-29 | 1 | -2/+3 |
* | Remove the stderr spray balony. Library functions should indicate failure |  deraadt | 2009-04-29 | 1 | -23/+2 |
* | junk space |  deraadt | 2009-04-29 | 1 | -1/+1 |
* | Correct the declaration of the dladdr() stub so that it has the correct |  guenther | 2009-04-22 | 1 | -3/+5 |
* | remove from gen so that lint doesn't check gen if assembly versions |  martynas | 2009-04-21 | 13 | -28/+29 |
* | - ldexp implementation has issues. switch to the one from libm |  martynas | 2009-04-19 | 30 | -3013/+162 |
* | allow building without SHA384 and SHA512 (i.e. SHA256 only) with |  djm | 2009-04-15 | 1 | -2/+5 |
* | document that no leading whitespace is permitted between the option and |  okan | 2009-04-12 | 1 | -3/+5 |
* | accept %F, which actually behaves the same as %f. per C99 |  martynas | 2009-04-05 | 2 | -4/+5 |
* | this is not a write-only register. might have caused to optimize |  martynas | 2009-04-05 | 1 | -2/+2 |
* | document superuser requirements, with input from jmc@ |  espie | 2009-03-28 | 1 | -2/+8 |
* | supplement previous: add /etc/netid to FILES section; ok jmc@, ajacoutot@ |  schwarze | 2009-03-27 | 1 | -1/+3 |
* | getgrouplist: If YP is #defined and enabled in /etc/group(5) and /etc/netid(5) |  schwarze | 2009-03-27 | 3 | -70/+137 |
* | add a HISTORY section to fts(3). |  sobrado | 2009-03-23 | 1 | -2/+9 |
* | Return -1 from mktemp_internal() on EINVAL like we used to. |  millert | 2009-03-20 | 1 | -3/+3 |
* | correct argument type for swap64(); from Thomas Pfaff |  jmc | 2009-03-17 | 1 | -3/+3 |
* | Add glob(7) and refer to it. OK jmc@ sobrado@ |  millert | 2009-03-05 | 2 | -6/+8 |
* | Update to match mktemp.c changes |  millert | 2009-03-01 | 1 | -4/+4 |
* | New mktemp(3) based on the one from portable mktemp(1). Now includes |  millert | 2009-03-01 | 1 | -89/+88 |
* | Add missing braces. This is why we use braces for indented block that |  millert | 2009-02-18 | 1 | -2/+3 |
* | when the template is entirely XXX characters, would crash |  deraadt | 2009-02-17 | 1 | -4/+6 |
* | kill whitespace at eol; |  jmc | 2009-02-13 | 1 | -2/+2 |
* | decribe 'F' better and mention flags are debugging aids; ok tedu@ jmc@ |  otto | 2009-02-13 | 1 | -8/+10 |
* | Avoid level going negative on deep (i mean really deep) dirs. Reported |  otto | 2009-02-11 | 1 | -1/+9 |
* | correct function definitions; from Markus Bergkvist |  jmc | 2009-02-10 | 1 | -4/+4 |
* | fix typo |  pyr | 2009-01-31 | 1 | -3/+3 |
* | Change section: we're talking about the symlink system call, not the |  guenther | 2009-01-30 | 1 | -2/+2 |
* | tweak previous; |  jmc | 2009-01-30 | 1 | -4/+4 |
* | Update to reflect renaming of the st_[acm]timespec members to st_[acm]tim |  guenther | 2009-01-29 | 1 | -22/+61 |
* | from Yoshihiko Sarumaru, freebsd pr #76333: fseek(3) can clear EOF too; |  jmc | 2009-01-29 | 1 | -4/+2 |
* | Remove support for kerb4 '.' instance separator, kerb4 is dead. OK jacekm@ |  millert | 2009-01-15 | 2 | -20/+18 |
* | Man page for wcstof(3), wcstod(3) and wcstold(3). |  kettenis | 2009-01-13 | 2 | -3/+80 |
* | Crank minor because of addition of wcsto* functions. |  kettenis | 2009-01-13 | 1 | -1/+1 |
* | Add wcstof(3) and wcstold(3). |  kettenis | 2009-01-13 | 5 | -120/+162 |
* | Add wcstoimax(3) and wcstoumax(3). |  kettenis | 2009-01-13 | 3 | -3/+40 |
* | The process number is longer used to replace trailing 'Xs'. |  tobias | 2009-01-10 | 1 | -4/+3 |
* | reintroduce extra malloc protections, but avoiding the use of |  djm | 2009-01-03 | 1 | -164/+229 |
* | PAGE_SIZE is not a valid symbol to use in that way. In particular, |  deraadt | 2008-12-31 | 1 | -235/+164 |
* | Remove mprotecting of struct dir_info introduced in previous commit |  djm | 2008-12-30 | 2 | -46/+4 |
* | extra paranoia for malloc(3): |  djm | 2008-12-29 | 2 | -165/+278 |
* | Fix file descriptor leak in fts_children(); okay dhill@, millert@, |  pedro | 2008-12-27 | 1 | -2/+4 |
* | repair the ARC4 story; ok jmc djm millert |  deraadt | 2008-12-23 | 1 | -5/+7 |
* | ddb.console does not override machdep.kbdreset, so don't say it does; |  jmc | 2008-12-23 | 1 | -7/+2 |
* | document yp_maplist(); from Ingo Schwarze |  jmc | 2008-12-22 | 2 | -7/+23 |
* | The example for detecting malicious PTR records could be easily misinterpreted. |  jacekm | 2008-12-22 | 1 | -5/+4 |
* | Add man page for wcstol and friends. |  kettenis | 2008-12-20 | 2 | -4/+97 |