Age | Commit message (Expand) | Author |
2016-03-11 | pledge: define the meaning of passing NULL to one arguments of pledge(2) as "I | Sebastien Marie |
2016-03-10 | Start some refactoring in here. this gets bufadjust out | Bob Beck |
2016-03-09 | remove handling of vax | Theo de Raadt |
2016-03-09 | Correct some comments and definitions, from Michal Mazurek. | Martin Pieuchot |
2016-03-07 | Sync no-argument function declaration and definition by adding (void). | Christian Weisgerber |
2016-03-06 | No more compat emulations, so remove ktrace EMUL records and the baggage | Philip Guenther |
2016-03-06 | Do not fetch the same block multiple times if it is already present | Martin Pieuchot |
2016-03-06 | Localize some declarations to kern_exit.c: the last good reason to put | Philip Guenther |
2016-03-04 | repair documentation for inferior(); from Michal Mazurek | Theo de Raadt |
2016-03-03 | replace the XXX next to setting link_maxhdr with an explanation | David Gwynne |
2016-03-03 | bump link_maxhdr up from 16 to 64 | David Gwynne |
2016-03-01 | Copy the stackgap_init() and stackgap_alloc() functions from | Christian Weisgerber |
2016-02-29 | delete the kern.emul/KERN_EMUL sysctl bits since there are no | Christian Weisgerber |
2016-02-28 | Support for running Linux binaries under emulation is going away. | Christian Weisgerber |
2016-02-23 | provide m_dup_pkt() for doing fast deep mbuf copies with a specified alignment | David Gwynne |
2016-02-17 | Return ENOTTY for TIOCFLUSH when allowed by pledge but the fd is | Todd C. Miller |
2016-02-11 | Make sure uiomove does not copy more than uio_resid bytes, as the manual | Stefan Kempf |
2016-02-08 | "exceeds past the end" -> "extends past the end" in comment. | Kenneth R Westerback |
2016-02-01 | add 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 out | Alexandr Nedvedicky |
2016-01-28 | Convert to uiomove. Diff from Martin Natano. | Stefan Kempf |
2016-01-19 | Convert min() and uiomovei() to ulmin() and uiomove(), | Stefan Kempf |
2016-01-19 | Check if the vnode type is VBAD (corresponds to disconnected | Alexandre Ratchov |
2016-01-18 | Add SYS_truncate as a "wpath" operation. Omission noticed by tb and sthen. | Theo de Raadt |
2016-01-15 | Convert to uiomove(); from Martin Natano | Stefan Kempf |
2016-01-15 | Improve the socket panic messages further. claudio@ wants to see | Alexander Bluhm |
2016-01-15 | KASSERT on refcnt underflow. | David Gwynne |
2016-01-15 | print TAILQ_NEXT(so, so_qe) too | David Gwynne |
2016-01-15 | add a "show socket" command to ddb | David Gwynne |
2016-01-14 | Increase buffer sizes and watermarks for tty and ppp | Stefan Fritsch |
2016-01-13 | To make bug hunting easier, print more information in the soreceive() | Alexander Bluhm |
2016-01-13 | Convert to uiomove(); from Martin Natano, thanks! | Stefan Kempf |
2016-01-09 | drop "abort" promise, and make it the default behaviour. | Sebastien Marie |
2016-01-08 | Add "vmm" pledge to allow restricted ioctl access to /dev/vmm. | Reyk Floeter |
2016-01-08 | On 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 out | Alexandr Nedvedicky |
2016-01-07 | In sendsyslogd(2) strip off syslog priority when logging to console. | Alexander Bluhm |
2016-01-06 | turn off the whitepath code for now; we're not sure it's ready for release | Ted Unangst |
2016-01-06 | remove unnecessary casts where the incoming type is void *. | Ted Unangst |
2016-01-06 | tidy up whitespace, etc. | Ted Unangst |
2016-01-06 | Prevent integer overflows in sosend() and soreceive() by converting | Stefan Kempf |
2016-01-06 | Add pledge "drm", which allows a subset of the drm(4) ioctls. These are | Mark Kettenis |
2016-01-05 | annoying whitespace | Theo de Raadt |
2016-01-03 | copyright++; | Jonathan Gray |
2016-01-02 | mmcc noticed that nd.ni_pledge was uninitialized in doopenat() for the | Theo de Raadt |
2016-01-01 | The pointer buf is a user space string which was directly passed | Alexander Bluhm |
2015-12-31 | NULL-terminate a pointer array to prevent an invalid free, and simplify | mmcc |
2015-12-27 | Add missing #include "audio.h". Fixes sndiod pledge issue reported by | tb |
2015-12-27 | wrap "audio" pledge code in NAUDIO > 0, because there are a few | Theo de Raadt |
2015-12-24 | Make gpt_chk_mbr() instances even more identicaller by always | Kenneth R Westerback |