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
/
compat
/
ultrix
/
ultrix_ioctl.c
Age
Commit message (
Expand
)
Author
2022-02-09
fix various typos in comments.
andvar
2021-09-07
sys/compat: Memset zero before copyout.
riastradh
2019-04-23
KNF. No functional change.
msaitoh
2016-10-08
Uninitialized var, found by mootja; not tested, but obvious enough
maxv
2009-12-14
Merge from matt-nb5-mips64
matt
2008-03-21
Catch up with descriptor handling changes. See kern_descrip.c revision
ad
2008-01-05
Use FILE_LOCK() and FILE_UNLOCK().
dsl
2007-12-27
make this compile again.
christos
2007-12-20
Convert all the system call entry points from:
dsl
2007-06-01
Fallout from the interface ioctl changes:
he
2007-05-29
Add a sockaddr_storage member to "struct ifreq" maintaining backwards
christos
2007-02-09
Merge newlock2 to head.
ad
2005-12-11
merge ktrace-lwp.
christos
2005-06-01
avoid shadow warnings
drochner
2005-02-26
nuke trailing whitespace
perry
2004-04-25
Constify the speedtab arrays
matt
2004-04-21
ANSIfy, some KNF.
simonb
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-29
Fix 'struct lwp *' lossage.
simonb
2003-05-07
sort the ioctl's so we can see what we've implemented and what we have not.
christos
2003-03-21
Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'.
dsl
2003-01-18
Merge the nathanw_sa branch.
thorpej
2001-11-13
add RCSIDs (including regeneration of files as appropriate)
lukem
2001-06-14
Fix a partial construction problem that can cause race conditions
thorpej
2001-05-30
use _KERNEL_OPT.
mrg
2000-11-29
LKMify
jdolecek
2000-03-30
Kill register declarations.
augustss
1998-08-09
bzero->memset, bcopy->memcpy, bcmp->memcmp
perry
1998-06-25
defopt COMPAT_SUNOS
thorpej
1998-06-25
defopt COMPAT_ULTRIX
thorpej
1997-05-25
lint: add prototypes for termio/termios emul conversions and ioctl handlers.
jonathan
1997-05-05
NetBSD doesn't have VSWTCH, so we can't emulate it; clarify. (see PR#2793).
jonathan
1997-04-06
* Fix typo in SIOGIFCONF handling.
jonathan
1996-10-13
Backout previous kprintf change.
christos
1996-10-10
printf -> kprintf, sprintf -> ksprintf
christos
1996-10-09
Merge the netbsd-1-2 branch back into the mainline.
thorpej
1996-06-13
Fix typos in SUSP and DSUSP mapping when setting Ultrix posixmode tty
jonathan
1996-04-07
Remove gcc -Wall lint from ultrix emulation.-
jonathan
1996-01-04
Rewrite (a copy of) the emul-sunos termio/termios emulation code to
jonathan
1995-12-26
Add emulation of Ultrix select: before calling native sys_select(),
jonathan