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-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
2017-07-08
Fold tables.c into options.c and stop exporting the one
Kenneth R Westerback
2017-07-08
Consistently use if ((option & F_FOO) && (option & F_BAR)) instead of
Florian Obser
2017-07-08
Consistently use if (option & F_FOO); from Klemens Nanni, thanks!
Florian Obser
2017-07-08
Always use strcasecmp() when comparing user input to option
Kenneth R Westerback
2017-07-08
Always use uintNN_t instead of sometimes u_intNN_t
Kenneth R Westerback
2017-07-07
Replace the many occurances of '256' with a new #define
Kenneth R Westerback
2017-07-07
dispatch_imsg() only needs to know name and rdomain.
Kenneth R Westerback
2017-07-07
assemble_eh_header() needs only to know about hw_addr.
Kenneth R Westerback
2017-07-07
Rename cons_options() to pack_options(), and do_packet() to
Kenneth R Westerback
2017-07-06
cons_options() only needs to know a buffer and a length to
Kenneth R Westerback
2017-07-06
Sprinkel in some #ifndef SMALL to make slaacd smaller for the
Florian Obser
2017-07-06
reorder imsg_type enum so that we can #ifndef SMALL all the control
Florian Obser
2017-07-06
move rpref enum definition up so that we can #ifndef SMALL a big block
Florian Obser
2017-07-05
Validate prefix information in router advertisements according to RFC
Florian Obser
2017-07-05
Remove knowledge of struct interface_info from clparse.c. Just
Kenneth R Westerback
2017-07-05
remove useless (void)printf casts, diff from Klemens Nanni, massaged
Florian Obser
2017-07-04
Revert back previous, pledge cannot be enabled on the privsep'd proc yet, at
Ricardo Mestre
2017-07-04
calculate multiples of 4 smarter; from Klemens Nanni
Florian Obser
2017-07-04
replace perror(3) with err(3); from Klemens Nanni
Florian Obser
2017-07-03
no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing
Marc Espie
2017-07-03
sizeof(struct sockaddr_in) != sizeof(struct in_addr).
Kenneth R Westerback
2017-07-03
s/log_warn/log_warnx/ where errno is not set
Florian Obser
2017-07-03
Generate source and header files for regress on demand.
Alexander Bluhm
2017-07-02
Unbreak tree by putting revised resolv_conf_priority() declaration in
Kenneth R Westerback
2017-07-01
Eliminate multiple socket openings/closings and pass
Kenneth R Westerback
[next]