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