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
/
arch
/
hppa
Age
Commit message (
Expand
)
Author
2016-02-24
Restore validity checks for the disklabels read from disk. They
Kenneth R Westerback
2016-02-09
make __cpu_simple_lock provide serialisation of the critical section.
David Gwynne
2016-01-08
Move HID support files out of dev/usb into new dev/hid directory
Joshua Stein
2016-01-08
Enable uonerng(4) where ualea(4) is already present.
Martin Pieuchot
2015-12-11
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
Martin Pieuchot
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-11-24
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Martin Pieuchot
2015-11-16
Replace unbounded gets() in libsa with getln() which takes a buffer size,
Miod Vallat
2015-11-01
Remove the definition of USRTEXT. It has no relevance outside of the non-PIE
Miod Vallat
2015-10-23
Allocate a new major for tap(4) also note that pseudo-device tun is for tap
Claudio Jeker
2015-10-21
Do not call uvm_swap_finicrypt_all() a second time in dumpsys().
Martin Pieuchot
2015-10-01
Remove more blinding trailing whitespace.
Kenneth R Westerback
2015-09-30
Remove some trailing whitespace.
Kenneth R Westerback
2015-09-30
Use consistant whitespace/comments for #define'ing LABELSECTOR,
Kenneth R Westerback
2015-09-28
More mechanical switching to readdisksector(), although this is a
Kenneth R Westerback
2015-09-28
Use readdisksector() instead of manual buf initialization. hppa compiles
Kenneth R Westerback
2015-09-27
Eliminate unneeded 2nd buf (dbp). One is enough for any i/o needed during
Kenneth R Westerback
2015-09-26
lint is dead and C99 may be old enough to drive a car: delete LONGLONG
Philip Guenther
2015-09-20
Put memory barriers in the appropriate place.
Mark Kettenis
2015-09-14
Fix more ifmedia64 fallout in the kernel. It's hiding everywhere...
Stefan Sperling
2015-09-13
intr_barrier(9) for hppa.
Mark Kettenis
2015-09-13
Adjust printf for the fact that device locators are now long.
Mark Kettenis
2015-09-10
reduce .Nd to one line and kill .Tn while here
Ingo Schwarze
2015-09-08
sizes for free(), when known; ok semarie
Theo de Raadt
2015-08-30
The pmap_pmap_pool pool will never be used in interrupt context, so pass the
Mark Kettenis
2015-08-29
_NLIST_DO_ELF is no longer needed: it's the only option
Philip Guenther
2015-08-12
Fix a free of an uninitialized variable in an error path.
Mike Larkin
2015-07-27
Always #include <sys/mutex.h>: need struct mutex for struct vm_page_md
Philip Guenther
2015-07-17
remove obsolete INET kernel option
Ted Unangst
2015-07-14
First stab at making the hppa mpsafe. Not quite there yet though.
Mark Kettenis
2015-07-13
First stab at making the hppa mpsafe. Not quite there yet though.
Mark Kettenis
2015-07-13
Remove DIAGNOSTIC code that cleans up the pmap in pmap_destroy(). Replace it
Mark Kettenis
2015-07-02
introduce srp, which according to the manpage i wrote is short for
David Gwynne
2015-06-22
document that boot.conf can contain comments;
Jason McIntyre
2015-05-24
Follow the recent pckbc@isa changes and always establish all the necessary
Miod Vallat
2015-05-11
Remove all audio format conversion code from the kernel (btw holding
Alexandre Ratchov
2015-05-07
fix indentation
Jonathan Gray
2015-05-05
emul_native is only used for kernel threads which can't dump core, so
Philip Guenther
2015-05-02
rework hppa mutexes.
David Gwynne
2015-04-30
Remove SIZE_MAX from limits.h. It was added years ago before we
Todd C. Miller
2015-04-28
Don't grab the kernel lock for clock interrupts. The way we use mutexes
Mark Kettenis
2015-04-16
Enable ualea(4) where we have uhub(4), these USB device lists cry for
Martin Pieuchot
2015-02-15
Change pmap_remove_holes() to take a vmspace instead of a map as its argument.
Miod Vallat
2015-02-11
dont need lockmgr for pmap things, so we dont need sys/lock.h
David Gwynne
2015-02-11
sys/lock.h and machine/lock.h dont provide anything this code uses.
David Gwynne
2015-02-11
intr.c needs atomic.h for atomic_setbits_int to say softints are pending.
David Gwynne
2015-02-11
Needs <sys/atomic.h> now.
Miod Vallat
2015-02-11
make the rwlock implementation MI.
David Gwynne
2015-02-10
Convert to uiomove().
Miod Vallat
2015-02-10
First step towards making uiomove() take a size_t size argument:
Miod Vallat
[prev]
[next]