Age | Commit message (Expand) | Author |
2011-07-08 | Include PIPEX in kernel by default. And add new sysctl variable | YASUOKA Masahiko |
2011-07-07 | no more math(3); | Jason McIntyre |
2011-07-07 | add tcp.always_keepalive; | Jason McIntyre |
2011-07-07 | Fix bit twiddling routines on ARM; where floating-point word order | Martynas Venckus |
2011-07-06 | Add sysctl net.inet.tcp.always_keepalive, when this is set the system | Stuart Henderson |
2011-07-06 | Speed up cgetnext() by passing the record we want to parse in to | Todd C. Miller |
2011-07-03 | "it's" -> "its" in a couple of comments. | Kenneth R Westerback |
2011-07-02 | Trick lint into recording the right prototypes in the llib-lc.ln | Martynas Venckus |
2011-06-27 | document HW_ALLOWPOWERDOWN; reminded by and ok jmc@ | Christian Weisgerber |
2011-05-30 | Make printf-like and scanf-like functions marked as such in llib-lc.ln | Martynas Venckus |
2011-05-30 | Trick lint into recording the right prototypes in the llib-lc.ln | Martynas Venckus |
2011-05-12 | When the max number of items for a directory has reached GLOB_LIMIT_READDIR | Pierre-Yves Ritschard |
2011-05-02 | no need to escape `|'; as discussed with schwartze | Jason McIntyre |
2011-04-25 | Document amd64/i386 denormalization exception; after discusion w/ tedu@. | Martynas Venckus |
2011-04-25 | Teach sysconf(_SC_GETGR_R_SIZE_MAX) the correct size of a buffer for the | Stuart Henderson |
2011-04-24 | remove STANDARDS section, as this function does not conform to any; | Jason McIntyre |
2011-04-23 | Do not document FP_X_IOV--it's an alpha-only thing. Similarly like | Martynas Venckus |
2011-04-19 | Do not over-specify the return value. | Ingo Schwarze |
2011-04-08 | a_syms is an int, not a pointer; ok miod | Theo de Raadt |
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 |