index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-11-07
when asking the ports tree, we fork a child.
Marc Espie
2019-11-07
style nit
Marc Espie
2019-11-07
adjfreq(2): fix atomic swap
cheloha
2019-11-07
Convert db_addr_t -> vaddr_t but leave the typedef for now.
Martin Pieuchot
2019-11-07
db_addr_t -> vaddr_t, missed in previous.
Martin Pieuchot
2019-11-07
Don't stop parsing functions when variables are declared before arguments.
Martin Pieuchot
2019-11-07
Do a better job at guessing the name of localy defined static variables.
Martin Pieuchot
2019-11-07
Stop remembering the type of local variables.
Martin Pieuchot
2019-11-07
Do propper kernel input validation for in_control() ioctl(2)
Alexander Bluhm
2019-11-07
Substitute boolean_t/TRUE/FALSE by int/1/0.
Martin Pieuchot
2019-11-07
db_addr_t -> vaddr_t
Martin Pieuchot
2019-11-07
Showing kernel WEP keys to userland has been disabled in generic
Alexander Bluhm
2019-11-07
Enable DNSSEC validation in unbound by default
job
2019-11-07
Only root is allowed to set the WEP key. Add an suser() check to
Alexander Bluhm
2019-11-07
remove the detach and linkstate hooks when the parent is going away.
David Gwynne
2019-11-07
Simplify by getting rid of the unecessary 'depend' rule.
Martin Pieuchot
2019-11-07
Avoid NULL dereference in arpinvalidate() and nd6_invalidate() by
Kenneth R Westerback
2019-11-07
ANSIfy & substitute boolean_t/TRUE/FALSE by int/1/0.
Martin Pieuchot
2019-11-07
Substitute boolean_t/TRUE/FALSE by int/1/0.
Martin Pieuchot
2019-11-07
FALSE -> 0, missed in previous.
Martin Pieuchot
2019-11-07
Remove half way implemented address and default route proposals.
Florian Obser
2019-11-07
Document the new home of the control socket; ok florian@
Otto Moerbeek
2019-11-07
Fill in missing man page bits for U2F security key support:
Christian Weisgerber
2019-11-07
move the port destructor calls in clone destroy back out of NET_LOCK.
David Gwynne
2019-11-07
serialise hook adds and dels with a mutex instead of an implicit NET_LOCK.
David Gwynne
2019-11-07
turn the linkstate hooks into a task list, like the detach hooks.
David Gwynne
2019-11-07
Add -F flag to send-keys to expand formats in search-backward and
Nicholas Marriott
2019-11-06
Give acme-client a chance to work on IPv6 only hosts by using the
Florian Obser
2019-11-06
Make udl(4) and uts(4) compile again in debug mode by fixing IOCGROUP
Marcus Glocker
2019-11-06
Use atomic operations consistently while writing to kubsan_slot.
anton
2019-11-06
Perform contraint validation against 9.9.9.9 and 2620:fe::fe also (which
Theo de Raadt
2019-11-06
useless debug output
Florian Obser
2019-11-06
Move control socket to /dev like slaacd(8) is doing to be able to
Florian Obser
2019-11-06
we have emergency entropy injection code in rc, for if the bootblocks and
Theo de Raadt
2019-11-06
Pull break into ifdef; noticed by bluhm who also OK'ed the previous
Florian Obser
2019-11-06
Make iwn(4) flush remaining frames on the Tx aggregation queue when
Stefan Sperling
2019-11-06
Fix RTA_DNS checks:
Florian Obser
2019-11-06
Rename "asr" to "stub" in user visible parts.
Florian Obser
2019-11-06
Raise net80211's "beacon miss" threshold to avoid frequent re-connects
Stefan Sperling
2019-11-06
Allow the singular constraint clause to list multiple addresses;
Otto Moerbeek
2019-11-06
mention in tcpdump(8) description of -i that one can use either a network
Stuart Henderson
2019-11-06
No need to write resolv.conf after deciding to get a new lease,
Kenneth R Westerback
2019-11-06
Correct the logic deciding when to write resolv.conf.
Kenneth R Westerback
2019-11-06
Check return value and remove unnecessary variable
Kinichiro Inoguchi
2019-11-06
Add -addext option to openssl(1) req subcommand
Kinichiro Inoguchi
2019-11-06
use curly braces for consistency
Theo Buehler
2019-11-06
For now ignore https:// URI in tal files. rpki-client only does rsync.
Claudio Jeker
2019-11-06
The memory returned by realloc(NULL, ...) is uninitalized. Therefore make
Claudio Jeker
2019-11-06
Substitute boolean_t/TRUE/FALSE by int/1/0.
Martin Pieuchot
2019-11-06
ANSIfy functions and get rid of boolean_t.
Martin Pieuchot
[next]