Age | Commit message (Expand) | Author |
2011-10-02 | signedness fix; ok millert | Darren Tucker |
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-19 | Make this actually work. | Mark Kettenis |
2011-09-19 | Use a long-displacement branch instruction to call __cerror, since the | Mark Kettenis |
2011-09-19 | Clear the upper 32-bits of the system call address we load using ldil, since | Mark Kettenis |
2011-09-17 | arithemtic -> arithmetic | Miod Vallat |
2011-09-16 | after some thought, i think it unlikely that we will need to specify | Jason McIntyre |
2011-09-16 | use .St here for ISO 8601 references; ok millert | Jason McIntyre |
2011-09-16 | RFC-2822 -> RFC 2822 | Jason McIntyre |
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-05 | Switch sigreturn() to the normal syscall entry instead of int$80. | Philip Guenthe |
2011-09-03 | knock out some useless Pp; | Jason McIntyre |
2011-09-03 | some minor tweaks; | Jason McIntyre |
2011-09-03 | make -column lists pretty again; | Jason McIntyre |
2011-08-31 | only one leap second is permitted, not two; from guenther | Jason McIntyre |
2011-08-30 | in column lists, enforce the following ordering: | Jason McIntyre |
2011-08-19 | as with other list types, column lists generally do not need a Pp/-compact | Jason McIntyre |
2011-08-19 | Bring libc and libm in line with the compiler now that we no longer have a | Mark Kettenis |
2011-08-16 | 64-bitification went a bit too far here; sigset_t is 32-bit so using 64-bit | Mark Kettenis |
2011-07-29 | missing $ in rcs tag; from Daniel Dickman | Stuart Henderson |
2011-07-26 | .Fn rmdir -> .Xr rmdir 2 | Matthew Dempsky |
2011-07-26 | At some point we've switched to the VFP floating-point--unlike FPA | Martynas Venckus |
2011-07-26 | Assumptions about floating-point word order based on BYTE_ORDER are | Martynas Venckus |
2011-07-26 | __arm32__ -> __arm__, since our new compiler isn't defining the | Martynas Venckus |
2011-07-25 | tweak previous; | Jason McIntyre |
2011-07-25 | update HISTORY and SEE ALSO for all of string(3), together with various | Ingo Schwarze |
2011-07-24 | occured -> occurred; | Jason McIntyre |
2011-07-24 | Recent Single Unix will malloc memory if the second argument of realpath() | Miod Vallat |
2011-07-24 | Sync wcslcpy and wcslcat with strlcpy and strlcat. OK deraadt@ | Todd C. Miller |
2011-07-24 | fix linkat(2) prototype | Matthew Dempsky |
2011-07-22 | Show (in the example) that < and > can be used multiple times; ok jmc@ | Otto Moerbeek |
2011-07-21 | - add a MALLOC_OPTIONS section header. the content is already there, but having | Jasper Lievisse Adriaanse |
2011-07-19 | Change "constructed by bitwise-inclusive OR'ing of flags from ..." to | Matthew Dempsky |
2011-07-19 | Change "If also flag is zero" to "If flag is also zero". | Matthew Dempsky |
2011-07-19 | no need to mention xerox network stack here; ok claudio | Mike Belopuhov |
2011-07-19 | tweak previous; | Jason McIntyre |
2011-07-19 | knock out some useless Pp; | Jason McIntyre |
2011-07-19 | Fix two typos pointed out by guenther@ during our libpthread micro | Matthew Dempsky |
2011-07-19 | document that we don't currently handle UTIME_OMIT correctly for the mtime ti... | Matthew Dempsky |
2011-07-18 | oops, forget a critical "not" | Matthew Dempsky |
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-12 | Don't call munmap(2) if mmap(2) failed. | Matthew Dempsky |
2011-07-12 | Clarify that exactly one of O_RDONLY, O_WRONLY, and O_RDWR must be | Matthew Dempsky |