aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge i386/machdep.c rev 1.470. Limit KVM for buffer cache etc.Peter Wemm2001-08-232-2/+12
* Dont add UPAGES to the %cs segment limit. There is nothing there exceptPeter Wemm2001-08-232-32/+4
* Do not printf when we get called as a result of a pci shared interrupt,Peter Wemm2001-08-232-6/+2
* Revert part of the last commit, as suggested by Nick. This is expected,Peter Wemm2001-08-231-4/+1
* Dont compile in SSE fxsave/fxrstor instructions if CPU_ENABLE_SSE isn'tPeter Wemm2001-08-234-24/+60
* Add support for the Netgear MA301 PCI adapter for the MA401.Nick Sayer2001-08-232-6/+15
* Typo and markup fixes.Bruce A. Mah2001-08-222-12/+12
* The name of the kernel is KERNCONF, not KERNEL now.Jordan K. Hubbard2001-08-221-1/+1
* Regenerate from syscalls.master using the new makesyscalls.sh revision.Thomas Moestl2001-08-226-612/+622
* Add padding before each element of the syscall argument structures inThomas Moestl2001-08-221-2/+15
* Add myself.Pete Fritchman2001-08-221-0/+1
* Fix a simple typo I just happened to find.Alexander Langer2001-08-221-1/+1
* ``create'' and ``destroy'' are command modifiers (.Cm), not flags (.Fl).Yaroslav Tykhiy2001-08-221-2/+2
* Remove the code that limited the buffer_map to 1/2 the size of theMatthew Dillon2001-08-221-0/+2
* Remove some stray text that crept into this verison of the updatingWarner Losh2001-08-221-4/+0
* Move CR4.PGE enabling code after paging is enabled via CR0.PG based onMitsuru IWASAKI2001-08-223-21/+18
* mdoc(7) police: Fixed broken xrefs.Ruslan Ermilov2001-08-2210-12/+16
* mdoc(7) police:Ruslan Ermilov2001-08-222-18/+28
* Mentions about /var/spool/secretmail were deleted in BSD.var.dist,v 1.2.Ruslan Ermilov2001-08-221-4/+0
* Zap reference to tickadj(8). Forgotten in rev. 1.24.Ruslan Ermilov2001-08-221-1/+0
* OK, now I am scared of pxeldr. It had /boot/loader appended ontoPeter Wemm2001-08-221-1/+1
* Make these depend on the usb module so they can use its symbols if theyPeter Wemm2001-08-223-2/+5
* Generate an ELF /boot/loader instead of fake a.out. The fake a.out wrapperPeter Wemm2001-08-221-1/+1
* Move most of the kernel submap initialization code, including theMatthew Dillon2001-08-2212-43/+239
* KASSERT if vm_page_t->wire_count overflows.Matthew Dillon2001-08-221-0/+1
* New release note: RFC 1948.Bruce A. Mah2001-08-222-0/+12
* When compressing directory blocks, the dirhash code didn't checkIan Dowse2001-08-221-1/+1
* Much delayed but now present: RFC 1948 style sequence numbersMike Silbersack2001-08-228-178/+199
* Introduce two new sysctl's.. vm.kvm_size and vm.kvm_free. These arePeter Wemm2001-08-222-0/+42
* Add doc/sr and doc/sr_* to the sample refuse file.Jim Mock2001-08-221-0/+2
* Clear db_active in boot() so that one can call the boot function (as wellJohn Baldwin2001-08-211-0/+8
* Push down Giant some in trap_pfault() so we don't grab Giant aroundJohn Baldwin2001-08-212-8/+10
* Release the sched_lock before bombing out in mi_switch() via db_error().John Baldwin2001-08-211-1/+3
* Allow one to restart from a panic in DDB by clearing the panicstrJohn Baldwin2001-08-211-6/+18
* Find spurious interrupts.Nick Hibma2001-08-212-3/+11
* New release note: SA-01:54.Bruce A. Mah2001-08-212-0/+10
* Add support for the I-O DATA USB-ET/TX(USB Ethernet adapter)Nick Hibma2001-08-211-1/+2
* Link MULTI_DRIVER_MODULE.9 to DRIVER_MODULE.9Alexander Langer2001-08-211-0/+1
* Add support for the HP 4300C scanner.Nick Hibma2001-08-211-0/+1
* Add MULTI_DRIVER_MODULE().Alexander Langer2001-08-211-0/+6
* Strip out some #if's for old implementations of global data pointers.Peter Wemm2001-08-212-8/+0
* Add quirks for the Olympus Digital Camera.Nick Hibma2001-08-211-1/+16
* Support for the HP 8200e CD writer. (commented out)Nick Hibma2001-08-211-0/+12
* Add support for the Microtech CameraMate.Nick Hibma2001-08-211-0/+9
* Document new EINVAL, EOVERFLOW cases. Sort ERRORSAndrey A. Chernov2001-08-211-3/+9
* Deconfuse a debugging message.Nick Hibma2001-08-211-3/+3
* Regen.Nick Hibma2001-08-213-9/+55
* Add Mustek, National and Ultima scanners.Nick Hibma2001-08-211-1/+9
* Report the interrupt path via the sysctl to userland as a string.Warner Losh2001-08-211-4/+18
* Make lseek() POSIXed: for non character special filesAndrey A. Chernov2001-08-212-10/+40