summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2023-02-21some nameserver proposal bits:Jason McIntyre
2023-02-20Rework/modernize verbiage in the "AUTOMATIC DISK ALLOCATION" andKenneth R Westerback
2023-02-18Missing spaceClaudio Jeker
2023-02-18Fix possibly uninitialized variable in editor_allocspace(); ok krw@Miod Vallat
2023-02-15proc_ispeer() is not used anywhere anymore so remove it everywhere.Tobias Heider
2023-02-15Use correct order of arguments for shutdown(2).Florian Obser
2023-02-14Add -mpls to the route monitor case. It is an allowed address family.Claudio Jeker
2023-02-14Typofix -ssthresh in HISTORYKlemens Nanni
2023-02-10Add support for configuring multiple name servers as roadwarriorTobias Heider
2023-02-08iked: remove another unused variableTheo Buehler
2023-02-08iked: garbage collect an unused counter variable to make clang 15 happierTheo Buehler
2023-02-08dump/fsck_ffs: convert two function definitions to ansi, missedTheo Buehler
2023-02-08isakmpd: add missing void to a function definitionTheo Buehler
2023-02-08unwind: add two missing void to function definitionsTheo Buehler
2023-02-07internal representation of icmp type/code in pfctl(8)/pf(4) does notAlexandr Nedvedicky
2023-02-07home.arpa is a special-use domain, internally answered by libunbound.Florian Obser
2023-02-07Extend template parsing to allow "[mount point] *" as the specification forKenneth R Westerback
2023-02-04correct history, shutdown(8) appeared in 4.1BSD before 4.1cJonathan Gray
2023-02-02Tweak restored code chunk to eliminate duplicate checks.Kenneth R Westerback
2023-02-02Restore incorrectly deleted test for default partitions intrudingKenneth R Westerback
2023-01-28Nuke unused variable.Kenneth R Westerback
2023-01-25Use getpartno() in editor_delete(), enhancing getpartno() toKenneth R Westerback
2023-01-24Use getpartno() in editor_add(), enhancing getpartno() to findKenneth R Westerback
2023-01-22Fix incorrect comparison. Restores ability to edit 'p'.Kenneth R Westerback
2023-01-21editor_resize(), editor_change(), editor_modify() andKenneth R Westerback
2023-01-20editor_name() and get_mp() don't change the disklabel soKenneth R Westerback
2023-01-20char * -> const char * parameters where clang doesn't complain.Kenneth R Westerback
2023-01-18remove redundant SIOCS80211JOIN ioctl call in ifconfig delifjoinlist()Stefan Sperling
2023-01-18Use ROUNDDOWN() to round down to cylinder boundary.Kenneth R Westerback
2023-01-18Use ROUNDUP() to round up to cylinder boundary.Kenneth R Westerback
2023-01-17Nuke unused MAXIMUM(). Add ROUNDUP() and ROUNDDOWN().Kenneth R Westerback
2023-01-16Use size of largest chunk of free space, not total of all chunksKenneth R Westerback
2023-01-14Replace comparisons/assignments to '3' with equivalent comparisons to RAW_PARTKenneth R Westerback
2023-01-13Fix a couple of auto allocation corner cases.Kenneth R Westerback
2023-01-13shutdown(8): sig_atomic_t variables should be qualified 'volatile'Scott Soule Cheloha
2023-01-09disklabel appeared in tahoeJonathan Gray
2023-01-06PF_ANCHOR_STACK_MAX is insufficient protection against stack overflow.Alexandr Nedvedicky
2023-01-05Make free_chunks() return 'const struct chunk *' since we don'tKenneth R Westerback
2023-01-04Use 'const struct disklabel *' parameters where the disklabel isKenneth R Westerback
2023-01-04Eliminate two unnecessary 'i' loop variables by incrementingKenneth R Westerback
2023-01-04Replace p_fstype to/from FS_UNUSED dances around invocations ofKenneth R Westerback
2023-01-04Christos Zoulas agreed to rescind clause 3 and 4 inJonathan Gray
2023-01-04Shuffle code a bit to eliminate need for inner loopKenneth R Westerback
2023-01-03No need to call editor_countfree() when displaying all the freeKenneth R Westerback
2023-01-03do not mention dhclient as a dhcp route message senderTheo de Raadt
2022-12-23point readers, where relevant, to route(8) rather than netstat(1) or route(4);Jason McIntyre
2022-12-22Denote multiple arguments with 'arg ...' not 'args'Klemens Nanni
2022-12-22it seems we made a separate list for the two sourceaddr commands,Jason McIntyre
2022-12-22move the flag mappings displayed by "route show" from netstat(1) to route(8):Jason McIntyre
2022-12-18Unify RSSI checkKlemens Nanni