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