aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/osf1/osf1_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.John Baldwin2006-05-111-377/+0
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,Robert Watson2005-09-281-4/+0
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),Robert Watson2005-09-191-0/+4
* Begin all license/copyright comments with /*- or #-Warner Losh2005-01-051-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-1/+1
* style: strcmp() does not return a bool.Brooks Davis2003-10-301-1/+1
* Use __FBSDID().David E. O'Brien2003-06-101-3/+3
* Remove __P(). This was tested on the GENERIC kernel.David E. O'Brien2002-03-201-8/+8
* Pass 1: update for KSE and NFS changes. Somehow this got missed.Peter Wemm2001-09-201-22/+22
* Fix off by one error introduced by the use of the ifnet_byindex()Marcel Moolenaar2001-09-141-1/+1
* Wrap array accesses in macros, which also happen to be lvalues:Marcel Moolenaar2001-09-081-1/+1
* Use queue macros.John Baldwin2001-01-241-2/+1
* magnetic tape supportAndrew Gallatin2000-07-131-1/+40
* Shutup complaints about unimplemented SVR4 ioctlsAndrew Gallatin2000-01-061-0/+8
* Finally add the Alpha OSF/1 compat code. I will add it to theAndrew Gallatin1999-12-141-0/+331