summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Enable USB in GENERIC on the Alpha.jhb2000-06-082-24/+24
* Put some version checking.dcs2000-06-071-0/+8
* Bump loader version due to FICL (duh!) and copyin, copyout, setenv&cia.dcs2000-06-071-0/+2
* Bump loader version due to copyin, copyout, setenv&cia.dcs2000-06-071-0/+1
* Modify boot-conf so it can take a kernel or directory name asdcs2000-06-071-4/+122
* Add setenv, getenv, setenv?, unsetenv, copyin and copyout to FICL.dcs2000-06-074-1/+229
* Remove AGAIN definition, as FICL 2.04 provides it.dcs2000-06-071-3/+11
* Remove a bug that caused local variables declarations in the formatdcs2000-06-071-1/+1
* Place original builtins in a vocabulary called "builtins". Thisdcs2000-06-071-0/+6
* Dammit.rwatson2000-06-071-0/+3
* Do an explicit getenv on boot_verbose. Now that we have a real FICL bootmjacob2000-06-071-2/+14
* When I tweaked if_dc.c to alter the polling interval for non-MIIwpaul2000-06-072-14/+24
* Fix gdt pointer for the current cpu on SMP.iwasaki2000-06-072-2/+2
* handle duplex properly in the AIOGCAP ioctl - this may (partially?) fix ratcg2000-06-071-0/+2
* Introduce additional POSIX.1e-related stubsrwatson2000-06-073-0/+70
* o Include file for POSIX.1e capabilities supportrwatson2000-06-071-0/+197
* start_object: Set the revive length correctly.grog2000-06-071-3/+3
* Remove residual printf.dcs2000-06-071-1/+0
* revive_block:grog2000-06-071-35/+36
* enable ds1 drivercg2000-06-061-1/+1
* this driver does not support the cs4281 and probably never will, different codecg2000-06-061-4/+1
* support recordingcg2000-06-061-55/+234
* improve recordingcg2000-06-061-17/+27
* don't panic if we try to add a channel we said we wouldn'tcg2000-06-061-2/+9
* Properly spell "OSF/1".obrien2000-06-061-1/+1
* INTR_TYPE_FAST / FAST_INTR interrupts (currently just serial interrupts)dillon2000-06-063-39/+0
* Mention that i4bisppp requires sppp; too many people use LINT as ajoerg2000-06-063-3/+6
* Merged from sys/i386/i386/machdep.c revision 1.394.kato2000-06-062-162/+158
* Merged from sys/i386/isa/{clock.c,npx.c} revisions 1.151 and 1.82,kato2000-06-064-4/+4
* Merged from sys/conf/Makefile.i386 revision 1.187.kato2000-06-061-34/+56
* Merged from sys/i386/isa/npx.c revision 1.81.kato2000-06-061-0/+44
* - Call mii_pollstat() after we bring up the link on a 1000baseTX cardwpaul2000-06-062-2/+8
* Instead of completely disallowing VOP_SETATTR, just do it where there ischris2000-06-062-4/+12
* Cosmetique: fix comments - don't use 'ansi' word for non-ansi (adapter) colorsache2000-06-061-7/+7
* Consistently protect f28 with noat/at pairs.obrien2000-06-051-0/+2
* Implement ANSI E[39m and E[49m to set fg and bg to initial (not to default!)ache2000-06-051-0/+10
* Don't bother checking the link state in dcphy_status() if the interfacewpaul2000-06-052-0/+6
* o bde suggested moving the SYSCTL from kern_mib to the more appropriaterwatson2000-06-053-28/+6
* o Introduce kern.suser_permitted, a sysctl that disables the suser_xxx()rwatson2000-06-053-0/+27
* o Remove unneeded off_t variable to clean up compile warningrwatson2000-06-051-1/+1
* Add missing increment of allocation counter.hsu2000-06-051-0/+2
* parity ops: Correctly recognize the end of the plex. Previously wegrog2000-06-051-1/+1
* Cosmetic and capture a register dump _before_ I've downloaded values todmlb2000-06-041-3/+50
* As part of the IFF_RUNNING stuff, we've added an extra flag so callersdmlb2000-06-041-3/+9
* Main changes are resurection of mutlicast code (jgibbs moved the stuff Idmlb2000-06-041-175/+133
* o If FFS_EXTATTR is defined, don't print out an error message on unmountrwatson2000-06-041-3/+4
* o Modify jail to limit creation of sockets to UNIX domain sockets,rwatson2000-06-044-6/+31
* Disable multi-lun probing on Hitachi DK31* drives.ken2000-06-041-0/+12
* Version bump to indicate libxpg4 merging to libcache2000-06-031-1/+1
* Fixed some style bugs in the signal handling funcations. This doesn'tbde2000-06-032-162/+158
OpenPOWER on IntegriCloud