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