Age | Commit message (Expand) | Author |
2015-11-20 | Document that the status argument may be NULL; OK millert@ | Tim van der Molen |
2015-11-20 | Permit msync(2) in the "stdio" set; only a few programs use it related | Theo de Raadt |
2015-11-20 | pledge "stdio rpath wpath cpath fattr flock tty" | Theo de Raadt |
2015-11-20 | Remove login_tis, no one should be using the TIS authentication | Todd C. Miller |
2015-11-20 | honestly i think you should just zap that paragraph - it doesn;t make | tb |
2015-11-20 | cleanup powerhooks links too | Theo de Raadt |
2015-11-20 | switch back to yaccing parse.y, it seems to work. | Ted Unangst |
2015-11-20 | ansi | Ted Unangst |
2015-11-20 | use RMS for jitter. we're linking with enough libraries that libm is tiny. | Ted Unangst |
2015-11-20 | Don't specify full paths for doas and path, and don't suggest that users | mmcc |
2015-11-20 | sync | Theo de Raadt |
2015-11-20 | typo tcgetpgrp -> tcsetpgrp | tb |
2015-11-20 | KNF | Theo de Raadt |
2015-11-20 | After being separated for more than 5 years, allow these poor manuals | Martin Pieuchot |
2015-11-20 | De-justify more comments. From FreeBSD. | mmcc |
2015-11-20 | Monospace comments are not meant to be justified. From FreeBSD. | mmcc |
2015-11-20 | Replace hardcoded "0" with SHUT_RD; from Ricardo Mestre | Jeremie Courreges-Anglas |
2015-11-20 | Convert hand-rolled option parsing to getopt(3). | tb |
2015-11-20 | The alerts callback should be fired for bells even if bell-action is | Nicholas Marriott |
2015-11-20 | No longer direct bug reports to keynote@research.att.com - it bounces mail. | mmcc |
2015-11-20 | wrapping an ioctl for TIOCGWINSZ inside #ifdef TIOCGWINSIZE (entirely | Theo de Raadt |
2015-11-20 | spaces | Theo de Raadt |
2015-11-20 | do not need sys/param.h | Theo de Raadt |
2015-11-20 | Add pledge "disklabel", which allows sysctl kern.rawpartition, a | Theo de Raadt |
2015-11-20 | Cannot pledge bottom half of setting, because of the ioctl backing | Theo de Raadt |
2015-11-20 | KNF | Theo de Raadt |
2015-11-20 | Appears to only need pledge "stdio" against open kvm | Theo de Raadt |
2015-11-20 | ntpd ison by default; from rob pierce | Theo de Raadt |
2015-11-20 | Make cnmac compile again after IF_DROP() removal. Just bail out if the | Visa Hankala |
2015-11-20 | don't auto-skip X sets on systems without wscons, you can remove them easily | Stuart Henderson |
2015-11-20 | Missed in previous, pointed by benoit@ | Martin Pieuchot |
2015-11-20 | Initialise the ifidx to 0 (no interface) in rtredirect() to avoid using | Jonathan Gray |
2015-11-20 | Revert all the changes to run the tx completion path wihtout holding the | Martin Pieuchot |
2015-11-20 | Replace hardcoded "2" with SHUT_RDWR; from Ricardo Mestre | Jeremie Courreges-Anglas |
2015-11-20 | Check for space on the ring before dequeuing packets. | Martin Pieuchot |
2015-11-20 | Keep if_ref() private, if_get() is what you want to use before if_put(). | Martin Pieuchot |
2015-11-20 | Prefer if_get() over if_ref() when checking if the interface has been | Martin Pieuchot |
2015-11-20 | Regen. | Jeremie Courreges-Anglas |
2015-11-20 | Server-side pserver support is broken, and we don't plan to support it. | Jeremie Courreges-Anglas |
2015-11-20 | Unbreak, tcflow and its underlying ioctls aren't allowed by pledge(2). | Jeremie Courreges-Anglas |
2015-11-20 | sppp(4) is now only used for pppoe(4) which doesn't use framing, so remove | Stuart Henderson |
2015-11-20 | Instead of separate tables for different types of options, give each | Nicholas Marriott |
2015-11-20 | avoid a use after enqueue, which is like a use after free. | David Gwynne |
1995-12-19 | raw import of cvs-1.6 | Theo de Raadt |
2015-11-20 | i made a mistake. rename ifq_enq and ifq_deq to ifq_enqueue and ifq_dequeue | David Gwynne |
2015-11-20 | This no longer depends on bridge.h, fewer "#ifdef NBRIDGE", say yeah! | Martin Pieuchot |
2015-11-20 | Fewer uses of rt_ifp. | Martin Pieuchot |
2015-11-20 | Make use if_get() and get rid of rt_ifp. | Martin Pieuchot |
2015-11-20 | Make use if_get() and get rid of rt_ifp. | Martin Pieuchot |
2015-11-20 | fix prio KASSERT, it should be <= not <. ok dlg@ | Stuart Henderson |