summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-21pledge "stdio rpath wpath cpath"Theo de Raadt
2015-11-21syncTheo de Raadt
2015-11-21Nuke long standing annoyance of EDIT() macros and switch both Xedit()Kenneth R Westerback
2015-11-21simplify ifq_deq_rollback by only having it unlock.David Gwynne
2015-11-21error: too many arguments to function 'ifq_deq_begin'David Gwynne
2015-11-21provide MBUF_LIST_FIRST and MBUF_LIST_NEXT for iterating over an mbuf_list.David Gwynne
2015-11-20POSIX says that ffs(), strcasecmp(), strncasecmp(), r?index() andTodd C. Miller
2015-11-20bgpd has been naughty. It tries to play with AF_UNIX sockets withoutFlorian Obser
2015-11-20Neuter the pledge domain checking for listen, getpeername, and getsocknameTheo de Raadt
2015-11-20allow comment change for all supported formatsAlexander Hall
2015-11-20Memory leaks and an uninitialized part of utf8_data, from Patrick Palka.Nicholas Marriott
2015-11-20Fix multiple issues regarding process group and signal mask handlingIngo Schwarze
2015-11-20syncTheo de Raadt
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