summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Allow loadable interface drivers with BPF support to be loaded into a kernelmsmith1999-04-286-12/+51
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-2892-1975/+1823
* Simplify the tunefs example, since tunefs uses getfsfile(). Lots ofmsmith1999-04-271-3/+3
* Eliminate compiler warning about missing type in declaration.jdp1999-04-271-3/+2
* Fix the code that prints the "Initializing PC-card drivers" messagejdp1999-04-271-4/+3
* Change suser_xxx() to suser() where it applies.phk1999-04-2716-79/+72
* bump __FreeBSD_version to 400005:phk1999-04-271-2/+2
* Suser() simplification:phk1999-04-27128-394/+399
* Fix from Justin for transfer negotiations for targets up to target ID 7.ken1999-04-261-39/+43
* Make one pass through the firewall the default.luigi1999-04-261-2/+2
* Only call kvtop on non-null id_maddr's...peter1999-04-261-3/+8
* Temporary hack. The radix code shouldn't need this, it should bepeter1999-04-261-1/+2
* Protect the ifinit() function's internals with splimp() for safety sincepeter1999-04-261-4/+5
* Minor seatbelt tweak. The init code used to be splimp() protected,peter1999-04-261-2/+7
* Register the netisr's via SYSINIT rather than linker sets.peter1999-04-263-80/+18
* Register the local (unix domain) sockets ourselves.peter1999-04-261-1/+2
* Redo domain registration to use SYSINITS rather than linker sets.peter1999-04-261-70/+8
* Make DOMAIN_SET() use SYSINIT rather than linker sets.peter1999-04-261-3/+3
* Make NETISR_SET use a SYSINIT() rather than a linker set.peter1999-04-261-5/+5
* Fix a very long standing bug in run_interrupt_driven_config_hooks(). Itpeter1999-04-251-3/+4
* Make man page reflect reality on parsing rules. Now I know Jordandcs1999-04-252-6/+8
* pmap_dispose_proc and pmap_copy_page:alc1999-04-252-28/+46
* Added used include.dt1999-04-251-1/+2
* Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify thephk1999-04-259-13/+37
* Allow multiple opens.phk1999-04-251-5/+10
* Use PCCARD_MODULE() instead of DATA_SET(), the pccard linker set went apeter1999-04-251-1/+6
* Remove obsolete interrupt labels.kato1999-04-252-86/+86
* Sync with sys/i386/i386/userconfig.c revision 1.137.kato1999-04-251-4/+4
* Sync with sys/i386/conf/options.i386 revision 1.112.kato1999-04-252-8/+6
* Sync with sys/i386/conf/Makefile.i386 revision 1.148.kato1999-04-252-4/+4
* De-quote.kato1999-04-252-40/+38
* Sync with sys/boot/i386/loader/Makefile revision 1.34.kato1999-04-251-3/+3
* The fd options changed during new-bus.peter1999-04-242-8/+6
* De-quote where possible and minor tweaks. depends on a current config(8).peter1999-04-245-417/+407
* Bump configvers; when the updates to generic/lint get committed, the oldpeter1999-04-245-10/+10
* Add $Id: $billf1999-04-242-0/+4
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-242-2/+10
* #if 0 out the pci device list, not that you could do a lot with it. Itpeter1999-04-241-4/+4
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-2456-67/+289
* Replace the pcidevice_set linker set based configuration mechanism for oldpeter1999-04-244-22/+58
* Zap some #if 0 code for wired PCI devices. This will look quite differentpeter1999-04-241-155/+1
* Fixed printf format errors on alpha.dt1999-04-241-3/+5
* typo in commentphk1999-04-241-2/+2
* so_linger is in seconds, not in 1/HZache1999-04-241-2/+2
* Changed the type of id_port from short into int to avoid wrongkato1999-04-242-4/+4
* Lite2 bugfixes merge:ache1999-04-241-3/+3
* Minor nit. It is probably still incorrect, but at least don'tdcs1999-04-241-1/+1
* Fix a braino in the v_id wraparound code. Give more (current) detailsphk1999-04-241-9/+17
* Move loader.conf.5, while it is still in it's first revision.dcs1999-04-242-3/+3
* Add loader.4th man page (worst man page I ever wrote -- reviewsdcs1999-04-243-3/+263
OpenPOWER on IntegriCloud