Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
1999-12-05 | add wax commeneted out, tr adapter, 7300lc cpu type | 1 | -15/+16 | ||
1999-12-05 | some update | 1 | -8/+14 | ||
1999-12-04 | remove oflow in strip_escapes... | 1 | -3/+5 | ||
1999-12-04 | Get rid of the LOCALFLOW flag. | 1 | -6/+2 | ||
1999-12-04 | Get rid of 0.0.0.0 addresses for flows | 1 | -3/+3 | ||
1999-12-04 | Deprecate -local flag. | 2 | -23/+8 | ||
1999-12-04 | IPv6 address support, get rid of the LOCALFLOW flag | 2 | -172/+127 | ||
1999-12-04 | Address independence, IPv6 support, and the -local flag in ipsecadm is | 4 | -335/+421 | ||
no longer needed. | |||||
1999-12-04 | o use nanosecond precision with the -newer option | 6 | -31/+113 | ||
o add -anewer and -cnewer options like GNU find. | |||||
1999-12-04 | Avoid an oflow in failed(). There's really no need to make a temporary | 1 | -2/+2 | ||
copy of the string since we are just printing to stderr. | |||||
1999-12-04 | Formatting fixes, suggested by ericj@ | 1 | -31/+32 | ||
1999-12-04 | oflow | 1 | -5/+6 | ||
1999-12-04 | rev E name | 1 | -2/+3 | ||
1999-12-04 | more oflows | 1 | -4/+8 | ||
1999-12-04 | oops | 1 | -2/+2 | ||
1999-12-04 | oflows | 1 | -4/+8 | ||
1999-12-04 | oflow | 2 | -5/+7 | ||
1999-12-04 | a few more overflows gone | 2 | -43/+22 | ||
1999-12-04 | Some repair. | 1 | -12/+12 | ||
1999-12-04 | Some repair. | 1 | -8/+8 | ||
1999-12-04 | Regen. | 2 | -0/+7 | ||
1999-12-04 | Add entry for SiS 7016 Ethernet. | 1 | -1/+2 | ||
1999-12-04 | Driver for SiS 900/7016 Ethernet; from FreeBSD. | 6 | -5/+1936 | ||
1999-12-04 | Document the -I option; some minor formatting fixes as well. | 1 | -17/+36 | ||
1999-12-04 | some hardware upgrades i've made | 1 | -172/+132 | ||
1999-12-04 | DOSPTYP_EXTENDL; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | 4 | -4/+9 | ||
1999-12-04 | revert strlcpy to strcpy for one case. | 1 | -3/+3 | ||
1999-12-04 | avoid overflows | 3 | -21/+28 | ||
1999-12-04 | avoid overflow | 1 | -4/+15 | ||
1999-12-04 | avoid overflows | 1 | -9/+11 | ||
1999-12-04 | Careful with long, command-line provided interface names. | 2 | -4/+4 | ||
1999-12-04 | Fix 2 core dumps: | 2 | -5/+9 | ||
1) give an error if the user specifies > 20 -f options instead of oflowing 2) use snprintf in the ERROR macro to avoid an oflow | |||||
1999-12-04 | indent | 1 | -3/+5 | ||
1999-12-04 | careful | 1 | -5/+5 | ||
1999-12-03 | off by one for string length calculation | 1 | -3/+3 | ||
1999-12-03 | the -s option was broken; spotted by tstromberg@rtci.com on freebsd-audit, but i have not seen them fix any of the bugs | 1 | -7/+8 | ||
1999-12-03 | Init b_dep so that soft updates work. | 1 | -1/+2 | ||
1999-12-03 | Clean up ffs_mount. | 1 | -30/+36 | ||
1999-12-03 | Allow enabling soft updates (with -U) on a new filesystem. | 3 | -9/+20 | ||
Allow soft updates on mfs filesystems (even if it's stupid). | |||||
1999-12-03 | regen | 2 | -7/+23 | ||
1999-12-03 | some more devices | 1 | -10/+14 | ||
1999-12-03 | make this compile again; millert. | 1 | -1/+4 | ||
1999-12-03 | Amazingly neither the compiler nor review missed this silly botch. | 1 | -2/+2 | ||
1999-12-03 | make error messages more intuitive | 1 | -22/+22 | ||
1999-12-03 | mention pid file | 1 | -2/+5 | ||
1999-12-03 | Write pid to /var/run/ftpd.pid if running in daemon mode. | 3 | -19/+30 | ||
1999-12-02 | warn only about mismatch if key is _used_ | 1 | -5/+5 | ||
1999-12-02 | o Crank MAX_START back up to 256 and allow it to be overridden. This time we | 1 | -41/+73 | ||
leave SCSI_NCR_DFLT_TAGS alone since turning off tags caused some problems. o Use new pci routines in attach (from NetBSD). This also repairs -DNCR_IOMAPPED. | |||||
1999-12-02 | Indentation to make the code more readable. | 1 | -6/+8 | ||
1999-12-02 | add proper media handling and use dev/mii | 1 | -30/+112 | ||