aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Document the "files" directive.Olivier Houchard2004-05-132-0/+8
* Add some verbage over the difference between BUS_ADD_CHILD andWarner Losh2004-05-131-0/+11
* o Add cautions about multiple adds of the deviceWarner Losh2004-05-131-8/+5
* Add caveats about adding devices in the IDENTIFY context.Warner Losh2004-05-131-3/+17
* The DEVICE_IDENTIFY man page refers to this, create a dummy oneWarner Losh2004-05-132-0/+56
* Different VIA host bridges use different offsets to their AGP configJohn Baldwin2004-05-134-18/+82
* Split sleepq_wakeup_thread() into two functions. sleepq_remove_thread()John Baldwin2004-05-131-13/+50
* Add a reference to the URL of the SMBus specification, so theJoerg Wunsch2004-05-131-0/+4
* Unbreak the build.Dag-Erling Smørgrav2004-05-131-1/+1
* Enable INTR_ENTROPY if the interrupt is not set to INTR_FAST. Remove theScott Long2004-05-131-5/+2
* Fixed some minor style bugs.Bruce Evans2004-05-132-14/+20
* check if the null encryption is supported or not.Hajimu UMEMOTO2004-05-132-2/+22
* Some mdoc fixes.Ken Smith2004-05-131-4/+4
* Remove extraneous spaces.Don Lewis2004-05-131-1/+1
* Implement sbc_lockassert() and sb_lockassert() functions to allowDon Lewis2004-05-133-3/+19
* Allow encoding modules to override the default implementations ofTim J. Robbins2004-05-138-9/+113
* MFi386: revision 1.489Yoshihiro Takahashi2004-05-131-6/+6
* Move the ichwd to i386 only.Yoshihiro Takahashi2004-05-131-1/+1
* Make getprotobynumber() calls in FilterCheck conditional on the logDiomidis Spinellis2004-05-131-13/+43
* Record the libssl.so dependency on libcrypto.so. This shouldRuslan Ermilov2004-05-132-0/+4
* Update raw byte count statistic correctly.Tim Kientzle2004-05-131-1/+1
* Add MLINK for newly-added archive_read_extract_set_progress_callback(3).Tim Kientzle2004-05-132-0/+2
* Add hook for a client-provided progress callback to be invokedTim Kientzle2004-05-136-2/+34
* Handle variable argument lists correctly in reply() and lreply().Tim J. Robbins2004-05-131-2/+8
* Add support for retrieving _GLK in the ECDT probe. Now we no longer alwaysNate Lawson2004-05-131-34/+19
* Expose USBVERBOSE as a first-class option. It will be needed soon asWarner Losh2004-05-131-0/+1
* Fix braino in previous: check that the second byte in the characterTim J. Robbins2004-05-132-2/+2
* Sync to pccarddevs 1.84Warner Losh2004-05-131-1/+4
* Add Intel EtherExpress PRO/100 LAN Modem. This will eventually beWarner Losh2004-05-131-0/+1
* Moved FreeBSD build pollution (/etc/make.conf) and zombie aout supportBruce Evans2004-05-121-4/+6
* Removed conditional include of /etc/make.conf.local and the error for theBruce Evans2004-05-121-5/+0
* Fix some^Wseveral style bugs from last commit.Peter Edwards2004-05-124-46/+38
* Fix typo.Josef El-Rayes2004-05-121-1/+1
* Fix typo.Josef El-Rayes2004-05-121-1/+1
* Fix typo.Josef El-Rayes2004-05-121-1/+1
* Restore source code compatibility with 5.2-RELEASE.Bill Paul2004-05-121-0/+4
* Reduce overhead by calling internal versions of the multibyte conversionTim J. Robbins2004-05-128-11/+19
* Move prototypes of various encoding-related functions into a new headerTim J. Robbins2004-05-1216-71/+72
* Convert the #if 0 magic to #if SCAN_IICBUS, and make it actually compileJoerg Wunsch2004-05-121-3/+10
* Link radixsort(3) to sradixsort(3), make the latter appear inRuslan Ermilov2004-05-122-1/+2
* Output style nit.Ruslan Ermilov2004-05-121-1/+1
* Polish the mdoc(7) markup.Ruslan Ermilov2004-05-123-70/+60
* Catch up with the current output of tools/make_libdeps.sh:Ruslan Ermilov2004-05-121-3/+7
* Put crypto-aware version of the library into the right distribution.Ruslan Ermilov2004-05-121-0/+1
* Restructure vm_page_select_cache() so that adding assertions is easy.Alan Cox2004-05-121-10/+15
* 1. Fixed potential problem that would cause out-of-order requests in twe_star...Vinod Kashyap2004-05-123-11/+7
* Cache queue pages are not mapped. Thus, the pmap_remove_all() byAlan Cox2004-05-121-1/+0
* mdoc police.Dag-Erling Smørgrav2004-05-111-1/+2
* aic79xx.c:Justin T. Gibbs2004-05-116-75/+153
* o When restarting the sequencer, clear any pendingJustin T. Gibbs2004-05-111-26/+88