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