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
2017-07-26
Local declaration beautification.
Kenneth R Westerback
2017-07-26
Stray u_int16_t -> uint16_t.
Kenneth R Westerback
2017-07-26
Fix add_default_route() so -iface routes are actually
Kenneth R Westerback
2017-07-24
Throw DHO_STATIC_ROUTES to the floor! Roughly! Ensure
Kenneth R Westerback
2017-07-24
Shuffle some declarations and functions into the only
Kenneth R Westerback
2017-07-24
Tweak some comments
Kenneth R Westerback
2017-07-24
Move invocations of flush_routes() and delete_addresses() from
Kenneth R Westerback
2017-07-24
ROUNDUP() adjustment missed by great ROUNDUP() roundup.
Kenneth R Westerback
2017-07-24
Unify ROUNDUP macros for parsing route messages.
friehm
2017-07-23
Don't hit pledge(2) restrictions on interface departure
Jeremie Courreges-Anglas
2017-07-23
Cease pretending to support option 33 (classFULL static routes). They
Kenneth R Westerback
2017-07-22
Add set_routes() and move bind_lease() route magic
Kenneth R Westerback
2017-07-22
Whitespace.
Kenneth R Westerback
2017-07-22
Oops. Missed chunk keeping /32 netmask magic.
Kenneth R Westerback
2017-07-22
Rename *_add_address to *_set_address to reflect that the
Kenneth R Westerback
2017-07-21
Add fields for wsmouse/touchpad configuration.
Ulf Brosziewski
2017-07-21
s/set_interface_mtu/set_mtu/g
Kenneth R Westerback
2017-07-21
whitespace botch.
Kenneth R Westerback
2017-07-20
Restore RTM_DELADDR/RTM_NEWADDR monitoring to the
Kenneth R Westerback
2017-07-20
"no-route" is also shown by -sinfo;
Jason McIntyre
2017-07-19
Allow HFSC classes to use flow queues
Mike Belopuhov
2017-07-19
Rework HFSC vs FQ-CoDel checks
Mike Belopuhov
2017-07-19
more depends gc / yacc rules overhaul
Marc Espie
2017-07-19
revert previous; the code this was supposed to be used for is moving
Florian Obser
2017-07-18
Prevent a NULL dereference when comparing incomplete SAs.
Martin Pieuchot
2017-07-17
Nuke unused variables 'deleting' and 'adding'.
Kenneth R Westerback
2017-07-17
Nuke findproto() and get_ifa(). They are unused now that
Kenneth R Westerback
2017-07-17
Remove some magic formerly used to detect the presence of another
Kenneth R Westerback
2017-07-17
Overhaul handling of vltime and pltime processing
Florian Obser
2017-07-17
add support for binary sysctl payloads by handling them as hex strings.
David Gwynne
2017-07-15
sbin/pfctl: void functions and exit(3) on error
Adam Wolk
2017-07-14
"ioctl() < 0" ==> "ioctl() == -1" as god and guenther@
Kenneth R Westerback
2017-07-14
Replace remaining "!var" expressions with
Kenneth R Westerback
2017-07-14
Replace remaining "!<pointer>" expressions with
Kenneth R Westerback
2017-07-14
Pour the few relevant bits of the current lease and the offered
Kenneth R Westerback
2017-07-14
bpf(4) *may* deliver more than one captured packet at a time. So when
Kenneth R Westerback
2017-07-14
run IMSG_UPDATE_IF through the main process, reduces upcomming diff
Florian Obser
2017-07-10
remove misc. depend and yacc nits that no longer matter.
Marc Espie
2017-07-10
zap depend ghost.
Marc Espie
2017-07-10
Take some of the mystery out of who does what by
Kenneth R Westerback
2017-07-10
Use ioctlfd/routefd sockets rather than rolling one's own
Kenneth R Westerback
2017-07-10
Use a modern spacious idiom on all function local variable
Kenneth R Westerback
2017-07-09
Be consistent. "return (e);" -> "return e;"
Kenneth R Westerback
2017-07-09
remove redundant variable declarations in Makefiles, since those are
Marc Espie
2017-07-09
Be consistent. "return (e);" -> "return e;"
Kenneth R Westerback
2017-07-09
Some parsing code cleanup: add parse_boolean(); pass literal format
Kenneth R Westerback
2017-07-09
have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediate
Marc Espie
2017-07-09
Whitespace tweaks to assuage auto-indent.
Kenneth R Westerback
2017-07-09
Ignore prefixes with a pltime < ND6_PRIV_MAX_DESYNC_FACTOR seconds
Florian Obser
2017-07-09
If we lower the pltime for privacy addresses skew it by
Florian Obser
[prev]
[next]