Age | Commit message (Expand) | Author |
2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. | Doug Hogan |
2014-09-08 | Additional cleanup for procfs removal | Doug Hogan |
2014-09-08 | Delete procfs; it's always had races and is now unused: no one noticed for | Philip Guenther |
2014-09-08 | obvious cases of missing .An; | Ingo Schwarze |
2014-09-07 | Reuse xtrfile() to avoid duplication. | Philip Guenther |
2014-09-06 | inodesc.id_entryno holds a file size, so upgrade it from int to u_int64_t; | Philip Guenther |
2014-09-03 | Mark msg() and panic() as printf-like and fix the format error it turns up | Philip Guenther |
2014-09-03 | Kill off compat for systems that don't define NAME_MAX or that lack stuff | Philip Guenther |
2014-08-29 | mount_mfs does not require disklabel to be run; | Jason McIntyre |
2014-08-27 | Nuke net.inet6.icmp6.rediraccept and allow redirects on interfaces | Florian Obser |
2014-08-27 | Add support for Curve25519 using the public domain code that is found | Reyk Floeter |
2014-08-25 | Sync dh.[ch] from iked. The files are identical, so any change in | Reyk Floeter |
2014-08-25 | Add support for DH groups 27-30 using the Brainpool curves which have | Reyk Floeter |
2014-08-25 | Fix a few fd leaks in isakmpd. | Doug Hogan |
2014-08-25 | Delete secret or secret-derived data with explicit_bzero. | Doug Hogan |
2014-08-24 | Remove imaginary non-reserved port support from mountd. | Doug Hogan |
2014-08-23 | Fix double free in ike_auth.c | doug |
2014-08-23 | when you specify queues in a rule, make sure they have been defined. | Martin Pelikan |
2014-08-22 | fix memory leak in isakmpd | doug |
2014-08-21 | deny "once" flags for match rules; ok henning | Mike Belopuhov |
2014-08-20 | Remove userland bits related to the crypto(4) interface; ok deraadt | Mike Belopuhov |
2014-08-19 | Entries for broadcast addresses should also be ignored, just like local | Martin Pieuchot |
2014-08-18 | Sync proc.c with httpd. httpd needs SIGUSR1 but iked will ignore it | Reyk Floeter |
2014-08-16 | repair operation of kern.arandom, which will only allow a buffer of | Theo de Raadt |
2014-08-11 | When parsing 32 bit values, verify that we received 4 bytes. | Tobias Stoeckmann |
2014-08-10 | Only need <stdint.h> and not all of <inttypes.h> here | Philip Guenther |
2014-08-10 | Delete extern declarations for variables that don't exist (anymore?) | Philip Guenther |
2014-08-10 | msts(4) appears to support TIOCSTSTAMP | Philip Guenther |
2014-08-05 | Fix an example, nat-to requires to specify the "out" direction in pf rules. | Reyk Floeter |
2014-07-31 | unbreak the build - e2fs_isave now needs the superblock. | Martin Pelikan |
2014-07-28 | Fix memory exhaustion occurring on DHCP options with 0 length. | Tobias Stoeckmann |
2014-07-28 | merge dhcpd's packet.c revision 1.7: | Tobias Stoeckmann |
2014-07-24 | Unbreak ''route flush'': the kernel now adds local (RTF_LOCAL) routes | Jeremie Courreges-Anglas |
2014-07-22 | FSTAB -> _PATH_FSTAB, the latter is deprecated. | Jeremie Courreges-Anglas |
2014-07-21 | Switch from <sys/endian.h> or <machine/endian.h> to the new, | Philip Guenther |
2014-07-20 | Make sure the correct errno is reported by warn* or err* and not | Philip Guenther |
2014-07-20 | Mark fatal() as printf-like. | Philip Guenther |
2014-07-17 | files-to-dump can be a duid; | Jason McIntyre |
2014-07-17 | Convert a couple calloc()s that were originally malloc()s to reallocarray()s. | Philip Guenther |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2014-07-16 | Yes /etc/disklabels/ is a good practice for placing labels of disks | Theo de Raadt |
2014-07-15 | add -N to usage()/SYNOPSIS and tweak previous; | Jason McIntyre |
2014-07-14 | Make sure to correctly exit the loop in priv_flush_routes() in case of | Miod Vallat |
2014-07-14 | powerdown=YES has been removed. | Martin Pelikan |
2014-07-14 | remove the never installed getmntopts.3 page, as well as the | Jason McIntyre |
2014-07-13 | -N for SYNOPSIS and usage(), and some small changes to previous; | Jason McIntyre |
2014-07-13 | kill fs2hXX/h2fsXX macros with letohXX/htoleXX | Martin Pelikan |
2014-07-13 | kill fs2hXX/h2fsXX macros with letohXX/htoleXX | Martin Pelikan |
2014-07-13 | When renewing a lease, update client->active or you end up in a | Kenneth R Westerback |
2014-07-13 | new superblock header needs fixes | Martin Pelikan |