| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use si_iosize_max to tell the upper layers not to use more | Søren Schmidt | 2002-06-19 | 2 | -44/+18 |
| * | Add yet another (older) Promise chip | Søren Schmidt | 2002-06-19 | 2 | -5/+10 |
| * | In rev 1.72 a situation related to write/mmap was fixed which could result | Matthew Dillon | 2002-06-19 | 1 | -7/+11 |
| * | Remove the compat bits for the mis-aligned struct disklabel on alpha, | Poul-Henning Kamp | 2002-06-19 | 4 | -64/+0 |
| * | Squish the "could sleep with process lock" messages caused by calling | Alfred Perlstein | 2002-06-19 | 4 | -19/+52 |
| * | o Replace GIANT_REQUIRED in vm_object_coalesce() by the acquisition and | Alan Cox | 2002-06-19 | 2 | -8/+10 |
| * | fix whitespace botch in previous commit. | Bill Fumerola | 2002-06-19 | 1 | -1/+1 |
| * | Removed unneeded files. | Prafulla Deuskar | 2002-06-18 | 4 | -5322/+0 |
| * | setsugid() touches p->p_flag so assert that the proc is locked. | Alfred Perlstein | 2002-06-18 | 1 | -0/+2 |
| * | A node that creates a device entry in /dev (yay devfs) | Julian Elischer | 2002-06-18 | 4 | -0/+689 |
| * | Make the speed used by gdb over serial settable in the kernel configuration. | Nick Hibma | 2002-06-18 | 8 | -55/+108 |
| * | o Remove LK_CANRECURSE from the vm_map lock. | Alan Cox | 2002-06-18 | 1 | -2/+2 |
| * | Remove so*_locked(), which were backed out by mistake. | Seigo Tanimura | 2002-06-18 | 9 | -128/+38 |
| * | Add support for Comtrol RocketPort 550 PCi models: 4 RJ45, 4 Quadcable, | David E. O'Brien | 2002-06-18 | 1 | -0/+87 |
| * | Support the Comtrol RocketPort 550 PCi 16 (used with RocketPort I/F box). | David E. O'Brien | 2002-06-18 | 2 | -1/+29 |
| * | ebus sio(4) attachment. | David E. O'Brien | 2002-06-18 | 1 | -0/+113 |
| * | Allow one to configure `sio'. | David E. O'Brien | 2002-06-18 | 1 | -0/+6 |
| * | Sync with i386. | David E. O'Brien | 2002-06-18 | 1 | -8/+10 |
| * | Honor the BUCKETCACHE flag on free as well. | Jeff Roberson | 2002-06-17 | 1 | -4/+9 |
| * | - Introduce the new M_NOVM option which tells uma to only check the currently | Jeff Roberson | 2002-06-17 | 7 | -6/+24 |
| * | Avoid reprobing on loading a driver. This does not work as the ivars set | Nick Hibma | 2002-06-17 | 1 | -0/+15 |
| * | Set the ivars _after_ checking that the bdev was correctly created instead | Nick Hibma | 2002-06-17 | 1 | -2/+2 |
| * | clean up some KASSERTS. | Nick Hibma | 2002-06-17 | 1 | -13/+18 |
| * | Use OBJDIR instead of CURDIR. This unbreaks loading modules through | Nick Hibma | 2002-06-17 | 1 | -1/+1 |
| * | Add constants for the min and max prom addresses. Use these instead of | Jake Burkholder | 2002-06-17 | 2 | -3/+6 |
| * | o Acquire and release Giant in vm_map_wakeup() to prevent | Alan Cox | 2002-06-17 | 1 | -0/+7 |
| * | remove bogus comment, select/poll do NOT need to fhold as they hold the | Alfred Perlstein | 2002-06-17 | 1 | -1/+4 |
| * | - Turn a DIAGNOSTIC check into a KASSERT(9). | Andrew R. Reiter | 2002-06-17 | 1 | -4/+1 |
| * | - Turn a DIAGNOSTIC check into a KASSERT(9) macro. | Andrew R. Reiter | 2002-06-17 | 1 | -6/+2 |
| * | - Explicitly pass M_WAITOK in a few calls to uma_zalloc(9). | Andrew R. Reiter | 2002-06-17 | 1 | -7/+7 |
| * | sppp needs slcompress.c nowadays. | John Hay | 2002-06-17 | 2 | -1/+2 |
| * | Remove <sys/select.h> to unbreak the build. I'm not sure if this affects | Dag-Erling Smørgrav | 2002-06-16 | 1 | -1/+0 |
| * | Fix two syntax errors and add declarations of statvfs() and fstatvfs(). | Garrett Wollman | 2002-06-16 | 1 | -2/+6 |
| * | Rewrite the probe routine. This makes adding drives and quirks more easy. | Nick Hibma | 2002-06-16 | 1 | -266/+250 |
| * | o Remove GIANT_REQUIRED from vm_fault_user_wire(). | Alan Cox | 2002-06-16 | 2 | -7/+1 |
| * | Now that we have a separate header file for sigset_t, use it and avoid | Garrett Wollman | 2002-06-16 | 1 | -4/+8 |
| * | Use <sys/_sigset.h> to get declaration of sigset_t, which has been moved | Garrett Wollman | 2002-06-16 | 1 | -16/+3 |
| * | Delete everything except the sigset_t definitions (subsequent to | Garrett Wollman | 2002-06-16 | 1 | -252/+3 |
| * | Removed a duplicate -ffreestanding. It's already set in bsd.kern.mk. | Maxime Henrion | 2002-06-16 | 1 | -1/+1 |
| * | Botcho. I included in the last commit the | Matt Jacob | 2002-06-16 | 2 | -2/+0 |
| * | If the HBA is already 'touched', still set maxluns. Othewise for | Matt Jacob | 2002-06-16 | 1 | -67/+126 |
| * | Add support for ISP_FC_GETHINFO, which returns current connection | Matt Jacob | 2002-06-16 | 1 | -38/+158 |
| * | Extend private adjunct to ATIO to have both tag lun, and extended state | Matt Jacob | 2002-06-16 | 1 | -1/+10 |
| * | Force commit (last CVS comment was wrong). | Matt Jacob | 2002-06-16 | 1 | -1/+0 |
| * | Add ISP_FC_GETHINFO ioctl. | Matt Jacob | 2002-06-16 | 2 | -1/+30 |
| * | Set all 23XX cards as 'touched' (we have trouble, unpredictably, about | Matt Jacob | 2002-06-16 | 1 | -238/+70 |
| * | Change isp_target_async to a function returning an integer. | Matt Jacob | 2002-06-16 | 1 | -20/+8 |
| * | Set default command count to 0xfe. This tells the f/w essentially | Matt Jacob | 2002-06-16 | 1 | -3/+5 |
| * | Add MBOX_DRIVER_HEARTBEAT/MBOX_FW_HEARTBEAT/FC4_FC_SVC defines. | Matt Jacob | 2002-06-16 | 1 | -0/+4 |
| * | Roll minor version. Add ISPASYNC_FW_RESTARTED async event. Add | Matt Jacob | 2002-06-16 | 1 | -4/+11 |