summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/labs.c (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-12-05add wax commeneted out, tr adapter, 7300lc cpu typemickey1-15/+16
1999-12-05some updatemickey1-8/+14
1999-12-04remove oflow in strip_escapes...provos1-3/+5
1999-12-04Get rid of the LOCALFLOW flag.angelos1-6/+2
1999-12-04Get rid of 0.0.0.0 addresses for flowsangelos1-3/+3
1999-12-04Deprecate -local flag.angelos2-23/+8
1999-12-04IPv6 address support, get rid of the LOCALFLOW flagangelos2-172/+127
1999-12-04Address independence, IPv6 support, and the -local flag in ipsecadm isangelos4-335/+421
no longer needed.
1999-12-04o use nanosecond precision with the -newer optionmillert6-31/+113
o add -anewer and -cnewer options like GNU find.
1999-12-04Avoid an oflow in failed(). There's really no need to make a temporarymillert1-2/+2
copy of the string since we are just printing to stderr.
1999-12-04Formatting fixes, suggested by ericj@aaron1-31/+32
1999-12-04oflowderaadt1-5/+6
1999-12-04rev E namederaadt1-2/+3
1999-12-04more oflowsderaadt1-4/+8
1999-12-04oopsderaadt1-2/+2
1999-12-04oflowsderaadt1-4/+8
1999-12-04oflowderaadt2-5/+7
1999-12-04a few more overflows goneprovos2-43/+22
1999-12-04Some repair.aaron1-12/+12
1999-12-04Some repair.aaron1-8/+8
1999-12-04Regen.aaron2-0/+7
1999-12-04Add entry for SiS 7016 Ethernet.aaron1-1/+2
1999-12-04Driver for SiS 900/7016 Ethernet; from FreeBSD.aaron6-5/+1936
1999-12-04Document the -I option; some minor formatting fixes as well.aaron1-17/+36
1999-12-04some hardware upgrades i've mademickey1-172/+132
1999-12-04DOSPTYP_EXTENDL; sigh@kuzirabekon.econ.nagasaki-u.ac.jpderaadt4-4/+9
1999-12-04revert strlcpy to strcpy for one case.provos1-3/+3
1999-12-04avoid overflowsprovos3-21/+28
1999-12-04avoid overflowderaadt1-4/+15
1999-12-04avoid overflowsderaadt1-9/+11
1999-12-04Careful with long, command-line provided interface names.angelos2-4/+4
1999-12-04Fix 2 core dumps:millert2-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-04indentderaadt1-3/+5
1999-12-04carefulderaadt1-5/+5
1999-12-03off by one for string length calculationderaadt1-3/+3
1999-12-03the -s option was broken; spotted by tstromberg@rtci.com on freebsd-audit, but i have not seen them fix any of the bugsderaadt1-7/+8
1999-12-03Init b_dep so that soft updates work.art1-1/+2
1999-12-03Clean up ffs_mount.art1-30/+36
1999-12-03Allow enabling soft updates (with -U) on a new filesystem.art3-9/+20
Allow soft updates on mfs filesystems (even if it's stupid).
1999-12-03regenmickey2-7/+23
1999-12-03some more devicesmickey1-10/+14
1999-12-03make this compile again; millert.jason1-1/+4
1999-12-03Amazingly neither the compiler nor review missed this silly botch.mjacob1-2/+2
1999-12-03make error messages more intuitivejason1-22/+22
1999-12-03mention pid filemillert1-2/+5
1999-12-03Write pid to /var/run/ftpd.pid if running in daemon mode.millert3-19/+30
1999-12-02warn only about mismatch if key is _used_markus1-5/+5
1999-12-02o Crank MAX_START back up to 256 and allow it to be overridden. This time wemillert1-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-02Indentation to make the code more readable.art1-6/+8
1999-12-02add proper media handling and use dev/miijason1-30/+112