| Commit message (Expand) | Author | Age | Files | Lines |
* | Spell "options" correctly as "options ". | obrien | 2005-02-28 | 2 | -19/+19 |
* | Connect "options MP_WATCHDOG" to the LINT builds. | obrien | 2005-02-28 | 2 | -0/+10 |
* | Add FreeBSD ID. | obrien | 2005-02-28 | 2 | -0/+4 |
* | Use mss_{format,speed}() rather than chn_set{format,speed}() and hold | mdodd | 2005-02-27 | 1 | -2/+4 |
* | - Add md_provsize field to metadata, which will help with | pjd | 2005-02-27 | 12 | -24/+176 |
* | Also handle d_maj hints from cloning drivers correctly. | phk | 2005-02-27 | 1 | -8/+9 |
* | Whine about any drivers which hardcode the device major number. | phk | 2005-02-27 | 1 | -11/+5 |
* | Fix typo. | pjd | 2005-02-27 | 1 | -1/+1 |
* | MFi386: rev 1.3: | obrien | 2005-02-27 | 1 | -20/+31 |
* | Use dynamic major number allocation. | phk | 2005-02-27 | 3 | -4/+0 |
* | Use dynamic major number allocation. | phk | 2005-02-27 | 2 | -3/+0 |
* | Use dynamic major number allocation. | phk | 2005-02-27 | 2 | -4/+0 |
* | Use dynamic major number allocation. | phk | 2005-02-27 | 8 | -13/+0 |
* | Use dynamic major number allocation. | phk | 2005-02-27 | 4 | -11/+0 |
* | Use dynamic major number allocation. | phk | 2005-02-27 | 1 | -1/+0 |
* | Use dynamic major number allocation. | phk | 2005-02-27 | 1 | -1/+0 |
* | Use dynamic major number allocation. | phk | 2005-02-27 | 4 | -14/+3 |
* | Use dynamic major number allocation. | phk | 2005-02-27 | 2 | -4/+0 |
* | Use dynamic major number allocation. | phk | 2005-02-27 | 2 | -3/+0 |
* | Use dynamic major number allocation. | phk | 2005-02-27 | 1 | -1/+0 |
* | Use dynamic major number allocation for /dev/console, there is no | phk | 2005-02-27 | 3 | -11/+1 |
* | Remove debug printout of major/minor numbers, print name instead. | phk | 2005-02-27 | 8 | -15/+16 |
* | If the receiver sends an ack that is out of [snd_una, snd_max], | ps | 2005-02-27 | 1 | -0/+3 |
* | Make the format of LC_COLLATE files architecture independent. | ru | 2005-02-27 | 1 | -1/+1 |
* | Bootstrap gencat(1). | ru | 2005-02-27 | 1 | -1/+1 |
* | use uiomove return value instead of always returning 0 when doing a | sam | 2005-02-27 | 1 | -2/+1 |
* | icmp6_notify_error uses IP6_EXTHDR_CHECK, which in turn calls | ume | 2005-02-27 | 1 | -4/+6 |
* | fix typo. | ume | 2005-02-27 | 1 | -2/+2 |
* | initialized the last arg to ip6_process_hopopts(), because the recent | ume | 2005-02-27 | 1 | -3/+3 |
* | The zs(4) driver is superseded by uart(4) and broken in -CURRENT. Remove | marius | 2005-02-27 | 4 | -341/+0 |
* | Fix a stupid bogon from myself, sc->revision wasn't initialized when | mux | 2005-02-27 | 1 | -10/+10 |
* | Add device id for the Ali M1671 host to AGP bridge. | cognet | 2005-02-27 | 2 | -0/+4 |
* | Unbreak the build. carp_iamatch6 and carp_macmatch6 are not supposed to be | mlaier | 2005-02-27 | 1 | -2/+2 |
* | Make a pass through all drivers checking specs for desired behavior on | njl | 2005-02-27 | 4 | -1/+25 |
* | Add locking to handle multiple threads getting/setting frequencies at the | njl | 2005-02-27 | 1 | -15/+62 |
* | Add a new option, ARM_CACHE_LOCK_ENABLE (I forgot it in my last commit). | cognet | 2005-02-26 | 1 | -0/+1 |
* | Allow users to reject levels below a given frequency (in MHz) via the | njl | 2005-02-26 | 1 | -1/+17 |
* | Don't bother with cpufreq_register if we're info-only. | njl | 2005-02-26 | 1 | -1/+2 |
* | Make the format of LC_CTYPE files architecture independent by | ru | 2005-02-26 | 1 | -1/+1 |
* | Instead of using sysarch() to store-retrieve the tp, add a magic address, | cognet | 2005-02-26 | 10 | -4/+70 |
* | plug memory leak | sam | 2005-02-26 | 2 | -36/+74 |
* | Minor cleanup in nfs_request() and removal of a comment that doesn't | ps | 2005-02-26 | 1 | -10/+1 |
* | move ptr deref's to after null checks | sam | 2005-02-26 | 1 | -3/+6 |
* | Remove carp_softc.sc_ifp member in favor of union pointers in struct ifnet. | glebius | 2005-02-26 | 2 | -22/+27 |
* | Staticize local functions. | glebius | 2005-02-26 | 1 | -53/+53 |
* | Don't need to do MmInitializeMdl() in ndis_mtop() anymore: | wpaul | 2005-02-26 | 1 | -1/+0 |
* | move ptr use down to after null check | sam | 2005-02-26 | 1 | -3/+3 |
* | Declare the sbus(4) front-end of puc(4) also for fhc(4), allowing | marius | 2005-02-26 | 2 | -0/+2 |
* | Add a stopgap allowing puc(4) to allocate IRQs on fhc(4). Given that | marius | 2005-02-26 | 1 | -0/+9 |
* | MDLs are supposed to be variable size (they include an array of pages | wpaul | 2005-02-26 | 3 | -18/+47 |