Age | Commit message (Expand) | Author |
2012-01-20 | the glob stat limit is way too low. bump to 2048. | Ted Unangst |
2012-01-19 | symetry | Marc Espie |
2012-01-16 | Document the \-C output format generated by VIS_ALL | Philip Guenthe |
2012-01-01 | Updates regarding fts_close(3): | Ingo Schwarze |
2011-12-09 | Add new KERN_PROC_CWD sysctl to get the current working directory of a process. | Nicholas Marriott |
2011-12-06 | New fnmatch(3) implementation which is not recursive. | Stefan Sperling |
2011-10-14 | Fix toprec handling in cgetnext(). OK otto@ | Todd C. Miller |
2011-09-25 | KERN_BUFCACHEPERCENT defaults to 20%, not 10%; from Juha Erkkila | Jason McIntyre |
2011-09-22 | Stop using the latin1 character set in the "C" locale. This behaviour was | Stefan Sperling |
2011-09-22 | fix GLOB_KEEPSTAT without GLOB_NOSORT; the implicit sort was being | Damien Miller |
2011-09-20 | In glob(3), limit recursion during matching attempts. Similar to fnmatch fix. | Stefan Sperling |
2011-09-14 | update vt100 example to vt200, as vt100 apparently is no longer in the | Jason McIntyre |
2011-09-05 | Preserve errno across calls to open the password database(s), so | Philip Guenthe |
2011-09-03 | make -column lists pretty again; | Jason McIntyre |
2011-08-30 | in column lists, enforce the following ordering: | Jason McIntyre |
2011-07-26 | At some point we've switched to the VFP floating-point--unlike FPA | Martynas Venckus |
2011-07-26 | __arm32__ -> __arm__, since our new compiler isn't defining the | Martynas Venckus |
2011-07-18 | Add (rough draft) documentation for fdopendir(3) and the 15 new | Matthew Dempsky |
2011-07-18 | Expose a bunch of new functionality from POSIX 2008: openat(2), | Matthew Dempsky |
2011-07-18 | Implement fdopendir(3) and refactor opendir(3) and fdopendir(3) to use | Matthew Dempsky |
2011-07-14 | __opendir2, DTF_NODUP, and __DTF_READALL can die. struct dirent | Theo de Raadt |
2011-07-10 | Use stdio in getent() and reuse pfp from tcgetnext when calling getent(). | Todd C. Miller |
2011-07-08 | Move fabs(3) manual page from libm to libc, for consistency. The | Martynas Venckus |
2011-07-08 | Alias modfl to modf. This goes together with the previous bump. | Martynas Venckus |
2011-07-08 | Revert (leaving the complex math part alone). Some stuff is depending | Martynas Venckus |
2011-07-08 | tweak previous; | Jason McIntyre |
2011-07-08 | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using | Martynas Venckus |
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 |