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
/
amiga
/
dev
/
view.c
Age
Commit message (
Expand
)
Author
2023-03-26
s/dipslay/display/ in comments.
andvar
2021-09-19
fix various typos in comments, messages and documentation.
andvar
2015-11-12
Use the MD_BTOP() macro as replacement for m68k_btop() in all device
phx
2015-08-20
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
christos
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
2009-10-26
kill extra whitespaces
cegger
2009-03-18
bcopy -> memcpy
cegger
2008-03-23
Use M_TEMP for allocations instead of the now deceased M_IOCTLOPS.
cube
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2005-12-11
merge ktrace-lwp.
christos
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
2002-08-03
correct range check, have overflow check, fix type mismatches,
itojun
2002-03-17
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
atatat
2002-01-28
add __KERNEL_RCSID as suggested by Luke Mewburn
aymeric
2002-01-26
- ANSIfy
aymeric
2000-06-26
Change the kernel mmap interface so that the offset to map is an
simonb
1996-10-13
backout previous kprintf change
christos
1996-10-11
Changes for poll(2).
mhitch
1996-10-10
printf -> kprintf, sprintf -> ksprintf
christos
1996-04-21
- Cleanup for -Wall and -Wstrict-prototypes
veego
1995-04-10
map --> mmap
mycroft
1994-12-01
bring up to current. change sun to sunos. handle changes in device
chopps
1994-10-26
new RCS ID format.
cgd
1994-06-13
some cleanup and various fixes for new fs code. plus some general
chopps
1994-05-08
resistance is futile, you will be assimilated.
chopps
1994-04-10
little bit of KNiFeing, view and ite ioctl names cleaned. ite bell
chopps
1994-03-30
remove dlists.h oops.
chopps
1994-02-17
modified to use generic cons. (and some grf defs changed)
chopps
1994-02-13
cleaned up include's relocated grf/* stuf to grfabs*.
chopps
1994-01-30
Re-enabled views, fixed warning in serial driver.
chopps
1994-01-29
Fixed my incorrect copyright.
chopps
1994-01-26
Integrate recent changes done to the amiga branch. Includes support
mw