summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2013-04-15Add an f_mntfromspec member to struct statfs, which specifies the name ofJoel Sing
2013-04-10Fix various glitches in queue macro usage.Philip Guenther
2013-04-09Add a magic number to the head of the signature block. Check for magicMike Larkin
2013-04-06make kernel compileTheo de Raadt
2013-04-06i missed this file too.Ted Unangst
2013-04-06i missed a file, crap. found by deraadtTed Unangst
2013-04-06shuffle around some poison code, prototypes, values...Ted Unangst
2013-04-06rthreads are always enabled. remove the sysctl.Ted Unangst
2013-04-05remove some obsolete castsTed Unangst
2013-04-04Do not allow the listen(2) syscall for an already connected socket.Alexander Bluhm
2013-04-01Make setrlimit() return EINVAL if rlim_cur > rlim_max, per POSIX.Philip Guenther
2013-03-31replace pool debug magic with shared mem poison codeTed Unangst
2013-03-30vrele() is a tricky beast. it can sleep if the refcount hits zero,Ted Unangst
2013-03-30Return ENOTDIR if an *at() syscall is passed a relative path and aPhilip Guenther
2013-03-28sys/param.h gets you sys/types.h automaticallyTheo de Raadt
2013-03-28do not include machine/cpu.h from a .c file; it is the responsibility ofTheo de Raadt
2013-03-28separate memory poisoning code to a new file and make it usable kernel wideTed Unangst
2013-03-28Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2,Philip Guenther
2013-03-28no need for vnode.h to include namei.h unconditionallyTed Unangst
2013-03-28When updating fd_cdir or fd_rdir, put the new pointer in placePhilip Guenther
2013-03-28Handle the pathconf _PC_PATH_MAX, _PC_PIPE_BUF, _PC_ASYNC_IO,Philip Guenther
2013-03-27Move soidle() into the big #ifdef SOCKET_SPLICE block to have itAlexander Bluhm
2013-03-27rename NCHNAMLEN to NAMECACHE_MAXLEN. easier to read, easier to type.Ted Unangst
2013-03-26simpleq is lighter weight and sufficient for pool's needs.Ted Unangst
2013-03-26replace kern malloc's hand rolled freelist with simpleq macros.Ted Unangst
2013-03-25the unused palm code goes away.Theo de Raadt
2013-03-25reseed the random pool with 'dmesg' when more devices are attachedMarkus Friedl
2013-03-23pull the suser check for sysctl pointers up higher, out of the loops.Ted Unangst
2013-03-21use PAGE_SHIFT instead of PGSHIFTTheo de Raadt
2013-03-20When non-root asks sysctl for kinfo proc or file requests, do not fill inTheo de Raadt
2013-03-19After a socket splicing timeout is fired, a network interrupt canAlexander Bluhm
2013-03-18nscan only operates in a single direction, remove leftover dir variable.Ted Unangst
2013-03-15factor out the deadbeef code for legibility.Ted Unangst
2013-03-14regenTed Unangst
2013-03-14the 5.1 era tfork syscall claws its way out of the grave. we failed toTed Unangst
2013-03-12Fix kernel profiling on MP systems by using per-CPU buffers and teachMartin Pieuchot
2013-03-07Reword some wrong comments and some improperly formatted comments and addMike Larkin
2013-03-06Fix a bad comparison when calculating the size of the hibernate signatureMike Larkin
2013-03-02regenPhilip Guenther
2013-03-02No longer need the 5.1 version of the __tfork syscallPhilip Guenther
2013-02-17Comment out recently added __attribute__((__format__(__kprintf__))) annotationsMiod Vallat
2013-02-16Fix a bug in udp socket splicing in case a packet gets diverted andAlexander Bluhm
2013-02-12Back out per-CPU kernel profiling, it shouldn't modify a public headerMartin Pieuchot
2013-02-11Fix kernel profiling on MP systems by using per-CPU buffer. PreviouslyMartin Pieuchot
2013-02-11When information about threads are not requested sum the '%cpu' ofMartin Pieuchot
2013-02-09Remove no longer used struct emul extern declarations.Miod Vallat
2013-02-09Add explicit __attribute__ ((__format__(__kprintf__)))) to the functions andMiod Vallat
2013-02-08Insufficient levels of hops in the local brew led to Theo and I muckingPhilip Guenther
2013-02-07convert mbuf tags to use pool(9) as a backend storage;Mike Belopuhov
2013-01-30In doreadlinkat(), only access auio.uio_resid if it's already beenMatthew Dempsky