summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Localize itache1998-03-081-3/+6
|
* Change default temporary directory (TMPDIR) from /tmp to /var/tmp.wosch1998-03-084-11/+11
| | | | | Mosts users seems to have a larger /var/tmp partition than /tmp - IMHO silly but who cares?
* Improve shell variable substitution.wosch1998-03-083-30/+24
|
* Rewrite script as a select loop rather than as a twin reader/write process.peter1998-03-082-75/+96
| | | | | This allows simple logging of keys sent to a session (turned on with -k). Also allow specifying the script file flush interval.
* Replaced by ncalhelbig1998-03-084-570/+0
|
* Support a couple of new "-s" stats.dyson1998-03-071-1/+3
|
* Prevent passwd locking database forever waiting for user inputache1998-03-071-3/+4
| | | | Submitted by: Antti Kaipila <anttik@iki.fi>
* Fix a #ifndef that became a #ifdef and changed the defaultjb1998-03-071-2/+2
| | | | | | behaviour of rpcgen. Noticed by: bde
* Fixed `make -jN' for large N. Just put the generated file y.tab.h inbde1998-03-061-1/+3
| | | | | SRCS and add a dummy rule to create it. This and cleaning of yacc output files should all be handled by bsd.prog.mk.
* Fixed `make -jN' for large N, as usual.bde1998-03-061-2/+3
|
* Fixed `make -jN' for large N. Just put all generated headers in SRCS.bde1998-03-061-1/+1
|
* Fix a few minor typos and style nits.steve1998-03-011-7/+7
| | | | | PR: 5883 Submitted by: hnokubi@yyy.or.jp
* Use .Nm rdist for second .Nm occurrence in synopsis.alex1998-03-011-1/+1
|
* Use `.Nm id' instead of `.Nm' for the synopsis lines.alex1998-02-281-5/+5
| | | | PR: 5876
* Don't assume sigset_t and int are equivalent.jraynard1998-02-282-4/+6
|
* Don't claim XMS isn't implemented (it is).msmith1998-02-262-1/+17
| | | | | Attempt to explain the "X11 support not compiled in" diagnostic. Submitted by: philip@rmit.edu.au (Philip Musumeci)
* Added a prototype for a qsort comparision function and fixed the usualbde1998-02-251-4/+5
| | | | type mismatch uncovered by this.
* Fixed the usual type mismatch for a qsort comparison function.bde1998-02-251-4/+5
|
* Fixed the usual type mismatch for a signal handling function.bde1998-02-252-3/+4
|
* Add a -p option which is the same as the -m option but providedsteve1998-02-242-2/+7
| | | | | | for SVR4 compatibility. PR: 5826
* Add Back-Tab functionality. (Ie. shift-tab)msmith1998-02-221-2/+3
| | | | Submitted by: Randall Hopper <rhh@ct.picker.com>
* Change a (defaulted) int arg to a long so that a cast from a pointerjb1998-02-202-3/+5
| | | | | doesn't throw anything away. I don't want to re-code the app, just port it!
* Add #include <string.h> to get prototypes. Note that this programjb1998-02-203-3/+6
| | | | also has a local "string.h" which is included too.
* Add #include <string.h> to get prototypes.jb1998-02-202-0/+2
|
* Add #include <stdlib.h> to get prototypes.jb1998-02-203-0/+3
|
* Don't create an unused obj directory.bde1998-02-201-1/+3
|
* gcc wants to see long long variables passed to %q printf formats, sojb1998-02-202-9/+9
| | | | cast to that instead of quad_t.
* time() needs a pointer to a time_t, but tv_sec in a timeval is ajb1998-02-201-2/+4
| | | | | long (yuk). So give time() what it wants and let the compiler promote the variable when it is assigned to tv_sec.
* localtime() needs a pointer to time_t which is not necessarily a long.jb1998-02-201-1/+1
| | | | So use a time_t in the chdr structure so that no casts are required.
* Can't use ~0L to compare against a uint32. Use ~((uint32) 0) instead.jb1998-02-201-2/+2
|
* Add #include <string.h> to get prototypes.jb1998-02-201-1/+2
|
* Initialise variable that gcc lies awake at night worrying about.jb1998-02-201-2/+2
|
* Add #include <string.h> to get prototypes.jb1998-02-204-3/+7
|
* Replace incomplete malloc prototype with #include <stdlib.h>jb1998-02-201-2/+2
| | | | to get the proper one.
* Add #include <stdlib.h> to get prototype for malloc().jb1998-02-201-0/+1
|
* Add #include <string.h> to get prototypes.jb1998-02-206-4/+10
|
* Add #include <stdlib.h> to get prototype for malloc(). Without this,jb1998-02-201-1/+2
| | | | | the compiler assumes an int return. On alpha this is enough to ruin ya day.
* Add #include <string.h> to get prototypes for functions that gccjb1998-02-205-0/+5
| | | | has builtin (and wants to know that the prototypes match).
* Make it more convenient to query NICs other than InterNIC. Explain in thewollman1998-02-192-34/+81
| | | | man page what each database contains.
* Missing newline when euid != ruid.steve1998-02-181-3/+3
| | | | | PR: 5778 Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
* Add #include <string.h> to get prototype for memcpy().jb1998-02-151-1/+2
|
* gcc on alpha complains about nested comments. A comment in thisjb1998-02-151-1/+1
| | | | | | file referred to a path ending in "/*" which was reasonable to me, but gcc wasn't so sure. So now the comment refers to a path ending in "*".
* Cleanup code so that long lines to be quoted don't get truncated.steve1998-02-141-13/+11
| | | | | PR: 5679 Reviewed by: Bruce Evans <bde@zeta.org.au>
* Fix top sorting of idle processes. top used p_cpticks as a tie-breakerpeter1998-02-141-3/+3
| | | | | | | but that isn't suitable (it gets zeroed each second apparently). PR: bin/4957 Submitted-by: Dan Nelson <dnelson@emsphone.com>
* Fix very rare but dangerous bug:ache1998-02-131-1/+3
| | | | | | | | | | | for some DES passwords crypt(real_password, salt) is equal to crypt("", salt); It means that this user (and not only he) can login without entering password at all, just pressing Return. So if empty password entered and crypted password is not empty, invalidate any crypt result by assigning ":"
* Fixed a comment. The module size is (unfortunately) in K, but it is notbde1998-02-121-2/+2
| | | | in pages.
* Update to reflect the current Jewish calendar.steve1998-02-081-12/+12
| | | | | PR: 5683 Submitted by: jgrosch@MooseRiver.com
* locate(1) is no longer started by /etc/weekly.alex1998-02-071-5/+5
|
* Reset SGINT and SIGQUIT handling to default when asking for passwords.guido1998-02-051-1/+5
| | | | | | | | | Otherwise, when pressing the INT ke at the password prompt, the password will be displayed. Now login will be killed. Probably the same will have to be done for the LOGIN_CAP_AUTH case. I have not done that. Reviewed by: Joerg Wunsch
* Convert to mdoc. Move Id to the top.charnier1998-02-041-82/+91
|
OpenPOWER on IntegriCloud