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