Age | Commit message (Expand) | Author |
2013-03-25 | the unused palm code goes away. | Theo de Raadt |
2013-03-25 | reseed the random pool with 'dmesg' when more devices are attached | Markus Friedl |
2013-03-23 | pull the suser check for sysctl pointers up higher, out of the loops. | Ted Unangst |
2013-03-21 | use PAGE_SHIFT instead of PGSHIFT | Theo de Raadt |
2013-03-20 | When non-root asks sysctl for kinfo proc or file requests, do not fill in | Theo de Raadt |
2013-03-19 | After a socket splicing timeout is fired, a network interrupt can | Alexander Bluhm |
2013-03-18 | nscan only operates in a single direction, remove leftover dir variable. | Ted Unangst |
2013-03-15 | factor out the deadbeef code for legibility. | Ted Unangst |
2013-03-14 | regen | Ted Unangst |
2013-03-14 | the 5.1 era tfork syscall claws its way out of the grave. we failed to | Ted Unangst |
2013-03-12 | Fix kernel profiling on MP systems by using per-CPU buffers and teach | Martin Pieuchot |
2013-03-07 | Reword some wrong comments and some improperly formatted comments and add | Mike Larkin |
2013-03-06 | Fix a bad comparison when calculating the size of the hibernate signature | Mike Larkin |
2013-03-02 | regen | Philip Guenther |
2013-03-02 | No longer need the 5.1 version of the __tfork syscall | Philip Guenther |
2013-02-17 | Comment out recently added __attribute__((__format__(__kprintf__))) annotations | Miod Vallat |
2013-02-16 | Fix a bug in udp socket splicing in case a packet gets diverted and | Alexander Bluhm |
2013-02-12 | Back out per-CPU kernel profiling, it shouldn't modify a public header | Martin Pieuchot |
2013-02-11 | Fix kernel profiling on MP systems by using per-CPU buffer. Previously | Martin Pieuchot |
2013-02-11 | When information about threads are not requested sum the '%cpu' of | Martin Pieuchot |
2013-02-09 | Remove no longer used struct emul extern declarations. | Miod Vallat |
2013-02-09 | Add explicit __attribute__ ((__format__(__kprintf__)))) to the functions and | Miod Vallat |
2013-02-08 | Insufficient levels of hops in the local brew led to Theo and I mucking | Philip Guenther |
2013-02-07 | convert mbuf tags to use pool(9) as a backend storage; | Mike Belopuhov |
2013-01-30 | In doreadlinkat(), only access auio.uio_resid if it's already been | Matthew Dempsky |
2013-01-18 | oops. this kassert should have gone with the B_NOTMAPPED commit | Bob Beck |
2013-01-18 | Give buf_acquire_unmapped and B_NOTMAPPED a viking funeral as they should | Bob Beck |
2013-01-17 | Ensure the tty hiwat is less than the size of the ring buffer (since | Theo de Raadt |
2013-01-17 | Expand the socket splicing functionality from TCP to UDP. Merge | Alexander Bluhm |
2013-01-17 | Style, no functional changes. | Paul Irofti |
2013-01-17 | Add a hibernate HIB_DONE op. After the memory-side-effect driver finishes | Theo de Raadt |
2013-01-17 | increase the number of pages used to hold the chunk ordering map and change | Mike Larkin |
2013-01-17 | fix an error in the amd64 asm unhibernate code and a slight adjustment to | Mike Larkin |
2013-01-15 | restrict KERN_PROC_ARGS lookup of KERN_PROC_NENV and KERN_PROC_ENV | joshua stein |
2013-01-15 | Pass an EFBIG error to user land when the maximum splicing length | Alexander Bluhm |
2013-01-15 | Changing the socket buffer flags sb_flags was not interrupt safe | Alexander Bluhm |
2013-01-15 | Allow SIGKILL to terminate coredumping processes. Semantics decided | Theo de Raadt |
2013-01-15 | Slice & dice coredump write requests into MAXPHYS blocks, and | Theo de Raadt |
2013-01-13 | After some discussion with deraadt and kettenis, revert previous decision to | Bob Beck |
2013-01-02 | Fix a bug in ptcwrite() that could result in up to 100 lost bytes | Todd C. Miller |
2013-01-01 | copyright++; | Jasper Lievisse Adriaanse |
2012-12-31 | Put the #ifdef SOCKBUF_DEBUG around sbcheck() into a SBCHECK macro. | Alexander Bluhm |
2012-12-31 | Extend the sbcheck() function to make it work with socket buffers | Alexander Bluhm |
2012-12-30 | In sysctl_proc_cwd(), vref() the target proc's fd_cdir before calling | Philip Guenthe |
2012-12-28 | Avoid spinning in the cleaner when there are insufficient clean pages, but | Joel Sing |
2012-12-24 | Fix compilation with POOL_DEBUG but !DDB | Philip Guenthe |
2012-12-02 | Fix kva reserve - ensure that kva reserve is checked for, as well | Bob Beck |
2012-12-02 | Don't wake the cleaner and potentially throw away pages we shouldn't | Bob Beck |
2012-12-02 | Determine whether we're currently on the alternative signal stack | Philip Guenthe |
2012-11-19 | If uvm_km_kmemalloc_pla() fails when just creating a thread (and not a | Philip Guenthe |