summaryrefslogtreecommitdiff
path: root/sys/compat/sunos/sunos_ioctl.c
AgeCommit message (Expand)Author
2022-08-03Pull up following revision(s), all via patchmartin
2019-04-23 KNF. No functional change.msaitoh
2016-10-08Uninitialized var, found by mootja; not tested, but obvious enoughmaxv
2015-12-12Redo previous. zero check before modulo.nakayama
2015-12-11d_secpercyl is gone and we use the value from disklabel anyway.mlelstv
2015-12-11PR 50518 bad switchmlelstv
2015-12-08Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead ofchristos
2015-09-26rename sun ioctlschristos
2014-09-05Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to getmatt
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2007-12-20Convert all the system call entry points from:dsl
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-12-04Remove all the __Pdsl
2007-06-01Fallout from the interface ioctl changes:he
2007-05-29Add a sockaddr_storage member to "struct ifreq" maintaining backwardschristos
2007-05-12Split the fcntl locking code out from its copyin/out.dsl
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2005-12-11merge ktrace-lwp.christos
2005-06-02Fix shadow warnings.tsutsui
2004-06-01sunos_ioctl(): acquire a reference to the file.pk
2004-04-25Constify the speedtab arraysmatt
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29More changes for providing lwpid for ktrace (sparc GENERIC built)darrenr
2003-03-21Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'.dsl
2003-02-23Make updating a file's reference and use count MP-safe.pk
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-04Spell output with two ts.wiz
2002-05-30Statements must follow labels.thorpej
2002-03-16make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc *christos
2002-03-02move the COMPAT_SUNOS TIOCGPGRP handling in the compat sunos code proper.mrg
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
2001-02-03add missing !LKM check, noted by <tih@kpnQwest.no>mrg
2001-02-02sunos_ioctl.c is included by sunos32_ioctl.c. include the sunos32 &mrg
2000-12-01add e_path (emulation path) to struct emul, which replaces emulation-specificjdolecek
2000-07-27fix LP64 warnings.mrg
2000-03-30Kill register declarations.augustss
1998-08-09bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-06-20use <dev/sun/disklabel.h> for new (old) compat ioctls: DKIOCGGEOM, DKIOCINFO ...mrg
1997-12-11Pull in fcntl GETLK/SETLK/UNLK compat functions from SVR4 sibling.pk
1997-10-19- Doesn't need to privately define AUDIO_SPEAKER and AUDIO_HEADPHONE anyis
1997-05-11Ignore use of sunos_audioio.monitor_gain because it has no equivalent in thejeremy
1996-07-02Translate EIO to ENOTTY after a SunOS `TIOCGETPGRP' (tcgetpgrp(3)) failspk
1996-05-26I_SIGSET => I_SETSIG (pointed out by Greg Earle).pk
1996-03-14Bring prototypes into scope and fix compiler warnings.christos
1996-02-28Insert sunos_sys_fcntl().pk
1995-10-07Prefix names of system call implementation functions with `sys_'.mycroft