| Commit message (Expand) | Author | Age | Files | Lines |
| * | Improve phrasing of the STANDARDS section. | Ed Schouten | 2016-10-15 | 1 | -2/+2 |
| * | Improve typing of POSIX search tree functions. | Ed Schouten | 2016-10-13 | 6 | -54/+56 |
| * | Fix typos: use correct string format and value to compare. | Ruslan Bukin | 2016-10-13 | 1 | -2/+2 |
| * | Fix strchr, strrchr implementation: convert c to char | Ruslan Bukin | 2016-10-13 | 2 | -0/+10 |
| * | Add comment on use of abort() in libc | Ed Maste | 2016-10-12 | 2 | -3/+17 |
| * | Add different libc ldscript: the one without libssp -- | Ruslan Bukin | 2016-10-12 | 2 | -0/+6 |
| * | Correct indent. | Konstantin Belousov | 2016-10-11 | 1 | -4/+3 |
| * | Fill msg_len for the initial element of msgvec. | Konstantin Belousov | 2016-10-11 | 1 | -0/+2 |
| * | Improve grammar. | Bryan Drewery | 2016-10-06 | 1 | -1/+1 |
| * | abort in srandomdev if kern.arandom sysctl fails | Ed Maste | 2016-10-05 | 1 | -4/+5 |
| * | Remove setkey(), encrypt(), des_setkey() and des_cipher(). | Ed Schouten | 2016-10-03 | 2 | -20/+10 |
| * | libc arc4_stir: use only kern.arandom sysctl | Ed Maste | 2016-10-03 | 1 | -23/+5 |
| * | open.2: Document Capsicum behavior | Conrad Meyer | 2016-09-30 | 1 | -1/+33 |
| * | Reword the statement. | Konstantin Belousov | 2016-09-30 | 1 | -2/+2 |
| * | Add an article. | Konstantin Belousov | 2016-09-30 | 1 | -1/+1 |
| * | Reinstate Xr macros that were accidentally removed in a previous | Dag-Erling Smørgrav | 2016-09-30 | 1 | -5/+7 |
| * | Minor markup and wording fixes. | Dag-Erling Smørgrav | 2016-09-30 | 1 | -5/+7 |
| * | After perusal of the documentation and some experimentation, I found a | Dag-Erling Smørgrav | 2016-09-30 | 1 | -103/+32 |
| * | Format the table correctly, using cell separators instead of relying | Dag-Erling Smørgrav | 2016-09-30 | 1 | -33/+96 |
| * | Editing fixes for r306257, documentation for trapcap. | Konstantin Belousov | 2016-09-27 | 2 | -11/+15 |
| * | Mark SSP broken on MIPS. | Ruslan Bukin | 2016-09-27 | 1 | -2/+1 |
| * | hash(3): protect in-memory page when using cross-endianness. | Pedro F. Giffuni | 2016-09-26 | 1 | -4/+9 |
| * | Don't build SSP tests on MIPS as we dont have stack-protector | Ruslan Bukin | 2016-09-26 | 1 | -1/+2 |
| * | Document thr_suspend(2) and thr_wake(2). | Konstantin Belousov | 2016-09-26 | 3 | -0/+244 |
| * | btree(3): don't shortcut closing if the metadata is dirty. | Pedro F. Giffuni | 2016-09-26 | 1 | -1/+2 |
| * | Document r306081, i.e. procctl(PROC_TRAPCAP) and sysctl kern.trap_enocap. | Konstantin Belousov | 2016-09-23 | 2 | -3/+94 |
| * | posix_openpt.2: Sort includes per style(9) | Conrad Meyer | 2016-09-21 | 1 | -2/+2 |
| * | 1) For already non-standard %z extension implement GNU compatible formats: | Andrey A. Chernov | 2016-09-21 | 1 | -0/+6 |
| * | 1) Microoptimize %p case. | Andrey A. Chernov | 2016-09-21 | 1 | -14/+26 |
| * | Attach the cortex strings library to the build. Only a subset of functions | Andrew Turner | 2016-09-19 | 1 | -0/+19 |
| * | Re-add PACKAGE=> tests to lib/libc/tests/net/getaddrinfo/Makefile and add | Enji Cooper | 2016-09-19 | 2 | -0/+4 |
| * | Add manpage for rctl_* system calls | Eric Badger | 2016-09-19 | 2 | -0/+225 |
| * | Replace dirname(3) by a copy that complies to POSIX. | Ed Schouten | 2016-09-18 | 2 | -47/+25 |
| * | Similar to r305920, remove spurious newlines from ATF_REQUIRE_MSG calls | Enji Cooper | 2016-09-18 | 2 | -6/+6 |
| * | Remove spurious newlines from atf_tc_fail calls | Enji Cooper | 2016-09-18 | 2 | -4/+4 |
| * | Don't define PACKAGE in lib/libc/tests/{iconv,net/getaddrinfo} | Enji Cooper | 2016-09-18 | 2 | -4/+0 |
| * | When MAKEOBJDIRPREFIX points to a case-insensitive file system, the | Marcel Moolenaar | 2016-09-16 | 1 | -1/+8 |
| * | cap_enter.2: describe flag returned by cap_getmode | Ed Maste | 2016-09-11 | 1 | -1/+6 |
| * | Fix spelling in comment. | Brooks Davis | 2016-09-09 | 1 | -2/+2 |
| * | Reduce duplicate NOASM and PSEUDO definitions | Brooks Davis | 2016-09-08 | 10 | -48/+18 |
| * | intro(2),_exit(2): Update for reaper (procctl(PROC_REAP_ACQUIRE)). | Jilles Tjoelker | 2016-09-08 | 2 | -5/+10 |
| * | Install h_db to unbreak some of the lib/libc/db testcases after | Enji Cooper | 2016-09-06 | 1 | -1/+1 |
| * | Fix error handling. | Andrey A. Chernov | 2016-09-05 | 1 | -4/+10 |
| * | Fix n == 1 case. Here should be no physical read (fill buffer) attempt | Andrey A. Chernov | 2016-09-05 | 1 | -2/+6 |
| * | 1) Prevent out of bounds access to ws[-1] (passed buffer) which happens | Andrey A. Chernov | 2016-09-05 | 1 | -2/+2 |
| * | Fix errors handling. | Andrey A. Chernov | 2016-09-05 | 1 | -6/+18 |
| * | MFhead @ r305314 | Enji Cooper | 2016-09-03 | 3 | -70/+83 |
| |\ |
|
| | * | Initialize lists of signals using C99 designators | Brooks Davis | 2016-09-02 | 1 | -64/+64 |
| | * | fgetwc(3) may set both __SEOF and __SERR at once (in case of incomplete | Andrey A. Chernov | 2016-09-01 | 1 | -1/+11 |
| | * | If error happens, don't overwrite original errno comes from __mbrtowc() | Andrey A. Chernov | 2016-09-01 | 1 | -5/+8 |