summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Style cleanups. No functional changes.jasone2000-09-097-250/+218
* Add file and line arguments to WITNESS_ENTER() and WITNESS_EXIT, sincejasone2000-09-097-69/+69
* Add a mutex to the malloc interfaces so that it can safely be calledjasone2000-09-091-0/+15
* disable 16bit mono support- this will be handled by software conversion tocg2000-09-091-1/+1
* add 16bit mono/stereo conversion feedercg2000-09-091-6/+90
* detach supportcg2000-09-0918-189/+436
* Forget to include sysctl.halfred2000-09-091-0/+1
* Upon reflection, I decided that bootfile must have priority over kerneldcs2000-09-091-8/+8
* Correct BSD/OS slice type.rnordier2000-09-091-2/+2
* Add a comment, that a LINT file can be produced from NOTES viaalex2000-09-092-0/+6
* LINT -> NOTESalex2000-09-091-2/+2
* add attrbute(packed) to union def with specific align constraitn.itojun2000-09-091-11/+11
* Remove unused variables.des2000-09-093-3/+0
* Add stat, uptime and version.des2000-09-099-63/+399
* Add code to devname(3) so it can find the names of devices whichphk2000-09-091-0/+27
* First tackle at trying to handle the New Deal on kernels.dcs2000-09-093-118/+280
* Add missing \'s to multline macros used for assertions.jhb2000-09-092-4/+4
* Rename mtx_enter(), mtx_try_enter(), and mtx_exit() and wrap them with cppjasone2000-09-086-149/+173
* Use inline functions instead of macros for mtx_enter(), mtx_try_enter(),jasone2000-09-082-292/+320
* Update boot and boot-conf descriptions to reflect new and old changes.dcs2000-09-082-3/+31
* Enhance boot-conf.dcs2000-09-081-24/+118
* Remove an unneeded extern declaration of cp_time.jhb2000-09-087-14/+0
* Strictly speaking, this works. It enumarates the PnP devices, anddcs2000-09-081-0/+172
* Add the infrastructure necessary to handle PnP from a Forth script.dcs2000-09-083-0/+103
* Fix an error message which was using the wrong variable to get thedcs2000-09-081-1/+1
* Add constructors to crude structure support. Rework some of thedcs2000-09-081-19/+142
* Make the pnp structure a global variable, so it can be used elsewhere.dcs2000-09-082-1/+5
* Fix autoboot. Now autoboot *always* show the correct kernel name. Itdcs2000-09-082-17/+37
* Fixed the softintr macro which directly accessed ipending.kato2000-09-081-6/+6
* Merged from sys/isa/sio.c revisions 1.309 - 1.311.kato2000-09-082-18/+50
* Merged from sys/i386/i386/machdep.c revision 1.407.kato2000-09-082-2/+2
* Merged from sys/boot/i386/loader/Makefile revision 1.47.kato2000-09-081-1/+7
* Only call kdb_trap() if the DDB config option is specified.jasone2000-09-081-0/+2
* Back out my previous commit as well as some SMPng changes to revert thejhb2000-09-082-34/+56
* siointr1: Schedule soft interrupt when needed. This fixes the "nogrog2000-09-082-0/+4
* Look for libstand in the built tree rather than in /usr/lib. Thisimp2000-09-081-1/+7
* Really fix USER_LDT. (Don't use currentldt as an L-value.)jake2000-09-089-11/+11
* Fix a problem where we would recursively try to get the com lock withinjhb2000-09-082-12/+18
* Cannot do MALLOC with M_WAITOK while holding ACQUIRE_LOCKmckusick2000-09-071-2/+2
* 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
OpenPOWER on IntegriCloud