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