summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2011-07-03"it's" -> "its" in a couple of comments.Kenneth R Westerback
2011-07-02Trick lint into recording the right prototypes in the llib-lc.lnMartynas Venckus
2011-06-27document HW_ALLOWPOWERDOWN; reminded by and ok jmc@Christian Weisgerber
2011-05-30Make printf-like and scanf-like functions marked as such in llib-lc.lnMartynas Venckus
2011-05-30Trick lint into recording the right prototypes in the llib-lc.lnMartynas Venckus
2011-05-12When the max number of items for a directory has reached GLOB_LIMIT_READDIRPierre-Yves Ritschard
2011-05-02no need to escape `|'; as discussed with schwartzeJason McIntyre
2011-04-25Document amd64/i386 denormalization exception; after discusion w/ tedu@.Martynas Venckus
2011-04-25Teach sysconf(_SC_GETGR_R_SIZE_MAX) the correct size of a buffer for theStuart Henderson
2011-04-24remove STANDARDS section, as this function does not conform to any;Jason McIntyre
2011-04-23Do not document FP_X_IOV--it's an alpha-only thing. Similarly likeMartynas Venckus
2011-04-19Do not over-specify the return value.Ingo Schwarze
2011-04-08a_syms is an int, not a pointer; ok miodTheo de Raadt
2011-03-14try to document these functions betterTheo de Raadt
2011-03-13Fix handling of VIS_ALL: in vis(), actually encode all charactersPhilip Guenthe
2011-03-12Replace the old, broken KERN_PROC ABI and its matching functionsPhilip Guenthe
2011-02-10Put a limit on recursion during matching, and reject input of size greaterStefan Sperling
2011-01-24Correctly escape a literal colon in an enclosure;Ingo Schwarze
2011-01-12avoid some integer overflows mostly with GLOB_APPEND and GLOB_DOOFFSDamien Miller
2010-12-31Make this compile with llvm-clang; problem pointed out by Amit KulkarniPhilip Guenthe
2010-11-19Make KERN_CPTIME return an avarage number of ticks across all CPUsMike Belopuhov
2010-10-28Change basep parameter of getdirentries() to be off_t *, not long *Todd C. Miller
2010-10-28support _SC_HOST_NAME_MAX; from bradTheo de Raadt
2010-10-11tcp.sendspace & tcp.recvspace buttons are gone.Claudio Jeker
2010-10-08Extend GLOB_LIMIT to cover readdir and stat and bump the malloc limitNicholas Marriott
2010-10-06Retire SkipjackMike Belopuhov
2010-09-26oops, don't free array before freeing members; spotted by dkrause@Damien Miller
2010-09-25document GLOB_KEEPSTAT in the RETURN VALUES and STANDARDS sections.Damien Miller
2010-09-24Bump fts_level from short to int and add a spare short so thingsTodd C. Miller
2010-09-24add a GLOB_KEEPSTAT option that retains a copy of the struct statDamien Miller
2010-09-20according to ingo, it isn;t a problem to have empty [BDS]q macros, soJason McIntyre
2010-09-19more wacky macro fixing;Jason McIntyre
2010-08-24backout VIS_HEX. guenther@ points out that the C89 \xff encodingDamien Miller
2010-08-21Two new flags: VIS_ALL - encode all characters, not just invisible onesDamien Miller
2010-08-19Introduce an MI kern.consdev sysctl that will replace the MDMark Kettenis
2010-07-27Remove a stray space. No binary change.Marco Peereboom
2010-07-27fix some spacing issues; noted by kristapsJason McIntyre
2010-07-15More delimiters that need quoting inside macros, hunted down by jmc@,Ingo Schwarze
2010-06-29briefly document kern.rthreadsTed Unangst
2010-05-19remove unused variableCharles Longeau
2010-05-18add posix_madvise, posix_memalign, strndup, and strnlen. mostly fromTed Unangst
2010-05-14Defer installing signal handlers until echo is disabled so that weTodd C. Miller
2010-04-23Recycle unused disklabel fields in order to create a disklabel uniqueJoel Sing
2010-04-20Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handledTheo de Raadt
2010-04-01WARNINGS -> CAVEATS, and a little neccessary cleanup;Jason McIntyre
2010-03-30describe better what KERN_PROC_ARGV and KERN_PROC_ENV return; ok jmc@Otto Moerbeek
2010-03-26dispense with some wacky escape sequences;Jason McIntyre
2010-03-23Fix glob(3) to correctly return an error when its buffer space isNicholas Marriott
2010-03-12document PF_KEY; from sthen and myselfJason McIntyre
2010-03-01explain KERN_NOSUIDCOREDUMP with less words and more precisionIngo Schwarze