summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2016-04-01Revert the clone bitmap enlargement changeMike Belopuhov
2016-03-31Increase size of the clone bitmap. A limit of only 64 device clonesMartin Natano
2016-03-30regeneratePhilip Guenther
2016-03-30Add getlogin_r syscall that checks and returns errors like userspacePhilip Guenther
2016-03-29In setlogin(), don't change anything on error.Philip Guenther
2016-03-29- packet must keep reference to statekeyAlexandr Nedvedicky
2016-03-29Use a macro to check if a thread has a sibling.Martin Pieuchot
2016-03-29add back $OpenBSD$Jonathan Gray
2016-03-28regenMark Kettenis
2016-03-28Make sure that a thread that calls sched_yield(2) ends up on the run queueMark Kettenis
2016-03-27When pulling and unmounting an umass USB stick, the file systemAlexander Bluhm
2016-03-26add newline on the end of the failure messageBob Beck
2016-03-25Free some more space in kernel - for network code, of course - by removalVadim Zhukov
2016-03-25Silences compiler warnings, about used uninitialized variables. These lengthsSebastien Marie
2016-03-24set ticks 15 seconds before its value wraps.David Gwynne
2016-03-22dont mix up the len and flats argument to MCLGETI in m_dup_pktDavid Gwynne
2016-03-22allow fpathconf() in stdio mode, since it is an innocuous queryTheo de Raadt
2016-03-21Rename the system call sendsyslog2 to sendsyslog. Keep the old oneAlexander Bluhm
2016-03-20Update ticks in hardclock().Masao Uebayashi
2016-03-19Remove the unused flags argument from VOP_UNLOCK().natano
2016-03-17Replace curcpu_is_idle() by cpu_is_idle() and use it instead of rollingMartin Pieuchot
2016-03-17KNF: Remove a blank line.Masao Uebayashi
2016-03-17- add realloc_pages to move a buffer's physmem from one range to another.Bob Beck
2016-03-16Expose new audio ioctls that do one thing only: start and stop DMA,Alexandre Ratchov
2016-03-15pledge: wl_paths: resolvpath() logic errorSebastien Marie
2016-03-15pledge: wl_paths: corrects a memory leak in error code path and an evaluationSebastien Marie
2016-03-15Remove now unused legacy uiomovei() function.Stefan Kempf
2016-03-14Change a bunch of (<blah> *)0 to NULL.Kenneth R Westerback
2016-03-13keep disabled wl_paths for now. the expensiveness impact need to be betterSebastien Marie
2016-03-13reenable wl_paths (whitelisted-paths) in pledge(2)Sebastien Marie
2016-03-13pledge: replace #if 0 printf with DNPRINTF macroSebastien Marie
2016-03-13pledge: let wl_paths works well with chrootSebastien Marie
2016-03-13corrects on off-by-one error in pledge_namei()Sebastien Marie
2016-03-12When vfs_busy() is sleeping, it uses RW_SLEEPFAIL and will fail.Alexander Bluhm
2016-03-11increase size of oldpids to 128 to prevent mod bias when idx wraps.Ted Unangst
2016-03-11pledge: define the meaning of passing NULL to one arguments of pledge(2) as "ISebastien Marie
2016-03-10Start some refactoring in here. this gets bufadjust outBob Beck
2016-03-09remove handling of vaxTheo de Raadt
2016-03-09Correct some comments and definitions, from Michal Mazurek.Martin Pieuchot
2016-03-07Sync no-argument function declaration and definition by adding (void).Christian Weisgerber
2016-03-06No more compat emulations, so remove ktrace EMUL records and the baggagePhilip Guenther
2016-03-06Do not fetch the same block multiple times if it is already presentMartin Pieuchot
2016-03-06Localize some declarations to kern_exit.c: the last good reason to putPhilip Guenther
2016-03-04repair documentation for inferior(); from Michal MazurekTheo de Raadt
2016-03-03replace the XXX next to setting link_maxhdr with an explanationDavid Gwynne
2016-03-03bump link_maxhdr up from 16 to 64David Gwynne
2016-03-01Copy the stackgap_init() and stackgap_alloc() functions fromChristian Weisgerber
2016-02-29delete the kern.emul/KERN_EMUL sysctl bits since there are noChristian Weisgerber
2016-02-28Support for running Linux binaries under emulation is going away.Christian Weisgerber
2016-02-23provide m_dup_pkt() for doing fast deep mbuf copies with a specified alignmentDavid Gwynne