summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use the deo hosted toolchain by default.jake2002-03-131-10/+14
* LABELOFFSET is 128 for sparc64.jake2002-03-133-0/+15
* Add realloc() and reallocf(), and make free(NULL, ...) acceptable.archie2002-03-132-0/+78
* Only i386 has wbinvd().dfr2002-03-121-0/+2
* This patch adds the "LOCKSHARED" option to namei which causes it to only acqu...jeff2002-03-126-3/+112
* Fix some -Wunused warnings by "using" a macro argumentpeter2002-03-121-7/+7
* Fix a warning (make ucontext_t *ucp a const)peter2002-03-121-1/+2
* Stop concatenating __func__ with stringspeter2002-03-121-2/+2
* Deal with a structure member rename in a recent acpica importpeter2002-03-121-1/+1
* Do not concatenate __func__ with strings, because it is not a string.peter2002-03-121-2/+2
* Do not do string concatenation with __func__ (which is not a string)peter2002-03-121-1/+1
* Recent acpica imports have changed the lengths from UINT32 to ACPI_SIZE,peter2002-03-121-3/+3
* Add support for 3Com Airconnect PCI cards.brooks2002-03-111-0/+1
* 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
OpenPOWER on IntegriCloud