Age | Commit message (Expand) | Author |
2019-01-19 | Move boottime into the timehands. | cheloha |
2019-01-18 | no need to KERNEL_LOCK before calling ktrstruct() anymore; ok mpi@ visa@ | cheloha |
2019-01-18 | futex(2): validate relative timeout before sleeping. | cheloha |
2019-01-18 | adjtime(2), settimeofday(2), clock_settime(2): validate input | cheloha |
2019-01-18 | delete vmm(4) in i386 | pd |
2019-01-17 | Unveil fixes: | Bob Beck |
2019-01-14 | backout previous; crashes near mountpoints it seems | Theo de Raadt |
2019-01-14 | Fix unveil issue noticed by kn@ where unveil does not notice covering | Bob Beck |
2019-01-11 | sync | Theo de Raadt |
2019-01-11 | mincore() is a relic from the past, exposing physical machine information | Theo de Raadt |
2019-01-10 | settime: Don't cancel ongoing adjtime(2) until after full permission checks | cheloha |
2019-01-09 | Eliminate an else branch from m_extunref(). | Visa Hankala |
2019-01-08 | If the mbuf cluster in m_zero() is read only, propagate the M_ZEROIZE | Alexander Bluhm |
2019-01-07 | It is possible to call m_zero with a read-only cluster. In that case just | Claudio Jeker |
2019-01-06 | the pledge handing for access(2) of /var/run/ypbind.lock is artificially | Theo de Raadt |
2019-01-06 | fold a bunch of similar sysctl cases into a switch. | Ted Unangst |
2019-01-06 | Clear ps_uvpcwd when we free ps_uvpaths. Fixes a crash seen by kn@ and me | Mark Kettenis |
2019-01-06 | Fix unsafe use of ptsignal() in mi_switch(). | Visa Hankala |
2019-01-03 | Fix a collection of covering unveil bugs that prevent unveil's of upper | Bob Beck |
2019-01-01 | copyright++; | Jonathan Gray |
2018-12-31 | nanosleep: loop tsleep(9) to ensure coverage of the full timeout range. | cheloha |
2018-12-29 | sys_nanosleep: switch to descriptive, idiomatic variable names; ok tedu@ | cheloha |
2018-12-23 | Rectify some issues with the noperm mount flag; the root vnode was not | Martin Natano |
2018-12-17 | When using MSG_WAITALL, soreceive() can sleep while processing the | Alexander Bluhm |
2018-12-17 | Remove unused function gsignal(). | Visa Hankala |
2018-12-16 | add task_pending | David Gwynne |
2018-12-12 | free(9) sizes for sysv shm. | Martin Pieuchot |
2018-12-12 | free(9) sizes for SVID semaphores. | Martin Pieuchot |
2018-12-07 | free(9) sizes for netcred. | Martin Pieuchot |
2018-12-06 | Core files with >65535 sections have to use PN_XNUM and a section header | Philip Guenther |
2018-12-05 | free(9) sizes for softcs. | Martin Pieuchot |
2018-12-05 | free(9) size for temporary buffer. | Martin Pieuchot |
2018-11-30 | Trivial MH_ALIGN/M_ALIGN to m_align conversions. | Claudio Jeker |
2018-11-27 | EVFILT_TIMER: Remove extra tick from tvtohz(9) on timeout reload. | cheloha |
2018-11-21 | In unp_internalize() check the length more carefully preventing an | Claudio Jeker |
2018-11-21 | When using MSG_PEEK to peak into packets skip control messages holding | Claudio Jeker |
2018-11-21 | free(9) sizes for bread_cluser(). | Martin Pieuchot |
2018-11-19 | delete the dns jackport experiment. it has no future. | Ted Unangst |
2018-11-19 | Utilize sigio with sockets. | Visa Hankala |
2018-11-17 | Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs. | cheloha |
2018-11-17 | Avoid leaking kernel memory in struct kevent padding. | Todd C. Miller |
2018-11-14 | Revert previous, it breaks regress. | Martin Pieuchot |
2018-11-14 | Userland malloc(3) & free(3) take only one argument. | Martin Pieuchot |
2018-11-13 | Fix fcntl(fd, F_GETOWN) with pipes. As a regression | Visa Hankala |
2018-11-12 | Utilize sigio with pipes. This makes fcntl(fd, F_SETOWN, arg) correctly | Visa Hankala |
2018-11-12 | Add a mechanism for managing asynchronous IO signal registrations. | Visa Hankala |
2018-11-12 | Introduce m_align() a function that works like M_ALIGN() but works with | Claudio Jeker |
2018-11-10 | use the LFPRINTF() debug macro consistently; ok mpi@ | anton |
2018-11-10 | Conform to POSIX-2001 in which the behavior of passing a negative length using | anton |
2018-11-09 | M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for | Claudio Jeker |