Age | Commit message (Expand) | Author |
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 |
2015-12-24 | Make all instances of gpt_chk_mbr() identical (bar static vs | Kenneth R Westerback |
2015-12-23 | pledge "audio" code block must be !SMALL_KERNEL | Theo de Raadt |
2015-12-23 | revert previous: | Jasper Lievisse Adriaanse |
2015-12-23 | If PLEDGE_AUDIO is set, allow audio(4) ioctls necessary | Alexandre Ratchov |
2015-12-23 | One "sbar" taskq is enough. | Mark Kettenis |
2015-12-22 | spliting -> splitting | mmcc |
2015-12-22 | Re-add config includes | Stefan Fritsch |
2015-12-22 | - yet another tiny step towards MP PF. This time we need to make sure | Alexandr Nedvedicky |
2015-12-21 | Move ppp, nmea, endrun, and msts prototypes to tty.h | Stefan Fritsch |
2015-12-20 | size for free, sent and reminded by Mathieu. also delete null check. | Ted Unangst |
2015-12-20 | Simple free(9) sizes, from Matthieu <naabed AT poolp DOT org>. | Martin Pieuchot |
2015-12-17 | Make the cost of moving a process to the primary cpu a bit higher. This is | Mark Kettenis |
2015-12-17 | arrays decay to pointers without needing & | Ted Unangst |
2015-12-17 | no need to check null before free | Ted Unangst |
2015-12-17 | add ktrace to kevent. ok guenther | Ted Unangst |