Age | Commit message (Expand) | Author |
2013-04-15 | Add an f_mntfromspec member to struct statfs, which specifies the name of | Joel Sing |
2013-04-10 | Fix various glitches in queue macro usage. | Philip Guenther |
2013-04-09 | Add a magic number to the head of the signature block. Check for magic | Mike Larkin |
2013-04-06 | make kernel compile | Theo de Raadt |
2013-04-06 | i missed this file too. | Ted Unangst |
2013-04-06 | i missed a file, crap. found by deraadt | Ted Unangst |
2013-04-06 | shuffle around some poison code, prototypes, values... | Ted Unangst |
2013-04-06 | rthreads are always enabled. remove the sysctl. | Ted Unangst |
2013-04-05 | remove some obsolete casts | Ted Unangst |
2013-04-04 | Do not allow the listen(2) syscall for an already connected socket. | Alexander Bluhm |
2013-04-01 | Make setrlimit() return EINVAL if rlim_cur > rlim_max, per POSIX. | Philip Guenther |
2013-03-31 | replace pool debug magic with shared mem poison code | Ted Unangst |
2013-03-30 | vrele() is a tricky beast. it can sleep if the refcount hits zero, | Ted Unangst |
2013-03-30 | Return ENOTDIR if an *at() syscall is passed a relative path and a | Philip Guenther |
2013-03-28 | sys/param.h gets you sys/types.h automatically | Theo de Raadt |
2013-03-28 | do not include machine/cpu.h from a .c file; it is the responsibility of | Theo de Raadt |
2013-03-28 | separate memory poisoning code to a new file and make it usable kernel wide | Ted Unangst |
2013-03-28 | Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2, | Philip Guenther |
2013-03-28 | no need for vnode.h to include namei.h unconditionally | Ted Unangst |
2013-03-28 | When updating fd_cdir or fd_rdir, put the new pointer in place | Philip Guenther |
2013-03-28 | Handle the pathconf _PC_PATH_MAX, _PC_PIPE_BUF, _PC_ASYNC_IO, | Philip Guenther |
2013-03-27 | Move soidle() into the big #ifdef SOCKET_SPLICE block to have it | Alexander Bluhm |
2013-03-27 | rename NCHNAMLEN to NAMECACHE_MAXLEN. easier to read, easier to type. | Ted Unangst |
2013-03-26 | simpleq is lighter weight and sufficient for pool's needs. | Ted Unangst |
2013-03-26 | replace kern malloc's hand rolled freelist with simpleq macros. | Ted Unangst |
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 |