summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fill some informations about zombie processes as well.pjd2004-07-291-7/+6
* Correct a documentation bug.ceri2004-07-291-1/+1
* Correct typo in a comment.ceri2004-07-291-1/+1
* Advance the state of pmap locking on alpha, amd64, and i386.alc2004-07-294-55/+81
* Use newly added __used attribute to keep static function symbol fromkan2004-07-291-1/+1
* Rework the way slab header storage space is calculated in UMA.bmilekic2004-07-292-52/+176
* Add comment explaining struct reg and struct fpreg must match the trapframe.ssouhlal2004-07-291-0/+2
* Implement MD parts of ptrace.ssouhlal2004-07-292-26/+86
* Don't use cast as lvalue.cognet2004-07-291-1/+1
* Shut up the compiler and temporarily '#if 0' gv_destroy_geom(),le2004-07-291-0/+2
* Clean up structure packing.ps2004-07-292-25/+22
* Address node in a less complex way.glebius2004-07-291-1/+1
* Fix ACPI floppy enumeration for three types of divergent behavior.njl2004-07-281-40/+90
* Move a relic to its correct location(s): Put nfs diskless initializationphk2004-07-286-98/+17
* Remove buggy (root filesystems may not have cdev) and pointlessphk2004-07-281-8/+3
* Remove global variable rootdevs and rootvp, they are unused as such.phk2004-07-2811-15/+14
* Correct a very old error in both vm_object_madvise() (originating inalc2004-07-281-2/+2
* Disallow a particular kind of port theft described by the following scenario:yar2004-07-282-15/+2
* Remove (at least temporarily) the check that prevents us from includingmux2004-07-281-4/+0
* Damage control. Correcly advance symtab and strtab pointers, notkan2004-07-281-2/+2
* Introduce SYSCTL_CHILDREN_SET macro which can be used in place ofkan2004-07-281-0/+2
* Emply __used attribute to prevent compiler from removing unreferencedkan2004-07-281-1/+1
* Introduce __used attribute which serves as logical conuterpart ofkan2004-07-281-0/+2
* Introduce SLOT_SET macro and use it in place of casts as lvalues.kan2004-07-283-12/+16
* Avoid casts as lvalues.kan2004-07-2811-24/+37
* Avoid casts as lvalues. Declare local variable as u_char * instead ofkan2004-07-281-6/+6
* Initialize ; variable eraly to shut up GCC warning.kan2004-07-281-0/+1
* Avoid casts as lvalues.kan2004-07-283-7/+6
* Avoid using casts as lvalues. Introduce DIP_SET macro which sets properkan2004-07-2811-109/+120
* Avoid casts as lvalues. While here, avoid storing 32bit quantities inkan2004-07-281-6/+6
OpenPOWER on IntegriCloud