summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Cosmetique: correct English in commentsache2001-08-231-2/+3
* Cosmetique: correct English in commentsache2001-08-231-2/+2
* Even better move: suppose that server is able to handle SEEK_END,ache2001-08-232-12/+12
* Apparently SEEK_END locking not supported by NFS. Previous variantache2001-08-232-2/+10
* Cosmetique: more <sys/*> into one group, separate include families byache2001-08-232-2/+4
* Move <machine/*> after <sys/*>ache2001-08-233-3/+6
* Move <machine/*> after <sys/*>ache2001-08-231-2/+2
* Move <machine/*> after <sys/*>ache2001-08-231-3/+9
* the feederchain builder is currently broken for recording channels. disablecg2001-08-231-0/+3
* handle bogus values passed to SOUND_PCM_WRITE_CHANNELS/SNDCTL_DSP_CHANNELScg2001-08-231-4/+5
* make the 4dwave nx chip workcg2001-08-231-1/+1
* MFS: make SNDCTL_DSP_SETTRIGGER workcg2001-08-232-7/+5
* MFS: allow multiple opens of mixer devicescg2001-08-231-8/+11
* many changes:cg2001-08-2340-407/+738
* adv. lock:ache2001-08-231-2/+14
* adv. lock:ache2001-08-232-10/+10
* Detect off_t EOVERFLOW of start/end offsets calculations for adv. lock,ache2001-08-232-3/+27
* Oops. The new pci_ids array should be static.nsayer2001-08-231-1/+1
* Fix a #endif misplacement in 1.231 due to misapplied patchpeter2001-08-232-2/+2
* Fix a comment error that was fixed in the pc98 version. hw.maxmem ispeter2001-08-232-2/+2
* Merge i386/machdep.c rev 1.474: dont overextend %cs. (finally, it doesn'tpeter2001-08-232-32/+4
* Merge i386/machdep.c rev 1.469: whitespace changes to fit 80 columnspeter2001-08-232-64/+120
* Merge i386/machdep.c rev 1.468: make breakpoint/trace interrupt insteadpeter2001-08-232-4/+4
* Merge 386/machdep.c rev 1.467: fix bugs/miscalculationspeter2001-08-232-20/+24
* Identical to i386/machdep.c rev 1.473: move submap initialization to MI.peter2001-08-232-22/+12
* Merge i386/machdep.c rev 1.472: Fix bug in physmem_est and maxbcachepeter2001-08-232-8/+12
* Merge i386/machdep.c rev 1.470. Limit KVM for buffer cache etc.peter2001-08-232-2/+12
* Dont add UPAGES to the %cs segment limit. There is nothing there exceptpeter2001-08-232-32/+4
* Do not printf when we get called as a result of a pci shared interrupt,peter2001-08-232-6/+2
* Revert part of the last commit, as suggested by Nick. This is expected,peter2001-08-231-4/+1
* Dont compile in SSE fxsave/fxrstor instructions if CPU_ENABLE_SSE isn'tpeter2001-08-234-24/+60
* Add support for the Netgear MA301 PCI adapter for the MA401.nsayer2001-08-232-6/+15
* Regenerate from syscalls.master using the new makesyscalls.sh revision.tmm2001-08-226-612/+622
* Add padding before each element of the syscall argument structures intmm2001-08-221-2/+15
* Fix a simple typo I just happened to find.alex2001-08-221-1/+1
* Remove the code that limited the buffer_map to 1/2 the size of thedillon2001-08-221-0/+2
* Move CR4.PGE enabling code after paging is enabled via CR0.PG based oniwasaki2001-08-223-21/+18
* OK, now I am scared of pxeldr. It had /boot/loader appended ontopeter2001-08-221-1/+1
* Make these depend on the usb module so they can use its symbols if theypeter2001-08-223-2/+5
* Generate an ELF /boot/loader instead of fake a.out. The fake a.out wrapperpeter2001-08-221-1/+1
* Move most of the kernel submap initialization code, including thedillon2001-08-2212-43/+239
* KASSERT if vm_page_t->wire_count overflows.dillon2001-08-221-0/+1
* When compressing directory blocks, the dirhash code didn't checkiedowse2001-08-221-1/+1
* Much delayed but now present: RFC 1948 style sequence numberssilby2001-08-228-178/+199
* Introduce two new sysctl's.. vm.kvm_size and vm.kvm_free. These arepeter2001-08-222-0/+42
* Clear db_active in boot() so that one can call the boot function (as welljhb2001-08-211-0/+8
* Push down Giant some in trap_pfault() so we don't grab Giant aroundjhb2001-08-212-8/+10
* Release the sched_lock before bombing out in mi_switch() via db_error().jhb2001-08-211-1/+3
* Allow one to restart from a panic in DDB by clearing the panicstrjhb2001-08-211-6/+18
* Find spurious interrupts.n_hibma2001-08-212-3/+11
OpenPOWER on IntegriCloud