summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Add gencat to Makefilejkh1995-03-301-2/+3
| | | | Obtained from: NetBSD
* Add the gencat command for creating message catalog fodder for the newjkh1995-03-304-0/+1258
| | | | | catgets* routines. Obtained from: NetBSD
* Fix default mailpathache1995-03-301-0/+5
|
* From Mark Murray:dg1995-03-291-5/+5
| | | | | | I got irritated with not seeing the interrupt numbers in a (crowded) "systat -vmstat" display, so I fixed it. Here is a patch to please be applied in src/usr.bin/systat
* Don't allow talk own messages wrap around on the screen, justache1995-03-282-7/+8
| | | | scroll them like normal user input/output does.
* Fix erase determination code: don't look atache1995-03-271-4/+2
| | | | system defaults which is always the same
* Submitted by: Sebastian Strollo <seb@erix.ericsson.se>wpaul1995-03-251-1/+1
| | | | Use hosts.byname as the alias for 'hosts' instead of hosts.byaddr.
* Make finger(1) accept "cua" to be also a tty, and use the suffix insteadjoerg1995-03-251-2/+3
| | | | of the very meaningful string "cu" to describe the tty.
* Removed object lookup/hit count and changed the order of things a little.dg1995-03-252-32/+26
|
* Removed cnt.v_nzfod...we don't support it in the kernel.dg1995-03-251-42/+30
|
* Removed printing of cnt.v_nzfod: we don't implement this in the kernel.dg1995-03-251-1/+0
|
* Add recognition of HP Printer Job Language (PJL) commands.gibbs1995-03-241-0/+5
|
* Bug fixed: even root was unable to edit restricted fieldsache1995-03-211-4/+4
|
* Fix wrong separator outputache1995-03-211-1/+2
| | | | | Submitted by: julian Obtained from: newsgroup?
* Change the library order so libcrypt is the last library in the list.nate1995-03-181-2/+2
| | | | | | libskey contains references to _crypt and can't resolve it unless -lcrypt occurs after it in the link command. This only occurs when linking statically.
* Change the library order so libcrypt is the last library in the list.nate1995-03-181-3/+3
| | | | | | libskey contains references to _crypt and can't resolve it unless -lcrypt occurs after it in the link command. This only occurs when linking statically.
* Fix the Name-cache counters. I didn't realign the negative hits.phk1995-03-181-1/+1
|
* Fix bonehead formatting error.wollman1995-03-161-2/+2
|
* Print out the new flags.wollman1995-03-161-2/+35
|
* Print out flags as text rather than a number.wollman1995-03-162-7/+19
|
* According to stdlib.h, malloc and realloc return void * but error_table.ywpaul1995-03-151-3/+4
| | | | | | | | | | | | | | | | | | | | | declares them to return char *. For some reason, this causes no problems with the old compiler tools, but doing a 'make world' with gcc 2.6.3 in a seperate DESTDIR got me this error: yacc -d /usr/src/usr.bin/compile_et/error_table.y cc -O2 -I. -I/usr/src/usr.bin/compile_et/../../lib/libcom_err -I/mnt/usr/include -c y.tab.c -o error_table.o In file included from /usr/src/usr.bin/compile_et/et_lex.lex.l:11, from /usr/src/usr.bin/compile_et/error_table.y:233: /mnt/usr/include/stdlib.h:100: conflicting types for `malloc' /usr/src/usr.bin/compile_et/error_table.y:80: previous declaration of `malloc' /mnt/usr/include/stdlib.h:104: conflicting types for `realloc' /usr/src/usr.bin/compile_et/error_table.y:80: previous declaration of `realloc' *** Error code 1 Stop. Declaring malloc and realloc to return void * fixes this. It could be that the new gcc is a bit more picky about these things.
* Report the negative hits in the Namei section.phk1995-03-121-4/+6
|
* Don't use curses until initialized.phk1995-03-121-8/+8
|
* Fix syscmd() output out of syncache1995-03-111-1/+4
| | | | Submitted by: smp@clem.systemsix.com
* Changes to support printing stats for the 'cached pages'.dg1995-03-101-2/+10
| | | | Submitted by: John Dyson
* Merge.ache1995-03-095-9/+46
|
* This commit was generated by cvs2svn to compensate for changes in r6962,ache1995-03-092-2/+7
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Upgrade.ache1995-03-096-8/+50
| |
* | Removed redundant function to64() which also exists in local_passwd.cnate1995-03-081-11/+0
| |
* | Fix rpcgen so that generated files are written to the current workingnate1995-03-042-7/+13
| | | | | | | | | | | | | | directory (instead of the same directory as the source files) and that #includes in those files do not contain the path to the source file. Obtained from: J.T. Conklin via NetBSD
* | Disable fibpaul1995-03-011-2/+2
| |
* | Better collate table for koi8-rache1995-02-281-2/+15
| | | | | | | | Submitted by: alex@elvisti.kiev.ua
* | Fix completely broken find behaviour:guido1995-02-271-0/+7
| | | | | | | | | | | | | | a find -foo -o -bar would behave like find -bar. The same for -a This broke (among others) ./etc/security. Obtained from: NetBSD
* | Changed "mapped pages in use" to "mbuf clusters in use".dg1995-02-231-1/+1
| |
* | Fix spelling error (scipt -> script).rgrimes1995-02-231-1/+1
| | | | | | | | | | Submitted by: <jhawk@MIT.EDU> Obtained from: NetBSD-bugs mailling list
* | Remove watch(8)pst1995-02-231-2/+2
| |
* | Rewrite manual page to use mandoc correctly and fix english grammar.pst1995-02-221-45/+70
| |
* | Move mixer to usr.sbinache1995-02-221-2/+2
| |
* | add "fib"phk1995-02-211-2/+2
| | | | | | | | | | | | Reviewed by: phk Submitted by: Mark Murray <mark@grondar.za> Obtained from:
* | Not sure why this one was -lcompat since it doesn't reference anything inwollman1995-02-211-3/+4
| | | | | | | | it.
* | Use POSIX.2 regular expressions, kill libcompat.wollman1995-02-214-13/+32
| |
* | Use tcflush(), eliminate libcompat.wollman1995-02-212-8/+8
| |
* | more now uses POSIX regular expressions and no longer needs libcompat.wollman1995-02-213-118/+36
| |
* | Submitted by: Ollivier ROBERT roberto@keltia.frmug.fr.netats1995-02-181-2/+2
| | | | | | | | | | There is a typo in the include file specification in the man page of time(1).
* | Remove bogus reference to snp.4. Somebody kinda screwed up their move! :)jkh1995-02-181-1/+0
| |
* | Correct the grammar for the label of the number of users.smace1995-02-181-1/+1
| | | | | | | | It is plural when zero and >1 users are logged in.
* | oops..here is the manpageugen1995-02-171-0/+49
| |
* | Manpage for snoop device itself.ugen1995-02-171-0/+1
| |
* | colldef addedache1995-02-171-3/+3
| |
| |
| \
*-. \ This commit was generated by cvs2svn to compensate for changes in r6527,ache1995-02-177-0/+714
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud