summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Only include <sys/diskslice.h> ifdef NO_GEOMphk2003-01-201-1/+1
* Remove need for <sys/diskslice.h> but retain numerical compatibilty just in c...phk2003-01-201-2/+1
* Use NEXTDOSPART instead of MAX_SLICES.phk2003-01-202-5/+4
* We need neither <sys/diskslice.h> nor <sys/disklabel.h> here.phk2003-01-201-2/+0
* Add a NEXTDOSPART definition here as well, for the benefit of biosdisk.c inphk2003-01-201-0/+1
* Add NEXTDOSPART (N-Extended-Dos-Partitions) as replacement for thephk2003-01-201-0/+1
* Fix a typo (missed &&).sobomax2003-01-201-1/+1
* - Hold the page queues lock around vm_page_hold().alc2003-01-202-1/+4
* Move the vm_page_busy() in pmap_dispose_thread() to a place where it isalc2003-01-201-1/+1
* Remove a KASSERT that can now happen and add a missing setrunnable.julian2003-01-203-2/+4
* - M_WAITOK is 0 and not a real flag. Test for this properly.jeff2003-01-201-5/+4
* Re-implemention of the interpolation code used for sample rateorion2003-01-201-53/+308
* Regenjoe2003-01-202-2/+9
* default tx error rate limiting to 0 to disable tx error msgs; this issam2003-01-201-1/+1
* Support for the "Seiko Epson Perfection 1260 scanner".joe2003-01-203-0/+3
* Update the use of entities in the errata article for HEAD in abmah2003-01-191-13/+33
* Trim release notes for HEAD in a post-5.0 world.bmah2003-01-192-8906/+36
* Bump RELNOTESng version numbers for CURRENT in a post-5.0 world.bmah2003-01-191-3/+3
* Add a new gettytab(5) option - `pl', which if set tells getty that the linesobomax2003-01-194-4/+7
* Small change to the previous commit, zero out the 48BIT flag in ata_commandsos2003-01-192-10/+10
* accept short WEP keys for backward compatibilitysam2003-01-191-2/+1
* Add required commas that were ommitted in the previous delta; thesheldonh2003-01-192-2/+2
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in themike2003-01-191-1/+1
* Finally give CCD the disk mini-layer treatment:phk2003-01-193-863/+288
* Unifdef -UDEBUG on the CCD driver. The debugging is mostly uselessphk2003-01-192-290/+0
* Add support for the ServerWorks CSB6.sos2003-01-192-1/+12
* Kill initialisation and shadow warnings. Half-hearted cleanup (e.g. only thejmallett2003-01-191-20/+21
* #ifdef NO_GEOM these files entirely. When NO_GEOM is removed as anphk2003-01-193-0/+6
* Remove the last stray NO_GEOM option in our example kernel config files.phk2003-01-191-2/+0
* Fix the 48bit access support for the older Promise 66/100 controllers, thesos2003-01-194-16/+26
* Remove unnecessary locking of Giant around nanotime() in clock_gettime().tjr2003-01-191-2/+0
* Mark more code #ifdef NODEVFSphk2003-01-191-1/+6
* Originally when DEVFS was added, a global variable "devfs_present"phk2003-01-199-48/+45
* Add support to marshal a filesystem to a newfs(8) command that could be usedjmallett2003-01-192-18/+94
* When we use DEVFS, we don't need the /dev/tty pseudo-driver to dophk2003-01-191-0/+89
* Move NODEVFS and NO_GEOM to opt_global.h.phk2003-01-191-2/+2
* fix ioctl handling for setting wep keyssam2003-01-191-4/+6
* useracc() is mpsafe so we only need to hold Giantalfred2003-01-191-10/+5
* o Move the contents of <machine/floatingpoint.h> over tomarcel2003-01-195-180/+162
* Let libufs handle all the work with regard to going through a list of cgs, now.jmallett2003-01-191-8/+7
* Store not only the current cylinder group in the series (i.e. next that needsjmallett2003-01-193-0/+3
* Complete the support of the on-board xl(4) on nVidia nForce2 mobo's.obrien2003-01-191-0/+3
* Use checksum-recursive rather than fetch-recursive-list in PREFETCHDISTFILESobrien2003-01-191-1/+1
* Add (unsigned char) cast to ctype macrosache2003-01-191-13/+31
* Remove miidevs.h and generate it from miidevs at compile time.obrien2003-01-1932-403/+53
* Make xl sparc64 too.jake2003-01-192-2/+2
* Kill whitespace at EOL.mtm2003-01-191-1/+1
* Don't crash when utilities are dumb and try to read less than the disk blockjmallett2003-01-191-1/+1
* Use libufs to read one cylinder group from the disk at a time.jmallett2003-01-191-7/+2
* Add facility to read one, or a string of, cylinger groups.jmallett2003-01-194-1/+87
OpenPOWER on IntegriCloud