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
/
hppa64
Age
Commit message (
Expand
)
Author
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
Tweak a bit of daddr_t goodness and make hppa64 disksubr.c identical to
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-10
reduce .Nd to one line and kill .Tn while here
Ingo Schwarze
2015-09-06
PR_WAITOK for the pmap_pmap_pool here as well.
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-17
remove obsolete INET kernel option
Ted Unangst
2015-06-22
document that boot.conf can contain comments;
Jason McIntyre
2015-05-05
emul_native is only used for kernel threads which can't dump core, so
Philip Guenther
2015-04-30
Remove SIZE_MAX from limits.h. It was added years ago before we
Todd C. Miller
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
Needs <sys/atomic.h> explicitely now.
Miod Vallat
2015-02-11
Backout non-wanted changed introduced by accident as part of 1.24.
Miod Vallat
2015-02-10
Convert to uiomove().
Miod Vallat
2015-02-10
First step towards making uiomove() take a size_t size argument:
Miod Vallat
2015-02-10
increase min address to page size for all remaining min == 0 systems.
Ted Unangst
2015-01-24
correct the syntax description of the boot command; ok jmc@
Christian Weisgerber
2015-01-20
Move ps_strings "after" the random stackgap. This makes its location a
Mark Kettenis
2015-01-15
remove .Tn; from Jan Stary <hans at stare dot cz>
Ingo Schwarze
2015-01-13
for the install: target, use cmp as a rough attempt for avoiding repeated
Theo de Raadt
2015-01-11
switch prototype warnings to implicit-declaration warnings.
Ted Unangst
2014-12-17
delete simplelocks
Theo de Raadt
2014-12-11
dragonflybsd has added a urio driver. conservation of urios requires
Ted Unangst
2014-12-10
retire shutdown hooks; ok deraadt, krw
Mike Belopuhov
2014-12-09
Replace some malloc(n*size,...) calls with mallocarray().
Doug Hogan
2014-11-24
use the correct capitalization for Realtek.
Brad Smith
2014-11-18
(except for the arm architectures...) unify the way the ld.script is
Theo de Raadt
2014-11-16
Replace a plethora of historical protection options with just
Theo de Raadt
2014-10-25
Remove vmmap; it isn't used.
Mark Kettenis
2014-10-25
Another uvm_km_valloc(9) -> km_alloc(9) conversion.
Mark Kettenis
2014-10-15
Do not panic when attempting to decode invalid condition codes, or if
Miod Vallat
2014-10-12
Rough sync with hppa to make this compile again.
Miod Vallat
2014-10-10
Significant unification of RAMDISK* config files, making them diffable.
Theo de Raadt
2014-10-09
mechanical translation of dev_lkm_dummy() to dev_notdef()
Ted Unangst
2014-10-09
revert unintentional commit unrelated to LKM
Ted Unangst
2014-10-09
remove LKM devices
Ted Unangst
2014-10-04
Switch the kernel configs over to using -Wframe-larger-than= instead of
Brad Smith
2014-09-26
remove the last uses of -Wno-format
Jonathan Gray
2014-09-24
Replace a few malloc() calls with reallocarray() so it checks for overflow.
Doug Hogan
2014-09-19
Use config_suspend_all(9).
Mark Kettenis
[next]