index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
x68k
/
dev
/
grf.c
Age
Commit message (
Expand
)
Author
2022-05-26
Explicitly include "ioconf.h" for struct cfdriver.
tsutsui
2014-12-14
add a new "fo_mmap" fileops method to allow use of arbitrary uvm_objects for
chs
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2014-01-31
Fix build botched in previous.
tsutsui
2014-01-26
kill VM_DEFAULT_ADDRESS use.
christos
2011-02-08
Remove clause 3 (UCB advertising clause) from the University of Utah
rmind
2010-01-09
Make compile with DEBUG.
isaki
2009-01-18
Clean up header files.
isaki
2009-01-17
Split device_t/softc, use aprint*().
isaki
2008-06-14
Fix compile errors.
isaki
2008-06-13
use device_lookup_private to get softc
cegger
2008-01-30
Fix for v_specinfo removal.
tsutsui
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-03-28
Use device_unit().
thorpej
2005-12-11
merge ktrace-lwp.
christos
2005-01-18
de-__P, remove register, ansify.
chs
2004-01-25
Remove COMPAT_HPUX support. It did not work for a long time,
minoura
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-07-15
rcsid
lukem
2003-02-24
Cast VM_DEFAULT_ADDRESS() to a caddr_t.
atatat
2003-02-20
Introduce "top down" memory management for mmap()ed allocations. This
atatat
2002-10-23
merge kqueue branch into -current
jdolecek
2002-10-10
replace the somewhat strange poll routine with standard nopoll() (a.k.a
jdolecek
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2001-12-27
bcopy/bcmp/bzero -> memcpy/memcmp/memset
wiz
2001-03-15
eliminate the KERN_* error codes in favor of the traditional E* codes.
chs
2000-06-29
remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
mrg
2000-06-26
remove/move more mach vm header files:
mrg
2000-06-26
Change the kernel mmap interface so that the offset to map is an
simonb
1999-06-27
include sys/resourcevar.h to be compiled.
minoura
1999-06-18
Add the guts of mlockall(MCL_FUTURE). This requires that a process's
thorpej
1999-05-05
Shut up gcc -Wall.
minoura
1999-03-24
completely remove Mach VM support. all that is left is the all the
mrg
1998-10-11
remove unused share map code from UVM:
chuck
1998-08-22
Eliminated vm_offset_t and vm_size_t.
minoura
1998-08-06
Moved grfioctl.h and iteioctl.h to the public include directory.
minoura
1998-06-30
sync with -current after a long silence
msaitoh
1998-06-25
defopt COMPAT_HPUX
thorpej
1998-01-12
Update for changes to config.
thorpej
1997-10-12
Added prototypes.
oki
1996-11-23
Implement poll(2).
oki
1996-10-13
backout previous kprintf change
christos
1996-10-11
printf -> kprintf, sprintf -> ksprintf
christos
1996-05-21
Some cleanup.
oki
1996-05-05
NetBSD/x68k, by Masaru Oki.
oki