briggs
9c873e424c
Update MACHINE to mac68k in param.h.
...
Update MACHINE_MID to MID_M68K -- untested.
Add __LDPGSZ as 8192 -- untested.
1993-12-02 18:36:35 +00:00
mycroft
5cf6576e5d
Clean up deleted files.
1993-12-02 18:29:26 +00:00
briggs
67558220f1
Migrate to new MACHINE definition (mac -> mac68k).
1993-12-02 18:29:18 +00:00
jtc
f51f0a515d
All programs that use lex must link with -ll.
1993-12-02 18:18:02 +00:00
pk
dd98eefe50
#ifdef sparc' =>
#if defined(sun & sparc)'.
1993-12-02 17:37:07 +00:00
pk
2f5a8d0d1c
Make it compile on other-than-i386 BSD boxes too.
1993-12-02 15:54:34 +00:00
briggs
0c925f177c
Add symbols for quads to limits and endian and protect endian from mult.
...
inclusion.
1993-12-02 15:02:50 +00:00
deraadt
e2d8e0cdaf
NFS -> NFSSERVER and NFSCLIENT
...
take out NEWCONFIG option
1993-12-02 11:10:35 +00:00
mycroft
504c62c073
Add `const's to sys_siglist and sys_signame decls.
1993-12-02 09:50:34 +00:00
briggs
e8aefd0760
Get rid of CLK_TCK. Theo reminds me that the value isn't
...
machine-dependent, which is why it's defined in time.h.
1993-12-02 07:40:14 +00:00
mycroft
a284fbc30e
Remove ${DESTDIR} from BINDIR.
1993-12-02 07:21:19 +00:00
mycroft
03b753a0dd
Get rid of dated MLINKS for regexp man pages.
...
Reported by Mark_Weaver@brown.edu .
1993-12-02 07:18:57 +00:00
briggs
1e2591e519
Update Makefile to not use stupid hack on assembly files.
1993-12-02 06:29:16 +00:00
briggs
9a5e37cfd0
Use /**/ instead of ## for concatenation. Other way doesn't work right.
1993-12-02 06:25:10 +00:00
cgd
bc0ee80f7b
don't do the exflags thing.
1993-12-02 06:23:48 +00:00
mycroft
d1a8a0891c
From: Ian McDonnell <imcd@apriori.demon.co.uk>
...
* Initialize termios struct before using it, from the current tty settings.
* Set speed earlier. (This, combined with the above, was causing DTR to be
dropped briefly on startup.)
* Add `-m' option to avoid using HUPCL.
Also:
* Remove findspeed() altogether, as we don't need it and it's ugly.
* Use tcgetattr() and tcsetattr() rather than TIOCGETA and TIOCSETA. The
former is POSIX; the latter is not.
1993-12-02 05:44:26 +00:00
mycroft
dd486c4952
We said we're going to default to `n', now do it!
1993-12-02 04:57:27 +00:00
mycroft
e14697d8f2
Add `const's to sys_errlist decl to match 4.4.
1993-12-02 04:45:32 +00:00
mycroft
23cbd7cc0b
Oops. Fix typo.
1993-12-02 04:30:47 +00:00
mycroft
7888a80f6c
Make sure we check the tty `secure' status even if root has no password.
...
Suggested by Havard Eidnes <Havard.Eidnes@runit.sintef.no>, but reimplemented
due to bugs in his patch.
Also, don't display `root login refused ...' if the password was mistyped.
1993-12-02 04:24:05 +00:00
mycroft
14fc37d890
Change the four inode loops to the form:
...
for (ino = 1; ino <= maxino; ino++)
Based on a bug fix from Havard Eidnes <Havard.Eidnes@runit.sintef.no> and
suggestion by Chris Torek <torek@horse.ee.lbl.gov>.
1993-12-02 03:49:37 +00:00
mycroft
7609fb537f
From: Havard Eidnes <Havard.Eidnes@runit.sintef.no>
...
Fix various permissions problems in /var/games/hackdir, and use `install -d'.
1993-12-02 03:11:32 +00:00
mycroft
5559c73bc3
Don't try to write into a string constant.
...
Reported by Dan Muntz <dmuntz@eecs.umich.edu>.
1993-12-02 03:07:18 +00:00
mycroft
a49e6f5cbe
Avoid core dumping if /etc/dumpdates is not present. Note that only file
...
systems listed in dumpdates are display by `dump w' and `dump W'; this is
probably a bug.
Original bug reported by John Brezak <brezak@ch.hp.com>.
1993-12-02 02:33:39 +00:00
mycroft
84f6895ad3
As suggested by Xavier Leroy <xavier@Theory.Stanford.EDU>, make sure we don't
...
flag a short read on the 2nd file as an EOF when it isn't. This implementation
differs in that at most one read is done per file per comparison, so that an
early mismatch may avoid hanging on input or continuing some expensive process
if reading from a pipe.
1993-12-02 01:56:04 +00:00
jtc
d3c28f5857
Use GCC's format attribute (for bug detection with -Wformat).
1993-12-01 23:59:27 +00:00
cgd
755a93789b
indent Id properly
1993-12-01 22:42:29 +00:00
cgd
fedc5faddb
fix from Frank van der Linden <vdlinden@fwi.uva.nl> to DTRT when given a
...
filename on the command line.
1993-12-01 22:31:06 +00:00
phil
102c96c45a
For the PC532, fixing the errors in the #include code and removing all
...
references to the "rtc". (Removing rtc from the pseudo devices.)
1993-12-01 22:29:19 +00:00
cgd
5419d0bd49
initialize uninitialized variable, from Andy Heffernan <ahh@netcom.com>.
1993-12-01 22:05:04 +00:00
cgd
2397ae9270
add /usr/sbin to PATH for chown, as suggested by brad@fcr.com
1993-12-01 21:56:38 +00:00
pk
67d0cb98aa
Make `ktrace' record the system call entries in addition to just a bunch
...
of return codes.
1993-12-01 20:59:59 +00:00
jtc
17585e0f6d
Manpage formatting tweaks.
1993-12-01 18:49:52 +00:00
pk
5d726082c5
__386BSD__ ==> __NetBSD__
1993-12-01 13:48:47 +00:00
cgd
4909e76819
update from Jeff Polk; better validation
1993-12-01 10:35:21 +00:00
pk
1f4ccfa0cd
Recognise AR_EFMT1 format.
1993-12-01 08:56:58 +00:00
phil
1b7c2b0299
Added some includes needed for the new pseudo_init code.
1993-12-01 07:56:02 +00:00
deraadt
5f40ac2443
be more careful, do not tromp over ``MACHINE''
1993-12-01 05:56:39 +00:00
cgd
f788e05de2
from Jarle.F.Greipsland@idt.unit.no:
...
find_cycle was trying to find the longest cycle that a given node is part of,
which is a really, really hard problem (exponential?). instead, just detect
cycles. since the only difference is the (std error) output which is printed,
all works out OK.
1993-12-01 05:34:16 +00:00
cgd
62b6693299
fix typo; from Louis A. Mamakos <louie@TransSys.COM>
1993-12-01 02:26:50 +00:00
cgd
0a1a83b160
do the right thing (i.e. ignore) EINVAL returned as an error from fsync().
...
fix suggested by, but different than that provided by, Bill Sommerfeld.
1993-12-01 01:41:51 +00:00
cgd
73b217910b
fix comment, add check
1993-12-01 01:38:21 +00:00
pk
0197ba45f2
First guess at a gcc configuration for NetBSD Sparc.
1993-11-30 23:08:36 +00:00
jtc
39d94328c9
Changed to use memset() instead of bzero().
1993-11-30 21:55:35 +00:00
jtc
ed9ab81fcc
Use ".Va" macro when formatting "errno".
1993-11-30 21:52:46 +00:00
jtc
fa8cf50620
Renamed _sigintr to __sigintr. _sigintr is in the user's namespace.
1993-11-30 21:21:42 +00:00
deraadt
2dcf572fc2
fbio.h is in machine/
1993-11-30 20:55:12 +00:00
mycroft
5e76e8d3b0
Add `OSTYPE(bsd4.4)' to these, as some people actually use them as examples and
...
get confused by the resuilting sendmail-->mail-->sendmail-->... loops.
1993-11-30 08:18:35 +00:00
paulus
8cb6ee6c38
Fixed bugs in calculation of branch offsets for short and word forms;
...
fixed bug in PC-relative offsets of the form (sym1 - sym2).
1993-11-30 02:36:08 +00:00
jtc
d3b6c3481b
"errno" was not being formatted with the .Va macro.
1993-11-30 00:50:58 +00:00