aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cosmetics: folded BITGTS into TGTS.Ruslan Ermilov2003-08-301-2/+3
* Implement missing shell arithmetic operators in $(()) expansionJens Schweikhardt2003-08-304-49/+236
* Allow the concurrency level to be reduced.Daniel Eischen2003-08-306-70/+126
* Continue the objectification of the swapdev backends:Poul-Henning Kamp2003-08-301-59/+106
* Make the strategy function a method of the individual swapdev.Poul-Henning Kamp2003-08-301-21/+30
* Consistent use modern function definitionsPoul-Henning Kamp2003-08-301-69/+23
* Style fixes of the whitespace variety. Fix long lines and tabs.Mark Murray2003-08-303-69/+102
* Add pst as a moduleSøren Schmidt2003-08-302-0/+10
* Document that read(2) can also return EPERMDiomidis Spinellis2003-08-301-0/+3
* Backout Rev. 1.24Christian Brueffer2003-08-301-1/+1
* Typo in last commit.Poul-Henning Kamp2003-08-301-1/+1
* Add a reference to bn(3) for those looking for functional multiprecisionSean Chittenden2003-08-301-0/+1
* More debug under boot verbose.Warner Losh2003-08-291-2/+3
* Fix comment.Warner Losh2003-08-291-1/+1
* Grammar fixChristian Brueffer2003-08-291-1/+1
* Migrate the sf_buf allocator that is used by sendfile(2) and zero-copyAlan Cox2003-08-298-99/+704
* update UP2000 section with info gleaned from obrien's newly acquiredWilko Bulte2003-08-291-4/+5
* More checking of M_PREPEND() return values: pass through link-layerRobert Watson2003-08-292-0/+8
* Introduce error checking for calls to M_PREPEND():Robert Watson2003-08-291-1/+3
* - Update the page title to include information about which cardsSimon L. B. Nielsen2003-08-291-3/+18
* Forced commit to note the following about the previous commit:Dag-Erling Smørgrav2003-08-290-0/+0
* Don't close a FILE * which we know is bogus.Dag-Erling Smørgrav2003-08-291-1/+0
* Fix byte order of multi-byte scsi_status information.Hidetoshi Shimokawa2003-08-291-20/+11
* Remove deprecated files no longer neccesary as part of rc.d. IncludeMike Makonnen2003-08-296-494/+12
* document various NO* optionsPoul-Henning Kamp2003-08-291-0/+29
* Introduce more knobs to slim down FreeBSD userlandPoul-Henning Kamp2003-08-295-14/+44
* Add asf to i386 build. This will probably work on other platformsGreg Lehey2003-08-291-0/+1
* When we went to the set_flags interface for the memory resource, weWarner Losh2003-08-291-4/+4
* Use the ACPICA AcpiEnterSleepStateS4bios instead of rolling our own. ThisNate Lawson2003-08-296-153/+6
* Add Creative SB AudioPCI CT4730 rev A.Orion Hodson2003-08-291-2/+18
* Add Creative EV1938.Orion Hodson2003-08-291-0/+2
* Remove extra tabs indenting MAC library calls; they were there toRobert Watson2003-08-292-42/+40
* Remove unneeded field after CIS changes.Warner Losh2003-08-291-1/+0
* In vnode_pager_generic_putpages(), change the printf format specifierMarcel Moolenaar2003-08-291-2/+2
* Recent pmap changes permit the use of a more precise locking assertionAlan Cox2003-08-281-2/+1
* Eliminate the direct uses of vm_page_lookup() on the pte object. Instead,Alan Cox2003-08-281-33/+8
* Remove redundant initialization of rti; SLIST_FOREACH does that forRobert Watson2003-08-281-1/+0
* - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.John Baldwin2003-08-286-16/+25
* Add constants for capability IDs and header types.John Baldwin2003-08-281-0/+14
* Remove the AFM (Anti-Footshooting Measure) added when we split theMarcel Moolenaar2003-08-281-7/+0
* In bufdone(), change the format specifier for m->valid and m->dirty toMarcel Moolenaar2003-08-281-2/+3
* The AMD-8111 sound (see rev 1.34) is documented at:David E. O'Brien2003-08-280-0/+0
* Add sound support for the AMD64 8111 chip.David E. O'Brien2003-08-281-0/+4
* Ignore ccd(4)'s. This is not the best solution, but it at least removesDavid E. O'Brien2003-08-281-0/+2
* Minor style cleanups.Nate Lawson2003-08-286-17/+8
* Style cleanups.Nate Lawson2003-08-284-72/+35
* Style and whitespace changes. Also, make the ivar functions non-inlineNate Lawson2003-08-289-1150/+1187
* Do not return with vnode interlock held.Alexander Kabaev2003-08-281-0/+2
* Merged from sys/dev/sio/sio.c revisions 1.403 and 1.404.Yoshihiro Takahashi2003-08-282-68/+30
* Be more carefull on nulling the ATAPI magic for fake slave.Søren Schmidt2003-08-281-13/+15