summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* avoid null ptr derefsam2005-02-251-3/+4
* Insert missing increment of (i) when walking the temporary semaphorerwatson2005-02-251-2/+3
* o avoid potential null ptr deref if symbol lookup failssam2005-02-251-2/+6
* correct bounds check of fd parametersam2005-02-251-1/+1
* fail gracefully rather than using an invalid array index if unablesam2005-02-251-2/+6
* Change the definition of struct if_data's member ifi_epoch from wallbrooks2005-02-253-3/+3
* fixup signal mapping:sam2005-02-253-18/+15
* Add an exit hook, sem_forkhook(), which walks the list of POSIX semaphoresrwatson2005-02-251-1/+113
* Add macros to construct Windows IOCTL codes, and to extract functionwpaul2005-02-251-0/+19
* Assert sem_lock in id_to_sem() and sem_lookup_byname(), since theserwatson2005-02-251-0/+2
* Instead of assuming units of bytes, it seems more likely that this isnjl2005-02-251-10/+5
* Welcome to the 21st century: increase MAXSHELLCMDLEN from 128 bytes tosobomax2005-02-252-7/+11
* New lines when logging.glebius2005-02-251-17/+18
* Embrace macros with do {} while (0)glebius2005-02-251-2/+4
* o Replace two while {} do loops with more appropriate do {} while loops. Thissobomax2005-02-251-12/+27
* Call carp_carpdev_state() from carp_set_addr6(). See log for rev 1.4.glebius2005-02-251-1/+1
* Improve logging:glebius2005-02-251-38/+52
* The chip specific functions have been split out in their ownharti2005-02-251-1/+1
* Try harder to not exceed MAXSHELLCMDLEN when parsing first line of shellsobomax2005-02-251-7/+9
* Fix a couple of callback instances that should have been wrapped withwpaul2005-02-252-2/+3
OpenPOWER on IntegriCloud