| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Try handling lack of syscons (for diskless boot, or other) by | dougb | 2002-06-16 | 1 | -0/+6 |
* | Rewrite the probe routine. This makes adding drives and quirks more easy. | n_hibma | 2002-06-16 | 1 | -267/+251 |
* | o Remove GIANT_REQUIRED from vm_fault_user_wire(). | alc | 2002-06-16 | 2 | -7/+1 |
* | Now that we have a separate header file for sigset_t, use it and avoid | wollman | 2002-06-16 | 1 | -4/+8 |
* | Use <sys/_sigset.h> to get declaration of sigset_t, which has been moved | wollman | 2002-06-16 | 1 | -16/+3 |
* | Delete everything except the sigset_t definitions (subsequent to | wollman | 2002-06-16 | 1 | -252/+3 |
* | Don't try to build libssh if NO_OPENSSL is defined because NO_OPENSSL implies | sobomax | 2002-06-16 | 1 | -1/+1 |
* | Our strerror_r(3) returns int, not char *. This fixes bogus error messages | sobomax | 2002-06-16 | 1 | -1/+6 |
* | Removed a duplicate -ffreestanding. It's already set in bsd.kern.mk. | mux | 2002-06-16 | 1 | -1/+1 |
* | Correct the handling of (for example) the N command by only zeroing the | tjr | 2002-06-16 | 1 | -1/+2 |
* | Restore local bits lost in recent merge from NetBSD. | mdodd | 2002-06-16 | 2 | -19/+30 |
* | Botcho. I included in the last commit the | mjacob | 2002-06-16 | 2 | -2/+0 |
* | When counting words, check the correct character variable to see whether it's | tjr | 2002-06-16 | 1 | -2/+2 |
* | If the HBA is already 'touched', still set maxluns. Othewise for | mjacob | 2002-06-16 | 1 | -67/+126 |
* | Add support for ISP_FC_GETHINFO, which returns current connection | mjacob | 2002-06-16 | 1 | -38/+158 |
* | Extend private adjunct to ATIO to have both tag lun, and extended state | mjacob | 2002-06-16 | 1 | -1/+10 |
* | Force commit (last CVS comment was wrong). | mjacob | 2002-06-16 | 1 | -1/+0 |
* | Add ISP_FC_GETHINFO ioctl. | mjacob | 2002-06-16 | 2 | -1/+30 |
* | Set all 23XX cards as 'touched' (we have trouble, unpredictably, about | mjacob | 2002-06-16 | 1 | -241/+73 |
* | Change isp_target_async to a function returning an integer. | mjacob | 2002-06-16 | 1 | -20/+8 |
* | Set default command count to 0xfe. This tells the f/w essentially | mjacob | 2002-06-16 | 1 | -3/+5 |
* | Add MBOX_DRIVER_HEARTBEAT/MBOX_FW_HEARTBEAT/FC4_FC_SVC defines. | mjacob | 2002-06-16 | 1 | -0/+4 |
* | Roll minor version. Add ISPASYNC_FW_RESTARTED async event. Add | mjacob | 2002-06-16 | 1 | -4/+11 |
* | When trying to emulate a cross-device move operation with cp and rm, add | tjr | 2002-06-16 | 1 | -2/+2 |
* | Just rename two generic-queue init routines from 'init_*' to '*_gi' | gad | 2002-06-16 | 3 | -7/+7 |
* | Add a nearly complete rewrite of the lpc command 'down'. The only user- | gad | 2002-06-16 | 4 | -3/+73 |
* | Make the description of the 'down' command a little more readable. | gad | 2002-06-15 | 1 | -2/+4 |
* | Add pselect(3) to the build. Need to figure out the most appropriate | wollman | 2002-06-15 | 1 | -1/+1 |
* | Add some (but not all) of the things POSIX expects to be declared in | wollman | 2002-06-15 | 1 | -0/+23 |
* | Fix visibility macros. Declare fsblkcnt_t and fsfilcnt_t (for statvfs()) | wollman | 2002-06-15 | 1 | -4/+10 |
* | Fix visibility issues; use <sys/timespec.h>. | wollman | 2002-06-15 | 1 | -19/+3 |
* | Partially fix namespace visibility issues by using new visibility macros. | wollman | 2002-06-15 | 2 | -63/+89 |
* | Reorganize the way that arguments are processed in lpc's generic-queue | gad | 2002-06-15 | 1 | -20/+24 |
* | Add a new command to 'lpc' called 'setstatus', which would be used to | gad | 2002-06-15 | 6 | -28/+140 |
* | nmount'ify unionfs further by using separate options instead | mux | 2002-06-15 | 3 | -23/+33 |
* | Convert UDF to nmount. | mux | 2002-06-15 | 3 | -62/+43 |
* | mdcreate_vnode() isn't correctly clearing things out of the linked | phk | 2002-06-15 | 1 | -2/+2 |
* | o Remove GIANT_REQUIRED from useracc() and vsunlock(). Neither | alc | 2002-06-15 | 1 | -3/+4 |
* | Do not issue deprecated ioctl. | ume | 2002-06-15 | 1 | -0/+8 |
* | Make sendmail really not start when sendmail_enable="NONE" | gordon | 2002-06-15 | 1 | -1/+1 |
* | Don't install obsolete gifconfig(8). Please use ifconfig(8) instead. | ume | 2002-06-15 | 1 | -1/+0 |
* | Don't install obsolete prefix(8). We now have `ifconfig eui64'. | ume | 2002-06-15 | 1 | -1/+0 |
* | Add eui64 option which fills interface index (lowermost 64bit of | ume | 2002-06-15 | 2 | -0/+42 |
* | Remove local prototype for main(). | jmallett | 2002-06-15 | 1 | -1/+0 |
* | Protoize. Remove un-needed cast to char in switch of getopt(3)'s return value. | jmallett | 2002-06-15 | 1 | -14/+10 |
* | Remove <sys/types> where we use <sys/param> already. | jmallett | 2002-06-15 | 1 | -8/+5 |
* | Remove obsolescent -tabstop option from Synopsis (it was already removed | tjr | 2002-06-15 | 1 | -12/+17 |
* | Allow <blank>s to be used to separate tab stop positions with the -t | tjr | 2002-06-15 | 3 | -5/+27 |
* | Update for lukemftp-1.6-beta2. | mikeh | 2002-06-15 | 1 | -1/+16 |
* | This commit was generated by cvs2svn to compensate for changes in r98247, | mikeh | 2002-06-15 | 22 | -487/+2085 |
|\ |
|