summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Adjust the max transfer size used.sos2003-09-021-1/+1
* Prepare for locking mlx(4) by cleaning up the use of busdma. No realscottl2003-09-022-155/+243
* Don't open with exclusive bit, swapon(8) wants to trash our swapdev.phk2003-09-021-2/+8
* Simplify the ioctl handling in GEOM.phk2003-09-016-309/+146
* Commands submitted through the management interface won't have scatter/scottl2003-09-011-0/+2
* Change clean_map from a global to an auto variableeivind2003-09-012-1/+1
* Don't try to enable io or memory access for non-standard resourcedfr2003-09-011-6/+9
* Add support for AMD766 and AMD768 chipsets.dfr2003-09-011-3/+9
* Try to close the race between disk_destroy() and a subsequent disk_create().phk2003-09-011-19/+17
* Rearrange the probe code yet again.sos2003-09-012-44/+61
* Try a port reset if initial contact to a device failed.ticso2003-09-011-1/+4
* Use pmap_steal_memory() for the msgbuf instead of trying to squeezemarcel2003-09-011-25/+2
* Implement MBUF_STRESS_TEST mark II.silby2003-09-013-18/+87
* Locking and misc cleanups; most of which I've been running for >4 months:sam2003-09-0110-477/+355
* add lockingsam2003-09-012-74/+123
* o interlock domain list when adding domainssam2003-09-011-8/+9
* remove warning about use of old divert sockets; this was markedsam2003-09-011-9/+0
* add lockingsam2003-09-011-125/+117
* Explicitly enable probe request frame reception when not in station mode;sam2003-09-011-0/+4
* Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_kan2003-09-015-15/+15
* o correct logic that checks frame size to decide if a cluaster is neededsam2003-09-011-1/+2
* eliminate casts from the DMAADDR macro. This depends upon bus_addr_t beingjmg2003-09-011-1/+1
* If ~ chars were pennies, I'd be pennyless. This should fix all of thescottl2003-09-011-2/+3
* Use direct mapped KVA for the sf_buf allocator, as made possiblemarcel2003-09-011-15/+8
* Implement cpu_set_upcall_kse. May need tweaking.jake2003-08-311-0/+12
* Update the comment to indicate ICH5 supportnjl2003-08-311-1/+1
* 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
OpenPOWER on IntegriCloud