summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
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
2016-02-17Return ENOTTY for TIOCFLUSH when allowed by pledge but the fd isTodd C. Miller
2016-02-11Make sure uiomove does not copy more than uio_resid bytes, as the manualStefan Kempf
2016-02-08"exceeds past the end" -> "extends past the end" in comment.Kenneth R Westerback
2016-02-01add a DIAGNOSTIC for refcnt_take overflow.David Gwynne
2016-01-31- m_pkthdr.pf.statekey changes are not ready for 5.9, I must back them outAlexandr Nedvedicky
2016-01-28Convert to uiomove. Diff from Martin Natano.Stefan Kempf
2016-01-19Convert min() and uiomovei() to ulmin() and uiomove(),Stefan Kempf
2016-01-19Check if the vnode type is VBAD (corresponds to disconnectedAlexandre Ratchov
2016-01-18Add SYS_truncate as a "wpath" operation. Omission noticed by tb and sthen.Theo de Raadt
2016-01-15Convert to uiomove(); from Martin NatanoStefan Kempf
2016-01-15Improve the socket panic messages further. claudio@ wants to seeAlexander Bluhm
2016-01-15KASSERT on refcnt underflow.David Gwynne
2016-01-15print TAILQ_NEXT(so, so_qe) tooDavid Gwynne
2016-01-15add a "show socket" command to ddbDavid Gwynne
2016-01-14Increase buffer sizes and watermarks for tty and pppStefan Fritsch
2016-01-13To make bug hunting easier, print more information in the soreceive()Alexander Bluhm
2016-01-13Convert to uiomove(); from Martin Natano, thanks!Stefan Kempf
2016-01-09drop "abort" promise, and make it the default behaviour.Sebastien Marie
2016-01-08Add "vmm" pledge to allow restricted ioctl access to /dev/vmm.Reyk Floeter