summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Collapse)AuthorAgeFilesLines
* Sync with sys/i386/isa/pcaudio.c revision 1.38.kato1997-11-191-13/+13
|
* Sync with sys/i386/isa/npx.c revision 1.54.kato1997-11-191-3/+10
|
* Sync with sys/i386/isa/mse.c revision 1.35.kato1997-11-191-2/+2
|
* Synchronize with sys/i386/isa/clock.c revision 1.104.kato1997-11-193-9/+12
|
* Sync with sys/i386/conf/majors.i386 revision up to 1.22.kato1997-11-191-1/+2
|
* - Renamed 'card.h' to 'cardinfo.h', to avoid namespace collisions withnate1997-11-185-146/+6
| | | | | | the card.h that config builds. [ Repository renaming done in the background to save the card.h history ]
* Removed now-unused blocking mode flag.bde1997-11-181-1/+0
|
* Removed unused #includes.bde1997-11-181-18/+26
| | | | | | Fixed gratuitous ANSIisms. Fixed nonblocking mode. It was per-device instead of per-file.
* Removed unused #includes.bde1997-11-181-18/+6
| | | | | | Fixed nonblocking mode. It was per-device instead of per-file. This also fixes clobbering of bd_rtout by overloading it to hold a wrong version of the blocking flag. I hope nothing depends on the bugs.
* Fixed nonblocking mode. It was per-device instead of per-file.bde1997-11-181-1/+0
|
* Removed unused #includes. Ifdefed a conditionally used #include.bde1997-11-182-28/+14
| | | | | | | | Fixed nonblocking mode. It was per-device instead of per-file. Don't depend on gcc's misfeature of rewriting char args in old-style function definitions to match wrong prototypes. Break K&R1 support to fix this quickly.
* Removed unused #includes.bde1997-11-181-13/+13
| | | | | | Fixed bugs in rev.1.35: - nonblocking mode was per-device instead of per-file. - lots of style bugs.
* Staticized boot().bde1997-11-181-2/+1
|
* Get buffer stuff by #including <sys/buf.h> instead of <sys/vnode.h>.bde1997-11-181-5/+5
| | | | | | Staticized boot(). Fixed a gratuitous ANSIism.
* Removed an unused #include in the `#ifdef KERNEL' case.bde1997-11-181-5/+3
| | | | | | Fixed a comment to match the code. The code is still wrong (ffs_checkoverlap() should be staticized and called from a ddb command).
* Staticize.phk1997-11-186-66/+60
|
* Staticize a few things.phk1997-11-186-22/+20
|
* There is no ccdread() nor ccdwrite().phk1997-11-182-6/+2
|
* unifdef -UEXT2FSphk1997-11-181-110/+1
|
* Give ext2fs it's own VOP_REMOVE, VOP_LINK, VOP_RENAME, VOP_MKDIR, VOP_RMDIR,phk1997-11-182-0/+2040
| | | | VOP_CREATE, VOP_MKNOD, VOP_SYMLINK and ext2_makeinode().
* Removed unused #includes.bde1997-11-181-5/+3
| | | | Police <> vs "" #include style.
* Don't test for conflicting combinations of PPP_FILTER/BPFILTER here.bde1997-11-181-29/+9
| | | | | | | | | | | | | | Testing in if_ppp.c is good enough. Added comments about bogus #includes and #defines. Removed unused #includes. Don't depend on gcc's misfeature of rewriting short args in old-style function definitions to match wrong prototypes. I just changed the function definition to match the prototype, since this is easy to verify automatically (it causes no changes in the object code), but it breaks K&R1 support and doesn't fix the pessimal type.
* Cleaned up PPP_FILTER/NBPFILTER ifdefs.bde1997-11-181-15/+6
| | | | | | Use gettime() instead of microtime() to set if_lastchange for i/o's. microtime() is probably too expensive. However, setting if_lastchange for i/o's may be wrong.
* Use gettime() instead of assignment from `time'. (`time' is toobde1997-11-182-6/+5
| | | | | | | | volatile to use outside of splclock(). microtime() is probably too expensive to use for every i/o. However, setting ifi_lastchange for every i/o is just wrong according to the comment about ifi_lastchange in <net/if.h>. It is set then for atm, fddi and the latest version of ppp.)
* Removed an unused #include.bde1997-11-181-3/+1
| | | | Fixed a style bug (one of many KNF breakages in vfs_subr.c moved here).
* Get tty ioctl numbers by #including <sys/ttycom.h> instead ofbde1997-11-181-3/+2
| | | | | <sys/tty.h>. Don't #include <sys/fcntl.h> (the select -> poll changes removed all dependencies on it).
* Removed an unused #include. Added an unsed #include of <sys/ucred.h>bde1997-11-181-8/+9
| | | | | to prepare for not including it in <sys/param.h>. Moved conditionally used #includes inside an ifdef.
* Removed an unused #include. Ifdefed a conditionally used #include.bde1997-11-181-2/+3
|
* Removed unused #include.bde1997-11-183-9/+3
|
* Get select stuff by including <sys/select.h> instead of <sys/proc.h>,bde1997-11-181-6/+7
| | | | | | | | | | and don't include <sys/fcntl.h>. (The select -> poll changes replaced fcntl macros by poll macros.) Use <machine/*.h> instead of <i386/include/*.h>. Fail the probe instead of crashing in the unlikely event that malloc() fails.
* Don't #include <i386/isa/isa_device.h>. It is now a prerequisite.bde1997-11-181-3/+1
|
* Removed unused #includes.bde1997-11-181-5/+3
| | | | | | Fixed #include order. <i386/isa/isa_device.h> will soon be a prerequisite for <i386/isa/pnp.h>. Including both in alphebetical order gets this right naturally.
* Removed an unused #included.bde1997-11-183-9/+30
| | | | Ifdefed #includes that are not used in the SMP case.
* Get select stuff by #including <sys/select.h> instead of <sys/proc.h>.bde1997-11-182-4/+4
|
* Removed #unused includes.bde1997-11-185-15/+20
| | | | Added a used #include (don't depend on yet to be fixed namespace pollution).
* Removed unused #include of <sys/malloc.h>. This file now uses onlybde1997-11-181-2/+1
| | | | | zalloc(). Many more cases like this are probably obscured by not including <vm/zone.h> explicitly (it is spammed into <sys/malloc.h>).
* Removed code for the !KERNEL case. It hasn't been maintained for 4bde1997-11-181-28/+8
| | | | | | | | | | years and gives a "laugh"able number of compile-time errors (see the comment). main() just printed the struct sizes. This can be done better by compiling with -g and reading off the sizes from the stabs. Sorted #includes. Fixed an unsigned vs signed comparison.
* Get locking stuff by #including <sys/lock.h> instead of <sys/vnode.h>.bde1997-11-181-2/+2
|
* Don't #include <machine/smp.h> even in the SMP case. Fixed the onebde1997-11-182-2/+8
| | | | | | | place that depended on it. The "bazillion warnings" mentioned in the log for rev.1.45 apparently aren't a problem any more. It is hard to be sure because the SIMPLELOCK_DEBUG option turns off (and breaks) things in the SMP case.
* Don't #include <machine/smp.h> even in the SMP case. Fixed the onebde1997-11-181-9/+2
| | | | | | | | | | | place that depended on it. The "bazillion warnings" mentioned in the log for rev.1.45 apparently aren't a problem any more. It is hard to be sure because the SIMPLELOCK_DEBUG option turns off (and breaks) things in the SMP case. Don't forward declare structs that are already implicitly forward declared. Fixed a disordered declaration.
* Don't #include <sys/types.h>. I mistakenly #included it unconditionallybde1997-11-181-4/+2
| | | | | | | | | to fix some broken application. Application breakage is now hidden by a recently introduced wrong #include of <sys/types.h> in <sys/time.h>. <sys/time.h> is a prerequisite for <sys/resource.h>, so the <sys/types.h> prereqisite is automatically supplied. Cast RLIM_INFINITY to the correct (signed) type.
* Fixed pedantic syntax errors caused by trailing semicolon in thebde1997-11-181-3/+5
| | | | | __ELF__ case of the definition of MAKE_SET() and in the PSEUDO_LKM case of the definition of PSEUDO_SET().
* Fixed pedantic syntax errors caused by the trailing semicolon in thebde1997-11-181-2/+2
| | | | definition of DOMAIN_SET().
* Don't generate new prototype files with the extra int retval[] arg atpeter1997-11-181-3/+3
| | | | | | the end since pdk deleted them. Forgotten by: phk
* Typo fix.alex1997-11-173-6/+6
| | | | | PR: 5068 Submitted by: Studded@dal.net
* fix Jonathan Mini's email address per his requestjmg1997-11-172-4/+4
|
* Added support for linux sound ioctls:ahasty1997-11-174-6/+48
| | | | | | | | | LINUX_SNDCTL_DSP_GETOPTR LINUX_SNDCTL_DSP_GETIPTR LINUX_SNDCTL_DSP_SETTRIGGER LINUX_SNDCTL_DSP_GETCAPS With this rev level the linux realaudio player 5 and xquake should work.
* Device # for Jonathan Mini's VESA support.sos1997-11-162-2/+4
|
* Restore diagnostic fix spammed after mergingache1997-11-161-4/+8
|
*-. This commit was generated by cvs2svn to compensate for changes in r31187,peter1997-11-1631-1832/+6995
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud