summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* The write combining code in revision 1.30 needs a few additionaljwd2000-10-241-12/+25
* Don't dink with interrupts in vm_page_zero_idle(). This code assumed itjhb2000-10-232-20/+2
* Give correct results for SYSCTL_LONG arrays when sizeof(int) != sizeof(long)gallatin2000-10-231-2/+2
* CURTHD now defines in globals.hmjacob2000-10-231-0/+2
* Move bogus proc reference stuff into <machine/globals.h>. There is nomjacob2000-10-234-8/+9
* Put back inclusion of proc.h so that alpha kernels (at the very least)mjacob2000-10-231-0/+1
* Fix %cache2000-10-232-2/+2
* Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98non2000-10-2329-0/+10072
* -Wall cleanup.ru2000-10-233-13/+10
* Generate LOTS of warnings to remind the SMPng crew to fix the curprocphk2000-10-231-0/+4
* Do not recursively include <sys/proc.h>phk2000-10-231-1/+0
* Apply style(9). [best I could]obrien2000-10-231-35/+40
* Apply style(9).obrien2000-10-231-48/+47
* Get rid of the last traces of ACTUALLY_LKM_NOT_KERNELphk2000-10-232-3/+1
* Sort the #define's.obrien2000-10-231-38/+38
* Minimal set of diffs from the i386 bits to the AlphaLinux.obrien2000-10-231-1/+1
* Re-order the #define's into a more logical one.obrien2000-10-231-17/+18
* be careful on mbuf overrun on ctlinput.itojun2000-10-233-3/+17
* kame 1.32 -> 1.33itojun2000-10-231-1/+27
* Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to recordsobomax2000-10-239-7/+55
* We need to explicitly tell the args struct for COMPAT functions we useobrien2000-10-231-4/+13
* The last "-iDsym" makes more sense as "-iUsym".obrien2000-10-221-1/+1
* Allow negative seek offsets for files that can be seeked upon. Itgreen2000-10-222-2/+10
* Somehow I left out sycall #98obrien2000-10-221-0/+1
* Minor whitespace cleanup.obrien2000-10-221-6/+5
* Minimal set of diffs from the i386 bits to the AlphaLinux.obrien2000-10-221-234/+408
* Don't bogusly include <struct.h>phk2000-10-221-3/+13
* Don't rely on <sys/queue.h> to bogusly include <struct.h>.phk2000-10-221-0/+3
* On DEVFS machines, the device name database is no use.phk2000-10-221-2/+6
* We use ___setjmp (non-signal saving) to setup a signal frame. Whendeischen2000-10-223-3/+3
* Avoid using the semi-bogus include <struct.h>phk2000-10-221-5/+3
* Moved prototypes of isa_alloc_resourcev() and isa_load_resourcev() tonyan2000-10-223-10/+15
* Rev 1.41 was committed from wrong diff, now do it right.bp2000-10-222-2/+2
* Make LINT compile again.phk2000-10-223-3/+2
* Release and unlock vnode if resource deadlock detected.bp2000-10-222-0/+2
* Update stale comment.bp2000-10-222-6/+2
* Remove de_lock field from denode structure and make msdosfs PDIRUNLOCK aware.bp2000-10-228-26/+54
* Clean up the raid code a bit, also allow disks on HPT controllers tosos2000-10-222-66/+98
* Fix warning in the ISA only case.sos2000-10-221-0/+1
* Get the prober error code instead of relying on scp->error to containsos2000-10-221-0/+1
* Up the reset pulse to 100ms in ata_reset, some drives especiallysos2000-10-221-7/+1
* It is bsd.sites.mk one should look for a full list of default sites,knu2000-10-222-2/+26
* Use funopen() instead of fdopen(). This fixes three problems:des2000-10-221-4/+118
* Cause fatal error messages to be a little more helpful to the programmerjkh2000-10-2212-58/+58
* First attempt at timeouts for bio commands sent to the controller. No retry isscottl2000-10-222-0/+34
* Make usual 1-line cardbus support modification.imp2000-10-222-0/+2
* Remove obsolete setting. The directory src/usr.sbin/sendmail/cf hasn'tgshapiro2000-10-221-5/+0
* Cleanup the rman_make_alignment_flags function to be much clearer and shorterimp2000-10-221-12/+10
* o Remove lots of kludges with iospace and irq.imp2000-10-221-10/+13
* Cleanup allocation of resources for 16-bits. We now do the rightimp2000-10-221-12/+20
OpenPOWER on IntegriCloud