steve
2da1f57d27
#include <stdlib.h> in the C++ case and declare getenv and realloc
...
in the C case so that we don't have to depend on stdlib.h being
present.
Submitted by: Bruce Evans <bde@freefall.freebsd.org>
1997-04-29 03:07:45 +00:00
steve
493e1746a1
Keep style consistent.
...
Submitted by: Bruce Evans <bde@freefall.freebsd.org>
1997-04-29 03:05:38 +00:00
steve
d358ae3bdc
Fix problems using -Wwrite-strings and -Wcast-qual with yacc generated
...
parsers. Closes PR #2792 .
Submitted by: Tim Vanderhoek
1997-04-28 03:36:13 +00:00
jmg
68a3846d7e
`appears'' ->
`appeared'' (closes PR#3393, Submitted-by: Josh Gilliam)
...
add missing Id's
other minor clean ups
1997-04-27 08:45:46 +00:00
max
1ab475491a
Typo.
...
PR: 3385
Submitted by: Josh Gilliam <soil@quick.net>
1997-04-25 20:47:15 +00:00
jmz
8aad1dab66
Install f2c.h
...
Reviewed by: bde
1997-04-24 17:04:04 +00:00
ache
d3cfe8bcbb
Even better fix: use close(fileno(mfp)); to close unneded descriptor
...
and not clobber memory by fclose().
1997-04-23 22:40:19 +00:00
ache
17e2ac6aaf
Better fix: return vfork() again, but remove clobbering fclose()
...
and use _exit() instead of exit()
1997-04-23 22:36:51 +00:00
ache
46ca3cd787
Replace vfork() by fork(), vfork() usage is totally bogus in this context.
...
This program don't bother to do even minimal vfork() support as per vfork(2)
manpage required.
1997-04-23 22:25:20 +00:00
bde
7f1e5e7fba
Removed inconsistent declaration of malloc(). `make world' with DESTDIR
...
set to something other than "/" now actually works.
1997-04-23 10:16:58 +00:00
jkh
93d1a90a53
Update to version 1.9.
...
Submitted by: Shigio Yamaguchi <shigio@wafu.netgate.net>
1997-04-22 18:02:52 +00:00
bde
f872e888b7
Removed wrong declarations of malloc() and realloc(). They were unused,
...
and they broke when yacc started generating `#include <stdlib.h>', but
the breakage was hidden by compatibility cruft in gcc unless DESTDIR
was unusual.
1997-04-22 17:44:34 +00:00
phk
c7211ad536
In these XXX MHz days, waiting 500ms for a process to do something is
...
really far too long. Let us try 100ms instead, if you have a PP200,
maybe that's even too long. This should speed up make -j# builds.
I wonder why SIGCHLD isn't used...
1997-04-21 20:32:11 +00:00
ache
4928a62e62
Long usernames fixes
1997-04-21 13:53:47 +00:00
peter
e40e7bf4d7
Tweak column headers a tad for when running in SMP mode.
1997-04-19 20:28:50 +00:00
jkh
1b60e00e5d
Enable GLOBAL tags support.
1997-04-18 23:44:54 +00:00
jmg
c1513ecd7d
fix up this man page
...
one typo was:
Submitted by: Josh Gilliam
PR#3319
1997-04-18 11:12:52 +00:00
jkh
11c03b4857
Add global
1997-04-15 12:31:09 +00:00
jkh
ee1a982076
This commit was generated by cvs2svn to compensate for changes in r24959,
...
which included commits to RCS files with non-trunk default branches.
1997-04-15 12:30:38 +00:00
jkh
29e9ef05d0
Shigio Yamaguchi's global tags package. The infrastructure support
...
for this is already in place, so "make tags" (or "make tags HTML=yes")
should work after your next make world.
Submitted by: Shigio Yamaguchi <shigio@wafu.netgate.net>
1997-04-15 12:30:38 +00:00
bde
a3ae9f963c
Renamed undelete() to undelete_messages() to avoid conflict with new
...
undelete() syscall.
Submitted by: partly by roberto
1997-04-14 16:49:30 +00:00
joerg
3c00d09fbb
Make the $@ macro behave as described in the man page.
...
This patch has been submitted by Andreas Burmester (i think) on the
German Usenet long ago. Andreas told me that our m4 has quite more
subtle bugs, so we might consider using NGU m4 instead.
1997-04-13 17:51:32 +00:00
davidn
feba356601
Use isdialuptty() rather than hard-coded heuristic.
1997-04-13 15:26:04 +00:00
jkh
0d461fc8b4
Add support for GLOBAL style tags.
1997-04-13 06:47:02 +00:00
jmz
7a7394169a
Upgrade to the 1997/02/19 version.
1997-04-13 01:13:52 +00:00
peter
9936346753
Oops. Broke golden rule #1 : test everything before commit. :-]
1997-04-12 14:34:02 +00:00
peter
97dca0ee16
Respect NOTCL, don't link with libtcl for the scripting support if
...
we're not building it.
1997-04-12 14:28:13 +00:00
peter
f5b09d59b4
Make tclsh conditional on the src/contrib/tcl directory existing, and
...
allow it to be disabled via NOTCL in /etc/make.conf (similar to other
stuff in src/Makefile, eg: NOGAMES)
1997-04-12 07:09:18 +00:00
obrien
adaf7df181
Add -3 option to usage() statement.
1997-04-11 19:54:09 +00:00
obrien
779982b392
Add `%{'' and
`%}'' to one of the examples so that you can actually
...
cut-n-paste the example and have it actually lex and compile.
1997-04-11 10:33:12 +00:00
bde
ce89f7bb5b
Fixed bogus existence check related to searching for a nearby obj directory.
...
Now the search is as incomplete as elsewhere instead of broken.
1997-04-10 15:15:43 +00:00
ache
37780f5e86
Fix 8bit chars handling
1997-04-08 13:52:53 +00:00
alex
bfe71b6135
Support for -c, byte count.
1997-04-06 00:54:27 +00:00
peter
a404eaeab5
move top.1 -> top.local.1, and generate top.1 so that the man page
...
is remotely useful
1997-04-05 22:05:46 +00:00
jmallett
540436d6e4
This commit was generated by cvs2svn to compensate for changes in r24628,
...
which included commits to RCS files with non-trunk default branches.
1997-04-04 18:41:29 +00:00
jmallett
06261dfa48
Import OpenBSD m4 as of today.
1997-04-04 18:41:29 +00:00
bde
347f2d80d5
Fixed missing ${COPY} in install rule.
1997-04-04 15:09:42 +00:00
mpp
32a98e7de4
Remove the etc-magic target since we no longer install the
...
/etc/magic symlink.
1997-04-04 02:42:53 +00:00
mpp
96e1c49db0
The magic file now lives in /usr/share/misc.
...
Closes PR# 3187.
Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>
1997-04-04 02:41:01 +00:00
jmg
0631508569
minor stylistic change (NULL to '\0')
...
Submitted-by: Philippe Charnier <charnier@xp11.frmug.org>
Closes PR#2999
1997-04-02 10:44:12 +00:00
jmg
f563d9a6b9
add comment about the brokeness of some termcap entires that require a
...
`%' to be just that...
make tput just warn about an unknown type modifier instead of breaking...
this allows you to `tput init' on a tek4107...
1997-04-02 10:27:27 +00:00
jmg
47784efbc3
make it so that chat doesn't fail when it can't get terminal params..
...
this allows it to work on non-tty input... also don't warn when this
happens as it could get noisy...
Silence is Acceptance
1997-04-02 09:55:26 +00:00
mpp
b5e31f7b69
Grammar fix.
1997-04-01 19:09:20 +00:00
davidn
fe04501112
Submitted by: Sergei Chechetkin <csl@whale.sunbay.crimea.ua>
...
Fix incorrect bracket nesting. Closes PR#3144.
1997-04-01 11:54:06 +00:00
bde
3a06bd6c78
Fixed DPADD.
1997-04-01 07:37:28 +00:00
brian
290dc20dec
Remove the syslog stuff, and allow various return values
...
in uu_lock(). Add uu_lockerr() for turning the results of
uu_lock into something printable. Remove bogus section in man page
about race conditions allowing both processes to get the lock.
Include libutil.h and use uu_lock() correctly where it should.
Suggested by: ache@freebsd.org
1997-03-31 22:51:00 +00:00
wosch
f19267ac37
Add a note in BUGS section that shar(1) cannot handle files
...
without a newline ('\n') as last character.
1997-03-31 17:58:27 +00:00
scrappy
c0e181aa02
Small formatting change to interval() to align columns so that:
...
toronto up 5+18:58, 0 users, load 0.00, 0.00, 0.00
zeus up 109+13:53, 0 users, load 0.55, 0.28, 0.15
looks like:
toronto up 5+18:58, 0 users, load 0.00, 0.00, 0.00
zeus up 109+13:53, 0 users, load 0.55, 0.28, 0.15
1997-03-31 09:36:59 +00:00
ache
f83a644bc3
Use srandomdev() now
...
Fix error with begin variable calculation
1997-03-30 23:13:59 +00:00
brian
1e0f01eb52
Move uucplock into libutil and create a manual page.
1997-03-30 12:12:20 +00:00