summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* First commit of the GEOM subsystem to make it easier for people tophk2002-03-1113-0/+3690
* Add new support for locking an ATA channel and use that throughoutsos2002-03-118-49/+70
* Fix a misspelling of mine: s/optomization/optimization/.jhb2002-03-112-2/+2
* Grrr, turn preemption back off on the alpha again. It is still not stable.jhb2002-03-111-1/+1
* Fix a bug in ufsdirhash_adjfree() that caused it to incorrectlyiedowse2002-03-111-10/+7
* On FreeBSD make usb_proc_t the same as d_thred_t always.imp2002-03-111-2/+2
* I missed one VOP_CLOSE in the previous commit.phk2002-03-111-0/+5
* Be more specific about when block major numbers disappeared fromjoe2002-03-119-9/+9
* As a XXX bandaid open the mounted device READ/WRITE even if we only mountphk2002-03-111-0/+14
* Remove use of the bogus ioctl DIOCGPART.phk2002-03-112-22/+2
* Simplify the interface cloning framework by handling unitmux2002-03-119-252/+95
* Add commented out GEOM line to NOTESphk2002-03-112-0/+6
* Add GEOM to conf/files.phk2002-03-111-0/+11
* Augment struct bio for GEOM.phk2002-03-111-4/+14
* Add a field to struct disk for GEOMphk2002-03-111-0/+1
* Make the disk_clone() routine more robust for abuse.phk2002-03-111-33/+26
* Add the GEOM option.phk2002-03-111-0/+1
* Mark some arguments __unused.phk2002-03-111-2/+2
* Stop abusing the pgrpsess_lock.tanimura2002-03-114-12/+8
* Do not lock the pgrpsess_lock exclusively across ttywait().tanimura2002-03-111-0/+2
* Correct a typo. (* that should've been &)benno2002-03-113-3/+3
* Due to changes in the handling of the #line directive by GCC(cpp) 3.1,obrien2002-03-111-1/+1
* Make the diagnostics printfs less ugly.dd2002-03-111-4/+6
* Add support for Simplified Direct Access Device in scsi_op_desc().simokawa2002-03-111-0/+4
* Fix the type of some constants, and make some macros safer by castingtmm2002-03-111-18/+18
* Add convenience macros to extract the cc0 and cc1 from format 2 and 3tmm2002-03-111-0/+6
* Don't depend on ucred.h to include sys/queue.h for us.dd2002-03-111-0/+1
* Use the pci_enable_* functions instead of manually fiddling with thetmm2002-03-112-12/+8
* Don't assign strcmp to a variable called err and then compare itdwmalone2002-03-101-20/+12
* CG superfluous prototype.sobomax2002-03-101-1/+0
* - Remove a number of extra newlines that do not belong here according toeivind2002-03-1024-427/+102
* Silence a warning when compile without atapi devices.sos2002-03-101-3/+4
* Add an implementation of cpu_throw() and make restorectx() simply branchdfr2002-03-102-77/+23
* Don't try to print the arguments if the value of bsp is outside thedfr2002-03-101-7/+9
* Export a (machine dependent) kernel variable bootdev asluigi2002-03-104-4/+8
* Fix a breakage introduced in rev.1.75 (supposedly style cleanup), which resultssobomax2002-03-101-6/+6
* Allow '.' in identifiers - some ia64 register names contain '.'.dfr2002-03-101-1/+1
* Use the right value for the region length in parse_spill_mask.dfr2002-03-101-4/+4
* Do not call a synthesizer with a sequencer lock held.tanimura2002-03-101-2/+12
* Add SONY VAIO psm controller ISA-PnP ID.takawata2002-03-102-0/+2
* Make the proposed name arg to dev_stdclone() const.phk2002-03-103-3/+3
* Fix one genuine bug and a potential one:luigi2002-03-101-2/+2
* Free allocated buffer at siodetach().nyan2002-03-102-0/+8
* o Add INET_ADDRSTRLEN and INET6_ADDRSTRLEN defines to <arpa/inet.h>mike2002-03-102-0/+4
* MFi386: revision 1.501nyan2002-03-102-2/+2
* Condition the compilation of trapwrite() on I386_CPU.alc2002-03-102-0/+8
* Increase VM_KMEM_SIZE to 16 megs from 12. Define VM_KMEM_SIZE_SCALE so thatjake2002-03-091-1/+10
* Remove __Palfred2002-03-091-6/+6
* Add a driver for the mem and kmem devices, based off the i386 version.tmm2002-03-092-0/+245
* Don't deref NULL mutex pointer when pipeclose()'ing a pipe that is notalfred2002-03-091-30/+51
OpenPOWER on IntegriCloud