Age | Commit message (Expand) | Author |
2015-08-30 | Clean up getaddrinfo(3) calls to make them look like the canonical | Florian Obser |
2015-08-30 | Remove RH0 support, it was deprecated in RFC 5095 some time ago and | Florian Obser |
2015-08-27 | Nuke some trailing whitespace that keeps coming back. | Kenneth R Westerback |
2015-08-26 | use 0xffff not 0xfffff for a 16 bit port constant | Jonathan Gray |
2015-08-25 | Switch from utimes() to utimensat() to $estore full nanosecond granularity | Philip Guenther |
2015-08-22 | spacing | Theo de Raadt |
2015-08-21 | Switch iked to C99-style fixed-width integer types. | Reyk Floeter |
2015-08-20 | Two reallocarray() conversions that were missed earlier. | Todd C. Miller |
2015-08-20 | Do not cast a size_t to (unsigned long) to pass it as an argument to malloc. | Theo de Raadt |
2015-08-20 | <stdlib.h> is included, so do not need to cast result from | Theo de Raadt |
2015-08-19 | Add missing OpenBSD CVS tag - no binary change | Reyk Floeter |
2015-08-19 | Missing prototypes. Noted by deraadt@ | Kenneth R Westerback |
2015-08-19 | spacing (no binary change, verified with checksums) | Reyk Floeter |
2015-08-15 | Less damned spurious whitespace. | Kenneth R Westerback |
2015-08-14 | switch from system(3) to vfork(2)+execl(2) for invoking mount_nfs(8) when fstab | Sebastien Marie |
2015-08-05 | repair buffer size checks around chacha block, spotted by Dimitris Papastamos | Theo de Raadt |
2015-07-31 | Document acceptable values for "carpdemote", from Julien Dhaille. | Martin Pieuchot |
2015-07-27 | document "F" in interactive mode, like for fsck.8; | Jason McIntyre |
2015-07-27 | use file system path (.Pa) semantic markup macros where appropriate. | Igor Sobrado |
2015-07-26 | remove unused variable | Charles Longeau |
2015-07-25 | Teach ifconfig(8) man page about the mpw(4) commands. | Rafael Zalamena |
2015-07-22 | process_mpw_commands should not go to install-media ifconfig | Theo de Raadt |
2015-07-21 | Teach ifconfig(8) about mpw(4) commands. | Rafael Zalamena |
2015-07-18 | remove the restriction to disallow the use of a passphrase file during | Alexander Hall |
2015-07-18 | Make all commands accepting the "-priority" switch recognize aliases | Martin Pieuchot |
2015-07-18 | Indent the output of bridge rules in ifconfig. | rzalamena |
2015-07-18 | On systems with a full routing table (550k+), we often want to be able to | Peter Hessler |
2015-07-17 | Assign correct destination port value for the destination netmask. | Mike Belopuhov |
2015-07-14 | Use volatile sig_atomic_t for requested_transition since it is | Todd C. Miller |
2015-07-14 | clarification from trondd; | Jason McIntyre |
2015-07-09 | Nuke unused variable. | Kenneth R Westerback |
2015-07-08 | Do not attempt to read a disk sector worth of data from the file | Kenneth R Westerback |
2015-07-07 | repair policy-ikesa-linking by replacing the broken RB_TREE w/TAILQ | Markus Friedl |
2015-07-03 | Terminate 'config' keyword array with a NULL element. | Mike Belopuhov |
2015-06-15 | document pfctl -ss -R <rule>, ok mikeb@ | Stuart Henderson |
2015-06-12 | Allow rule ID filter to be specified for show states output | Mike Belopuhov |
2015-06-11 | Use "compliant" header guards by avoiding the reserved '_' namespace. | Reyk Floeter |
2015-06-05 | Fix coupling and decoupling operations. | vgross |
2015-06-03 | Do not assume that asprintf() clears the pointer on failure, which | Todd C. Miller |
2015-05-30 | fix usage(); | Jason McIntyre |
2015-05-29 | do not need non-NULL-check before free(p), other minor refactoring | Theo de Raadt |
2015-05-29 | remove duplicate assignments; from Benjamin Baier | Theo de Raadt |
2015-05-29 | Initial addition of ``Patrol Read'' support in bio(4), biocto(8), and | Masao Uebayashi |
2015-05-26 | build wsconsctl and wsconscfg on armv7 | Jonathan Gray |
2015-05-25 | bump up the default Diffie-Hellman group to modp3072; ok mikeb@ djm@ | Christian Weisgerber |
2015-05-23 | Canonicalize all devices to DUIDs in order to make -w and -W output consistent. | Philip Guenther |
2015-05-19 | improve spacing in disklabel template. | Igor Sobrado |
2015-05-18 | Tweak parsing so that hostnames starting with 0-9 are accepted. | Kenneth R Westerback |
2015-05-18 | Stop rejecting leases with a subnet that overlaps a subnet already | Kenneth R Westerback |
2015-05-17 | nope, ioctl has not been used for a while | Theo de Raadt |