summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-0432-128/+135
* Fix -Wunder and make the sbus code really compile only on sparc64.ru2005-12-041-3/+3
* Fix -Wundef warnings and properly check the size of long, FWIW.ru2005-12-041-3/+3
* Oops, the bug is still here, but reimplement the cpp(1) conditional properly.ru2005-12-041-0/+9
* There no longer seems to be this bug in gcc(1). Remove theru2005-12-041-9/+0
* Fix on sparc64.ru2005-12-041-6/+2
* Recognize the Sony Clie PEG-TJ37.bmah2005-12-042-0/+2
* Adhoc mode fixups:sam2005-12-043-28/+56
* Fix -Wundef.ru2005-12-0440-77/+87
* Use __LP64__ to check for the 64-bit pointer type, and fix -Wundef.ru2005-12-041-4/+2
* Eliminate unneeded preallocation at initialization.alc2005-12-032-2/+0
* Use a simpler way to reach the <machine> include dir, which shouldru2005-12-031-2/+1
* Force any hardwire-routed interrupts to level trigger and active lowjhb2005-12-031-2/+4
* - Move the declaration of struct upa_ranges and the UPA_RANGE_* macrosmarius2005-12-035-54/+36
* Eliminate unneeded preallocation at initialization.alc2005-12-031-2/+0
* - Adhere style(9) (don't use function calls in initializers).marius2005-12-031-3/+5
* Remove unused sc_node from softc.marius2005-12-031-2/+0
* - Adhere style(9) (don't use function calls in initializers, use uintXX_tmarius2005-12-035-29/+40
* - Register the PCI bus error interrupt handler according to which half ofmarius2005-12-031-26/+36
* - Improve the comment regarding the workaround for the E250 interrupt mapmarius2005-12-032-17/+31
* Add "rdonly" to global_opts, and parse it in vfs_donmount().rodrigc2005-12-031-0/+4
* Convert to use the recently introduced set of ofw_bus_gen_get_*() formarius2005-12-032-93/+40
* Add option P1003_1B_MQUEUE.davidxu2005-12-031-0/+1
* - Add "rw" mount option to global_opts.rodrigc2005-12-031-0/+10
* Merge DRM CVS as of 2005-12-02, adding i915 DRM support thanks to Alexey Popov,anholt2005-12-037-5/+18
* Make cleaner diffs by munging the $FreeBSD$s from the FreeBSD CVS sources backanholt2005-12-031-1/+15
* Add support for i915 GMCH AGP. This diff is a combination of work by myselfanholt2005-12-024-62/+320
* Register definitions for the ancient via6522. This 20+ year-old chipgrehan2005-12-021-0/+105
* Introduce startup scripts from the local_startup directories todougb2005-12-021-1/+1
* Change pmap_enter_quick() to use the vm_prot_t parameter introduced inalc2005-12-021-3/+4
* Add option P1003_1B_MQUEUE for POSIX message queue.davidxu2005-12-021-0/+2
* 1. Cleanup including.davidxu2005-12-021-5/+4
* Add a missing newline to a printf.jhb2005-12-021-1/+1
* Update the ICH7 support so it deals better with chips without AHCI.sos2005-12-024-84/+115
* Restore the enabling of debugging by default by the DRM_DEBUG kernel option.anholt2005-12-021-0/+4
* On the 82571 and newer chipset the ICR register is meaningful onlyglebius2005-12-021-1/+4
* 1. Check if message priority is less than MQ_PRIO_MAX.davidxu2005-12-021-3/+4
* Define MQ_PRIO_MAX, it seems it is the only placedavidxu2005-12-021-0/+4
* messqge queue has been implemented, set _POSIX_MESSAGE_PASSING to 200112L.davidxu2005-12-021-1/+1
* We've already implemented all TMO functions, set _POSIX_TIMEOUTS to 200112L.davidxu2005-12-021-1/+1
* Fix the misalignment bugs differently than was done in the previousmarcel2005-12-022-23/+33
* Fix the type of "eaddr" to guarantee the required alignment.ru2005-12-012-16/+16
* 1. Set timer configuration values for sysconf().davidxu2005-12-011-2/+15
* Add kernel module loading option for snd_atiixp(4).ariff2005-12-011-0/+1
* set signal queue values for sysconf().davidxu2005-12-011-0/+4
* Avoid using signal 127 and 128 as RT signals, these two signals confusedavidxu2005-11-301-1/+1
* It is unclear who is wrong and who is right, but when operating onsobomax2005-11-301-0/+10
* Don't pass error value pointer to g_read_data(9) at all if we don'tsobomax2005-11-3013-25/+24
* fix dynamic changes in short slottime for 11g sta mode: set thesam2005-11-301-1/+1
* Check for g_read_data(9) errors properly:sobomax2005-11-3017-26/+26
OpenPOWER on IntegriCloud