Age | Commit message (Expand) | Author |
2020-03-13 | Anthony Steinhauser reports that 32-bit arm cpus have the same speculation | Theo de Raadt |
2020-03-13 | typo in comment | Damien Miller |
2020-03-11 | Anthony Steinhauser reports that 32-bit arm cpus have the same speculation | Theo de Raadt |
2020-03-11 | typo; from bryan stenson | Jason McIntyre |
2020-02-18 | Now that the kernel skips the two instructions immediately following | Mark Kettenis |
2020-02-11 | Some system calls can fail due to an open-ended variety of causes | Ingo Schwarze |
2020-02-09 | A getlogin() function which used utmp(5) appeared in v7. | Jonathan Gray |
2020-02-08 | correct Research Unix edition "appeared in" use in HISTORY | Jonathan Gray |
2020-02-06 | Instead of opting in to futexes on archs with atomics opt out on archs | Jonathan Gray |
2020-02-05 | More precision regarding the openlog(3) *ident argument; | Ingo Schwarze |
2020-02-05 | Mention AUDIO_MIXER_{DEVINFO,READ,WRITE} in the "audio" section | Alexandre Ratchov |
2020-01-26 | Insert two nop instructions after each svc #0 instruction in userland. | Mark Kettenis |
2020-01-24 | Document `kern.allowdt' button. | Martin Pieuchot |
2020-01-22 | delete wasteful ;; | Theo de Raadt |
2020-01-13 | Document how to make getopt_long(3) process arguments in order and stop | Stefan Sperling |
2019-12-26 | It is believed that an implementation of madvise was available in | Jonathan Gray |
2019-12-21 | Warn that auth_call(3) users should include a "--" argument before | Jonathan Gray |
2019-12-21 | In "4.2BSD System Manual" (/usr/doc/sysman in 4.2BSD source) | Jonathan Gray |
2019-12-20 | drand48(3) returns values in [0.0, 1.0). | Theo Buehler |
2019-12-20 | The mcount.po target is special cased here since mcount.c should not be | Theo Buehler |
2019-12-11 | The file passed to realpath(3) must exists, adjust man page to new | Alexander Bluhm |
2019-12-10 | Remove includes that are no longer neeed after tedu's simplification. | Todd C. Miller |
2019-12-10 | The msync interface first appeared in SunOS 4.0. | Jonathan Gray |
2019-12-10 | Adjust history text. | Jonathan Gray |
2019-12-08 | tweak previous; | Jason McIntyre |
2019-12-08 | Make sure packet destination address matches interface address, | Alexandr Nedvedicky |
2019-12-06 | replace links to uvm(9) to uvm_init(9); ok mpi | Jason McIntyre |
2019-12-06 | Explicitly say that *permissions can be "". | Ingo Schwarze |
2019-12-05 | - fix some Xr; from martin | Jason McIntyre |
2019-12-05 | Document IP6_SOIIKEY_LEN | kn |
2019-12-04 | some minor tweaks; | Jason McIntyre |
2019-12-04 | I accidentally smashed wrong contents into this file. | Theo de Raadt |
2019-12-04 | libc's authentication privsep layer performed insufficient username | Theo de Raadt |
2019-12-04 | libc's authentication privsep layer performed insufficient username | Theo de Raadt |
2019-12-03 | fwide() does not unlock if error was occurred. | asou |
2019-12-01 | comply with POSIX and make execve() return EACCES for directories | Christian Weisgerber |
2019-11-27 | tweak previous: add missing name after .Fn, delete stray .Pp, | Ingo Schwarze |
2019-11-27 | Document msyscall(2): ld.so can use this (once only) to tell the kernel | Theo de Raadt |
2019-11-25 | gcc3, like clang and unlike our gcc4, doesn't support redirecting builtins | Philip Guenther |
2019-11-12 | Now that libc.so has only five PLT entries on almost all our archs, | Philip Guenther |
2019-11-10 | Mark as 'protected' all the routines from the quad/ and softfloat/ subdirs, | Philip Guenther |
2019-11-05 | MPLSCTL_MAXINKLOOP (net.mpls.maxloop_inkernel) was removed. Adjust manpage. | Claudio Jeker |
2019-10-29 | mobileip(4) is going to the attic | David Gwynne |
2019-10-27 | Mark the _Qp_{mul,div,add,sub} functions as 'protected' to eliminate | Philip Guenther |
2019-10-26 | Stop exporting the internal _mcount symbol as that's only referenced | Philip Guenther |
2019-10-24 | Allow the caller of asr functions to create and use a specific context. | Otto Moerbeek |
2019-10-23 | Unexport __floatundidf. | Mark Kettenis |
2019-10-21 | Kill unused _wait() function. | Martin Pieuchot |
2019-10-18 | setting uid to -1 won't work with setresuid, so detect that condition | Ted Unangst |
2019-09-29 | zap trailing whitespace; | Jason McIntyre |