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