summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Per msmith's request, don't attach to Qlogic 12160 id'd cards that havemjacob2000-09-072-0/+16
* Don't use currentldt as an L-value.jake2000-09-072-2/+2
* Special-case the LED twiddling code so that it doesn't do anythingwpaul2000-09-074-4/+24
* Close PR #20963. Do not pass encryption keys back to the caller viawpaul2000-09-072-0/+6
* Pierre Beyssac originally derived linprocfs from procfs, and I've made (anddes2000-09-0711-0/+22
* Redeclare cp_time. It's no longer static, and linprocfs needs it.des2000-09-071-0/+1
* Test for both SMP and I386_CPU being set before generating an error.jhb2000-09-073-3/+3
* Don't assume that address of I/O address table increase (PC-98 only).nyan2000-09-072-4/+4
* Merged from sys/i386/i386/machdep.c revision 1.406.kato2000-09-072-20/+54
* Merged from sys/isa/sio.c revision 1.306, 1.307 and 1.308.kato2000-09-072-74/+220
* Merged from sys/i386/isa/npx.c revision 1.84.kato2000-09-071-5/+13
* Merged from sys/i386/isa/clock.c revision 1.156.kato2000-09-073-162/+327
* Merged from sys/conf/files.i386 revision 1.327 (adding synch_machdep.ckato2000-09-071-0/+2
* Minimal set of diffs from the i386 bits to the AlphaLinux.obrien2000-09-071-406/+127
* Create an "expert" mode where the device hints are not checked duringobrien2000-09-074-0/+8
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-07197-5844/+13882
* Add KTR, a facility that logs kernel events in order to to facilitatejasone2000-09-077-21/+770
* Remove superfluous `/'s before KODIR.obrien2000-09-074-51/+51
* With the committed changes to the loaders modules path code, the kernelobrien2000-09-061-1/+1
* Since AlphaLinux is the weirdest Linux of all, probably best to do theobrien2000-09-061-1/+1
* Two sys/compat/linux sources aren't applicable on the Alpha at this time.obrien2000-09-061-2/+6
* ess maestro driver - not enabled by defaultcg2000-09-063-0/+1541
* Add support for D-Link DSB-650 USB ethernet adapter.wpaul2000-09-061-2/+7
* Regenerate.wpaul2000-09-062-2/+9
* Add new device ID for the D-Link DSB-650 USB ethernet adapter. This iswpaul2000-09-061-0/+1
* Minimal set of diffs from the i386 bits to the AlphaLinux.obrien2000-09-063-499/+217
* Change the calls to panic() in uifree(), chgproccnt(), and chgsbsize()truckman2000-09-061-4/+4
* Accept filter maintainancealfred2000-09-063-91/+277
* Add the AlphaLinux locore support.obrien2000-09-061-0/+50
* Revive these files in their new location. These were repo copied frompeter2000-09-061-0/+437
* Do not panic on an uninitialized VOP_xxx() call. This was meant as apeter2000-09-061-2/+2
* o Synchronize vaccess() capability access control checks with TrustedBSDrwatson2000-09-062-8/+8
* Add refcounts to the "global" DEVFS inode slots, this allows usphk2000-09-065-71/+298
* Introduce atomic_cmpset_int() and atomic_cmpset_long() from SMPng aphk2000-09-065-19/+232
* DESTDIR'ify the device.hints checking code.obrien2000-09-064-8/+8
* I forgot the leading `DESTDIR' before the kernel directory.obrien2000-09-064-4/+4
* The kernel is now known as `kernel.ko' and it and its matching modulesobrien2000-09-061-1/+1
* When sigaltstack is called with a stack size that's not smallermarcel2000-09-064-2/+10
* 1. IP_FW_F_{UID,GID} are _not_ commands, they are extras. The sanity checkingbillf2000-09-061-2/+7
* Ignore ELF files with 'interpreter' section because KLDs doesn't contain it.bp2000-09-062-0/+10
* Fix the kernel default load from "/boot/modules" to "/boot/kernel".obrien2000-09-051-1/+1
* The kernel is now known as `kernel.ko' and it and its matching modulesobrien2000-09-058-111/+142
* Teach the NFS && NFS_ROOT case how to pick up information left by themsmith2000-09-052-0/+348
* Fix a bug which prevents parsing this Makefile without having amsmith2000-09-051-0/+2
* Export the salient configuration items in a non-pxe-specific namespacemsmith2000-09-051-5/+44
* Don't scan for the "right" network interface by shooting in the dark.msmith2000-09-052-0/+6
* Remove uidinfo hash table lookup and maintenance out of chgproccnt() andtruckman2000-09-0515-170/+258
* Move extern declaration of dead_vnodeop_p to a .h file.phk2000-09-053-7/+12
* Register resources in a more opportune order for the hardware.phk2000-09-051-17/+17
* initial support for multiple ac97 codecscg2000-09-053-18/+24
OpenPOWER on IntegriCloud