summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Trivial bugfix which occurs when DEBUG_FLAGS is defined. If DEBUG_FLAGSnate1996-06-271-0/+2
| | | | | is defined, STRIP is undefined and causes the Makefile to blow up, so make sure STRIP is defined if you plan on using it.
* Add -Wall to CFLAGSgpalmer1996-06-261-0/+2
|
* bmaked tclshphk1996-06-261-0/+20
|
* Yet another fix for the line continuation bug in sed. Keith's patchdg1996-06-261-7/+5
| | | | | | introduced a new bug. This fix appears to work correctly. Fixes PR#1350. Submitted by: mark@linus.demon.co.uk (Mark Valentine)
* This commit was generated by cvs2svn to compensate for changes in r16748,jmallett1996-06-267-1/+14
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import OpenBSD m4 as of today.jmallett1996-06-267-1/+14
| |
| * recording cvs-1.6 file deathpeter1995-12-3011-3357/+0
| |
| * This commit was manufactured by cvs2svn to create branch 'OPENBSD'.cvs2svn1994-08-111-0/+181
| |
* | Make GET request and response parsing HTTP/1.0 compatibleache1996-06-251-7/+7
| |
* | Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-248-49/+30
| | | | | | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
* | Do not exit if ftpGetSize() returns a value < 0. You may well try tojmz1996-06-241-3/+1
| | | | | | | | fetch a whole <directory>.tar.gz on a server running wu-ftp.
* | Run the headers through cpp -dM to find the #defines. The direct searchbde1996-06-231-2/+8
| | | | | | | | | | | | | | | | | | | | has been broken at least since 4.4Lite moved most of the #defines out of <sys/ioctl.h>. This should be done better. Only a few headers are searched. Added some #includes so that ioctl.c compiles. The networking headers have a maze of undocumented interdependencies and ioctl.c now actually supports networking ioctls.
* | Made strip failures fatal. This fixes PR 1328.bde1996-06-231-2/+4
| |
* | Removed rubbish that stopped usr.bin/ncftp from going away.bde1996-06-231-5/+0
| |
* | Adjust the copyright to match reality, remove printing of gratuitous newline.jkh1996-06-221-3/+3
| |
* | Clean up more bogons:jkh1996-06-221-17/+77
| | | | | | | | | | | | | | 1. Add a copyright at the top. 2. Make passive and binary modes work with new ftpio semantics. 3. Add a `mirror' (-m) flag which only copies the remote file if it's not the same size or is newer.
* | Address Andrey's complaints:jkh1996-06-221-8/+11
| | | | | | | | | | | | | | | | 1. Always use file modtime, and if that's not usable then default to current time. 2. Allow HTTP_TIMEOUT to be set as an environment variable to override default. 3. Handle SIGTERM.
* | Document the fact that it only works if the trace record is a regular file.jraynard1996-06-221-0/+4
| |
* | added fetchadam1996-06-201-3/+3
| |
* | Whoops, forgot one FreeBSD specific change necessary for the lex .mknate1996-06-191-2/+2
| | | | | | | | macros to work.
* | Remove ncftpjkh1996-06-191-2/+2
| |
* | Nuke this thing.jkh1996-06-1928-12428/+0
| |
* | Finish the import and merge in FreeBSD specific changes.nate1996-06-1915-5393/+7003
| | | | | | | | | | | | Add a 'bootstrap' target which *must* be run before building the new version, since the new scanner relies on the current version of flex to build itself otherwise.
* | Add a newline - it seems to want it.jkh1996-06-191-1/+2
| |
* | This commit was generated by cvs2svn to compensate for changes in r16514,nate1996-06-1911-602/+1999
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Flex version 2.5.3 from Vern Paxson at LBL.nate1996-06-1922-2924/+8981
| | |
| * | recording cvs-1.6 file deathpeter1995-12-302-4046/+0
| | |
| * | This commit was manufactured by cvs2svn to create branch 'VENDOR-flex'.cvs2svn1994-08-271-0/+1001
| | |
* | | Fix from Keith Bostic <bostic@bsdi.com> for bug in sed dealing withdg1996-06-191-5/+7
| | | | | | | | | | | | | | | | | | continuation lines. Submitted by: Keith Bostic via Kirk McKusick
* | | Merged in 4.4Lite2 versions, added $Id$'s. The ktrace changes shouldjraynard1996-06-192-30/+38
| | | | | | | | | | | | fix the garbage error messages printed out under certain circumstances.
* | | This commit was generated by cvs2svn to compensate for changes in r16504,asami1996-06-193-0/+594
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Jean-Marc's url fetch program, with Josh MacDonald's patches andasami1996-06-193-0/+594
| / / | | | | | | | | | | | | | | | Jordan's ftpio library. Submitted by: jmz, jkh, jmacd (three-j!)
* | | Do not print herror message, if w -n gethostname failed to be 100%ache1996-06-171-2/+1
| | | | | | | | | | | | | | | compatible with any program Suggested by: peter
* | | Fix xterm/screen/(any program using just :xxx form) compatibilityache1996-06-171-1/+1
| | |
* | | Don't try convert "-" to numeric form for -n optionache1996-06-171-1/+1
| | |
* | | Localize timeache1996-06-171-14/+27
| | |
* | | Fix w -n to really show numeric addresses, close PR 402ache1996-06-171-0/+11
| | | | | | | | | | | | Partially submitted by: henrich@msu.edu (Charles Henrich)
* | | Write numerical address instead of hostname for hostnames > UT_HOSTSIZEache1996-06-171-7/+21
| | | | | | | | | | | | to keep valid information in utmp and lastlog
* | | make netstat distinguish broadcast and blackhole routes where they appear.peter1996-06-152-1/+4
| | | | | | | | | | | | | | | | | | | | | (RTF_BLACKHOLE was already documented as being shown, but the code ignored it) Sumbitted by: Greg Lehey <grog@lemis.de>
* | | Add missing semicolon so that this module compiles whithout -DYP.wpaul1996-06-151-1/+1
| | | | | | | | | | | | Submitted (via Usenet) by: Nathan Torkington <gnat@frii.com>
* | | A totally revamped whereis(1), bringing back all the functionality ofjoerg1996-06-154-130/+332
| | | | | | | | | | | | | | | | | | | | | | | | the 4.3BSD command. Rewritten from scratch after the old man page, taking account for the different situation with man pages and source tree hierarchy (re: /usr/src/gnu) of the FreeBSD project. Reviewed by: wosch (actually loooong time ago)
* | | Code clean up. Prototypes, casting, and parentheses around assignmentsalex1996-06-151-18/+48
| | | | | | | | | | | | used as truth value.
* | | Fix a couple of minor typos. Closes PR 1309.alex1996-06-111-3/+3
| | | | | | | | | | | | | | | Reviewed by: alex Submitted by: jraynard
* | | Cosmetic fixes for drive names which are 4 chars long.jkh1996-06-113-9/+11
| | | | | | | | | | | | Submitted-By: Joe Greco <jgreco@ns.sol.net>
* | | better appletalk support.julian1996-06-103-41/+98
| | |
* | | nitpicks.phk1996-06-102-1/+6
| | | | | | | | | | | | | | | Reviewed by: phk Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
* | | typo.phk1996-06-101-1/+1
| | | | | | | | | | | | Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
* | | Added revised manpage submitted by the author of units.alex1996-06-101-26/+60
| | | | | | | | | | | | | | | Reviewed by: alex Submitted by: Adrian Mariano <adrian@cam.cornell.edu>
* | | Make collation table compatible with POSIX WG15 view, i.e.ache1996-06-091-5/+7
| | | | | | | | | | | | capital letters first
* | | Print times/call in ns if hz >= 10e7. hz will be this large for highbde1996-06-081-3/+8
| | | | | | | | | | | | | | | | | | | | | resolution profiling on Pentiums. On a 100MHz Pentium, the resolution is at best 10 ns and actually a few hundred ns, but units of 10's or 100's of ns would be inconvenient and the current units of 1 us are a bit too coarse.
OpenPOWER on IntegriCloud