summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thepeter2002-10-099-9/+9
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thepeter2002-10-093-4/+4
* When creating a snapshot, create a list of initially allocated blocks.mckusick2002-10-091-1/+3
* Add support g_clone_bio() and g_std_done() to spawn multiple childrenphk2002-10-092-4/+7
* Add a field for tallying the number of spawned bio's a bio has.phk2002-10-091-5/+6
* When creating a snapshot, create a list of initially allocated blocks.mckusick2002-10-091-7/+135
* The appropriate units for disk block addresses are always DEV_BSIZE,mckusick2002-10-091-8/+1
* Round out the facilty for a 'bound' thread to loan out its KSEjulian2002-10-0915-513/+769
* - Remove LK_INTERLOCK from the vn_lock() in ffs_snapshot().jeff2002-10-081-1/+1
* Fix for the panic when using a Promise TX2.sos2002-10-081-16/+23
* Revert MEM_USR back to 0xa000 for BTX clients. Instead, adjust boot2jhb2002-10-088-18/+18
* Fix the location of the length bytes in the 12-byte read/write CDBken2002-10-081-1/+1
* Now that ufsread.c doesn't do 64bit divide remainder operations,phk2002-10-082-30/+4
* Save a couple of bytes by not returning ints nobody care about.phk2002-10-082-12/+12
* It seems that the only problem with UFS2 booting on i386 is the 64bitphk2002-10-081-10/+12
* Don't panic for a bad ivar request, just return ENOENT.jhb2002-10-081-1/+0
* MFi386: revision 1.67.nyan2002-10-081-1/+1
* MFi386: revisions 1.539, 1.540 and 1.541.nyan2002-10-082-24/+40
* Reinstate rev 1.36 with an important line that got missed. Note thisgreen2002-10-082-4/+10
* Remove unused TYPE_WD and TYPE_WFD.phk2002-10-082-4/+0
* Correctly calculate dmadat: We need to take the address of _end, it'sphk2002-10-082-2/+2
* Unbreak boot2 by backing out rev 1.36 to Makefile, which does notphk2002-10-082-6/+2
* Allow for multiple #includes of this file.phk2002-10-081-0/+4
* Save four bytes by shortening a string two chars.phk2002-10-082-4/+2
* For now, don't wait for drives to stop returning EBUSY. There is toophk2002-10-081-35/+26
* Treat the pathptrn field as a real pattern with the aid of fnmatch().dd2002-10-081-15/+1
* Import the libc fnmatch() into the kernel. This will be used by,dd2002-10-083-20/+23
* Make kldunload cbb work:imp2002-10-081-22/+17
* Add device driver for Belkin F5U103 and compatible USB-to-serial adapters.kan2002-10-083-0/+742
* Regen after usbdevs rev. 1.102.kan2002-10-082-0/+30
* Add entries for:kan2002-10-081-0/+6
* Introducing /dev/devctl. This device reports events in theimp2002-10-071-2/+326
* Two minor bugfixes:imp2002-10-071-0/+3
* MFp4:imp2002-10-072-46/+76
* o Add a nomatch routine so we whine when we don't know what to attach toimp2002-10-071-19/+90
* Merge changes from NetBSD through version 1.17 of this file. Theseimp2002-10-071-14/+54
* o Add routines to return the location and pnpinfo for this card.imp2002-10-071-46/+83
* Don't abuse the fact that -a == ~a + 1. Signed vs unsigned checkersimp2002-10-071-1/+1
* Add extra set of parens around the barbit macro to make it clear whatimp2002-10-071-1/+1
* Correct a bug in adding 0x700 to a number.green2002-10-072-2/+6
* Conditionalize the number of sectors loaded by boot1.s on UFS1/UFS12.phk2002-10-076-12/+84
* Remove duplicate uninstalled aio.h header.mike2002-10-071-110/+0
* Change the comment character from # to // in boot1.s and runphk2002-10-074-646/+648
* Add back a fdrop() call at the end of kern_open() that got lost iniedowse2002-10-072-0/+2
* Track openbsd changes that don't affect us yet (PK supoprt issam2002-10-073-28/+258
* Correctly adjust for moved start address.phk2002-10-072-2/+2
* o split crypto_proc into two threads: one for processing requests and onesam2002-10-071-52/+92
* remove CIOGSSESSION (get software session); it was added only for testingsam2002-10-072-4/+1
* Remove unneeded <sys/_posix.h> include.mike2002-10-071-1/+0
* Added '#include <sys/diskpc98.h>'.nyan2002-10-071-0/+1
OpenPOWER on IntegriCloud