Age | Commit message (Expand) | Author |
2018-11-09 | Remove ethers(5) YP support bits from libc as it makes it difficult to | Bryan Steele |
2018-11-08 | zap last remains of malloc.conf; prompted by and ok jmc@ | Otto Moerbeek |
2018-11-06 | typo on fs.posix.setuid; from Piotr Durlej | Otto Moerbeek |
2018-11-06 | rm FILES section; prompted by Janne Johansson | Otto Moerbeek |
2018-11-06 | Use the new vm.malloc_conf sysctl; ok millert@ deraadt@ | Otto Moerbeek |
2018-11-06 | vm.malloc_conf, userland sysctl parts; ok millert@ deraadt@ | Otto Moerbeek |
2018-11-05 | Mention aligned_alloc(), prompted by Brad; ok jmc@ | Otto Moerbeek |
2018-11-05 | aligned_alloc bump | Otto Moerbeek |
2018-11-05 | Implement C11's aligned_alloc(3). ok guenther@ | Otto Moerbeek |
2018-11-04 | add missing NET_RT_TABLE | denis |
2018-11-03 | For correctness, do not read struct servent if getservbyname_r() failed. | Eric Faurot |
2018-10-31 | typo; fix from hiltjo posthuma | Theo de Raadt |
2018-10-30 | use Mdocdate; | Jason McIntyre |
2018-10-30 | Add C11's timespec_get(3); minor bump for libc. | Philip Guenther |
2018-10-28 | Correctly deal with upper level unveil's by keeping track of the covering | Bob Beck |
2018-10-22 | More "explicitely" -> "explicitly" in various comments. | Kenneth R Westerback |
2018-10-21 | Switch alpha to futex(2) based condvars, mutexes and semaphores. | Visa Hankala |
2018-10-15 | Switch powerpc to futex(2) based condvars, mutexes and semaphores. | Visa Hankala |
2018-10-09 | Fix a "copy-and-paste" error that Coverity picked up in the augment code | David Gwynne |
2018-10-02 | document that uuid_create generates v4 uuids; from william orr | Jason McIntyre |
2018-10-01 | Add retguard to arm64 libc syscalls and setjmp / longjmp. | mortimer |
2018-10-01 | As per POSIX, when str{,r}chr is comparing it should convert c to a char. | Martijn van Duren |
2018-09-30 | add spin lock in KERN_CPTIME cpu states | solene |
2018-09-30 | Make the HISTORY sections of the "intro" manuals less confusing and | Ingo Schwarze |
2018-09-26 | typo; ok jmc@ | miko |
2018-09-26 | align RETURN VALUES section with pledge manual; ok deraadt@ | miko |
2018-09-24 | enable futex(2) based mutexes on armv7 and use futex based semaphores in | Jonathan Gray |
2018-09-22 | Correct the uid_from_user() and gid_from_group() comments. | Todd C. Miller |
2018-09-13 | missing comma in previous; | Jason McIntyre |
2018-09-13 | Add uid_from_user() and gid_from_group(), derived from pax's cache.c. | Todd C. Miller |
2018-08-21 | Use an mmap()'d buffer instead of a static buffer for the contents | Todd C. Miller |
2018-08-18 | Don't mention using poll(2) as a timeout. | cheloha |
2018-08-12 | Add retguard macros for arm64 asm and apply them in the straightforward | mortimer |
2018-07-30 | Some cleanups and clarification, especially regarding locking (observed by rob) | Theo de Raadt |
2018-07-30 | tweak previous; | Jason McIntyre |
2018-07-30 | document the current limitation (we don't yet find an above covering | Bob Beck |
2018-07-28 | re-ordering for sensibility, by semarie; ok jmc | Theo de Raadt |
2018-07-27 | Full stop. | rob |
2018-07-18 | tidy up the flags section a little: supply a little more indent, and reduce | Jason McIntyre |
2018-07-16 | fix thinko | Marc Espie |
2018-07-13 | Correct some typos and also ran it through mandoc -Tlint | Ricardo Mestre |
2018-07-13 | Crank minor for unveil | Bob Beck |
2018-07-13 | Unveiling unveil(2). | Bob Beck |
2018-07-12 | Add hw.ncpuonline to count the number of online CPUs. | cheloha |
2018-07-11 | Drop a const-bomb on regexec. It's probably not a good idea to remove a | Martijn van Duren |
2018-07-10 | In asm.h ensure NENTRY uses the old-school nop-sled align, but change standard | Theo de Raadt |
2018-07-03 | Add retguard macros for libc. | mortimer |
2018-06-25 | During open(2), release the fdp lock before calling vn_open(9). | Visa Hankala |
2018-06-22 | Save and restore the relevant FPU state on armv7. | Mark Kettenis |
2018-06-21 | sort SEE ALSO; | Jason McIntyre |