summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Update a comment describing bpf_iflist to indicate that the BPF interfacerwatson2005-02-281-1/+4
* Remove unused field from carp softc.glebius2005-02-281-3/+0
* Fix tcpdump(8) on carp(4) interface:glebius2005-02-281-16/+5
* MFi386: revisions 1.1186 and 1187nyan2005-02-281-5/+10
* Catch the case where the idle loop is entered with interrupts disabled,grehan2005-02-282-2/+18
* Typo.pjd2005-02-281-1/+1
* - switch pcpu to a struct declaration ala amd64. It may be more efficient togrehan2005-02-282-6/+4
* Correctly set kernelname for kern.bootfile sysctlgrehan2005-02-282-0/+20
* Protect against multiple includes and use _KERNEL to protect the PCI fns.njl2005-02-283-1/+14
* Bump FreeBSD version for change to install acpica includes in /usr/include.njl2005-02-281-1/+1
* Add missing va_end() in fdc_cmd.yongari2005-02-281-2/+5
* There were two calls to cardbus_do_cis when cardbus_do_cis changed,imp2005-02-281-7/+5
* Expose pci_cfg_safe/restore for subclasses of pci to use.imp2005-02-282-4/+4
* Spell "options" correctly as "options ".obrien2005-02-282-19/+19
* Connect "options MP_WATCHDOG" to the LINT builds.obrien2005-02-282-0/+10
* Add FreeBSD ID.obrien2005-02-282-0/+4
* Use mss_{format,speed}() rather than chn_set{format,speed}() and holdmdodd2005-02-271-2/+4
* - Add md_provsize field to metadata, which will help withpjd2005-02-2712-24/+176
* Also handle d_maj hints from cloning drivers correctly.phk2005-02-271-8/+9
* Whine about any drivers which hardcode the device major number.phk2005-02-271-11/+5
* Fix typo.pjd2005-02-271-1/+1
* MFi386: rev 1.3:obrien2005-02-271-20/+31
* Use dynamic major number allocation.phk2005-02-273-4/+0
* Use dynamic major number allocation.phk2005-02-272-3/+0
* Use dynamic major number allocation.phk2005-02-272-4/+0
* Use dynamic major number allocation.phk2005-02-278-13/+0
* Use dynamic major number allocation.phk2005-02-274-11/+0
* Use dynamic major number allocation.phk2005-02-271-1/+0
* Use dynamic major number allocation.phk2005-02-271-1/+0
* Use dynamic major number allocation.phk2005-02-274-14/+3
* Use dynamic major number allocation.phk2005-02-272-4/+0
* Use dynamic major number allocation.phk2005-02-272-3/+0
* Use dynamic major number allocation.phk2005-02-271-1/+0
* Use dynamic major number allocation for /dev/console, there is nophk2005-02-273-11/+1
* Remove debug printout of major/minor numbers, print name instead.phk2005-02-278-15/+16
* If the receiver sends an ack that is out of [snd_una, snd_max],ps2005-02-271-0/+3
* Make the format of LC_COLLATE files architecture independent.ru2005-02-271-1/+1
* Bootstrap gencat(1).ru2005-02-271-1/+1
* use uiomove return value instead of always returning 0 when doing asam2005-02-271-2/+1
* icmp6_notify_error uses IP6_EXTHDR_CHECK, which in turn callsume2005-02-271-4/+6
* fix typo.ume2005-02-271-2/+2
* initialized the last arg to ip6_process_hopopts(), because the recentume2005-02-271-3/+3
* The zs(4) driver is superseded by uart(4) and broken in -CURRENT. Removemarius2005-02-274-341/+0
* Fix a stupid bogon from myself, sc->revision wasn't initialized whenmux2005-02-271-10/+10
* Add device id for the Ali M1671 host to AGP bridge.cognet2005-02-272-0/+4
* Unbreak the build. carp_iamatch6 and carp_macmatch6 are not supposed to bemlaier2005-02-271-2/+2
* Make a pass through all drivers checking specs for desired behavior onnjl2005-02-274-1/+25
* Add locking to handle multiple threads getting/setting frequencies at thenjl2005-02-271-15/+62
* Add a new option, ARM_CACHE_LOCK_ENABLE (I forgot it in my last commit).cognet2005-02-261-0/+1
* Allow users to reject levels below a given frequency (in MHz) via thenjl2005-02-261-1/+17
OpenPOWER on IntegriCloud