Commit Graph

464 Commits

Author SHA1 Message Date
joerg
1a40d97c1d Sed dumps core when linked with some coalescing malloc because it
doesn't initialize malloced structure.

Submitted by:	vode@hut.fi
1995-04-05 22:55:27 +00:00
nate
09db00123a This is the 90's, ask the user for a Subject by default when sending mail. 1995-04-03 05:40:54 +00:00
bde
ca9c1d9711 Include <stdlib.h> so that malloc() is declared. 1995-04-02 19:01:07 +00:00
ache
bd7d4be2e2 Finally restore my original MAIL fix after all junk patches. 1995-04-02 00:16:09 +00:00
wpaul
f5c1417428 Remove references to yppasswd_xdr.c: the stuff in this file already exists
in librpcsvc. Add -lrpcsvc to LDADD instead.
1995-04-01 19:19:15 +00:00
ats
25db9af0c4 Delete a second getenv("MAILPATH") that happens immediately after a first
try. Doesn't make sense.
1995-04-01 15:50:04 +00:00
jkh
11766589e8 Greatly clean up the Makefiles and add a Makefile.inc to more obviously
advertise tip's choice of location and perms.
1995-04-01 09:14:37 +00:00
jkh
82645f1833 I must have been very sleepy last night, sigh..
1. Nuke out the aculib files that crept in somehow by mistake.
2. Fix the ${.CURDIR} path so that this stuff actually compiles.
   It actually compiled for me before the commit, but I must have had
   something short-cutting the bug.
1995-03-31 21:04:48 +00:00
jkh
54631713ce Back out the previous commit. 1995-03-31 11:48:35 +00:00
jkh
68f338abd9 Tom Gray's new tip changes to support a modem capabilities database and
fixes to many assorted bugs and misfeatures.
Submitted by:	Tom Gray - DCA <dcasba@rain.org>
1995-03-31 11:47:39 +00:00
jkh
d280eb5a8a I noticed that the current version of ncftp dos not do the very useful
job af warning me about mail as my work version does. This patch will
will fix this for bash(1) if MAILPATH is exported:
Submitted by:	Mark Murray <mark@grondar.za>
1995-03-31 07:02:49 +00:00
jkh
a3e8797ba3 Add gencat to Makefile
Obtained from: NetBSD
1995-03-30 12:49:25 +00:00
jkh
7447610f56 Add the gencat command for creating message catalog fodder for the new
catgets* routines.
Obtained from: NetBSD
1995-03-30 12:49:09 +00:00
ache
2d2a2b772c Fix default mailpath 1995-03-30 01:13:41 +00:00
dg
b9a45017e2 From Mark Murray:
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
1995-03-29 00:10:14 +00:00
ache
38a85b62ee Don't allow talk own messages wrap around on the screen, just
scroll them like normal user input/output does.
1995-03-28 19:48:45 +00:00
ache
31ee7a94c9 Fix erase determination code: don't look at
system defaults which is always the same
1995-03-27 03:42:21 +00:00
wpaul
dff265cf5a Submitted by: Sebastian Strollo <seb@erix.ericsson.se>
Use hosts.byname as the alias for 'hosts' instead of hosts.byaddr.
1995-03-25 23:26:54 +00:00
joerg
9af0749a7f Make finger(1) accept "cua" to be also a tty, and use the suffix instead
of the very meaningful string "cu" to describe the tty.
1995-03-25 18:15:40 +00:00
dg
063509cde0 Removed object lookup/hit count and changed the order of things a little. 1995-03-25 08:44:48 +00:00
dg
bd4e9b4513 Removed cnt.v_nzfod...we don't support it in the kernel. 1995-03-25 06:39:47 +00:00
dg
fa7266d927 Removed printing of cnt.v_nzfod: we don't implement this in the kernel. 1995-03-25 06:11:43 +00:00
gibbs
cbfb49f75a Add recognition of HP Printer Job Language (PJL) commands. 1995-03-24 01:17:29 +00:00
ache
79897cd9d3 Bug fixed: even root was unable to edit restricted fields 1995-03-21 15:30:59 +00:00
ache
ee15d42761 Fix wrong separator output
Submitted by: julian
Obtained from: newsgroup?
1995-03-21 00:26:32 +00:00
nate
1c0091e1f1 Change the library order so libcrypt is the last library in the list.
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.
1995-03-18 17:36:30 +00:00
nate
29375b3546 Change the library order so libcrypt is the last library in the list.
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.
1995-03-18 17:18:15 +00:00
phk
23a0b91cfe Fix the Name-cache counters. I didn't realign the negative hits. 1995-03-18 08:55:15 +00:00
wollman
aa2fd7de08 Fix bonehead formatting error. 1995-03-16 21:43:03 +00:00
wollman
d518c89935 Print out the new flags. 1995-03-16 20:29:11 +00:00
wollman
6fded6f1fb Print out flags as text rather than a number. 1995-03-16 18:37:47 +00:00
wpaul
1bfdcf6462 According to stdlib.h, malloc and realloc return void * but error_table.y
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💯 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.
1995-03-15 19:05:28 +00:00
phk
4f11b640c4 Report the negative hits in the Namei section. 1995-03-12 01:58:18 +00:00
phk
36d559b8ff Don't use curses until initialized. 1995-03-12 01:47:08 +00:00
ache
82ecf6bd9d Fix syscmd() output out of sync
Submitted by: smp@clem.systemsix.com
1995-03-11 16:57:54 +00:00
dg
0039079226 Changes to support printing stats for the 'cached pages'.
Submitted by:	John Dyson
1995-03-10 20:07:21 +00:00
ache
3a03eb8076 Merge. 1995-03-09 17:40:56 +00:00
ache
de6e9378ea This commit was generated by cvs2svn to compensate for changes in r6962,
which included commits to RCS files with non-trunk default branches.
1995-03-09 17:28:46 +00:00
ache
b6490b2aed Upgrade. 1995-03-09 17:28:46 +00:00
nate
4ebade1ed8 Removed redundant function to64() which also exists in local_passwd.c 1995-03-08 18:05:50 +00:00
nate
67c57bb1f6 Fix rpcgen so that generated files are written to the current working
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
1995-03-04 17:47:50 +00:00
paul
3ca1b83558 Disable fib 1995-03-01 08:32:42 +00:00
ache
13fe08b27d Better collate table for koi8-r
Submitted by: alex@elvisti.kiev.ua
1995-02-28 23:38:20 +00:00
guido
14783ccffb Fix completely broken find behaviour:
a find -foo -o -bar would behave like find -bar. The same for -a
This broke (among others) ./etc/security.

Obtained from: NetBSD
1995-02-27 20:52:36 +00:00
dg
4c39d3beba Changed "mapped pages in use" to "mbuf clusters in use". 1995-02-23 19:08:11 +00:00
rgrimes
37c5f27278 Fix spelling error (scipt -> script).
Submitted by:	<jhawk@MIT.EDU>
Obtained from:	NetBSD-bugs mailling list
1995-02-23 17:46:35 +00:00
pst
7a223c5bf6 Remove watch(8) 1995-02-23 00:27:08 +00:00
pst
a603d3e09b Rewrite manual page to use mandoc correctly and fix english grammar. 1995-02-22 23:47:51 +00:00
ache
f865e0eb2d Move mixer to usr.sbin 1995-02-22 01:36:12 +00:00
phk
78783a3369 add "fib"
Reviewed by:	phk
Submitted by:	Mark Murray <mark@grondar.za>
Obtained from:
1995-02-21 04:41:03 +00:00