summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Revert previous change to this file because it breaks somebmilekic2004-04-291-9/+2
* Add the commented out rue(4) entry.nyan2004-04-291-0/+1
* MFi386: revisions from 1.15 to 1.17.nyan2004-04-291-8/+2
* MFi386: revisions from 1.16 to 1.18.nyan2004-04-291-8/+2
* Don't do malloc(M_WAITOK) for sound buffers while locks are held.green2004-04-291-1/+1
* Fix a memory leak in ng_get_string_token. A dynamically-allocatedjdp2004-04-291-0/+1
* Thanks to David's patches, we can now simplify these makefilesru2004-04-285-18/+14
* Properly merge boot0sio.s and boot0.s into boot0.S.ru2004-04-281-1/+2
* Switch to using C99 comments in assembler preprocessed with cpp(1).ru2004-04-281-414/+414
* - Properly merge boot0sio.s and boot0.s into boot0.S.ru2004-04-283-666/+167
* Keep track of threads waiting in kse_release() to avoid a racedeischen2004-04-284-33/+85
* Remove code that fiddles with Giant in ndis_ticktask() that snuck inwpaul2004-04-281-4/+0
* Temporary precaution measure until repocopy requests areru2004-04-281-5/+7
* After talking to Bruce Evans and reading more standards specs,ru2004-04-286-1601/+1606
* Remove the EBus stopgap of r1.248; a proper fix is in place now.tmm2004-04-281-8/+0
* Fix the EBus driver to work with the new PCI code. Unlike other PCItmm2004-04-284-111/+202
* MFi386: Use C (and CPP) style comments for assembler-with-cppru2004-04-282-290/+290
* Use C (and CPP) style comments for assembler-with-cpp sources,ru2004-04-282-290/+290
* Use C (and CPP) style comments for assembler-with-cpp sources,ru2004-04-281-94/+96
* - Use C (and CPP) style comments for assembler-with-cpp sources,ru2004-04-282-346/+347
* If the buffer supplied to kenv(KENV_DUMP, ...) isn't big enough,das2004-04-281-21/+18
* - The i8254 uses IRQ 0, not IRQ 8. Correct i8254_intsrc to reference thejhb2004-04-272-8/+12
* Removed now redundant CLEANFILES assignments.ru2004-04-275-6/+0
* Belatedly remove a file from the earlier apic code that is no longer used.jhb2004-04-271-59/+0
* Change from '#' to "//" comment character to allow CPP preprocessing.phk2004-04-275-1295/+500
* Added 3ware's twa.vkashyap2004-04-271-0/+2
* Address few style issues pointed out by bdeemax2004-04-2723-163/+150
* Reduce the time spent looking for devices on channels that returnsos2004-04-271-4/+4
* Sync to 1.172 of usbdevssanpei2004-04-272-2/+18
* Add support DELL BC02 Bluetooth USB Adapter(TrueMobile 300)sanpei2004-04-271-0/+4
* Remove mlockall() and munlockall() from the list of unimplementedmux2004-04-271-2/+2
* Add the ability to avoid repetition of s.... sequences with a '.'phk2004-04-271-7/+11
* Make sure we are all set up before creating the LED instance.phk2004-04-271-2/+2
* Use pci_get_progif to decide if this is one of the primary/secondarysos2004-04-271-7/+2
* Add rue(4) USB ethernet driver, which for some reason has been missed.sobomax2004-04-261-0/+1
* fix the change of interface in nd6_storelladdr for multicastluigi2004-04-261-5/+5
* Give jail(8) the feature to allow raw sockets from within abmilekic2004-04-264-4/+50
* make this compile/work with CISS_DEBUG defined.ps2004-04-261-8/+10
* MFamd64: implement the PG_UNMANAGED flag on vm_pages.gallatin2004-04-261-4/+9
* Since pmap_pinit() wants a prezeroed page, change it to ask for one. (Notealc2004-04-261-4/+1
* Always use nd.ni_vp->v_mount as an argument for VFS_QUOTACTL(), just likepjd2004-04-262-10/+8
* The previous change to mount(8) to report ufs or ufs2 usedbmilekic2004-04-261-2/+9
* Add 'enableWindowing' configuration knob to the ng_pptpgre(4) netgraph node.archie2004-04-262-36/+52
* Fix build breakage.takawata2004-04-261-1/+1
* Move the call to AcpiEnterSleepStatePrep() to before we select the BSPnjl2004-04-261-6/+10
* Tighten up reset handling in order to make reset attacks as difficult assilby2004-04-263-0/+21
* Fix two typos from PR: 65694imp2004-04-262-2/+2
* Use a more compact syntax for passing the "binary" options to 'ld'.obrien2004-04-256-6/+6
* Simplify the building of our i386 'binary' boot components by directlyobrien2004-04-256-35/+12
* Another small set of changes to reduce diffs with the new arp code.luigi2004-04-251-31/+18
OpenPOWER on IntegriCloud