Age | Commit message (Expand) | Author |
2011-03-14 | try to document these functions better | Theo de Raadt |
2011-03-13 | Fix handling of VIS_ALL: in vis(), actually encode all characters | Philip Guenthe |
2011-03-12 | Replace the old, broken KERN_PROC ABI and its matching functions | Philip Guenthe |
2011-02-10 | Put a limit on recursion during matching, and reject input of size greater | Stefan Sperling |
2011-01-24 | Correctly escape a literal colon in an enclosure; | Ingo Schwarze |
2011-01-12 | avoid some integer overflows mostly with GLOB_APPEND and GLOB_DOOFFS | Damien Miller |
2010-12-31 | Make this compile with llvm-clang; problem pointed out by Amit Kulkarni | Philip Guenthe |
2010-11-19 | Make KERN_CPTIME return an avarage number of ticks across all CPUs | Mike Belopuhov |
2010-10-28 | Change basep parameter of getdirentries() to be off_t *, not long * | Todd C. Miller |
2010-10-28 | support _SC_HOST_NAME_MAX; from brad | Theo de Raadt |
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 |