aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove the source file for the sio(4) EBus attachment here, too.Marius Strobl2004-04-301-4/+0
* Remove the sio EBus attachment, which never worked with an unpatchedThomas Moestl2004-04-302-115/+0
* Checkpoint commit for an alternative WIP kernel module loader that isn'tPeter Wemm2004-04-301-1058/+695
* Spring cleanup of macrosSøren Schmidt2004-04-3011-100/+45
* Makefile for geom_gate.ko.Pawel Jakub Dawidek2004-04-301-0/+8
* Kernel bits of GEOM Gate.Pawel Jakub Dawidek2004-04-302-0/+775
* Remove the EBUS_DEBUG and IOMMU_DEBUG options, which are not used anyThomas Moestl2004-04-301-3/+0
* Remove the separate kernel option for Sun APB PCI-PCI bridges and makeMarius Strobl2004-04-303-3/+1
* Enable _KPOSIX_PRIORITY_SCHEDULING by default, it works fine on sparc64.Marius Strobl2004-04-301-1/+1
* Update the reference to the FreeBSD sparc64 mailing list, its name hasMarius Strobl2004-04-301-1/+1
* Allow disks with a GPT to be used on big-endian machines. The GPT isMarcel Moolenaar2004-04-301-39/+48
* Convert block comments into C-style that is understood by cpp(1).Ruslan Ermilov2004-04-291-204/+210
* Revert previous change to this file because it breaks someBosko Milekic2004-04-291-9/+2
* Add the commented out rue(4) entry.Yoshihiro Takahashi2004-04-291-0/+1
* MFi386: revisions from 1.15 to 1.17.Yoshihiro Takahashi2004-04-291-8/+2
* MFi386: revisions from 1.16 to 1.18.Yoshihiro Takahashi2004-04-291-8/+2
* Don't do malloc(M_WAITOK) for sound buffers while locks are held.Brian Feldman2004-04-291-1/+1
* Fix a memory leak in ng_get_string_token. A dynamically-allocatedJohn Polstra2004-04-291-0/+1
* Thanks to David's patches, we can now simplify these makefilesRuslan Ermilov2004-04-285-18/+14
* Properly merge boot0sio.s and boot0.s into boot0.S.Ruslan Ermilov2004-04-281-1/+2
* Switch to using C99 comments in assembler preprocessed with cpp(1).Ruslan Ermilov2004-04-281-414/+414
* - Properly merge boot0sio.s and boot0.s into boot0.S.Ruslan Ermilov2004-04-283-666/+167
* Keep track of threads waiting in kse_release() to avoid a raceDaniel Eischen2004-04-284-33/+85
* Remove code that fiddles with Giant in ndis_ticktask() that snuck inBill Paul2004-04-281-4/+0
* Temporary precaution measure until repocopy requests areRuslan Ermilov2004-04-281-5/+7
* After talking to Bruce Evans and reading more standards specs,Ruslan Ermilov2004-04-286-1601/+1606
* Remove the EBus stopgap of r1.248; a proper fix is in place now.Thomas Moestl2004-04-281-8/+0
* Fix the EBus driver to work with the new PCI code. Unlike other PCIThomas Moestl2004-04-284-111/+202
* MFi386: Use C (and CPP) style comments for assembler-with-cppRuslan Ermilov2004-04-282-290/+290
* Use C (and CPP) style comments for assembler-with-cpp sources,Ruslan Ermilov2004-04-282-290/+290
* Use C (and CPP) style comments for assembler-with-cpp sources,Ruslan Ermilov2004-04-281-94/+96
* - Use C (and CPP) style comments for assembler-with-cpp sources,Ruslan Ermilov2004-04-282-346/+347
* If the buffer supplied to kenv(KENV_DUMP, ...) isn't big enough,David Schultz2004-04-281-21/+18
* - The i8254 uses IRQ 0, not IRQ 8. Correct i8254_intsrc to reference theJohn Baldwin2004-04-272-8/+12
* Removed now redundant CLEANFILES assignments.Ruslan Ermilov2004-04-275-6/+0
* Belatedly remove a file from the earlier apic code that is no longer used.John Baldwin2004-04-271-59/+0
* Change from '#' to "//" comment character to allow CPP preprocessing.Poul-Henning Kamp2004-04-275-1295/+500
* Added 3ware's twa.Vinod Kashyap2004-04-271-0/+2
* Address few style issues pointed out by bdeMaksim Yevmenkin2004-04-2723-163/+150
* Reduce the time spent looking for devices on channels that returnSøren Schmidt2004-04-271-4/+4
* Sync to 1.172 of usbdevsMIHIRA Sanpei Yoshiro2004-04-272-2/+18
* Add support DELL BC02 Bluetooth USB Adapter(TrueMobile 300)MIHIRA Sanpei Yoshiro2004-04-271-0/+4
* Remove mlockall() and munlockall() from the list of unimplementedMaxime Henrion2004-04-271-2/+2
* Add the ability to avoid repetition of s.... sequences with a '.'Poul-Henning Kamp2004-04-271-7/+11
* Make sure we are all set up before creating the LED instance.Poul-Henning Kamp2004-04-271-2/+2
* Use pci_get_progif to decide if this is one of the primary/secondarySøren Schmidt2004-04-271-7/+2
* Add rue(4) USB ethernet driver, which for some reason has been missed.Maxim Sobolev2004-04-261-0/+1
* fix the change of interface in nd6_storelladdr for multicastLuigi Rizzo2004-04-261-5/+5
* Give jail(8) the feature to allow raw sockets from within aBosko Milekic2004-04-264-4/+50
* make this compile/work with CISS_DEBUG defined.Paul Saab2004-04-261-8/+10