Age | Commit message (Expand) | Author |
2012-02-18 | Extend after recent msdos support. | Antoine Jacoutot |
2012-02-06 | Revert previous diff as it resulted in the wrong return code when | Philip Guenthe |
2012-02-04 | If the internal consistency check fails, set errno so that it doesn't | Philip Guenthe |
2012-01-22 | Credit Keith Sklower and 2BSD for the first implementation of read-write | Ingo Schwarze |
2012-01-20 | the glob stat limit is way too low. bump to 2048. | Ted Unangst |
2012-01-19 | symetry | Marc Espie |
2012-01-18 | Add missing header needed by iswspace() | Charles Longeau |
2012-01-18 | Add support for C99 %ls, %lc, and %l[ format directives to scanf(3). | Stefan Sperling |
2012-01-17 | Remove assembly version of strlen from i386 and amd64, where it's | Mike Belopuhov |
2012-01-17 | fix SEE ALSO; | Jason McIntyre |
2012-01-17 | Add stpcpy() and stpncpy(), pointless crap that made it into POSIX. | Philip Guenthe |
2012-01-17 | Reimplement mutexes, condvars, and rwlocks to eliminate bugs, | Philip Guenthe |
2012-01-17 | net_addrcmp() dies. found out to be a horrific function by eric | Theo de Raadt |
2012-01-16 | POSIX indicates that some fields should be computed even if not | Todd C. Miller |
2012-01-16 | Document the \-C output format generated by VIS_ALL | Philip Guenthe |
2012-01-15 | Document early history of a few functions specifically mentioned in 2BSD | Ingo Schwarze |
2012-01-14 | grammar; | Jason McIntyre |
2012-01-14 | this is sparta^WPOSIX 2008 | Marc Espie |
2012-01-03 | draft-ietf-ipv6-scoping-arch-02 has become RFC 4007, as noted by | Jason McIntyre |
2012-01-01 | Updates regarding fts_close(3): | Ingo Schwarze |
2011-12-24 | formatting errors, found using freebsd's "igor"; | Jason McIntyre |
2011-12-23 | some spelling fixes, found using freebsd's "igor" document verifier; | Jason McIntyre |
2011-12-09 | Add new KERN_PROC_CWD sysctl to get the current working directory of a process. | Nicholas Marriott |
2011-12-08 | strdup and strndup both use malloc. Make this fact explicit. | lum |
2011-12-06 | New fnmatch(3) implementation which is not recursive. | Stefan Sperling |
2011-12-03 | Remove an OpenBSD-specific tweak regarding .Xr spacing | Ingo Schwarze |
2011-12-03 | document MSG_NOSIGNAL. | Federico G. Schwindt |
2011-11-22 | sigstack() is long dead, and the compat sigaltstack syscall is gone too. | Philip Guenthe |
2011-11-17 | Complete the HISTORY of all syscalls that exist since Version 1 AT&T UNIX. | Ingo Schwarze |
2011-11-17 | Fix HISTORY: | Ingo Schwarze |
2011-11-16 | Fix mbstowcs return value documentation. New text based on mbsrtowcs page. | Stefan Sperling |
2011-11-08 | Make __svfscanf() the unlocked, core of vfscanf() and use it in | Philip Guenthe |
2011-11-07 | Expand HISTORY; feedback and ok jmc@ sobrado@. | Ingo Schwarze |
2011-11-07 | More .At v1 HISTORY. | Ingo Schwarze |
2011-11-07 | don't handle out-of-mem conditions using compiled out asserts (ugh). From | Otto Moerbeek |
2011-11-06 | Commemorate research!dmr by documenting the history of all | Ingo Schwarze |
2011-11-06 | .Ev -> .Dv | Theo de Raadt |
2011-11-06 | repair documentation offset in the p*() versions of the calls and EINVAL; | Theo de Raadt |
2011-11-05 | Move around the error cases to make clear that some don't apply to the | Philip Guenthe |
2011-11-02 | Sync scanf(3) to wscanf(3), and a few bits the opposite way: | Ingo Schwarze |
2011-10-27 | Allow segments to be used even after they were marked for deletion with | Robert Nagy |
2011-10-24 | Update POSIX references for chdir(2) and chmod(2) from 1988 to 2008. | Ingo Schwarze |
2011-10-16 | Bump libc major; wscanf and wcsftime were added | Stefan Sperling |
2011-10-16 | Hook wcsftime(3) to the build; committing on behalf of espie | Stefan Sperling |
2011-10-16 | Add wscanf(3) and friends. Based on our scanf(3) implementation, with wide | Stefan Sperling |
2011-10-16 | Tweak wording, to clarify that setrtable affects the routing table | Philip Guenthe |
2011-10-16 | Note a restriction that is actually enforced in 5.0 | Philip Guenthe |
2011-10-16 | Fixes and tweaks from jmc@ | Philip Guenthe |
2011-10-16 | Make consistent the syscall stubs for the syscalls that got special | Philip Guenthe |
2011-10-16 | Add stubs and manpage for __{get,set}_tcb | Philip Guenthe |