summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add defines for low power and second codec ready.orion2003-03-261-0/+3
* Clean up dynamically allocated sysctl variables when we run dacleanup() andken2003-03-262-0/+14
* req can not be NULL or we'd die.alfred2003-03-261-6/+3
* Try to make the MBUF_FRAG_TEST code work better.mux2003-03-251-12/+10
* Add an options entry for HTT in SMP and GENERIC similar to the SMP andjhb2003-03-253-0/+9
* Put a newline in between APIC_IO and HTT to try and show that HTT is notjhb2003-03-251-0/+1
* aic79xx.reg:scottl2003-03-251-4/+4
* Remove extraneous check. We are not going to return from copyin/out onjhb2003-03-251-2/+0
* Print the return value from mmap() in the DEBUG case.mdodd2003-03-251-3/+11
* Add code to implement two new USB quirk types: NO_INQUIRY and NO_INQUIRY_EVPDnjl2003-03-251-11/+60
* g_class_by_name() was unused too.phk2003-03-251-13/+0
* Remove unuse g_insert_geom().phk2003-03-252-39/+0
* Forward compatibility: NULL check the passed in meta argument.phk2003-03-251-1/+1
* Add an explanatory comment about what operational modes in xfwopt are.mjacob2003-03-251-1/+5
* Add the MBUF_FRAG_TEST option. When compiled in, this optionsilby2003-03-252-0/+31
* Merge PC98 support.mdodd2003-03-256-1599/+123
* Correct an argument to bus_alloc_resource().mdodd2003-03-251-2/+2
* Give print_child a default method.mdodd2003-03-251-1/+1
* Fix 2 vm_offset_t -> vm_paddr_t missed in previous commit.jake2003-03-252-3/+3
* Update the MAC regression test policy to include stubs and testingrwatson2003-03-251-0/+155
* Update MAC "none" stub policy to include stubs for the followingrwatson2003-03-252-0/+196
* Expand scope of the MLS policy to include a new entry point availablerwatson2003-03-251-0/+20
* Expand scope of the BSD extended "file system firewall" policy torwatson2003-03-251-0/+17
* Expand scope of the Biba policy to include some of the new entryrwatson2003-03-251-0/+40
* Bump __FreeBSD_version for addition of vm_paddr_t and kvtop prototypejake2003-03-251-1/+1
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-2581-275/+307
* I seem to have forgotten this. Sorry.mdodd2003-03-241-2/+2
* Oops, SHUTDOWN_PRI_LAST should be EVENTHANDLER_PRI_LAST, notjhb2003-03-241-1/+1
* Replace the at_fork, at_exec, and at_exit functions with the slightly morejhb2003-03-2410-256/+62
* Define some generic eventhandler priorities for use with eventhandlers andjhb2003-03-241-6/+11
* - Remove witness_dead and just use witness_watch instead. If witness_watchjhb2003-03-241-21/+51
* Retire sys/pc98/pc98/spkr.cmdodd2003-03-244-688/+9
* Use __packed;mdodd2003-03-241-2/+2
* Correct a mis-merge.mdodd2003-03-241-2/+2
* Change g_class initialization to sparse format.phk2003-03-241-3/+1
* - Consolidate smapi driver.mdodd2003-03-244-364/+220
* Add the 'vpd' and 'smbios' drivers. The 'smbios' driver is just amdodd2003-03-243-0/+561
* Premptively change initializations of struct g_class to use C99phk2003-03-2413-37/+28
* Use repo-copied files in sys/i386/bios.mdodd2003-03-2422-2023/+20
* PC98 systems don't need to worry about the MCA bus.mdodd2003-03-243-27/+0
* Don't call sysbeep() in sc_bell() if either duration or pitch is zero.jhb2003-03-241-1/+1
* Remove a trailing semicolon in SCHED_QUANTUM definition.mux2003-03-241-1/+1
* Turn /dev/geom.ctl from a GEOM class into a plain character device driverphk2003-03-243-94/+19
* Save a lock: Grab the stall_events SX lock exclusively so it also serializephk2003-03-241-2/+2
* Better fix for the problem addressed by rev.1.79: don't loop inbde2003-03-241-8/+13
* Disable interrupts while in kdb_trap() to handle cases where the callerbde2003-03-242-0/+14
* - The payload of Write Request Quad must be network byte order.simokawa2003-03-241-1/+1
* - The payload of Write Request Quad and Read Response Quad must besimokawa2003-03-242-2/+9
* Safe PCI configuration.simokawa2003-03-241-2/+6
* Introduce g_cancel_events() and use it a couple of places where it makesphk2003-03-233-0/+26
OpenPOWER on IntegriCloud