Age | Commit message (Expand) | Author |
2016-05-08 | Do not print MPSAFE when the corresponding bit is set on the interface | Martin Pieuchot |
2016-05-08 | Use /dev/bpf0 instead of /dev/bpf (without loop though), as suggested by | Martin Natano |
2016-05-04 | Kill #ifdef INET6 occurrences in userland. | Jeremie Courreges-Anglas |
2016-05-03 | Remove INET6 #ifdefs | Jeremie Courreges-Anglas |
2016-05-03 | Move to /dev/bpf; ok tb jmc | Martin Natano |
2016-04-28 | If the attempt to broadcast a DCHPDISCOVER packet returns EAFNOSUPPORT, | Kenneth R Westerback |
2016-04-28 | Show 11n HT rate in ifconfig scan output. Needs a new kernel. | Stefan Sperling |
2016-04-28 | Fix fsck'ing. ext2fs_dinode grew extra bits to support ext4 | Kenneth R Westerback |
2016-04-27 | Tweak command line processing vs pledge logic to make things nicer. No | Kenneth R Westerback |
2016-04-18 | Print interface index after priority. | Martin Pieuchot |
2016-04-06 | move the parent and vnetid stuff around so it builds on ramdisks too. | David Gwynne |
2016-04-06 | document autoconfprivacy being the default | Jonathan Gray |
2016-04-06 | move getting the vnetid out next to getting the ifparent | David Gwynne |
2016-04-04 | Remove caveat about only supporting 512-byte sectors. | Kenneth R Westerback |
2016-04-04 | Fix memory leak. Call proto_free() always to free proto. | YASUOKA Masahiko |
2016-04-02 | Another use for fcntl() and thus of the superfluous 3rd parameter | Kenneth R Westerback |
2016-03-31 | Don't use .Aq for syntax elements that require ASCII "<>". | Ingo Schwarze |
2016-03-31 | Simplify MACHINE tests, the only platforms in the tree without wsdisplay | Jonathan Gray |
2016-03-30 | Dump strdup()/free() dance and just use a local buffer to translate help | Kenneth R Westerback |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-28 | The GPT versions of help strings that don't contain'MBR' were | Kenneth R Westerback |
2016-03-28 | Remove unused variables | Ricardo Mestre |
2016-03-17 | Last parameter to execl[e]() functions *must* be cast to a pointer. | Kenneth R Westerback |
2016-03-17 | simplify previous; ok bentley | Jason McIntyre |
2016-03-17 | missing El in previous; | Jason McIntyre |
2016-03-17 | Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom. | Anthony J. Bentley |
2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. | Kenneth R Westerback |
2016-03-16 | There's no reason to have execute permissions on a file system image. | natano |
2016-03-14 | Replace an ad-hoc implementation of opendev(), with said function and | natano |
2016-03-14 | Add a missing "cpath" promise; newfs_ext2fs can create files when used | natano |
2016-03-10 | Don't retransmit responses for unauthenticated messages. | YASUOKA Masahiko |
2016-03-09 | We are done providing support for the vax. | Theo de Raadt |
2016-03-09 | Accept only character special devices rather than generating a core | Kenneth R Westerback |
2016-03-07 | Use opendev() instead of a plain open(). | natano |
2016-03-07 | http -> https for IETF/IANA URLs in comments | mmcc |
2016-03-07 | Use the full idiom for error checking with strtoul(3), as | tb |
2016-03-06 | Drop "rpath" promise. Now that pledge() is called after setlocale(), | tb |
2016-03-06 | my bad. thought it was setlocale "C". | Marc Espie |
2016-03-06 | Tighten mknod pledge(). | natano |
2016-03-05 | better error messages, common work with natano@ | Marc Espie |
2016-03-05 | Remove unused node type; ok espie@ | natano |
2016-03-05 | Remove debugging code, extra whitespace and a lint annotation. | tb |
2016-03-05 | Use mknod(2) to create FIFOs by setting S_IFIFO in the mode. | Todd C. Miller |
2016-03-05 | Almost complete rewrite of mknod. | Marc Espie |
2016-03-05 | fix steps for cert creation; | Jason McIntyre |
2016-03-04 | Now that the ksh built-in mknod is gone, don't mention it here. | tb |
2016-03-04 | Invert the pledge() condition. | natano |
2016-03-03 | ping(8) and ping6(8) use different types for packet counters. In | Florian Obser |
2016-03-03 | Remove option USER_LDT and everything depending on it. | Christian Weisgerber |
2016-03-02 | repair for ramdisk builds | Theo de Raadt |