| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the handle locking in stdio to use flockfile/funlockfile |  guenther | 2009-10-21 | 3 | -6/+7 |
* | Add (again) support for divert sockets. They allow you to: |  michele | 2009-10-04 | 1 | -2/+8 |
* | I had not enough oks to commit this diff. |  michele | 2009-09-08 | 1 | -7/+1 |
* | Add support for divert sockets. They allow you to: |  michele | 2009-09-08 | 1 | -2/+8 |
* | Don't stop traversing a directory hierarchy if we reach SHRT_MAX, |  millert | 2009-08-27 | 2 | -14/+27 |
* | must include <sys/types.h> before including <login_cap.h> or <bsd_auth.h>; |  schwarze | 2009-07-15 | 2 | -4/+6 |
* | getgrouplist(3) used to and ought to return 0 on success; |  schwarze | 2009-06-23 | 2 | -9/+17 |
* | document KERN_BUFCACHEPERCENT and KERN_MAXLOCKSPERUID; help/ok oga |  jmc | 2009-06-09 | 1 | -2/+10 |
* | de-spaghetti: |  schwarze | 2009-06-07 | 1 | -36/+20 |
* | Add KERN_FILE2 sysctl analogous to KERN_PROC2 but for file structures, |  millert | 2009-06-07 | 1 | -2/+12 |
* | No need to malloc, copy, have a single read access, and free right away. |  schwarze | 2009-06-07 | 1 | -18/+6 |
* | The yp_bind(3) return code now distinguishes "YP not active" from "an error |  schwarze | 2009-06-05 | 1 | -63/+60 |
* | When parsing a line stating with "+" or "-" in group(5), |  schwarze | 2009-06-05 | 1 | -62/+51 |
* | Recycle four ancient fields in the disklabel structure, replacing them with |  deraadt | 2009-06-04 | 1 | -4/+0 |
* | in case a handling a +groupname:*:: entry fails due to lack of memory, |  schwarze | 2009-06-04 | 1 | -2/+3 |
* | Ensure there is a statement after a label. |  jsg | 2009-06-03 | 1 | -1/+2 |
* | Take advantage of the surprise libc bump to bring in |  schwarze | 2009-06-03 | 4 | -70/+48 |
* | tweak previous; |  jmc | 2009-06-02 | 2 | -8/+9 |
* | Split getpw{nam,uid} off into their own man page. Hopefully, this |  millert | 2009-06-01 | 3 | -107/+252 |
* | 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 |
* | remove from gen so that lint doesn't check gen if assembly versions |  martynas | 2009-04-21 | 1 | -2/+2 |
* | - ldexp implementation has issues. switch to the one from libm |  martynas | 2009-04-19 | 3 | -4/+241 |
* | 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 |
* | Add glob(7) and refer to it. OK jmc@ sobrado@ |  millert | 2009-03-05 | 2 | -6/+8 |
* | Add missing braces. This is why we use braces for indented block that |  millert | 2009-02-18 | 1 | -2/+3 |
* | Avoid level going negative on deep (i mean really deep) dirs. Reported |  otto | 2009-02-11 | 1 | -1/+9 |
* | Remove support for kerb4 '.' instance separator, kerb4 is dead. OK jacekm@ |  millert | 2009-01-15 | 2 | -20/+18 |
* | Fix file descriptor leak in fts_children(); okay dhill@, millert@, |  pedro | 2008-12-27 | 1 | -2/+4 |
* | ddb.console does not override machdep.kbdreset, so don't say it does; |  jmc | 2008-12-23 | 1 | -7/+2 |
* | - document and mlink frexpf, ldexpf, modff added 13 years ago |  martynas | 2008-12-12 | 4 | -15/+61 |
* | use sys/cdefs.h; pointed out by theo |  martynas | 2008-12-10 | 7 | -14/+14 |
* | ditto frexpl and ldexpl |  martynas | 2008-12-09 | 1 | -1/+9 |
* | - add long double signbit |  martynas | 2008-12-09 | 6 | -17/+82 |
* | tweak previous; |  jmc | 2008-11-09 | 1 | -9/+14 |
* | Document the ddb.trigger sysctl. |  ckuethe | 2008-11-08 | 1 | -2/+17 |
* | some SEE ALSO additions from Ingo Schwarze; |  jmc | 2008-10-24 | 3 | -6/+9 |
* | man page for Makefile.yp, and associated bits; from Ingo Schwarze |  jmc | 2008-10-22 | 1 | -3/+27 |
* | document fts_open error handling; from Tim van der Molen |  jmc | 2008-10-19 | 1 | -2/+10 |
* | simplify and clarify login_getstyle; ok deraadt@ |  millert | 2008-10-02 | 1 | -14/+7 |
* | POSIX character class support for fnmatch(3) and glob(3). OK deraadt@ |  millert | 2008-10-01 | 3 | -8/+149 |
* | - replace dtoa w/ David's gdtoa, version 2008-03-15 |  martynas | 2008-09-07 | 5 | -77/+5 |
* | correct +name handling; schwarze@usta.de |  deraadt | 2008-08-25 | 1 | -6/+7 |
* | add missing header needed by asprintf(). |  chl | 2008-08-23 | 1 | -1/+2 |
* | mention machine/cpu.h for the CPU identifiers. |  brad | 2008-08-22 | 1 | -2/+4 |
* | After spotting a + record, continue scanning and pick up later groups |  deraadt | 2008-08-22 | 1 | -4/+10 |
* | tweak previous; |  jmc | 2008-07-29 | 2 | -8/+7 |
* | remove |  martynas | 2008-07-29 | 1 | -82/+0 |