Age | Commit message (Expand) | Author |
2010-03-12 | document PF_KEY; from sthen and myself | Jason McIntyre |
2010-03-01 | explain KERN_NOSUIDCOREDUMP with less words and more precision | Ingo Schwarze |
2010-02-25 | Do not attempt to silently continue text for the last column of tables | Ingo Schwarze |
2010-02-22 | fix the description of _SC_GETPW_R_SIZE_MAX; from Tim van der Molen | Jason McIntyre |
2010-02-18 | Every .Bl requires .It, even when using -column. | Ingo Schwarze |
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat |
2010-01-19 | Better ERRORS section info; from Tim van der Molen. POSIX documents | Todd C. Miller |
2010-01-19 | Leave errno as-is if fstat(2) fails instead of masking the real | Todd C. Miller |
2010-01-15 | Add support to sysconf(3) for the variables _SC_NPROCESSORS_CONF and | Stuart Henderson |
2010-01-14 | Document hw.ncpufound and HW_NCPUFOUND. | Philip Guenthe |
2010-01-13 | If a process receives two different signals while in readpassphrase, only | Darren Tucker |
2010-01-03 | Neither .Pp nor unqualified text are allowed at the top level of .Bl; | Ingo Schwarze |
2009-12-19 | Implement proper error handling for getgrent(3), getgrnam(3) and getgrgid(3). | Ingo Schwarze |
2009-12-16 | Update the list of async-signal-safe functions | Philip Guenthe |
2009-12-14 | sleep(3) is supposed to return zero when it sleeps the entire amount | Philip Guenthe |
2009-12-10 | getcwd() is posix, not ansi; from Thomas Pfaff | Jason McIntyre |
2009-11-27 | Correct description of physically vs logically; spotted by Nick | Otto Moerbeek |
2009-11-27 | Add a signal for librthread to use for interthread ASTs for cancelation | Philip Guenthe |
2009-11-24 | Change ENOTSUP's strerror() to "Not supported" | Philip Guenthe |
2009-11-23 | Make the code example fit on an 80 char screen without wrapping. | Michael Knudsen |
2009-11-21 | replacing malloc/realloc dance, by only one realloc | Charles Longeau |
2009-11-21 | remove unused variable | Charles Longeau |
2009-11-21 | remove unused variable | Charles Longeau |
2009-11-18 | More shrinkage, a bit for ramdisks but mostly for static binaries: | Philip Guenthe |
2009-11-12 | simplify the code looking for + in the password database, after analysis | Theo de Raadt |
2009-11-11 | fix leaks in error cases found by parfait | Jonathan Gray |
2009-11-09 | Fix the handle locking in stdio to use flockfile/funlockfile | Kurt Miller |
2009-10-26 | add ENOTSUP and bump libc minor | Jasper Lievisse Adriaanse |
2009-10-22 | Back out previous commit, as it caused too much growth for the install | Philip Guenthe |
2009-10-21 | Fix the handle locking in stdio to use flockfile/funlockfile | Philip Guenthe |
2009-10-04 | Add (again) support for divert sockets. They allow you to: | Michele Marchetto |
2009-09-08 | I had not enough oks to commit this diff. | Michele Marchetto |
2009-09-08 | Add support for divert sockets. They allow you to: | Michele Marchetto |
2009-08-27 | Don't stop traversing a directory hierarchy if we reach SHRT_MAX, | Todd C. Miller |
2009-07-15 | must include <sys/types.h> before including <login_cap.h> or <bsd_auth.h>; | Ingo Schwarze |
2009-06-23 | getgrouplist(3) used to and ought to return 0 on success; | Ingo Schwarze |
2009-06-09 | document KERN_BUFCACHEPERCENT and KERN_MAXLOCKSPERUID; help/ok oga | Jason McIntyre |
2009-06-07 | de-spaghetti: | Ingo Schwarze |
2009-06-07 | Add KERN_FILE2 sysctl analogous to KERN_PROC2 but for file structures, | Todd C. Miller |
2009-06-07 | No need to malloc, copy, have a single read access, and free right away. | Ingo Schwarze |
2009-06-05 | The yp_bind(3) return code now distinguishes "YP not active" from "an error | Ingo Schwarze |
2009-06-05 | When parsing a line stating with "+" or "-" in group(5), | Ingo Schwarze |
2009-06-04 | Recycle four ancient fields in the disklabel structure, replacing them with | Theo de Raadt |
2009-06-04 | in case a handling a +groupname:*:: entry fails due to lack of memory, | Ingo Schwarze |
2009-06-03 | Ensure there is a statement after a label. | Jonathan Gray |
2009-06-03 | Take advantage of the surprise libc bump to bring in | Ingo Schwarze |
2009-06-02 | tweak previous; | Jason McIntyre |
2009-06-01 | Split getpw{nam,uid} off into their own man page. Hopefully, this | Todd C. Miller |
2009-04-29 | document that bogus lines are silently ignored | Theo de Raadt |
2009-04-29 | Remove the stderr spray balony. Library functions should indicate failure | Theo de Raadt |