Age | Commit message (Expand) | Author |
2016-09-01 | one less sparc | Ted Unangst |
2016-08-31 | proc_trampoline_mp hasn't needed curproc since 2011 | Tom Cosgrove |
2016-08-31 | Delete unused ioctls and associated macros. Move macros that are still | Alexandre Ratchov |
2016-08-30 | pool_setipl | David Gwynne |
2016-08-26 | The *_HEAD_INITIALIZER() macros are documented as taking the struct, | Philip Guenther |
2016-08-26 | Pull in <sys/time.h> for clock_ymdhms bits | Philip Guenther |
2016-08-25 | Spliced TCP sockets become faster when the output part is running | Alexander Bluhm |
2016-08-25 | Completely revert the M_WAIT change on the cluster allocation and | Alexander Bluhm |
2016-08-25 | pool_setipl | David Gwynne |
2016-08-25 | pool_setipl | David Gwynne |
2016-08-23 | rename nfiles to numfiles to avoid shadowing and stretch out the name. | Ted Unangst |
2016-08-22 | Refactor the uio to mbuf code out of sosend and start to make use of | Claudio Jeker |
2016-08-17 | Fix an mbuf leak and missing error propagation in uipc_usrreq(PRU_SEND) | Alexander Bluhm |
2016-08-11 | shuffle some code to make it more symmetrical. | David Gwynne |
2016-08-10 | armish handled some early-gen arm machines, which required tons of | Theo de Raadt |
2016-08-09 | When interrupted, connect() should leave the socket connecting in the | Philip Guenther |
2016-07-28 | Revert previous commit | Mike Belopuhov |
2016-07-28 | Convert ifq_deq_{begin,rollback,commit} dance to a single ifq_dequeue | Mike Belopuhov |
2016-07-22 | Prevent NULL-pointer call for filesystems that don't provide vfs_sysctl | Mark Kettenis |
2016-07-19 | instead of messing about with pointer arithmetic, add an empty array | Ted Unangst |
2016-07-14 | kern.usermount=1 is unsafe for everyone, since it allows any non-pledged | Theo de Raadt |
2016-07-14 | Prevent silly states via knotes on pids > 2^32 and on nonexistent signals. | Philip Guenther |
2016-07-14 | kevent validates that ident is a valid fd by getting the file. one sad | Ted Unangst |
2016-07-12 | The only valid flag for unmount(2) is MNT_FORCE, ignore any others. | Todd C. Miller |
2016-07-12 | in the great unp_gc rewrite, a null check was lost. we have spent some | Ted Unangst |
2016-07-12 | The check for pledge "recvfd" was mistakenly only being performed | Theo de Raadt |
2016-07-12 | remove more noisy messages in "sendfd" and "recvfd" | Theo de Raadt |
2016-07-11 | be less noisy on console in case of "recvfd" refusal | Theo de Raadt |
2016-07-10 | pledge: use uint64_t instead of int for temporary storing a 64bit integer | Sebastien Marie |
2016-07-10 | POSIX specifies that if a processing calling tcsetpgrp() is in the | Todd C. Miller |
2016-07-10 | Paranoia: check KTRPOINT() before calling ktrpledge() to guarantee we | Philip Guenther |
2016-07-06 | Return EINVAL for mknod/mknodat when dev is -1 (aka VNOVAL). | Todd C. Miller |
2016-07-06 | fix several places where calculating ticks could overflow. | Ted Unangst |
2016-07-05 | remove some casts that aren't necessary. | Ted Unangst |
2016-07-04 | switch calculuated thrsleep timeout to unsigned to prevent overflow | Ted Unangst |
2016-07-03 | introduces new promise "chown" to allow changing owner/group with *chown(2) f... | Sebastien Marie |
2016-06-28 | introduce rwlock for socketbuf instead of the old flag and tsleep dance. | Ted Unangst |
2016-06-28 | in pledgereq (the array for doing correspondance between textual promise as i... | Sebastien Marie |
2016-06-27 | Repair kill(2) on zombie processes. | Jeremie Courreges-Anglas |
2016-06-27 | Regen. | Joel Sing |
2016-06-27 | Restore the sys_o58_kill system call. | Joel Sing |
2016-06-27 | Restore the sys_o58_kill system call. | Joel Sing |
2016-06-27 | Implement IPV6_MINHOPCOUNT support. | Jeremie Courreges-Anglas |
2016-06-27 | dovutimens: call vrele(9) before returning EINVAL | Sebastien Marie |
2016-06-27 | sys_revoke: call vrele() before returning ENOTTY | Sebastien Marie |
2016-06-26 | use error code path instead of return early without calling VOP_ABORTOP() and | Sebastien Marie |
2016-06-23 | Avoid multiple evaluation of macro arguments in softclock() | Stefan Kempf |
2016-06-23 | As klog dropped message has no ifdef small kernel, sendsyslog | Alexander Bluhm |
2016-06-23 | It is annoying that the dmesg buffer can overflow and loose messages | Alexander Bluhm |
2016-06-19 | Remove the lockmgr() API. It is only used by filesystems, where it is a | Martin Natano |