aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Check strdup() return valuesChris D. Faulhaber2001-01-201-4/+8
* Silence compiler warnings.Bill Paul2001-01-202-4/+4
* Bug fixes that I've put together while working on a project in the office:Bill Paul2001-01-194-18/+38
* Prevent overflow in -d argument by replacing hand-rolledKris Kennaway2001-01-191-23/+5
* Make some attempt to accomodate kern/24221- propate residual to mt_residMatt Jacob2001-01-191-0/+41
* Change the reinstall.debug target to depend onJohn Baldwin2001-01-195-20/+40
* Sync with GENERIC - drop I386_CPUPeter Wemm2001-01-191-1/+0
* mdoc(7) police: removed leading whitespaces that are not insideRuslan Ermilov2001-01-1910-12/+15
* Convert apm from a bogus 'count' into a plain option. Clean out somePeter Wemm2001-01-1916-40/+34
* Zap unused #include "apm.h"Peter Wemm2001-01-194-4/+2
* Zap some cut-paste code that isn't used. It #included "apm.h" andPeter Wemm2001-01-193-16/+0
* Zap #include "apm.h" - it was not used.Peter Wemm2001-01-191-1/+0
* Stop turning 'mandatory' into an implicit 'count' line. i386/npx was thePeter Wemm2001-01-191-1/+0
* Use #ifdef DEV_NPX from opt_npx.h instead of #if NNPX > 0 from npx.hPeter Wemm2001-01-1921-106/+112
* EEK! vm86bios.s has got #if NNPX > 0 code without a correspondingPeter Wemm2001-01-191-0/+2
* At great personal risk to my sanity, turn off COMPAT_OLDISA and thePeter Wemm2001-01-192-6/+4
* Add missing twe (3ware) and ahb (adaptec 174x) devices (!)Peter Wemm2001-01-192-0/+14
* This conf file seems to have rotted quite a bit..Peter Wemm2001-01-191-7/+2
* Corresponding version bump for config with the DEV_FOO replacement forPeter Wemm2001-01-195-5/+5
* Implement option strings that we can use in #ifdefs (where unavoidable)Peter Wemm2001-01-193-2/+27
* This driver needs COMPAT_OLDISA too. Sigh.Peter Wemm2001-01-191-0/+4
* Add in a space that got lost in the previous commit in some debugging codeJohn Baldwin2001-01-193-3/+3
* EEK! I missed a couple of places with the 24->32 interrupt change.Peter Wemm2001-01-197-4/+44
* Remove #defines for the old lock function names and spl0/splzPeter Wemm2001-01-191-7/+0
* Remove reference to splz_unpend - it is long gone.Peter Wemm2001-01-193-3/+3
* Catch a few alternative names for the syscall entry frame, eg: post-ELFPeter Wemm2001-01-192-2/+8
* apic_itrace_splz[] is unusedPeter Wemm2001-01-197-7/+0
* Remove unused splsoftcambio(), splsoftcamnet(), splq() and splz() inlines.Peter Wemm2001-01-191-4/+0
* Remove the now-empty ipl_funcs.c file on all platforms.Peter Wemm2001-01-197-100/+0
* Remove the static splXXX functions and replace them by static __inlinePeter Wemm2001-01-196-102/+21
* - Remove an unused write_ivars function that didn't do anything anyway.John Baldwin2001-01-191-7/+1
* Create a build-tools target for sysinstall and rtermcap. This is stillPeter Wemm2001-01-193-1/+5
* Fix a warning due to missing prototype.Peter Wemm2001-01-193-3/+3
* Fix a warning (the prototypes probably shouldn't be so over-zealouslyPeter Wemm2001-01-194-4/+4
* Warning police:John Baldwin2001-01-192-2/+2
* Fix a maybe-not-so-harmless warning.Peter Wemm2001-01-191-1/+1
* Add in an interrupt type for this driver. I have no idea how this couldJohn Baldwin2001-01-191-1/+2
* Revert revision 1.102. I don't think p_nice needs to be protected withJohn Baldwin2001-01-191-2/+0
* BSD/OS was called BSD/386 prior to 2.0.Jun-ichiro itojun Hagino2001-01-191-13/+13
* Do not cluster with B_LOCKED buffers.Matthew Dillon2001-01-191-4/+20
* Implement MTX_RECURSE flag for mtx_init().Bosko Milekic2001-01-1937-116/+226
* Look for modules in /boot/kernel these days.Poul-Henning Kamp2001-01-181-1/+1
* New release notes: Condition variables in kernel, ConnectionsPerPeriodBruce A. Mah2001-01-182-4/+49
* Document I386_CPU kernel options, and note removal of I386_CPUBruce A. Mah2001-01-181-0/+11
* mdoc(7) police: add missing .Ed call.Ruslan Ermilov2001-01-184-1/+4
* man(7) -> mdoc(7).Ruslan Ermilov2001-01-182-387/+611
* When blocksize is set to 2352, alwas read 2352 bytes.Søren Schmidt2001-01-181-2/+10
* man(7) -> mdoc(7).Ruslan Ermilov2001-01-181-583/+475
* remove reference to nonexistent screenmap(5) manual page.Ben Smithurst2001-01-181-1/+0
* mdoc(7) police:Ruslan Ermilov2001-01-181-279/+508