index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
Age
Commit message (
Expand
)
Author
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
2022-12-11
Balance a getifaddrs() with a freeifaddrs(); plugs a leak seen by
Otto Moerbeek
2022-12-09
resolvd: fix leaks of line and fp
Theo Buehler
2022-12-09
iovcnt can be zero, writev does not like that and O_CREATE is
Otto Moerbeek
2022-12-06
Print size_t with %zu.
Tobias Heider
2022-12-04
userspace: remove vestigial '?' cases from top-level getopt(3) loops
Scott Soule Cheloha
2022-12-04
Rename sun to s_un for portability.
Tobias Heider
2022-12-03
Consistently use uintXX_t from <stdint.h> instead of u_intXX_t.
Tobias Heider
2022-12-03
Include endian.h where needed for betohXX functions.
Tobias Heider
2022-12-01
Oops, the tweak was not correct, go with my original version.
Florian Obser
2022-12-01
Make sure the length of an unknown IP option is sensible.
Florian Obser
2022-11-30
Switch idiom of d2i_ECDSA_SIG() invocation
Theo Buehler
2022-11-29
Ignore late check results for resolvers we no longer use.
Florian Obser
2022-11-27
Provide more accurate lock error message
Klemens Nanni
2022-11-27
Plug leak of tmp in case allocation of pq->abuf fails
Theo Buehler
2022-11-27
KNF nit: place brace correctly
Theo Buehler
2022-11-26
Bump to 7.2
Tobias Heider
2022-11-26
- in SYNOPSIS, redo the formatting for "address" and "dest address" to avoid
Jason McIntyre
2022-11-25
ifconfig -M <mac> finds the address on an interface and prints it.
Theo de Raadt
2022-11-25
Do not crash when a tcp query is larger than the length field
Alexander Bluhm
2022-11-23
iked(8) is proposing as well
Klemens Nanni
2022-11-21
Fix DIOCIGETIFACES ioctl so all network interfaces
Alexandr Nedvedicky
2022-11-19
fix vertical spacing in previous
Klemens Nanni
2022-11-19
Prettify expired rules printing
Klemens Nanni
2022-11-19
Add O: to the getopt string for newfs in mount_mfs mode, allowing it to
Stuart Henderson
2022-11-18
Revert my last two changes.
Moritz Buhl
2022-11-18
Improve "once" bits
Klemens Nanni
2022-11-14
fix swapped user/group introduced in sync-with-mount_tmpfs commit;
Stuart Henderson
[next]