aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intoMark Murray2004-08-0137-692/+833
* - Launch main provider when there are no more disks in NEW state.Pawel Jakub Dawidek2004-08-011-1/+4
* Add some minor changes related to PCMCIA attribute memory mappingBill Paul2004-08-011-2/+18
* Specify the locking for some proc fieldsJulian Elischer2004-07-311-3/+3
* If there are no valid components after the timeout, just destroy device.Pawel Jakub Dawidek2004-07-311-7/+2
* Propagate size changes upwards.Lukas Ertl2004-07-313-0/+25
* Fix a stupid error in my previous commit, which broke operationGleb Smirnoff2004-07-311-1/+2
* Handle spoil event in dedicated function: g_mirror_spoiled().Pawel Jakub Dawidek2004-07-311-2/+17
* Add copyright notices.Max Khon2004-07-313-3/+78
* Turn on PCB_FULLCTX for set_mcontext, functions like kse_switchinDavid Xu2004-07-311-0/+1
* Remove unused field.Pawel Jakub Dawidek2004-07-311-1/+0
* Destroy synchronization geom immediately. This should fix unloading withoutPawel Jakub Dawidek2004-07-311-1/+11
* Fix the panic (""memory modified after free") when ata_getparam() failsSøren Schmidt2004-07-311-0/+1
* Add pmap locking to pmap_object_init_pt().Alan Cox2004-07-312-2/+12
* Bump __FreeBSD_version to reflect the removal of kmem_alloc_pageable().Alan Cox2004-07-311-1/+1
* Allow slice creation on providers from MIRROR class.Pawel Jakub Dawidek2004-07-311-0/+1
* Add '-p' option for 'insert' command which allows to specify priorityPawel Jakub Dawidek2004-07-311-0/+7
* - Check if 'slice' argument was given.Pawel Jakub Dawidek2004-07-311-0/+8
* Dump correct field.Pawel Jakub Dawidek2004-07-311-1/+1
* Set the access counts of a subdisk correctly when attaching itLukas Ertl2004-07-301-2/+21
* Connect GEOM_MIRROR class to the build.Pawel Jakub Dawidek2004-07-304-0/+5
* Add GEOM_MIRROR class which provide RAID1 functionality and has many usefulPawel Jakub Dawidek2004-07-304-0/+3567
* Remove the old geom_mirror class.Pawel Jakub Dawidek2004-07-301-1/+0
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-3027-222/+221
* - Push down the acquisition and release of Giant into pmap_protect() onAlan Cox2004-07-306-2/+20
* Giant is no longer required by vm_waitproc() and vmspace_exitfree().Alan Cox2004-07-302-3/+0
* - Add pmap locking to ia64's pmap_enter() and pmap_enter_quick(). (ThisAlan Cox2004-07-301-8/+31
* Nuke geom_mirror class. New geom_mirror class is in the way.Pawel Jakub Dawidek2004-07-302-240/+0
* Allow to create slices on providers from class LABEL and class NOP.Pawel Jakub Dawidek2004-07-301-1/+5
* MFia64:Paul Saab2004-07-301-17/+1
* Fix the reset sequence for sx4/sx4000 type controllers, it could hang theSøren Schmidt2004-07-301-1/+1
* Fix a memory leak in the device pager which is exposed by the NVIDIADoug Rabson2004-07-301-13/+41
* Fix handling of msync(2) for character special files.Doug Rabson2004-07-301-1/+3
* Fix new compiler error (s/bcopy/memcpy/).Yoshihiro Takahashi2004-07-304-9/+9
* Get rid of another lockmgr(9) consumer by using sx locks for the userMaxime Henrion2004-07-302-27/+19
* - Add '-S' option, which allow to specify sector size for transparentPawel Jakub Dawidek2004-07-302-5/+20
* Fix -O builds with gcc 3.4 by defining ffs as __builtin_ffs instead ofMarcel Moolenaar2004-07-301-6/+1
* Compile boot2 with -fno-unit-at-a-time. GCCs aggressive optimizationAlexander Kabaev2004-07-302-2/+6
* Minor message cleanup.Nate Lawson2004-07-302-6/+4
* Add support for the Synaptics Touchpad mouse driver. I reworked theNate Lawson2004-07-303-2/+451
* Clean up local memcpy implementation to take void * parameters.Alexander Kabaev2004-07-302-6/+12
* Syscall kill(2) called for a zombie process should return 0.Pawel Jakub Dawidek2004-07-291-1/+10
* Fill some informations about zombie processes as well.Pawel Jakub Dawidek2004-07-291-7/+6
* Correct a documentation bug.Ceri Davies2004-07-291-1/+1
* Correct typo in a comment.Ceri Davies2004-07-291-1/+1
* Advance the state of pmap locking on alpha, amd64, and i386.Alan Cox2004-07-294-55/+81
* Use newly added __used attribute to keep static function symbol fromAlexander Kabaev2004-07-291-1/+1
* Rework the way slab header storage space is calculated in UMA.Bosko Milekic2004-07-292-52/+176
* Add comment explaining struct reg and struct fpreg must match the trapframe.Suleiman Souhlal2004-07-291-0/+2
* Implement MD parts of ptrace.Suleiman Souhlal2004-07-292-26/+86