summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Detect Geode CPUs and initialize the 27MHz timecounter "Geode".phk2003-08-313-0/+102
* - Backout rev 1.142. This caused a deadlock that I do not understand. Morejeff2003-08-311-5/+3
* - Define a new flag for getblk(): GB_NOCREAT. This flag causes getblk() tojeff2003-08-313-3/+14
* - Don't acquire the vnode interlock in drain_output(). Instead, require thejeff2003-08-311-53/+77
* Add support for the 82801EB (ICH5) SMBus controller.njl2003-08-311-0/+4
* - If there is no vp assume that BKGRDINPROG is not set and set RELPBUF injeff2003-08-311-1/+2
* - In some cases bp->b_vp can be NULL in brelse, don't try to lock thejeff2003-08-311-4/+6
* - Add vm object locking to the part of vm_pageout_scan() that laundersalc2003-08-311-20/+16
* Introduce MAP_ENTRY_GROWS_DOWN and MAP_ENTRY_GROWS_UP to allow formarcel2003-08-302-80/+147
* Label the uarea address as such in DDB's ps outputphk2003-08-301-1/+1
* Add the new g_dev_getprovider() function, the swap_pager needs it now.phk2003-08-302-0/+15
* Add a close() method to a swapdev.phk2003-08-301-138/+254
* Protect the swapdevice tailq with a mutex.phk2003-08-301-23/+50
* Continue the objectification of the swapdev backends:phk2003-08-301-59/+106
* Make the strategy function a method of the individual swapdev.phk2003-08-301-21/+30
* Consistent use modern function definitionsphk2003-08-301-69/+23
* Style fixes of the whitespace variety. Fix long lines and tabs.markm2003-08-303-69/+102
* Add pst as a modulesos2003-08-302-0/+10
* More debug under boot verbose.imp2003-08-291-2/+3
* Fix comment.imp2003-08-291-1/+1
* Migrate the sf_buf allocator that is used by sendfile(2) and zero-copyalc2003-08-298-99/+704
* More checking of M_PREPEND() return values: pass through link-layerrwatson2003-08-292-0/+8
* Introduce error checking for calls to M_PREPEND():rwatson2003-08-291-1/+3
* Fix byte order of multi-byte scsi_status information.simokawa2003-08-291-20/+11
* When we went to the set_flags interface for the memory resource, weimp2003-08-291-4/+4
* Use the ACPICA AcpiEnterSleepStateS4bios instead of rolling our own. Thisnjl2003-08-296-153/+6
* Add Creative SB AudioPCI CT4730 rev A.orion2003-08-291-2/+18
* Add Creative EV1938.orion2003-08-291-0/+2
* Remove extra tabs indenting MAC library calls; they were there torwatson2003-08-292-42/+40
* Remove unneeded field after CIS changes.imp2003-08-291-1/+0
* In vnode_pager_generic_putpages(), change the printf format specifiermarcel2003-08-291-2/+2
* Recent pmap changes permit the use of a more precise locking assertionalc2003-08-281-2/+1
* Eliminate the direct uses of vm_page_lookup() on the pte object. Instead,alc2003-08-281-33/+8
* Remove redundant initialization of rti; SLIST_FOREACH does that forrwatson2003-08-281-1/+0
* - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.jhb2003-08-286-16/+25
* Add constants for capability IDs and header types.jhb2003-08-281-0/+14
* In bufdone(), change the format specifier for m->valid and m->dirty tomarcel2003-08-281-2/+3
* Add sound support for the AMD64 8111 chip.obrien2003-08-281-0/+4
* Minor style cleanups.njl2003-08-286-17/+8
* Style cleanups.njl2003-08-284-72/+35
* Style and whitespace changes. Also, make the ivar functions non-inlinenjl2003-08-289-1156/+1193
* Do not return with vnode interlock held.kan2003-08-281-0/+2
* Merged from sys/dev/sio/sio.c revisions 1.403 and 1.404.nyan2003-08-282-68/+30
* Be more carefull on nulling the ATAPI magic for fake slave.sos2003-08-281-13/+15
* Make sure to call start when retrying.sos2003-08-281-1/+2
* - Move BX_BKGRDWAIT and BX_BKGRDINPROG to BV_ and the b_vflags field.jeff2003-08-284-97/+117
* A number of minor fixes to the mapping of memory. This should helpimp2003-08-281-22/+18
* Add missing braces. Fixes boot-time kernel panic with ATAng and ATAPI/CAM.thomas2003-08-281-1/+2
* Remove a duplicate comment.njl2003-08-281-6/+0
* The valid field in struct vm_page can be of type unsigned long whenmarcel2003-08-281-2/+2
OpenPOWER on IntegriCloud