Age | Commit message (Expand) | Author |
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 |
2018-06-21 | s/simultanious/simultaneous/ | Jason McIntyre |
2018-06-21 | Document hw.smt. | Mark Kettenis |
2018-06-19 | use a full stop, as per the other items; from nan xiao | Jason McIntyre |
2018-06-16 | Add add PIE support for m88k (requires gcc4 toolchain) | Philip Guenther |
2018-06-04 | Use process-private futexes. This avoids the overhead of calling into uvm | Mark Kettenis |
2018-06-03 | for the witness(4) text, we already Xr the page in the first sentence, so adding | Jason McIntyre |
2018-05-28 | Drop include of <arm64/swi.h> and remove it. | Mark Kettenis |
2018-05-28 | Returns EBUSY if dup2(2) is called for a LARVAL file. | Martin Pieuchot |
2018-05-28 | Clear the sign bit in the QNAN constants used by strtof, strtod and strtold, | Jonathan Matthew |
2018-05-26 | document the new kern.audio node; OK ratchov@ | Ingo Schwarze |
2018-05-19 | Switch sparc64 to futex(2) based mutexes and condvars. | Martin Pieuchot |
2018-05-17 | Drop memory barrier in _atomic_lock() implementation since the callers now | Mark Kettenis |
2018-05-16 | Document kern.witnesswatch in sysctl(2). | Visa Hankala |
2018-05-13 | Enable futex(2)-based mutex on arm64. | Visa Hankala |
2018-05-13 | Add memory barriers to libc's _spinlock() to make the mechanism | Visa Hankala |
2018-05-10 | Fix typo in RFC number. | Theo Buehler |
2018-04-30 | Add a missing header when compiling with -DDEBUG | denis |
2018-04-28 | reference hosts(5) instead of networks(5) | Ingo Schwarze |
2018-04-28 | Remove references to the obsolete getnetent(3) and networks(5). | Ingo Schwarze |
2018-04-28 | Stop talking about /etc/networks, which is no longer used, | Ingo Schwarze |
2018-04-28 | Say that sethostent(3), gethostent(3), and endhostent(3) do nothing. | Ingo Schwarze |
2018-04-28 | To allow us to get rid of /etc/networks, make getnetby*(3) | Ingo Schwarze |
2018-04-28 | Minor cleanup, no functional change: | Ingo Schwarze |
2018-04-28 | To allow us to get rid of /etc/networks, make setnetent(3), | Ingo Schwarze |
2018-04-27 | Fix typo in binary-float example in comment | Philip Guenther |
2018-04-27 | <sys/mount.h> and <sys/swap.h> no longer require <sys/param.h> | Philip Guenther |
2018-04-24 | Make futex(2) also return ECANCELED in case SA_RESTART was set. | Paul Irofti |
2018-04-24 | Validate timespec and return ECANCELED when interrupted with SA_RESTART. | Paul Irofti |
2018-04-22 | use NULL for pointer | Theo de Raadt |
2018-04-22 | mmap() no longer needs to be used. Without providing too many details, | Theo de Raadt |