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
2001-05-06
iprintf is not used with UVM
Artur Grabowski
2001-05-06
Remove the cpp magic for finding incorrect MAXALLOCSAVE.
Artur Grabowski
2001-05-05
Rename configure() to cpu_configure().
Artur Grabowski
2001-05-05
Remove the (vaddr_t) casts inside the round_page and trunc_page macros.
Artur Grabowski
2001-05-05
Get rid of CLSIZE and all related stuff.
Artur Grabowski
2001-05-02
prevent overflow in sbreserve; from wollman@freebsd via netbsd
Niels Provos
2001-05-02
Use correct M_CACHE type; art@ ok.
Federico G. Schwindt
2001-04-29
use pool for vfs cache.
Artur Grabowski
2001-04-29
cleanup, remove incorrect comment
Artur Grabowski
2001-04-09
Add emulation of Linux features to procfs; mostly from NetBSD. ok deraadt@
Thorsten Lockert
2001-04-06
Get rid of vm_pmap from struct vmspace.
Artur Grabowski
2001-04-06
Avoid a livelock problem where the buffer cache code would be
Grigoriy Orlov
2001-04-06
Typo in comment (henric@aimnet.com)
Angelos D. Keromytis
2001-04-06
Move offsetof define into sys/param.h
Constantine Sapuntzakis
2001-04-05
From angelos: (he can't commit this himself right now)
Artur Grabowski
2001-04-04
Add "softdep" option to mount. Update from rw/async to softdep
Grigoriy Orlov
2001-04-02
On popular demand, the Linux-compatibility clone(2) implementation based
Niklas Hallqvist
2001-04-01
Add a macro to initialize the contents of a vmcmd set.
Artur Grabowski
2001-03-30
Be consistent when adjusting pkthdr.len; it doesn't matter currently,
Angelos D. Keromytis
2001-03-30
Avoid a 'thundering herd' problem when many processes wait for free buffers.
Artur Grabowski
2001-03-29
Kludge around a problem where incorrect elf headers can cause
Artur Grabowski
2001-03-28
Allow tdbi's to appear in mbufs throughout the stack; this allows
Angelos D. Keromytis
2001-03-28
Add some DIAGNOSTIC checks that panic on some of the common mistakes.
Artur Grabowski
2001-03-25
Reintroduce wakeup call
Constantine Sapuntzakis
2001-03-25
Not really a bug but one day panic might throw an exception or something. THa...
Constantine Sapuntzakis
2001-03-23
Take vm_pmap out of struct vmspace if we are using UVM since UVM doesn't
Todd C. Miller
2001-03-23
Use pool to allocate processes.
Artur Grabowski
2001-03-22
Typo.
Angelos D. Keromytis
2001-03-22
Use pool for allocating vnodes.
Artur Grabowski
2001-03-21
Ok, I'm breaking my promise. I promised to not do anything with the
Artur Grabowski
2001-03-21
Regen with the right vnode_if.sh
Artur Grabowski
2001-03-21
uvm_vnp_terminate expect the vnode to be locked.
Artur Grabowski
2001-03-21
Fix a race which could cause us to write out data belonging
Artur Grabowski
2001-03-16
Use CIRCLEQ macros for mountlist.
Artur Grabowski
2001-03-16
Oops. fix thinko in last.
Artur Grabowski
2001-03-16
Use CIRCLEQ macros for mountlist.
Artur Grabowski
2001-03-16
No need to extern mountlist_slock here.
Artur Grabowski
2001-03-16
Initialize the mountlist_slock.
Artur Grabowski
2001-03-16
Use CIRCLEQ macros for mountlist.
Artur Grabowski
2001-03-16
Use a lockmgr lock for keeping down the vslocked memory in sysctl
Artur Grabowski
2001-03-16
Locking bug on spechash. Thanks to Dawson Engler and team
Constantine Sapuntzakis
2001-03-15
Print a '*' in front of curproc in ps in ddb.
Artur Grabowski
2001-03-15
Triggered mechanism allows a handler to figure out whether a given
Constantine Sapuntzakis
2001-03-15
Use buf_start
Constantine Sapuntzakis
2001-03-14
Slight cleanup.
Artur Grabowski
2001-03-13
Reserve some buffers for syncer daemon. This prevent deadlock in getblk
Grigoriy Orlov
2001-03-09
Remove random trailing whitespace.
Artur Grabowski
2001-03-09
regen
Artur Grabowski
2001-03-09
Add mlockall and munlockall (dummy for the old vm system).
Artur Grabowski
2001-03-07
2nd bug on the road to shlibs on alpha:
Niklas Hallqvist
[next]