summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't log RXJ+ protocol rejects unless we are in debug mode. (RXJ-joerg2001-12-261-6/+7
* Fix some pseudo-enumeration constants in the IPv6 implementation sojoerg2001-12-261-2/+2
* Ignore (and silently conf-ack) conf-reqs for an Async-Control-joerg2001-12-261-11/+15
* For SIOCSIFADDR, don't call if_up() since it would attempt to add thejoerg2001-12-261-1/+2
* s/sonewconn3/sonewconn/ forgotten by the modifier.green2001-12-261-1/+1
* Add support for even more SiS chipsets.sos2001-12-252-101/+74
* Fix yet another fake slave problem for PCCARD devices.sos2001-12-251-6/+11
* Oops, wrong option name. It's should be ACPI_MAX_THREADS,iwasaki2001-12-251-1/+1
* Fix type-o in previous commit (tsleep was using wrong rendezvous point)dillon2001-12-251-1/+1
* Add -mcmodel=medlow to COPTS. This is needed to build working kernels.tmm2001-12-241-0/+3
* Possibly typo fix (s/FXP_PORT_SOFTWARE_RESET/FXP_PORT_SELECTIVE_RESET/)kuriyama2001-12-241-1/+1
* Fix typo first, then controvert.tanimura2001-12-241-1/+1
* On the first day of Christmas bde gave to me:bmilekic2001-12-232-220/+200
* Fix CRITICAL_FORK so that it compiles.dfr2001-12-231-1/+1
* make mmapped vchans workcg2001-12-231-0/+2
* Newer versions of gcc have a bug where switch statements with onlyjake2001-12-231-9/+1
* - Add a file for machine dependant loader metdata types. Include this injake2001-12-233-6/+41
* Define our own version of abs now that we compile with -ffreestanding byjake2001-12-231-0/+2
* Back out an inappropriate backout. If Anyone wants to set the FIFOdillon2001-12-231-1/+6
* Backed out previous unapproved commit.bde2001-12-231-6/+1
* This problem has been in the serial driver for years, and I occassionallydillon2001-12-231-1/+6
* Move prototype of _mext_free to mbuf.h, where it belongs, because it isbmilekic2001-12-222-1/+1
* Add OS layer ACPI mutex and threading support.iwasaki2001-12-2212-119/+378
* Add the ifpi2 driver.gj2001-12-223-1/+24
* Add support for the AVM Fritz!Card PCI version 2 controller.gj2001-12-222-4/+8
* Add a driver for the AVM Fritz!Card PCI version 2 ISDN controller.gj2001-12-228-0/+3452
* MFi386: revision 1.178nyan2001-12-223-21/+12
* MFi386: revision 1.124nyan2001-12-221-2/+96
* Merged from sys/dev/syscons/syscons.c revision 1.377.nyan2001-12-221-12/+4
* cosmetic changes.nyan2001-12-222-44/+40
* Merged from files.i386 revision 1.384.nyan2001-12-221-8/+3
* MFi386: revision 1.159nyan2001-12-221-0/+1
* MFi386: revision 1.163nyan2001-12-221-2/+0
* MFi386: revision 1.179nyan2001-12-223-0/+30
* MFi386: revision 1.486nyan2001-12-222-6/+4
* Fixes apparent hang at probe time due to an extremely long timeoutpb2001-12-211-1/+1
* fix mmapped playbackcg2001-12-211-7/+6
* Use the new rman_reserve_resource_bound() function to get boundariestmm2001-12-211-40/+7
* Use the new resource_list_print_type() function.tmm2001-12-216-45/+10
* Use the new resource_list_print_type() function to print resource listtmm2001-12-212-48/+5
* Move the PCI_ENABLE_IO_MODES option from conf/options.i386 totmm2001-12-212-2/+1
* Add a generic __BUS_ACCESSOR macro to construct ivar accessor functions,tmm2001-12-212-2/+58
* Add a rman_reserve_resource_bound() function that takes an additionaltmm2001-12-212-11/+38
* Add a workaround for quirky PCI devices that set the intpin register totmm2001-12-211-20/+66
* Fix a bug that was indroduced while moving this code around (use thetmm2001-12-211-1/+3
* Make the apb driver independent of the standard PCI bridge driver.tmm2001-12-211-30/+82
* Add partial support for NFS_ROOT for sparc64 (only supported in intmm2001-12-211-1/+18
* Save and restore state for suspend/resume.orion2001-12-211-4/+35
* Implement matching IP precedence in ipfw(4).yar2001-12-212-2/+6
* Remove a change that snuck in from my private tree.jlemon2001-12-211-1/+0
OpenPOWER on IntegriCloud