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
/
kern
Age
Commit message (
Expand
)
Author
2014-12-12
sysctl kern.global_ptrace.
Ted Unangst
2014-12-12
sysctl_proc_vmmap(): Allow retrieving "self" VM mapping without privilege.
Masao Uebayashi
2014-12-11
convert bcopy to memcpy/memmove. ok krw
Ted Unangst
2014-12-11
typos; from kaspars bankovskis
Jason McIntyre
2014-12-10
retire shutdown hooks; ok deraadt, krw
Mike Belopuhov
2014-12-10
Convert watchdog(4) devices to use autoconf(9) framework.
Mike Belopuhov
2014-12-10
convert bcopy to memcpy. ok millert
Ted Unangst
2014-12-09
More malloc() -> mallocarray() in the kernel.
Doug Hogan
2014-12-08
regen
Philip Guenther
2014-12-08
Add chflagsat(), modeled on fchmodat() with name to match FreeBSD.
Philip Guenther
2014-12-07
typo; fix from Kaspars Bankovskis
Theo de Raadt
2014-12-05
Allow only root to use KERN_PROC_VMMAP until it is really proven safe.
Masao Uebayashi
2014-12-05
Introduce a new sysctl to retrieve VM map entries
Masao Uebayashi
2014-12-04
init the mutex used in sleeping pool_gets with the right ipl if the
David Gwynne
2014-12-03
stale header: this code hasn't used hash.h in a while
Ted Unangst
2014-12-02
In sys_socket() and doaccept(), gotta skip setting the close-on-exec
Philip Guenther
2014-12-01
clist's chained, and could get fairly long which is why there was a
Theo de Raadt
2014-11-21
simple lock is long dead
Ted Unangst
2014-11-19
panic should be reserved for unrecoverable errors, not things we merely
Ted Unangst
2014-11-19
missed a file when removing KERN_VNODE.
Ted Unangst
2014-11-19
delete the KERN_VNODE sysctl. it fails to provide any isolation from the
Ted Unangst
2014-11-18
Nuke yet more obvious #include duplications.
Kenneth R Westerback
2014-11-18
Disable the page zeroing thread on MULTIPROCESSOR mips64 kernels as well.
Miod Vallat
2014-11-18
unifdef SETUIDSCRIPT and FDSCRIPT. we always use them. ok deraadt
Ted Unangst
2014-11-18
move arc4random prototype to systm.h. more appropriate for most code
Ted Unangst
2014-11-18
include unistd.h instead of picking it up accidentally. noted by jsg
Ted Unangst
2014-11-16
Delete a comment that was obsoleted by the switch to UVM
Philip Guenther
2014-11-16
Replace a plethora of historical protection options with just
Theo de Raadt
2014-11-16
Rework the __thrsigdivert (aka sigwait()) handling: instead of interfering
Philip Guenther
2014-11-15
hoist the slowdown handling up to the pool_do_get callers. this lets
David Gwynne
2014-11-14
prefer sizeof(*ptr) to sizeof(struct) for malloc and free
Ted Unangst
2014-11-14
move the slowdown back up. it needs to take place after the allocated page
Ted Unangst
2014-11-12
take a few more ticks to actually throttle down. hopefully helps in
Ted Unangst
2014-11-10
Grab the pool mutex in sysctl_dopool(), but only for pools for which
Mark Kettenis
2014-11-08
some systems install sensors where numbering introduces a gap which
Jasper Lievisse Adriaanse
2014-11-06
printf debugging worked! figured out the bug (in free()) just after
Ted Unangst
2014-11-06
need to calculate correct size before doing the free checks. the biggest
Ted Unangst
2014-11-06
Make better use of the value of psectionslen instead of recomputing
Todd C. Miller
2014-11-06
resort to printf debugging hints until we can figure this out. ok deraadt
Ted Unangst
2014-11-06
let ramdisks compile
Theo de Raadt
2014-11-05
need to move lock up to prevent more than one malloc. ok guenther
Ted Unangst
2014-11-05
don't use loop variable (i) for not loop things. use a new var.
Ted Unangst
2014-11-05
use memname to print string of type. stolen from deraadt
Ted Unangst
2014-11-05
also print type when free size is wrong
Ted Unangst
2014-11-05
No reason to have things like the hibernate allocation area and chunk
Mike Larkin
2014-11-05
change the mbuf pool wait channel name from mbpl to mbufpl. "mb"
David Gwynne
2014-11-04
panic when a sensordev gets installed twice, instead of blowing up amazingly
Jasper Lievisse Adriaanse
2014-11-03
include sys/unistd.h where needed instead of indirect reliance. ok jsg
Ted Unangst
2014-11-03
correct test logic. ok guenther
Ted Unangst
2014-11-03
Put the socket splicing fields into a seperate struct sosplice that
Alexander Bluhm
[next]