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
/
sys
Age
Commit message (
Expand
)
Author
2014-07-14
In the next step, stop accepting the nibble-swapped protocol for 5.6.
Theo de Raadt
2014-07-14
whitespace
Jasper Lievisse Adriaanse
2014-07-14
Enable ext2fs support on RAMDISK_CD. Requested a few months ago in
Vadim Zhukov
2014-07-14
Write to the correct control module registers when configuring gpio pins.
Raphael Graf
2014-07-14
better type safety and KNF.
Martin Pelikan
2014-07-14
More comment cleanup in boot().
Masao Uebayashi
2014-07-14
revert free checks in here. this seems to be a bit too agressive at the
Bob Beck
2014-07-14
international currency locale rules as per POSIX.1-2008
Martin Pelikan
2014-07-14
Convert syslog_r(3) to using sendsyslog(2). This ensures that syslog_r(3)
Theo de Raadt
2014-07-14
now that receive ring accounting has been pulled out of the mbuf layer,
David Gwynne
2014-07-13
use mallocarray for multiplied value checking
Ted Unangst
2014-07-13
KASSERTMSG(9): New kernel assertion with message
Masao Uebayashi
2014-07-13
pass correct sizes to free()
Ted Unangst
2014-07-13
use mallocarray()
Theo de Raadt
2014-07-13
pciide.c, pciide_rdc_reg.h(new): ported rdcide(4) from NetBSD.
sasano
2014-07-13
use mallocarray
Ted Unangst
2014-07-13
Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian
Theo de Raadt
2014-07-13
boot(9): Cosmetic changes to improve diff'ability.
Masao Uebayashi
2014-07-13
Comment out option GPT until the matching userland bits are in place.
Miod Vallat
2014-07-13
Cosmetic changes to reduce diffs.
Masao Uebayashi
2014-07-13
The correct place to call _bus_dmamap_sync() is after we copy data *to* the
Mark Kettenis
2014-07-13
Fix sched_stop_secondary_cpus() to properly drain CPUs
Matthew Dempsky
2014-07-13
fix even more trailing tabs
Jasper Lievisse Adriaanse
2014-07-13
#$%#@$# CONSPEED
Miod Vallat
2014-07-13
more hanging tabs
Jasper Lievisse Adriaanse
2014-07-13
ugly hanging tabs; ok jasper
Theo de Raadt
2014-07-13
No libsa putchar wanted here actually
Miod Vallat
2014-07-13
obvious conversion to mallocarray()
Theo de Raadt
2014-07-13
Still needs <sys/reboot.h>
Miod Vallat
2014-07-13
consistency with upcoming bootloader device parsing of the uboot arguments,
Jasper Lievisse Adriaanse
2014-07-13
When reassembled IPv6 fragments are NATed or RDRed by pf, the
Alexander Bluhm
2014-07-13
do not need malloc.h
Theo de Raadt
2014-07-13
use mallocarray where arguments are multiplied; ok tedu
Theo de Raadt
2014-07-13
Keep track of port connections and port resets.
Paul Irofti
2014-07-13
kill fs2hXX/h2fsXX macros with letohXX/htoleXX
Martin Pelikan
2014-07-13
Put back a m_copyback() that got lost in rev 1.837 of pf.c. This
Alexander Bluhm
2014-07-13
GPTSIGNATURE must be LL, for operation on non-punk machines
Theo de Raadt
2014-07-13
Introduce PS_NOBROADCASTKILL a process flag that excludes processes from
Claudio Jeker
2014-07-13
No need for <netinet/in_systm.h> here.
Martin Pieuchot
2014-07-13
bzero -> memset. for the speeds.
Ted Unangst
2014-07-13
trim some casts
Ted Unangst
2014-07-13
Remove stale comment which used to explain why we had a special 31-bit freelist
Miod Vallat
2014-07-13
KERNEL_ASSERT_LOCKED(9): Assertion for kernel lock (Rev. 3)
Masao Uebayashi
2014-07-13
Fall back to smaller spacing on the mips64 machines.
Paul Irofti
2014-07-13
Initial support to read GPT partition tables in the kernel, if option GPT.
Miod Vallat
2014-07-13
Stop using old n_long and n_short types.
Martin Pieuchot
2014-07-13
use mallocarray where arguments are multipled. ok deraadt
Ted Unangst
2014-07-13
fill in proper sizes in free(9)
Martin Pelikan
2014-07-13
pass the size to free in some of the obvious cases
Ted Unangst
2014-07-13
if the freedsize isn't zero, check that's reasonable. ok beck
Ted Unangst
[next]