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
2012-12-01
A couple of whitespace nits.
Kenneth R Westerback
2012-11-30
get rid of unneeded \n here. err(3) family already does it for us.
Gleydson Soares
2012-11-29
use Nm instead of Xr to self;
Jason McIntyre
2012-11-29
Prevent VPN traffic leakages in dual-stack hosts/networks.
Reyk Floeter
2012-11-29
Nobody looks at the result of fork_privchld(), so make it return
Kenneth R Westerback
2012-11-29
Nuke unused 'extern' declaration.
Kenneth R Westerback
2012-11-27
Clean up parsing of option lists. Part 7 (and final).
Kenneth R Westerback
2012-11-27
Clean up parsing of option lists. Part 6.
Kenneth R Westerback
2012-11-27
Clean up parsing of option lists. Part 5.
Kenneth R Westerback
2012-11-25
Clean up parsing of option lists. Part 3.
Kenneth R Westerback
2012-11-25
Clean up parsing of option lists. Part 2.
Kenneth R Westerback
2012-11-25
Clean up parsing of option lists. Part 1.
Kenneth R Westerback
2012-11-24
Don't segfault if no subnet-mask is provided, or is marked 'ignore'
Kenneth R Westerback
2012-11-23
Mention hardmtu in the list relating to hwfeatures, suggested by jmc@
Stuart Henderson
2012-11-23
Display hardmtu value when "ifconfig hwfeatures" is used.
Stuart Henderson
2012-11-23
Missed file from last commit.
Kenneth R Westerback
2012-11-23
Use the libutil imsg framework rather than a hand-rolled local
Kenneth R Westerback
2012-11-17
'deeleting' -> 'deleting' in comment.
Kenneth R Westerback
2012-11-16
Call discover_interface() before forking, so both processes will know
Kenneth R Westerback
2012-11-16
Add missing 'break;' so that IFT_ETHER, etc. routes are deleted as
Kenneth R Westerback
2012-11-16
promote some debug messages to warnings; ok reyk
Mike Belopuhov
2012-11-15
Shuffle #include's to use the majority idiom everywhere - i.e. use
Kenneth R Westerback
2012-11-15
If '-d' is specified to keep dhclient from daemonizing, don't
Kenneth R Westerback
2012-11-14
Oops. Commit the one that actually compiles.
Kenneth R Westerback
2012-11-14
When copying option.data, use option.len to specify the amount of
Kenneth R Westerback
2012-11-14
Remove useless _new_ and _old_ from various function names to make
Kenneth R Westerback
2012-11-11
Fix dhclient.conf 'default' directive which was also broken in code
Kenneth R Westerback
2012-11-11
supersede/append/prepend actions should work even if the dhcp server
Kenneth R Westerback
2012-11-09
Remove now unused files.
Kenneth R Westerback
2012-11-08
Remove confusing extra address abstraction 'struct iaddr'. Just use
Kenneth R Westerback
2012-11-08
Remove lie about dhclient configuring all interfaces. Mention
Kenneth R Westerback
2012-11-08
Close routing socket fd leak when deleting old address.
Kenneth R Westerback
2012-11-07
Nuke unused struct and function declarations.
Kenneth R Westerback
2012-11-07
Always memcpy() into/out of option data rather than hoping the char *
Kenneth R Westerback
2012-11-07
Use memset() consistently rather than tossing in a few bzero()'s.
Kenneth R Westerback
2012-11-07
Use memcpy() consistently rather than tossing in a few bcopy()'s.
Kenneth R Westerback
2012-11-07
Kill some annoying extra spaces. No code change.
Kenneth R Westerback
2012-11-06
Ensure that if_exists() always closes its socket before returning.
Lawrence Teo
2012-11-06
Kill two unused functions, subnet_number() and broadcast_addr().
Kenneth R Westerback
2012-11-05
Some systems give ENETUNREACH when trying to add the 'standard'
Kenneth R Westerback
2012-11-04
Properly clear the UP flag while forcing the interface down/up
Stefan Sperling
2012-11-04
Use consistant initialization idiom to reduce confusion.
Kenneth R Westerback
2012-11-04
No need to pass interface name around when flushing routes.
Kenneth R Westerback
2012-11-04
No need to pass interface name around when creating routes.
Kenneth R Westerback
2012-11-03
Various fixes/tweaks for resolv.conf handling:
Kenneth R Westerback
2012-11-03
While this identical idiom caused problems when building an ifaliasreq
Kenneth R Westerback
2012-11-02
Avoid some misaligned access on sparc64 (at least) by bcopy()'ing
Kenneth R Westerback
2012-11-02
Don't add a 'nameserver' line to resolv.conf if the nameserver in
Kenneth R Westerback
2012-11-02
Watch the non-privileged end of the pipe to the privileged child
Kenneth R Westerback
2012-11-01
KNF some leading spaces into tabs.
Kenneth R Westerback
[next]