Age | Commit message (Expand) | Author |
2016-10-17 | Remove cd9660's archimedes option, we won't need RISC OS metadata on our | Martin Natano |
2016-10-17 | Remove "feature" defines. This code won't try to be portable when we are | Martin Natano |
2016-10-17 | Remove the -d option. | Martin Natano |
2016-10-17 | Everything in ffs_bswap.c is unused. | Martin Natano |
2016-10-17 | mechanical rename of vnode to mkfsvnode and buf to mkfsbuf to avoid | Ted Unangst |
2016-10-17 | Only a few apple-specific bits are needed by eltorito, so copy them local. | Theo de Raadt |
2016-10-16 | we're not going to be using kauth_creds | Ted Unangst |
2016-10-16 | remove swapping add macros | Ted Unangst |
2016-10-16 | simplify swapper functions a bit | Ted Unangst |
2016-10-16 | another round of deswapping | Ted Unangst |
2016-10-16 | Fix trailing whitespace and shorten long lines. | Alexander Bluhm |
2016-10-16 | Use closefrom(4) in privsep parent and avoid some global file | Alexander Bluhm |
2016-10-16 | remove some byte swapping code from the top end | Ted Unangst |
2016-10-16 | there's no need for a special typedef and function pointer for picking | Ted Unangst |
2016-10-16 | /* XXX bounds checking! */ | Ted Unangst |
2016-10-16 | remove GEMDOS code | Ted Unangst |
2016-10-16 | The MSDOS_EI define isn't used anywhere. | Martin Natano |
2016-10-16 | Only allow one directory as argument and remove the -r option. | Martin Natano |
2016-10-16 | Remove the -Z (spare ffs image) option. | Martin Natano |
2016-10-16 | Add OpenBSD RCS tags; reminded by tb | Martin Natano |
2016-10-16 | Unused includes, as reported by include-what-you-use from ports. | Martin Natano |
2016-10-16 | Remove some unused functions. Found by cppcheck from ports. | Martin Natano |
2016-10-16 | Prefer memcpy/memmove over bcopy | Philip Guenther |
2016-10-16 | Replace fs/msdosfs/{msdosfs_conv.c,direntry.h} with stripped-down | Martin Natano |
2016-10-16 | Add a == EOF that was accidentally lost in previous commit. | Theo Buehler |
2016-10-16 | Use the err(3) family of functions more consistently. | Theo Buehler |
2016-10-16 | Remove the "phase" state variable from the smtp session. Simply check | Eric Faurot |
2016-10-16 | Import makefs - a tool to create filesystem images from a directory. | Martin Natano |
2016-10-16 | Rename local variable 'err' to 'error', to avoid -Wshadow conflicts with err.h | Jeremie Courreges-Anglas |
2016-10-16 | Remove the -g option. It is obsolete/undocumented since the initial | Martin Natano |
2016-10-16 | Add printf format attributes to the custom error functions. | Theo Buehler |
2016-10-16 | Remove declarations for optarg and optind. They are declared in <unistd.h>. | Martin Natano |
2016-10-16 | Stop complaining about changed kernel options when called for an empty | Martin Natano |
2016-10-16 | switch to a re-exec model instead of plain forking to reduce sharing. | Ted Unangst |
2016-10-15 | refactor the worker and monitor loops a little to make room for re-exec | Ted Unangst |
2016-10-15 | be more cautious about inspecting packets. use integer offsets instead of | Ted Unangst |
2016-10-15 | implement random casing for query names, also known as 0x20 hardening. | Ted Unangst |
2016-10-15 | Allow to add an interface to an interface group; with the group keyword. | Reyk Floeter |
2016-10-15 | add missing Xc, and macro fix; | Jason McIntyre |
2016-10-14 | Change the default non -b behaviour of config(8) to operate with the | Theo de Raadt |
2016-10-14 | Add support for draft-ietf-idr-large-community | Peter Hessler |
2016-10-14 | when looking at the details of a prefix, show any unknown attributes and | Peter Hessler |
2016-10-13 | The name argument is of the start command is not optional. | Martijn van Duren |
2016-10-13 | A logic issue in smtpd's header parsing can cause SMTP sessions to hang. | Gilles Chehade |
2016-10-13 | Document the -s option, descr adapted from ospfd/ospfctl | Jeremie Courreges-Anglas |
2016-10-13 | Teach tcpdump to decode bgp path attribute draft-ietf-idr-large-community | Peter Hessler |
2016-10-13 | Implement simple feature request/reply support so we can get more | Rafael Zalamena |
2016-10-12 | Fix functionality and semantics of vmctl load/reload/reset. | Reyk Floeter |
2016-10-12 | Start reworking the "device" support in switchd: Once connected, a | Reyk Floeter |
2016-10-12 | Document the "-q " prefix accepted in the "command" field. | Ingo Schwarze |