summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous ';'.markm2004-08-012-2/+2
* Implement basic support for EHCI interrupt pipes. This is unlikelyiedowse2004-08-012-11/+283
* YA oops. Remove code that was being tested locally.markm2004-08-011-21/+0
* Remove local hack that was not supposed to be committed.markm2004-08-011-1/+1
* Turn off PREEMPTION by default while it gets debugged. It's been causingscottl2004-08-013-0/+9
* MFi386: revision 1.1167nyan2004-08-011-0/+4
* MFi386: revision 1.501.nyan2004-08-011-2/+4
* Change the default to switch on DMA on ATAPI devices if they cansos2004-08-011-3/+5
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intomarkm2004-08-0137-692/+833
* - Launch main provider when there are no more disks in NEW state.pjd2004-08-011-1/+4
* Add some minor changes related to PCMCIA attribute memory mappingwpaul2004-08-011-2/+18
* Specify the locking for some proc fieldsjulian2004-07-311-3/+3
* If there are no valid components after the timeout, just destroy device.pjd2004-07-311-7/+2
* Propagate size changes upwards.le2004-07-313-0/+25
* Fix a stupid error in my previous commit, which broke operationglebius2004-07-311-1/+2
* Handle spoil event in dedicated function: g_mirror_spoiled().pjd2004-07-311-2/+17
* Add copyright notices.fjoe2004-07-313-3/+78
* Turn on PCB_FULLCTX for set_mcontext, functions like kse_switchindavidxu2004-07-311-0/+1
* Remove unused field.pjd2004-07-311-1/+0
* Destroy synchronization geom immediately. This should fix unloading withoutpjd2004-07-311-1/+11
* Fix the panic (""memory modified after free") when ata_getparam() failssos2004-07-311-0/+1
* Add pmap locking to pmap_object_init_pt().alc2004-07-312-2/+12
* Bump __FreeBSD_version to reflect the removal of kmem_alloc_pageable().alc2004-07-311-1/+1
* Allow slice creation on providers from MIRROR class.pjd2004-07-311-0/+1
* Add '-p' option for 'insert' command which allows to specify prioritypjd2004-07-311-0/+7
* - Check if 'slice' argument was given.pjd2004-07-311-0/+8
* Dump correct field.pjd2004-07-311-1/+1
* Set the access counts of a subdisk correctly when attaching itle2004-07-301-2/+21
* Connect GEOM_MIRROR class to the build.pjd2004-07-304-0/+5
* Add GEOM_MIRROR class which provide RAID1 functionality and has many usefulpjd2004-07-304-0/+3567
* Remove the old geom_mirror class.pjd2004-07-301-1/+0
* Put a version element in the VFS filesystem configuration structurephk2004-07-3027-222/+221
* - Push down the acquisition and release of Giant into pmap_protect() onalc2004-07-306-2/+20
* Giant is no longer required by vm_waitproc() and vmspace_exitfree().alc2004-07-302-3/+0
* - Add pmap locking to ia64's pmap_enter() and pmap_enter_quick(). (Thisalc2004-07-301-8/+31
* Nuke geom_mirror class. New geom_mirror class is in the way.pjd2004-07-302-240/+0
* Allow to create slices on providers from class LABEL and class NOP.pjd2004-07-301-1/+5
* MFia64:ps2004-07-301-17/+1
* Fix the reset sequence for sx4/sx4000 type controllers, it could hang thesos2004-07-301-1/+1
* Fix a memory leak in the device pager which is exposed by the NVIDIAdfr2004-07-301-13/+41
* Fix handling of msync(2) for character special files.dfr2004-07-301-1/+3
* Fix new compiler error (s/bcopy/memcpy/).nyan2004-07-304-9/+9
* Get rid of another lockmgr(9) consumer by using sx locks for the usermux2004-07-302-27/+19
* - Add '-S' option, which allow to specify sector size for transparentpjd2004-07-302-5/+20
* Fix -O builds with gcc 3.4 by defining ffs as __builtin_ffs instead ofmarcel2004-07-301-6/+1
* Compile boot2 with -fno-unit-at-a-time. GCCs aggressive optimizationkan2004-07-302-2/+6
* Minor message cleanup.njl2004-07-302-6/+4
* Add support for the Synaptics Touchpad mouse driver. I reworked thenjl2004-07-303-2/+451
* Clean up local memcpy implementation to take void * parameters.kan2004-07-302-6/+12
* Syscall kill(2) called for a zombie process should return 0.pjd2004-07-291-1/+10
OpenPOWER on IntegriCloud