summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Macro optimize, this increases context switch speed about 2% on mydavidxu2004-07-312-4/+4
* 1. Use correct alignment mask, -15 != ~15davidxu2004-07-311-2/+2
* Allow slice creation on providers from MIRROR class.pjd2004-07-311-0/+1
* Use #include <unistd.h> rather than the explicit externs in theimp2004-07-311-2/+1
* Add '-p' option for 'insert' command which allows to specify prioritypjd2004-07-312-1/+10
* - 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-307-1/+9
* Add GEOM_MIRROR class which provide RAID1 functionality and has many usefulpjd2004-07-3014-0/+4347
* 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
* Drop WARNS down to 3 since sparc64 still has justified complaints aboutnjl2004-07-301-1/+1
* Clean up some more casts. Note that the an_fudge alignment hack fornjl2004-07-301-23/+17
* - 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
* Ditto for (gid_t).yar2004-07-301-1/+1
* Kill casts to (uid_t) obviously left from the K&R era.yar2004-07-301-14/+14
* Finish cleanup of rc.d/netif. It's now possible to start/stop moremtm2004-07-302-17/+32
* Add a comment to explain that the loop around the call to bind(2)yar2004-07-301-0/+9
* o Assertions to catch that stuff that shouldn't happen is not happening.mtm2004-07-303-20/+19
* Open a socket for a data transfer in active mode using euidyar2004-07-301-1/+1
* MFia64:ps2004-07-301-17/+1
* Fix a copy and paste error. Do not include errors.c in libgcc_int.a,kan2004-07-301-1/+1
* Fix the reset sequence for sx4/sx4000 type controllers, it could hang thesos2004-07-301-1/+1
* Fix mdoc(7) and grammar errors from previous commit.glebius2004-07-301-14/+17
* 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
* Check for read errors.tjr2004-07-301-0/+2
* 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
* Document the behaviour of the "-o file" option when "file" is a directorycperciva2004-07-301-0/+4
* Update to the 2004 Edition of POSIX.ru2004-07-301-2/+2
* - Add '-S' option, which allow to specify sector size for transparentpjd2004-07-304-6/+26
* Sync with FSF.ru2004-07-301-6/+13
* This commit was generated by cvs2svn to compensate for changes in r132873,ru2004-07-301-8/+48
|\
| * Pull up latest mdoc(7) changes:ru2004-07-302-14/+61
* | Fix typo.pjd2004-07-301-1/+1
* | 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
* | Conditionalize the bzip2/gzip compression/decompressionkientzle2004-07-305-0/+29
* | Improve portability to FreeBSD 4.kientzle2004-07-301-0/+6
* | Fix comment.kientzle2004-07-301-1/+1
* | 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
* | Document incorrect handling of multibyte characters.tjr2004-07-301-1/+3
OpenPOWER on IntegriCloud