summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
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
2022-12-11Balance a getifaddrs() with a freeifaddrs(); plugs a leak seen byOtto Moerbeek
2022-12-09resolvd: fix leaks of line and fpTheo Buehler
2022-12-09iovcnt can be zero, writev does not like that and O_CREATE isOtto Moerbeek
2022-12-06Print size_t with %zu.Tobias Heider
2022-12-04userspace: remove vestigial '?' cases from top-level getopt(3) loopsScott Soule Cheloha
2022-12-04Rename sun to s_un for portability.Tobias Heider
2022-12-03Consistently use uintXX_t from <stdint.h> instead of u_intXX_t.Tobias Heider
2022-12-03Include endian.h where needed for betohXX functions.Tobias Heider
2022-12-01Oops, the tweak was not correct, go with my original version.Florian Obser
2022-12-01Make sure the length of an unknown IP option is sensible.Florian Obser
2022-11-30Switch idiom of d2i_ECDSA_SIG() invocationTheo Buehler
2022-11-29Ignore late check results for resolvers we no longer use.Florian Obser
2022-11-27Provide more accurate lock error messageKlemens Nanni
2022-11-27Plug leak of tmp in case allocation of pq->abuf failsTheo Buehler
2022-11-27KNF nit: place brace correctlyTheo Buehler
2022-11-26Bump to 7.2Tobias Heider
2022-11-26- in SYNOPSIS, redo the formatting for "address" and "dest address" to avoidJason McIntyre
2022-11-25ifconfig -M <mac> finds the address on an interface and prints it.Theo de Raadt
2022-11-25Do not crash when a tcp query is larger than the length fieldAlexander Bluhm
2022-11-23iked(8) is proposing as wellKlemens Nanni
2022-11-21Fix DIOCIGETIFACES ioctl so all network interfacesAlexandr Nedvedicky
2022-11-19fix vertical spacing in previousKlemens Nanni
2022-11-19Prettify expired rules printingKlemens Nanni
2022-11-19Add O: to the getopt string for newfs in mount_mfs mode, allowing it toStuart Henderson
2022-11-18Revert my last two changes.Moritz Buhl
2022-11-18Improve "once" bitsKlemens Nanni
2022-11-14fix swapped user/group introduced in sync-with-mount_tmpfs commit;Stuart Henderson