Age | Commit message (Expand) | Author |
2018-11-09 | M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for | Claudio Jeker |
2018-11-06 | new sysctl for userland malloc flags, kernel part. ok millert@ deraadt@ | Otto Moerbeek |
2018-11-05 | trace struct flock; ok visa@ | anton |
2018-11-02 | make debug flags continuous | anton |
2018-10-30 | If we execute a #!shell binary, the shell is an integral part of the | Theo de Raadt |
2018-10-29 | irrelevant part snuck into previous commit; from semarie | Theo de Raadt |
2018-10-29 | Now that most archs have better NMBCLUSTERS defaults it is possible to bring | Claudio Jeker |
2018-10-29 | needs sys/lock.h | Theo de Raadt |
2018-10-28 | Correctly deal with upper level unveil's by keeping track of the covering | Bob Beck |
2018-10-27 | Add assertions for lockf list manipulation, hidden behind LOCKF_DIAGNOSTIC. | anton |
2018-10-27 | Rework previous lockf fix; bluhm@ noticed a regress failure during consecutive | anton |
2018-10-25 | Fix a resource leak in doaccept(). | Visa Hankala |
2018-10-17 | Only the scheduler time statistics should be affected by spinning. | Alexander Bluhm |
2018-10-10 | User land time accounting has changed when kernel spinning time was | Alexander Bluhm |
2018-10-09 | Fix a "copy-and-paste" error that Coverity picked up in the augment code | David Gwynne |
2018-10-06 | When freeing a lockf struct that already is part of a linked list, make sure to | anton |
2018-10-05 | Revert KERN_CPTIME2 ENODEV changes in kernel and userspace. | cheloha |
2018-10-04 | Call unveil_destroy() from exit1() instead of from the reaper. Fixes a | Mark Kettenis |
2018-10-04 | Revert the inpcb table mutex commit. It triggers a witness panic | Alexander Bluhm |
2018-09-29 | Use atomic operations to update vfc_refcount. Change the field's type | Visa Hankala |
2018-09-26 | KERN_CPTIME2: set ENODEV if the CPU is offline. | cheloha |
2018-09-26 | Move the allocating and freeing of mount points into | Visa Hankala |
2018-09-25 | fix typo in comment | Jasper Lievisse Adriaanse |
2018-09-22 | Harmonize spacing after ellipses in displayed messages. | Frederic Cambus |
2018-09-20 | As a step towards per inpcb or socket locks, remove the net lock | Alexander Bluhm |
2018-09-18 | Updating time counters without memory barriers is wrong. Put | Alexander Bluhm |
2018-09-17 | Simplify VFS initialization. | Visa Hankala |
2018-09-16 | Move vfsconf lookup code into dedicated functions. | Visa Hankala |
2018-09-13 | Add reference counting for inet pcb, this will be needed when we | Alexander Bluhm |
2018-09-13 | When unveil(2) was introduced one break from SYS_access case was removed | Ricardo Mestre |
2018-09-10 | - if_cloners list populated at boot time only then becomes immutable, | Alexandr Nedvedicky |
2018-09-10 | Instead of calculating the mbuf packet header length here and there, | Alexander Bluhm |
2018-09-10 | During fragment reassembly, mbuf chains with packet headers were | Alexander Bluhm |
2018-09-06 | fix whitespace | Jonathan Gray |
2018-09-04 | kevent: Don't poll for nonzero timeouts < 1us. | cheloha |
2018-09-01 | Fix errno for post-lock unveil calls | Theo de Raadt |
2018-09-01 | Recognize more talker IDs when parsing NMEA RMC messages | Landry Breuil |
2018-08-30 | Remove dead code related to tty allocation for ptys. Back in revision 1.17 of | anton |
2018-08-30 | Split the system-wide list of all futexes into process-specific lists | Visa Hankala |
2018-08-29 | Initialize device numbers for newly allocated ptys. Prevents a panic caused by | anton |
2018-08-28 | Fix stat of path components - this was breaking chrome - because the | Bob Beck |
2018-08-25 | Change kcov semantics, kernel code coverage tracing is now enabled on a per | anton |
2018-08-24 | Remove all knotes from a file descriptor before closing the file in | Visa Hankala |
2018-08-21 | Rework kcov kernel config. Instead of treating kcov as both an option and a | anton |
2018-08-21 | Use explicit fd indexing to access fd_ofiles, to clarify the code. | Visa Hankala |
2018-08-21 | If the control message of IP_SENDSRCADDR did not fit into the socket | Alexander Bluhm |
2018-08-20 | Reorder checks in the read/write(2) family of syscalls to prepare making | Martin Pieuchot |
2018-08-20 | Make fnew() return a new file with only one reference. This makes | Visa Hankala |
2018-08-20 | Preparations for arm64 radeondrm(4) support. | Mark Kettenis |
2018-08-19 | Add kcov(4), a kernel code coverage tracing driver. It's used in conjunction | anton |