Age | Commit message (Expand) | Author |
2010-10-11 | tcp.sendspace & tcp.recvspace buttons are gone. | Claudio Jeker |
2010-10-08 | Extend GLOB_LIMIT to cover readdir and stat and bump the malloc limit | Nicholas Marriott |
2010-10-06 | Retire Skipjack | Mike Belopuhov |
2010-09-26 | oops, don't free array before freeing members; spotted by dkrause@ | Damien Miller |
2010-09-25 | document GLOB_KEEPSTAT in the RETURN VALUES and STANDARDS sections. | Damien Miller |
2010-09-24 | Bump fts_level from short to int and add a spare short so things | Todd C. Miller |
2010-09-24 | add a GLOB_KEEPSTAT option that retains a copy of the struct stat | Damien Miller |
2010-09-20 | according to ingo, it isn;t a problem to have empty [BDS]q macros, so | Jason McIntyre |
2010-09-19 | more wacky macro fixing; | Jason McIntyre |
2010-08-24 | backout VIS_HEX. guenther@ points out that the C89 \xff encoding | Damien Miller |
2010-08-21 | Two new flags: VIS_ALL - encode all characters, not just invisible ones | Damien Miller |
2010-08-19 | Introduce an MI kern.consdev sysctl that will replace the MD | Mark Kettenis |
2010-07-27 | Remove a stray space. No binary change. | Marco Peereboom |
2010-07-27 | fix some spacing issues; noted by kristaps | Jason McIntyre |
2010-07-15 | More delimiters that need quoting inside macros, hunted down by jmc@, | Ingo Schwarze |
2010-06-29 | briefly document kern.rthreads | Ted Unangst |
2010-05-19 | remove unused variable | Charles Longeau |
2010-05-18 | add posix_madvise, posix_memalign, strndup, and strnlen. mostly from | Ted Unangst |
2010-05-14 | Defer installing signal handlers until echo is disabled so that we | Todd C. Miller |
2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing |
2010-04-20 | Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handled | Theo de Raadt |
2010-04-01 | WARNINGS -> CAVEATS, and a little neccessary cleanup; | Jason McIntyre |
2010-03-30 | describe better what KERN_PROC_ARGV and KERN_PROC_ENV return; ok jmc@ | Otto Moerbeek |
2010-03-26 | dispense with some wacky escape sequences; | Jason McIntyre |
2010-03-23 | Fix glob(3) to correctly return an error when its buffer space is | Nicholas Marriott |
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 |