summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't bother with cpufreq_register if we're info-only.njl2005-02-261-1/+2
* Make the format of LC_CTYPE files architecture independent byru2005-02-261-1/+1
* Instead of using sysarch() to store-retrieve the tp, add a magic address,cognet2005-02-2610-4/+70
* plug memory leaksam2005-02-262-36/+74
* Minor cleanup in nfs_request() and removal of a comment that doesn'tps2005-02-261-10/+1
* move ptr deref's to after null checkssam2005-02-261-3/+6
* Remove carp_softc.sc_ifp member in favor of union pointers in struct ifnet.glebius2005-02-262-22/+27
* Staticize local functions.glebius2005-02-261-53/+53
* Don't need to do MmInitializeMdl() in ndis_mtop() anymore:wpaul2005-02-261-1/+0
* move ptr use down to after null checksam2005-02-261-3/+3
* Declare the sbus(4) front-end of puc(4) also for fhc(4), allowingmarius2005-02-262-0/+2
* Add a stopgap allowing puc(4) to allocate IRQs on fhc(4). Given thatmarius2005-02-261-0/+9
* MDLs are supposed to be variable size (they include an array of pageswpaul2005-02-263-18/+47
* Remove duplicate FBSDID.marius2005-02-261-3/+0
* Add the field in the md part of the struct thread required by ARM_[GET|SET]_TP.cognet2005-02-261-0/+1
* kill unused variablesam2005-02-251-2/+0
* kill unused valuesam2005-02-251-1/+1
* remove dead codesam2005-02-251-3/+3
* Implement two new sysarch for arm, ARM_GET_TP and ARM_SET_TP, to work aroundcognet2005-02-252-1/+25
* Make sure casuptr() reset pcb->pcb_onfault when returning.cognet2005-02-251-1/+2
* Remove recently added note about DEVICE_POLLING not working with SMP.trhodes2005-02-254-9/+0
* Remove unused variable.njl2005-02-251-2/+0
OpenPOWER on IntegriCloud