summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Core version 2.0 cleanup/rewrite. Things get rearranged and changedmjacob2000-08-011-164/+233
* Remove isp_prtstst (now in case statement in isp.c). Removemjacob2000-08-011-116/+47
* Remove isp_tdebug. Change all PRINTF macros to the now commonmjacob2000-08-011-125/+117
* Fix typo. Remove isp_tdebug (we'll use ISP_LOGTDEBUG2 in isp->isp_dblevmjacob2000-08-011-6/+3
* Add in lengths of SBus or PCI registers.mjacob2000-08-011-0/+3
* Rewrite for version 2.0. Some structural changes, but alsomjacob2000-08-011-34/+189
* Part of major rewrite for core version 2.0- clarification ofmjacob2000-08-012-198/+212
* Bring tdfx_pci.c in sync with some patches I have been testing. Adds bettercokane2000-08-011-6/+8
* Back out rev 1.12; its not clear that this is the right thing to do,jlemon2000-08-011-2/+5
* Reverse the sense of the signed/unsigned formatting bit.nsayer2000-08-011-1/+1
* Back out opt_ipfilter.h creation I add recently and add -DIPFILTER=1ache2000-08-011-5/+2
* Replace nonexistent !defined(_LKM) by !defined(KLD_MODULE)ache2000-08-011-1/+1
* Check IPFILTER (options IPFILTER generates) instead of NIPFILTERache2000-08-011-2/+2
* Fix prev. commit: NIPFILTER -> IPFILTERache2000-08-011-1/+1
* Add missing '0' to FreeBSD_version test: 50011 -> 500011ache2000-08-012-10/+10
* Generate opt_ipfilter.h to fix 'make depend'ache2000-07-311-1/+4
* Nonexistent <sys/pfil.h> -> <net/pfil.h>ache2000-07-311-1/+1
* Nonexistent "ipfilter.h" -> "opt_ipfilter.h"ache2000-07-311-1/+1
* Add the module Makefile for the newly committed ESS solo sound driver.nsayer2000-07-311-0/+8
* almost-there ess solo-1 driver, committed so people can tell me why itcg2000-07-311-0/+932
* Handle write page faults (both write only or read-modify-write) as MI vmluoqi2000-07-313-9/+9
* Whitespace only:sheldonh2000-07-311-4/+4
* activate pfil_hooks and covert ipfilter to use itdarrenr2000-07-3110-30/+145
* Support for the Panasonic / Matshita USB FDD.n_hibma2000-07-311-0/+6
* mbstat should be a read-only sysctl.alfred2000-07-311-1/+1
* Remove unnecessary call to splnet when setting an accept filterps2000-07-312-6/+0
* add suspend/resume for yamaha chipscg2000-07-301-0/+75
* Allow use of TSC even if APM is compiled in but disabled.phk2000-07-305-5/+30
* fix a potential local DoS attackcg2000-07-302-2/+13
* fix a bug where opening /dev/dsp twice resulted in it being busy until rebootcg2000-07-301-0/+3
* Spell the word 'limited' with only one 't'.steve2000-07-302-2/+2
* Merged from sys/dev/syscons/scterm-sc.c revisions from 1.8 to 1.12.nyan2000-07-302-32/+74
* Merged from sys/dev/syscons/syscons.c revision 1.344.nyan2000-07-301-1/+2
* Merged from sys/boot/i386/btx/btx/btx.s revisions from 1.18 to 1.22.nyan2000-07-302-12/+74
* do the ac97 init delay for all chips and increase it to 500mscg2000-07-301-2/+3
* Regen. (Fix SYS_exit)peter2000-07-2923-39/+39
* Sigh. Fix SYS_exit problems. I misunderstood the significance of thesepeter2000-07-297-7/+7
* Remove this file incase of further confusion.ps2000-07-291-142/+0
* Move RAID controllers to the same position as in i386 GENERIC.obrien2000-07-292-8/+8
* Revert previous commit. Not all RAID controllers are SCSI.obrien2000-07-292-12/+10
* Move the RAID controllers next to the SCSI controllers.obrien2000-07-292-10/+12
* Make the bridge_refresh operation automatic when ethernet interfacesnsayer2000-07-293-1/+14
* Add the RAID controller that are known to work (or did on last test).obrien2000-07-292-0/+8
* Comment out `ncr' as `sym' handles all that `ncr' does.obrien2000-07-294-8/+8
* Regenerate with makesyscalls.shpeter2000-07-2923-41/+41
* Change the 'exit()' system call to 'sys_exit()'. This avoids overlappingpeter2000-07-299-11/+9
* "Fix" cast qualifier warnings using the uintptr_t intermediate trick.peter2000-07-282-6/+12
* Fix the #ifdef VFS_AIO to not compile a whole bunch of unused stuff in thepeter2000-07-281-7/+34
* Fix a warning re: a potentially unused pccard helper functionpeter2000-07-282-0/+4
* Fix warning - isa/isavar.h is a prerequisite for isa/pnpvar.hpeter2000-07-282-6/+2
OpenPOWER on IntegriCloud