Age | Commit message (Expand) | Author |
2018-04-18 | Do a FREF()/FRELE() dance after fd_getfile() in sys_fcntl(). | Martin Pieuchot |
2018-04-18 | Call FREF(9) earlier instead of incrementing `f_count' by hand. | Martin Pieuchot |
2018-04-12 | Implement MAP_STACK option for mmap(). Synchronous faults (pagefault and | Theo de Raadt |
2018-04-12 | Restore the original BSDI $Id$ strings. Those were mangled by CVS | Visa Hankala |
2018-04-12 | Use the current reference instead of incrementing `f_count' manually and | Martin Pieuchot |
2018-04-12 | Call FREF(9) earlier instead of incrementing `f_count' directly in | Martin Pieuchot |
2018-04-11 | The pledge flag for file descriptors opened from /dev/fd was always | Alexander Bluhm |
2018-04-10 | Do not call logwakeup(), ending in wakeup_n(), while holding a mutex. | Martin Pieuchot |
2018-04-10 | Convert 'struct fileops' definitions to C99. | Martin Pieuchot |
2018-04-09 | Revert previous, it introduced a bug found the hardway by landry@. | Martin Pieuchot |
2018-04-09 | Do a FREF()/FRELE() dance after fd_getfile() and before calling vref(9) | Martin Pieuchot |
2018-04-09 | Call finishdup() instead of rerolling it in dupfdopen(). | Martin Pieuchot |
2018-04-09 | Call FREF() right after fd_getfile_mode() in sys_ioctl(). | Martin Pieuchot |
2018-04-08 | AF_LOCAL was a failed attempt (by POSIX?) to seem less UNIX-specific, but | Philip Guenther |
2018-04-08 | Test for preexisting conditions when re-enabling events | Mike Belopuhov |
2018-04-06 | Retain the UF_PLEDGED flag from the original fd during dup(2). | Alexander Bluhm |
2018-04-03 | Move FREF()s just after fd_getfile() in sys_kevent(), sys_lseek() and | Martin Pieuchot |
2018-04-03 | Add proper FREF()/FRELE() dance in sys_fchdir(). | Martin Pieuchot |
2018-04-03 | Call FREF() right after fd_getfile() in dodup3(). | Martin Pieuchot |
2018-04-03 | Silence assertwaitok() if we are in ddb(4). | Martin Pieuchot |
2018-04-03 | Deactivate witness(4) checks if we are in ddb(4), when `db_active' is set. | Martin Pieuchot |
2018-03-29 | KNF (wrap a long line) | Mike Larkin |
2018-03-28 | Call FREF() right after fd_getfile() in getsock(). | Martin Pieuchot |
2018-03-28 | Call FREF() right after fd_getfile() in sys_flock(). | Martin Pieuchot |
2018-03-28 | Call FREF() right after fd_getfile*() in pread(), prwrite() & co. | Martin Pieuchot |
2018-03-27 | Make sure that programs violating a pledge(2) promise or some memory | Martin Pieuchot |
2018-03-27 | Try harder to execute code protected by mutexes after entering ddb(4). | Martin Pieuchot |
2018-03-27 | Use a goto to merge multiple error blocks in sosplice(). | Martin Pieuchot |
2018-03-27 | Exclude SIGKILL from ptrace(2) interception. | Martin Pieuchot |
2018-03-24 | Avoid calling issignal() twice on signal delivery in order not | Visa Hankala |
2018-03-21 | Disable the rw lock assertion after panic. Allows reboot from ddb. | Alexander Bluhm |
2018-03-20 | Do not panic from ddb(4) when a lock requirement isn't fulfilled. | Martin Pieuchot |
2018-03-18 | NULL deref on armv7 performing NFS, within 10 seconds. | Theo de Raadt |
2018-03-13 | make m_pullup skip over empty mbufs when finding the payload alignment. | David Gwynne |
2018-03-12 | make m_adj keep m_data aligned when removing all the data in an mbuf. | David Gwynne |
2018-03-08 | When we are rebooting, do not fail in uvn_io(). The vnodes are | Alexander Bluhm |
2018-03-07 | Remounting files systems read-only does not work reliably. There | Alexander Bluhm |
2018-03-05 | fix a memory leak in readdoslabel() | Jonathan Gray |
2018-03-01 | When socket splicing is involved, delay the pool_put() after the | Alexander Bluhm |
2018-02-28 | Revert the change that postpones CPUs until after mounthook activities. | Patrick Wildt |
2018-02-26 | Serialize access to UID data with a rwlock. | Martin Pieuchot |
2018-02-26 | Fix a TOCTOU race that causes signals to be delivered more than once. | Martin Pieuchot |
2018-02-21 | Call socreate() before falloc() in sys_socket(). | Martin Pieuchot |
2018-02-20 | Make ddb's "show all locks" command show spinlocks in addition | Visa Hankala |
2018-02-20 | Introduce enternewpgrp() & enterthispgrp(), from FreeBSD via guenther@. | Martin Pieuchot |
2018-02-19 | Grab solock() inside soconnect2() instead of asserting for it to be held. | Martin Pieuchot |
2018-02-19 | Change some returns into gotos, will help keeping the unlocking path | Martin Pieuchot |
2018-02-19 | Include <sys/mutex.h> directly instead of relying on other headers to | Martin Pieuchot |
2018-02-19 | Directly include sys/mplock.h when needed instead of depending on | Jonathan Gray |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |