Age | Commit message (Expand) | Author |
2014-07-10 | Put boot signature always at end of 512 byte sector, even on disks with | Tobias Stoeckmann |
2014-07-10 | Avoid out of boundary access when checking invalid long filenames. | Tobias Stoeckmann |
2014-07-10 | Validate file system information which are critical for fsck_msdos operation. | Tobias Stoeckmann |
2014-07-10 | Validate number of FATs. | Tobias Stoeckmann |
2014-07-10 | Return RSN (WPA) information to userland during wireless scan, and | Stefan Sperling |
2014-07-10 | -Werror-implicit-function-declaration | Florian Obser |
2014-07-10 | Forward declarations for mpcopy & mpfree. | Florian Obser |
2014-07-10 | add additional includes required to build with -DOPENSSL_NO_DEPRECATED | Jonathan Gray |
2014-07-10 | Add internal buffering when dumping a device with non-512 byte | Kenneth R Westerback |
2014-07-09 | Merge memory leak fix from NetBSD's dir.c revision 1.20, but actually | Tobias Stoeckmann |
2014-07-09 | We do have icmp_data; no obj change. | Florian Obser |
2014-07-09 | We do have ICMP_MASKREQ & ICMP_MASKREPLY; no obj change. | Florian Obser |
2014-07-09 | notdef is notdef since the beginning of time; no obj change. | Florian Obser |
2014-07-09 | We do have SIGINFO; no obj change. | Florian Obser |
2014-07-09 | We do have IP_OPTIONS; no obj change. | Florian Obser |
2014-07-09 | Print sizeof() value and size_t variable with %zu rather than %zd. | Kenneth R Westerback |
2014-07-09 | Special case pretty printing of DHO_CLASSLESS_STATIC_ROUTES and | Kenneth R Westerback |
2014-07-09 | expire IPcomp SAs too; ok mikeb (some time ago) | Markus Friedl |
2014-07-09 | Oops. Forgot makefile ... | Kenneth R Westerback |
2014-07-09 | Enable specifying the filesystem of interest by the duid. | Kenneth R Westerback |
2014-07-09 | Hopefully we are calculating the pkg size correctly by now; | Florian Obser |
2014-07-09 | We do have ICMP6_FILTER; no obj change. | Florian Obser |
2014-07-09 | We do have SO_SNDBUF & SO_RCVBUF; no obj change. | Florian Obser |
2014-07-09 | We do have NI_NODEADDR_FLAG_ANYCAST, no obj change. | Florian Obser |
2014-07-09 | We do have SIGINFO; no obj change. | Florian Obser |
2014-07-09 | We don't have IPV6_REACHCONF, no obj change after unifdef(1). | Florian Obser |
2014-07-09 | Kill code commented since forever; no obj change. | Florian Obser |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-07-02 | condition above makes this part of the check useless; | Mike Belopuhov |
2014-07-02 | From: Gregor Best | Jason McIntyre |
2014-06-30 | Use getrlimit(2) instead of assuming MAXDSIZ is available in userland. | Otto Moerbeek |
2014-06-30 | Merge two loops in collapse_redirspec into one | Mike Belopuhov |
2014-06-29 | do not need sys/disk.h | Theo de Raadt |
2014-06-26 | Create temporary file with mkstemp and unlink if rename operation fails. | Tobias Stoeckmann |
2014-06-25 | Make stricter decisions when handling translation specifications. | Mike Belopuhov |
2014-06-24 | remove the noaccesstime synonym for noatime which was previously added for BS... | Daniel Dickman |
2014-06-23 | first attempt at documenting NOINET6 by default and eui64 turning it on again | Henning Brauer |
2014-06-23 | make "ifconfig <if> inet6 eui64" reset the NOINET6 flag | Henning Brauer |
2014-06-23 | The second level of the CTL_NET sysctl is a PF_*, not an AF_* | Philip Guenther |
2014-06-18 | Always keep length of cluster chain up to date, otherwise the drop of | Tobias Stoeckmann |
2014-06-16 | Merge NetBSD commit: | Tobias Stoeckmann |
2014-06-14 | Avoid infinite loop if cluster chain is a cyclic list. | Tobias Stoeckmann |
2014-06-14 | Fix memory leaks in bootblock handling. | Tobias Stoeckmann |
2014-06-14 | Fix regression of 1.16: write fsinfo, not block into FSInfo region. | Tobias Stoeckmann |
2014-06-14 | Fix regression of 1.20 by properly incrementing pointer. | Tobias Stoeckmann |
2014-06-13 | Type cleanup: | Christian Weisgerber |
2014-06-10 | Fix off by one when writing FAT for FAT12 filesystems. | Tobias Stoeckmann |
2014-06-09 | Fix possible out of boundary access if filesystem is full or corrupt. | Tobias Stoeckmann |
2014-06-03 | Handle the event parameter of libevent callback function as a bit | YASUOKA Masahiko |
2014-05-31 | Oops. We're reporting DEV_BSIZE values in error messages, so call | Kenneth R Westerback |