summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2012-01-20the glob stat limit is way too low. bump to 2048.Ted Unangst
2012-01-19symetryMarc Espie
2012-01-16Document the \-C output format generated by VIS_ALLPhilip Guenthe
2012-01-01Updates regarding fts_close(3):Ingo Schwarze
2011-12-09Add new KERN_PROC_CWD sysctl to get the current working directory of a process.Nicholas Marriott
2011-12-06New fnmatch(3) implementation which is not recursive.Stefan Sperling
2011-10-14Fix toprec handling in cgetnext(). OK otto@Todd C. Miller
2011-09-25KERN_BUFCACHEPERCENT defaults to 20%, not 10%; from Juha ErkkilaJason McIntyre
2011-09-22Stop using the latin1 character set in the "C" locale. This behaviour wasStefan Sperling
2011-09-22fix GLOB_KEEPSTAT without GLOB_NOSORT; the implicit sort was beingDamien Miller
2011-09-20In glob(3), limit recursion during matching attempts. Similar to fnmatch fix.Stefan Sperling
2011-09-14update vt100 example to vt200, as vt100 apparently is no longer in theJason McIntyre
2011-09-05Preserve errno across calls to open the password database(s), soPhilip Guenthe
2011-09-03make -column lists pretty again;Jason McIntyre
2011-08-30in column lists, enforce the following ordering:Jason McIntyre
2011-07-26At some point we've switched to the VFP floating-point--unlike FPAMartynas Venckus
2011-07-26__arm32__ -> __arm__, since our new compiler isn't defining theMartynas Venckus
2011-07-18Add (rough draft) documentation for fdopendir(3) and the 15 newMatthew Dempsky
2011-07-18Expose a bunch of new functionality from POSIX 2008: openat(2),Matthew Dempsky
2011-07-18Implement fdopendir(3) and refactor opendir(3) and fdopendir(3) to useMatthew Dempsky
2011-07-14__opendir2, DTF_NODUP, and __DTF_READALL can die. struct direntTheo de Raadt
2011-07-10Use stdio in getent() and reuse pfp from tcgetnext when calling getent().Todd C. Miller
2011-07-08Move fabs(3) manual page from libm to libc, for consistency. TheMartynas Venckus
2011-07-08Alias modfl to modf. This goes together with the previous bump.Martynas Venckus
2011-07-08Revert (leaving the complex math part alone). Some stuff is dependingMartynas Venckus
2011-07-08tweak previous;Jason McIntyre
2011-07-08Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingMartynas Venckus
2011-07-08Include PIPEX in kernel by default. And add new sysctl variableYASUOKA Masahiko
2011-07-07no more math(3);Jason McIntyre
2011-07-07add tcp.always_keepalive;Jason McIntyre
2011-07-07Fix bit twiddling routines on ARM; where floating-point word orderMartynas Venckus
2011-07-06Add sysctl net.inet.tcp.always_keepalive, when this is set the systemStuart Henderson
2011-07-06Speed up cgetnext() by passing the record we want to parse in toTodd C. Miller
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