summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
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
2016-01-08On the recvmsg() side, cmsgs are in mbuf chains, not a contiguous buffer.Philip Guenther
2016-01-07- retrying to commit earlier change, which got backed outAlexandr Nedvedicky
2016-01-07In sendsyslogd(2) strip off syslog priority when logging to console.Alexander Bluhm
2016-01-06turn off the whitepath code for now; we're not sure it's ready for releaseTed Unangst
2016-01-06remove unnecessary casts where the incoming type is void *.Ted Unangst
2016-01-06tidy up whitespace, etc.Ted Unangst
2016-01-06Prevent integer overflows in sosend() and soreceive() by convertingStefan Kempf
2016-01-06Add pledge "drm", which allows a subset of the drm(4) ioctls. These areMark Kettenis
2016-01-05annoying whitespaceTheo de Raadt
2016-01-03copyright++;Jonathan Gray
2016-01-02mmcc noticed that nd.ni_pledge was uninitialized in doopenat() for theTheo de Raadt
2016-01-01The pointer buf is a user space string which was directly passedAlexander Bluhm
2015-12-31NULL-terminate a pointer array to prevent an invalid free, and simplifymmcc
2015-12-27Add missing #include "audio.h". Fixes sndiod pledge issue reported bytb
2015-12-27wrap "audio" pledge code in NAUDIO > 0, because there are a fewTheo de Raadt
2015-12-24Make gpt_chk_mbr() instances even more identicaller by alwaysKenneth R Westerback