summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Fix for PR# 1427, yacc-generated parser generates warningssteve1996-09-221-15/+17
| | | | | | with -Wall. Tim's work with some minor additions by me. Submitted by: Tim Vanderhoek <hoek@freenet.hamilton.on.ca>
* Fix some compilation warningspst1996-09-221-17/+8
|
* Fix some compilation warnings.pst1996-09-211-5/+7
|
* Fix for PR#1230, make ``.for'' loops iterate backwards.steve1996-09-211-1/+1
|
* More ts_nse -> tv_nsec changes following the kernel changes I made earlier.nate1996-09-201-3/+3
| | | | Submitted by: Chuck Robey <chuckr@glue.umd.edu>
* For now we just hexdump the stuff in USER records.phk1996-09-192-3/+20
|
* The userland change to the utrace(2) call.phk1996-09-194-4/+11
|
* Attempt to untangle the timeout code a bit, also make the default ftppeter1996-09-192-20/+35
| | | | | | and http timeouts the same, since when using a http proxy to do ftp transfers, the http timeout was being used for what is coming in via ftp.
* Make fetch 64-bit safe, corresponding to libftpio changes.peter1996-09-191-26/+31
| | | | Submitted by: Jason Thorpe <thorpej@nas.nasa.gov>, PR#1641
* Make "ftp" a synonym for "open"phk1996-09-191-0/+1
|
* Make telnet a synonym for openphk1996-09-191-0/+1
|
* Clean up dependencies a bit (we were not doing a depend on scan.c)peter1996-09-191-6/+7
| | | | Make the 'bootstrap' target work a little better.
* Do not claim that tip is also called cu.peter1996-09-191-21/+2
| | | | Submitted by: "Ph. Charnier" <charnier@xp11.frmug.org>, PR#1639
* Clean up style and formatting. The listing of options could still bewollman1996-09-181-32/+34
| | | | improved.
* Restore previous compatibility of ${.CURDIR}/obj.`uname -m` andswallace1996-09-182-30/+67
| | | | | | | | | | | | | | | | | | | | | | | | | $(.CURDIR}/obj search while retaining compatability of new prefix with cwd for the current source tree builds. .TARGETOBJDIR has been removed from make and CANONICALOBJDIR set in bsd.obj.mk The builtin object directory searching is defined specifically as: If MAKEOBJDIRPREFIX is defined, the search order is ${MAKEOBJDIRPREFIX}${.CURDIR} ${.CURDIR} Else if MAKEOBJDIR is defined, the search order is ${MAKEOBJDIR} ${.CURDIR} Otherwise, default to the search order ${.CURDIR}/obj.`uname -m` $(.CURDIR}/obj /usr/obj${.CURDIR} ${.CURDIR} Reviewed by: bde
* Add '-C' "Canonical" format to hexdump:phk1996-09-162-2/+12
| | | | | | | $ hexdump -C /etc/resolv.conf 00000000 64 6f 6d 61 69 6e 20 64 6b 2e 74 66 73 2e 63 6f |domain dk.tfs.co| 00000010 6d 0a 6e 61 6d 65 73 65 72 76 65 72 20 31 34 30 |m.nameserver 140| 00000020 2e 31 34 35 2e 32 33 30 2e 31 30 0a |.145.230.10.|
* #include <fastfind.c> -> #include "fastfind.c"wosch1996-09-161-5/+5
|
* remove unnecessary boundary check, 2x fasterwosch1996-09-141-18/+13
| | | | code cleanup
* Closes PR bin/1567roberto1996-09-142-9/+32
| | | | | | | | | | | | | | | /usr/bin/lock can be used to lock a terminal much like xlock does for your X-windows session. Problem is, /usr/bin/lock cannot lock your terminal indefinately. Rather you must specify a timeout value, after which, your terminal is unlocked and become unsecured. I have added a ``-n'' no timeout option to /usr/bin/lock Currently the only way to get this functionality is to use a huge timeout value and hope it is long enought (in time). This method also requires you to know the maxium number of minutes you are allowed to specify. Submitted by: David E. O'Brien <obrien@Nuxi.cs.ucdavis.edu>
* Don't use __dead or __pure in user code. They were obfuscationsbde1996-09-144-15/+15
| | | | | | for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where use of __pure was mostly wrong.
* Fixed handling of `!=' assignment. Don't warn if the shell's output isbde1996-09-121-6/+7
| | | | null, but warn if there was an error reading it.
* Close bin/2747: rdist accesses free()d memorypst1996-09-111-2/+2
|
* YY --> CCadam1996-09-101-2/+2
|
* Add -c flag to fmt to center lines.phk1996-09-102-0/+33
|
* Remove the code which has restart looking at the modtime. That's justjkh1996-09-101-2/+2
| | | | | moronic! We don't care about the time in restart mode, only the size. It's *mirror* mode which cares about modtimes.
* Document the -f ps option.jfieber1996-09-092-3/+7
| | | | Suggested by: Jordan Hubbard <jkh@freebsd.org>
* Bye Bye sgmlsasp (and rast)! Frankly, I won't miss you.jfieber1996-09-0810-1549/+2
|
* This now uses instant(1) instead of sgmlsasp(2).jfieber1996-09-082-166/+112
| | | | It now supports the latin1 and koi8-r groff devices for output.
* . make vgrind 8-bit clean; note that it still implicitly assumesjoerg1996-09-083-9/+30
| | | | | | | | ISO-8859-1, since the characters are simply being passed on to groff . introduce an option to override the silly default to `psroff' as the post-processor . document the new option
* Turn on instant.jfieber1996-09-081-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r18145,jfieber1996-09-0815-0/+8265
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Tool for manipulating SGML document instances. Replaces sgmlsasp.jfieber1996-09-0815-0/+8265
|
* remove devconf tools from make tree.phk1996-09-061-2/+2
|
* Remove devmenu. Devconf never grew up.phk1996-09-066-717/+0
|
* Add a timeout flag so that failing operations can at least be caughtjkh1996-09-062-9/+33
| | | | | and flagged. Closes PR#1513 Submitted-By: David Muir Sharnoff <muir@idiom.com>
* make appletalk networks not show an un-needed hostjulian1996-09-051-2/+2
| | | | part in displaying the routes.
* Document the existance of a configuration file for updatedb.guido1996-09-052-4/+13
| | | | | Fix a typo in the default rc file and add a comment about default values.
* Recovered from -Wall cleanup in ss_internal.h. This depended onbde1996-09-051-2/+1
| | | | ss_internal.h bogusly declaring things in <stdlib.h>.
* Finished adjustments for cleaning up declaration of zopen(). Moving thebde1996-09-051-0/+2
| | | | declaration from <stdio.h> to "zopen.h" left it undeclared here.
* Fixed DPADD.bde1996-09-056-7/+9
|
* Reset password change time to zero. (This has no effect with standardwpaul1996-09-051-0/+2
| | | | | | | | RPC calls to rpc.yppasswdd, but when using the special superuser-only AF_UNIX socket access method, the server will properly handle all the additional fields, including pw_change.) I would also like to take this opportunity to say that Sprint sucks.
* Make "file foo.core" print the program name properly again.jdp1996-09-051-1/+1
|
* Be more careful with mmap. If it fails, fall back to a plain compare orpeter1996-09-051-11/+27
| | | | | | | | | copy. Dont leave stray INS@xxxx temp files around, especially when installing something less than 8MB and the destination runs out of space, etc. It still doesn't clean up the temp files on SEGV or other signals etc.
* accidently removed the "dont compare > 8MB files hack".peter1996-09-051-33/+39
| | | | didn't rewind the files after the read()s in the non-mmap compare.
* Only attempt to mmap() files from a ufs or cd9660 fs for comparing orpeter1996-09-051-4/+45
| | | | | | | | installing. mmap'ing stuff over a nfs mount took out my machine during a 'make world' last night while I was asleep. I started out with a list of fs's to avoid, when I realised that I really didn't know which ones were safe with mmap, so I went for the ones I knew and implemented a fallback compare.
* Removed unused `-I.'s from CFLAGS.bde1996-09-045-5/+5
| | | | | | | | "." means the object directory, so it is just confusing to use it when nothing is included from the object directory unless the object directory is also the source directory. It is confusing for "." not to mean the source directory anyway, so used `-I.'s should be replaced by `-I${.OBJDIR}'.
* Removed fib. It was never used, and is unusable without libforms, whichbde1996-09-034-1015/+0
| | | | has already gone away.
* Fix -Wall warning in skeleton parserpeter1996-09-031-1/+1
|
* Make the yacc skeleton aware of C++. It was previously broken in thejoerg1996-09-031-1/+12
| | | | YYDEBUG case (getenv() declared wrong).
* Fix to work with obj directories: -I. -> -I${.CURDIR}wosch1996-09-011-2/+2
| | | | Submitted by: Bruce
OpenPOWER on IntegriCloud