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
2015-08-19
Stop passing around constants for metadata size and location. Just
Kenneth R Westerback
2015-08-19
bring prototypes into scope, requires movement of a large global object
Theo de Raadt
2015-08-19
add missing prototype
Theo de Raadt
2015-08-19
Missing prototypes. Noted by deraadt@
Kenneth R Westerback
2015-08-19
Prevent mips64 FPU emulation from corrupting the page queues
Visa Hankala
2015-08-19
do not cast result from xcalloc(); it is in scope
Theo de Raadt
2015-08-19
Don't re-include headers pulled by "sh.h". (I actually don't like this .h
Theo de Raadt
2015-08-19
An interface address without interface pointer could cause an
Alexander Bluhm
2015-08-19
spacing (no binary change, verified with checksums)
Reyk Floeter
2015-08-19
Use C99 integer types in ikectl(8).
Reyk Floeter
2015-08-19
Convert all calls to rtrequest1() and the following error check
Alexander Bluhm
2015-08-19
Halt extra cores on SP kernel, to avoid trashing the system if there
Visa Hankala
2015-08-19
Support for overwriting $ENV:: variables in OpenSSL .cnf files from
Reyk Floeter
2015-08-19
Make uvm_pmr_isfree() work correctly when RB_NFIND() returns
Visa Hankala
2015-08-19
Sync page_flagbits with reality.
Visa Hankala
2015-08-19
Remove some verbose logs in in6_update_ifa() now that errors are
Martin Pieuchot
2015-08-19
KNF
Martin Pieuchot
2015-08-19
Make arplookup() return a pointer to a "struct rtentry".
Martin Pieuchot
2015-08-19
Use rtfree(9) instead of decrementing rt_refcnt in rt_getifa().
Martin Pieuchot
2015-08-19
Remove XXX.
Antoine Jacoutot
2015-08-18
Fix inconsistent spelling of `inconsistent'
Miod Vallat
2015-08-18
typos
Miod Vallat
2015-08-18
calloc() is prototyped; do not cast result
Theo de Raadt
2015-08-18
_dl_malloc() proto exists, do not cast result
Theo de Raadt
2015-08-18
do not cast malloc() return if stdlib.h is included
Theo de Raadt
2015-08-18
sync
Theo de Raadt
2015-08-18
do not use -p to install the tbxi from the src tree; it creates
Theo de Raadt
2015-08-18
Add a couple of ":"s at the end of lines for consistancy. Not required,
Kenneth R Westerback
2015-08-18
Unbreak Octeon kernel config after r1.25 of files.mips64.
Visa Hankala
2015-08-18
Apply the logic used for "protocol" queues to bridge(4). This allows
Martin Pieuchot
2015-08-18
Remove PF_KEY-specific hacks from rtalloc(9). They are dead since SPD
Martin Pieuchot
2015-08-18
Call rtfree(9) when we no longer need the route entry rather than
Martin Pieuchot
2015-08-18
Check the error value returned by in6_ifattach().
Martin Pieuchot
2015-08-18
str_match() checked the return value of str_find_aux() incorrectly: it
Reyk Floeter
2015-08-18
Add missing trailing to error message:
Stefan Sperling
2015-08-18
Update en_US.UTF-8.src to Unicode 7.0.0
Andrew Fresh
2015-08-18
Add a script to generate en_US.UTF-8.src
Andrew Fresh
2015-08-17
Add forwarding tests for pf route-to and reply-to. Keep pf forward
Alexander Bluhm
2015-08-17
DUID question is gone
Philip Guenther
2015-08-17
Add missing 'extern's to avoid introducing commons into *crt0.o
Philip Guenther
2015-08-17
Do not include os-note-elf.h here, otherwise we end up with duplicate OS notes
Mark Kettenis
2015-08-17
The 80's called and want their interface back. Remove last fragments of
Kenneth R Westerback
2015-08-17
Remove anoying comment about in6_update_ifa().
Martin Pieuchot
2015-08-17
Fix whois server detection for new TLDs using whois.nic.<domain> where
Stuart Henderson
2015-08-17
Use __func__ rather than the function name in log(9) calls to remove
Martin Pieuchot
2015-08-17
Remove unused variable in rt_ifa_add(), prodded by bluhm@
Martin Pieuchot
2015-08-17
Convert two rt->rt_refcnt-- into rtfree(9) making sure the route entry
Martin Pieuchot
2015-08-17
Match the free(3) semantic and accept NULL pointers in rtfree(9).
Martin Pieuchot
2015-08-17
sendmail in ports has it's own rc.d file no need to keep this one
Jonathan Gray
2015-08-16
use a less ambiguous example; from larry hynes
Jason McIntyre
[next]