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
2014-12-19
Support source-hash and random with tables and dynifs; not just pools.
Reyk Floeter
2014-12-16
Replace setpgrp(0, getpid()) with setpgid(0, 0). OK deraadt@ tedu@
Todd C. Miller
2014-12-12
put global_ptrace here too so users know how to spell it. poke by jmc
Ted Unangst
2014-12-10
If pfctl cannot set a limit in the kernel, print the name of the
Alexander Bluhm
2014-12-10
Reusing the same field for different things in different contexts may
Kenneth R Westerback
2014-12-10
The consensus is that RTM_IFINFO messages do not always carry the
Kenneth R Westerback
2014-12-09
Move the initial link status check and possible forceup back before
Kenneth R Westerback
2014-12-08
Try harder to avoid displaying "no link ... got link" when initial
Kenneth R Westerback
2014-12-07
Do not move from S_PREBOOT to S_REBOOT just because link_timeout
Kenneth R Westerback
2014-12-07
Ensure we grab the interface LLADDR as soon as the link state is
Kenneth R Westerback
2014-12-07
Retract check for IFF_RUNNING when checking for link state. At least
Kenneth R Westerback
2014-12-06
Do not define the variable pid twice to avoid a compiler warning.
Alexander Bluhm
2014-12-05
Move initial wait for network link into the state machine by adding
Kenneth R Westerback
2014-12-05
Store return value of i2d_X509_NAME in a signed integer to make
Mike Belopuhov
2014-12-05
Specify correct number of iovecs when sending replies to the ikev2 proc
Mike Belopuhov
2014-12-03
Init SPI using arc4random_buf, rather than (r << 32) | r
Theo de Raadt
2014-12-03
Use arc4random_buf() rather than iterating word by wordo
Theo de Raadt
2014-12-03
ifconfig $if inet6 autoconf sends periodic router solicitations.
Florian Obser
2014-12-03
rtsol is gone
Florian Obser
2014-12-03
Unhook rtsol(8) and rtsold(8) from the build.
Florian Obser
2014-12-03
Correct comment to state that the BPF program is patched in
Kenneth R Westerback
2014-12-01
memcpy abort found an overlap. from dsp at 2f30. ok deraadt
Ted Unangst
2014-11-30
Don't check for hardware address change unless link was up. Delay
Kenneth R Westerback
2014-11-29
Explicitly initialize client->state to S_REBOOTING rather than
Kenneth R Westerback
2014-11-27
Use if_nametoindex() to get the interface index, and thereby check
Kenneth R Westerback
2014-11-26
Reset ifi->errors after a successful receive_packet(), rather than
Kenneth R Westerback
2014-11-26
Prefer setvbuf() to setlinebuf() for portability; ok deraadt@
Todd C. Miller
2014-11-26
'ifi' is successfully calloc'd during initialization or dhclient
Kenneth R Westerback
2014-11-26
Rename 'got_one()' to 'packethandler()'.
Kenneth R Westerback
2014-11-25
r1.118 starting using LINK_STATE_IS_UP() to check the link status
Kenneth R Westerback
2014-11-23
Rename discover_interface() to more meaningful get_hw_address().
Kenneth R Westerback
2014-11-23
Cleanup some struct interface_info fields. Make 'nomedia' a flag. Replace
Kenneth R Westerback
2014-11-20
A little too agressive reordering. Must initialize the client struct
Kenneth R Westerback
2014-11-20
remove sys/file.h includes in favor of fcntl.h where needed.
Ted Unangst
2014-11-20
Yet more #include de-duplication.
Kenneth R Westerback
2014-11-20
Don't allow embedded nul characters in strings.
Jonathan Gray
2014-11-20
remove nt and lanman functions which aren't used. ok reyk yasuoka
Ted Unangst
2014-11-19
delete the KERN_VNODE sysctl. it fails to provide any isolation from the
Ted Unangst
2014-11-19
Nuke yet more obvious #include duplications.
Kenneth R Westerback
2014-11-18
Nuke some obvious #include duplications.
Kenneth R Westerback
2014-11-17
Further juggle startup code, putting config file reading after forking
Kenneth R Westerback
2014-11-16
Move some memory allocations/initialization and file reading to
Kenneth R Westerback
2014-11-16
Read your compiler output even when it succeeds. Add missing variable to
Kenneth R Westerback
2014-11-16
Correct the first release tmpfs was shipped with.
Brad Smith
2014-11-15
Reduce instances of `` '' in manuals.
Anthony J. Bentley
2014-11-15
Make -q (quiet) and -d (don't daemonize) options mutually exclusive.
Kenneth R Westerback
2014-11-14
sort names for -C. ok reyk
Ted Unangst
2014-11-14
move the trunk related functions out of ifdef SMALL, to allow trunk on
Henning Brauer
2014-11-14
Add gcc printf format attributes to iked's parse.y and remove unused
Doug Hogan
2014-11-13
keep queues around when anchors are being loaded
Martin Pelikan
[next]