aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use si_iosize_max to tell the upper layers not to use moreSøren Schmidt2002-06-192-44/+18
* Add yet another (older) Promise chipSøren Schmidt2002-06-192-5/+10
* In rev 1.72 a situation related to write/mmap was fixed which could resultMatthew Dillon2002-06-191-7/+11
* Remove the compat bits for the mis-aligned struct disklabel on alpha,Poul-Henning Kamp2002-06-194-64/+0
* Squish the "could sleep with process lock" messages caused by callingAlfred Perlstein2002-06-194-19/+52
* o Replace GIANT_REQUIRED in vm_object_coalesce() by the acquisition andAlan Cox2002-06-192-8/+10
* fix whitespace botch in previous commit.Bill Fumerola2002-06-191-1/+1
* Removed unneeded files.Prafulla Deuskar2002-06-184-5322/+0
* setsugid() touches p->p_flag so assert that the proc is locked.Alfred Perlstein2002-06-181-0/+2
* A node that creates a device entry in /dev (yay devfs)Julian Elischer2002-06-184-0/+689
* Make the speed used by gdb over serial settable in the kernel configuration.Nick Hibma2002-06-188-55/+108
* o Remove LK_CANRECURSE from the vm_map lock.Alan Cox2002-06-181-2/+2
* Remove so*_locked(), which were backed out by mistake.Seigo Tanimura2002-06-189-128/+38
* Add support for Comtrol RocketPort 550 PCi models: 4 RJ45, 4 Quadcable,David E. O'Brien2002-06-181-0/+87
* Support the Comtrol RocketPort 550 PCi 16 (used with RocketPort I/F box).David E. O'Brien2002-06-182-1/+29
* ebus sio(4) attachment.David E. O'Brien2002-06-181-0/+113
* Allow one to configure `sio'.David E. O'Brien2002-06-181-0/+6
* Sync with i386.David E. O'Brien2002-06-181-8/+10
* Honor the BUCKETCACHE flag on free as well.Jeff Roberson2002-06-171-4/+9
* - Introduce the new M_NOVM option which tells uma to only check the currentlyJeff Roberson2002-06-177-6/+24
* Avoid reprobing on loading a driver. This does not work as the ivars setNick Hibma2002-06-171-0/+15
* Set the ivars _after_ checking that the bdev was correctly created insteadNick Hibma2002-06-171-2/+2
* clean up some KASSERTS.Nick Hibma2002-06-171-13/+18
* Use OBJDIR instead of CURDIR. This unbreaks loading modules throughNick Hibma2002-06-171-1/+1
* Add constants for the min and max prom addresses. Use these instead ofJake Burkholder2002-06-172-3/+6
* o Acquire and release Giant in vm_map_wakeup() to preventAlan Cox2002-06-171-0/+7
* remove bogus comment, select/poll do NOT need to fhold as they hold theAlfred Perlstein2002-06-171-1/+4
* - Turn a DIAGNOSTIC check into a KASSERT(9).Andrew R. Reiter2002-06-171-4/+1
* - Turn a DIAGNOSTIC check into a KASSERT(9) macro.Andrew R. Reiter2002-06-171-6/+2
* - Explicitly pass M_WAITOK in a few calls to uma_zalloc(9).Andrew R. Reiter2002-06-171-7/+7
* sppp needs slcompress.c nowadays.John Hay2002-06-172-1/+2
* Remove <sys/select.h> to unbreak the build. I'm not sure if this affectsDag-Erling Smørgrav2002-06-161-1/+0
* Fix two syntax errors and add declarations of statvfs() and fstatvfs().Garrett Wollman2002-06-161-2/+6
* Rewrite the probe routine. This makes adding drives and quirks more easy.Nick Hibma2002-06-161-266/+250
* o Remove GIANT_REQUIRED from vm_fault_user_wire().Alan Cox2002-06-162-7/+1
* Now that we have a separate header file for sigset_t, use it and avoidGarrett Wollman2002-06-161-4/+8
* Use <sys/_sigset.h> to get declaration of sigset_t, which has been movedGarrett Wollman2002-06-161-16/+3
* Delete everything except the sigset_t definitions (subsequent toGarrett Wollman2002-06-161-252/+3
* Removed a duplicate -ffreestanding. It's already set in bsd.kern.mk.Maxime Henrion2002-06-161-1/+1
* Botcho. I included in the last commit theMatt Jacob2002-06-162-2/+0
* If the HBA is already 'touched', still set maxluns. Othewise forMatt Jacob2002-06-161-67/+126
* Add support for ISP_FC_GETHINFO, which returns current connectionMatt Jacob2002-06-161-38/+158
* Extend private adjunct to ATIO to have both tag lun, and extended stateMatt Jacob2002-06-161-1/+10
* Force commit (last CVS comment was wrong).Matt Jacob2002-06-161-1/+0
* Add ISP_FC_GETHINFO ioctl.Matt Jacob2002-06-162-1/+30
* Set all 23XX cards as 'touched' (we have trouble, unpredictably, aboutMatt Jacob2002-06-161-238/+70
* Change isp_target_async to a function returning an integer.Matt Jacob2002-06-161-20/+8
* Set default command count to 0xfe. This tells the f/w essentiallyMatt Jacob2002-06-161-3/+5
* Add MBOX_DRIVER_HEARTBEAT/MBOX_FW_HEARTBEAT/FC4_FC_SVC defines.Matt Jacob2002-06-161-0/+4
* Roll minor version. Add ISPASYNC_FW_RESTARTED async event. AddMatt Jacob2002-06-161-4/+11