summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prevent buffer overflow if NLSPATH is too longache2000-09-081-1/+7
* 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
* Disallow '/' characters in LC_* environment variables which mightkris2000-09-081-1/+1
* siointr1: Schedule soft interrupt when needed. This fixes the "nogrog2000-09-082-0/+4
* Add a mild warning for people to expect problems in -current after theimp2000-09-081-0/+5
* New relnotes: SMPng, clarification to nsswitch.conf(5)bmah2000-09-082-2/+12
* 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
* Add note about SMPNG commit.imp2000-09-071-0/+4
* Crypto-related release notes: sshd now has X11Forwarding on by default,bmah2000-09-072-0/+22
* Revamp boot message. Get the path names right.imp2000-09-071-4/+5
* o When pre-allocating attribute storage space, also allocate space forrwatson2000-09-071-3/+5
* 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
* Note that the asr(4) and mly(4) drivers are in -CURRENT.bmah2000-09-072-4/+40
* Close PR #20963. Do not pass encryption keys back to the caller viawpaul2000-09-072-0/+6
* - Revert gratuitous reinstall -> install change in previous commit.jhb2000-09-071-2/+2
* 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
* MFS: sync with -stable by removing the now-vestigal X_AS_PKG stuff.jkh2000-09-0711-108/+0
* Fix breakage introduced in rev.1.7. yystacksize and yysslim are global andn_hibma2000-09-071-0/+4
* 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
* Fix comment to match previous commit, as per bde.des2000-09-071-1/+1
* Minimal set of diffs from the i386 bits to the AlphaLinux.obrien2000-09-071-406/+127
* The kernel is now known as `kernel.ko' and it and its matching modulesobrien2000-09-071-4/+4
OpenPOWER on IntegriCloud