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
2018-08-08
ifconfig cannot be pledged because of its overwhelming amount of
Florian Obser
2018-08-08
tabs are ok at start of line, but internally space seperation is the norm
Theo de Raadt
2018-08-06
make ifconfig <if> join display the list of networks configured for
Sebastian Benoit
2018-08-06
Remove cpath pledge(2) promise. We decided that not deleting the unix control
Ricardo Mestre
2018-08-05
Since -s argument is no longer checked, during reexec, the argv size then must
Ricardo Mestre
2018-08-04
Oops. Missing chunk from previous 'secs' -> 'ui'.
Kenneth R Westerback
2018-08-04
Rename local variable 'secs' to 'ui' to be consistant with all other
Kenneth R Westerback
2018-08-04
Leave the control socket behind on shutdown. It doesn't hurt anyone.
Florian Obser
2018-08-03
Move pledge after getopt when we know whether the operation is reboot,
Theo de Raadt
2018-08-03
document that wpakey needs a preceeding nwid OR join specification
Alexander Hall
2018-08-02
errno is never checked after a call to getuint64(). So there is no
Kenneth R Westerback
2018-07-31
Zap v4mask and v6mask in host()
kn
2018-07-30
recognize WSMOUSE_TYPE_TOUCHPAD devices
Joshua Stein
2018-07-30
Simplify host()
kn
2018-07-28
Use strtonum in host()
kn
2018-07-27
Have slaacd(8) share information on receiving a MTU advertisement with
bket
2018-07-27
Enable slaacd(8) to set MTU on an interface.
bket
2018-07-24
Move duplicate code into new helper print_addr_str()
kn
2018-07-24
Simplify getaddrinfo() error handling
kn
2018-07-23
When moving between networks slaacd configures new addresses but
Florian Obser
2018-07-23
replace references to rtadvd(8) with rad(8)
Florian Obser
2018-07-23
Handle duplicate address detection failures.
Florian Obser
2018-07-22
No need to re-implement realloc(). Just use it
Kenneth R Westerback
2018-07-22
Tweak comment about truncating NULs to reflect new
Kenneth R Westerback
2018-07-22
When finished pulling an option out of a buffer, skip directly to the
Kenneth R Westerback
2018-07-21
Reading past the end of a buffer is bad, Even if the
Kenneth R Westerback
2018-07-21
There is no need to initialise global and static local variables to zero,
Claudio Jeker
2018-07-20
Stop checking table commands for `create'
kn
2018-07-19
i found a nicer way to describe -join;
Jason McIntyre
2018-07-18
replace manual zero initialization of various fields with memset;
Florian Obser
2018-07-18
When running flood ping with count packets (-c) set an alarm after
Florian Obser
2018-07-17
stop assuming prefix lengths, remove inet6_makenetandmask()
kn
2018-07-16
use ANSI C function declaration; no binary change
Jasper Lievisse Adriaanse
2018-07-16
reduce duplicate code, fix typo/free correct buffer
kn
2018-07-14
Document that route monitor also takes -T rtable as an argument.
Sebastian Benoit
2018-07-14
Make route monitor display changes in all routing domains by forcing
Sebastian Benoit
2018-07-13
no longer interpret 0.192.168.4 in hosts(5) as 192.168.4/24
Ingo Schwarze
2018-07-13
Use "rtable" not "tableid" as argument name for rtable
kn
2018-07-13
Unused variables.
Kenneth R Westerback
2018-07-13
Fix regression on child queue definitions
kn
2018-07-13
- differentiate between join and nwid
Jason McIntyre
2018-07-12
Cleanup and clarify getuint64() by using the
Kenneth R Westerback
2018-07-12
Cleanup and clarify the has_overlap() logic so it can be read by
Kenneth R Westerback
2018-07-12
RTM_CHGADDRATTR for route monitor
Florian Obser
2018-07-11
Introduce 'auto-join' to the wifi 802.11 stack.
Peter Hessler
2018-07-11
Prevent invalid interface specifiers on queue rules
kn
2018-07-11
Use AF_UNSPEC not 0
kn
2018-07-11
Do for most running out of memory err() what was done for most running
Kenneth R Westerback
2018-07-11
Using resolved after realpath(3) has failed is dangerous. Don't do it!
Martijn van Duren
2018-07-10
Error out if -netmask/-prefixlen does not follow the destination parameter
kn
[next]