summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Eliminate locks in functions called only during probe and attach.tanimura2001-05-081-10/+15
* Polish error handling with biofinish().phk2001-05-082-28/+30
* Polish error handling code using biofinish()phk2001-05-081-6/+1
* Remove an 'optimization' I hope to never see again.alfred2001-05-081-89/+111
* Exploit recent improvements in the disk minilayer to simplify errorphk2001-05-085-75/+39
* Always initialize bio_resid from bio_bcount in the disk mini-layer sophk2001-05-081-1/+1
* Remove all the mutex stuff - suggested by jhbbrian2001-05-084-49/+12
* When running with soft updates, track the number of blocks and filesmckusick2001-05-0811-19/+125
* Several fixes for units errors:mckusick2001-05-081-10/+19
* When syncing out snapshot metadata, we must temporarily allow recursivemckusick2001-05-081-27/+29
* Ricoh RL5C46x cardbus bridges have the bits for 3E0 and 3E2. Theimp2001-05-082-8/+0
* Add some additional register definitions for some work I have in progress.imp2001-05-082-0/+4
* sys/mutex.h requires sys/lock.h for LINTbrian2001-05-071-0/+1
* Set the slot pointer in the pc98 case. Correct the name of the bridgeimp2001-05-071-2/+5
* Minor updates:msmith2001-05-075-30/+47
* Properly copy the P_ALTSTACK flag in struct proc::p_flag to the childknu2001-05-072-1/+2
* Disable the card after sending the removed event up to the pccardimp2001-05-071-1/+1
* Remove if_ray_oldcard.h because pccard support multiple windows now.dmlb2001-05-073-140/+11
* Change COM_LOCK/COM_UNLOCK to a regular mutex - still conditional onbrian2001-05-074-25/+25
* Make the disk mini-layer check for and handle zero-length transfersphk2001-05-069-50/+6
* Make LINT compile again.brian2001-05-061-0/+1
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-0629-154/+75
* Introduce bioerror(struct bio*, int err, int complete);phk2001-05-061-0/+10
* Remove unneeded devfs_badop()phk2001-05-061-10/+0
* Fix return type of vop_stdputpages()phk2001-05-061-1/+2
* Fix a panic if MD devices were left half-created.phk2001-05-061-14/+12
* o First step in cleaning up authorization code for the posix4rwatson2001-05-062-16/+16
* Update the DiskOnChip firmware to OSAK version 4.1.phk2001-05-061-589/+687
* Restore I/O port resources to the condition before adv_isa_probe() isnyan2001-05-061-10/+17
* Merged from sys/i386/i386/machdep.c revision 1.448.kato2001-05-062-4/+0
* Use correct resource id for bus_release_resource().nyan2001-05-061-10/+10
* Move unused functions into #if 0 ... #endif.nyan2001-05-062-0/+8
* Merged from sys/i386/conf/GENERIC revision 1.304.nyan2001-05-061-3/+3
* Merged from sys/isa/fd.c revision 1.193.nyan2001-05-062-10/+10
* When setting up the frame to invoke a signal handler, preserve thedeischen2001-05-062-4/+0
* Add q quirk for the old SONY SMO drive i've been sitting upon in myjoerg2001-05-051-0/+16
* this file has been unused for some time nowcg2001-05-051-167/+0
* Raise the SysV shared memory defaults to more reasonable values.dillon2001-05-041-3/+3
* Fix a bug in the pfind() changes due to confusing the process returned byjhb2001-05-041-1/+6
* - Move state about lock objects out of struct lock_object and into a newjhb2001-05-047-222/+231
* Don't hold the process mutex across calls to FREE() since the vm systemjhb2001-05-041-1/+0
* Refinement to revision 1.16 of ufs/ffs/ffs_snapshot.c to reducemckusick2001-05-043-120/+227
* Fix the problem of some directory entries going missing whenjlemon2001-05-041-2/+1
* Putting sys/lockmgr.h in here allows us to depollute userland includesmarkm2001-05-031-0/+2
* Convert vnode_pager_freepage() to vm_free_page().bp2001-05-031-2/+2
* Wrap around MALLOC_DECLARE() invocation with #ifdef.bp2001-05-031-0/+2
* * include/elf.h has been repo copied to include/elf-hints.h, and it noobrien2001-05-022-2/+2
* Get IP multicast working on VLAN devices:fenner2001-05-022-7/+6
* Merged from sys/isa/sio.c revision 1.330.kato2001-05-022-16/+18
* Merged from sys/isa/fd.c revision 1.195.kato2001-05-022-4/+8
OpenPOWER on IntegriCloud