Rodney W. Grimes
58d8a5e922
Make error message for no input files specified consistent across all
...
three compilers.
Submitted by: Thomas Graichen <graichen@sirius.physik.fu-berlin.de>
1995-05-17 01:03:56 +00:00
Gary Palmer
4ea606879a
Oops - Jordan managed to grab my ``work in progress file'' which
...
doesn't even come close to compiling. This file compiles, and should
work.
1995-05-16 20:00:51 +00:00
Søren Schmidt
290f5f54ee
Changed relase number in snake_saver.c from 2.1 to 2.0.5
1995-05-16 19:10:11 +00:00
Andrey A. Chernov
77f033ad20
Enable vt100 semigraphics for xterm
1995-05-16 18:13:01 +00:00
Garrett Wollman
8ecaae9433
Doc fix - ``active'' specification not parsed by routed in /etc/gateways.
...
Submitted by: Mike Newell <mnewell@lupine.nsi.nasa.gov>
1995-05-16 14:10:07 +00:00
Jordan K. Hubbard
b2d228d3d7
This will now compile and even scribble helpfully on your disks.
...
It remains to be seen how successfully. The distribution loading code
is still not here yet, but the partition/newfs/mount/cpio-extract cycle
is as complete as it's ever going to get, modulo possible bug fixes.
The TCP/IP setup screen is also sort of here, albeit in a highly-changing
state due to the fact that per-interface information isn't being kept
right now but is being added (thanks, Gary!).
1995-05-16 11:37:27 +00:00
David Greenman
92172c87b4
If an ut_host field in an utmp entry contains a ':' (e.g. for an xterm session)
...
w doesn't handle the non-'\0' terminated char arrays in struct utmp properly.
Submitted by: jarle@idt.unit.no
1995-05-16 11:29:41 +00:00
Satoshi Asami
d5531570b4
Fix the indent level. I know we're in code freeze, and this is
...
one of the key components of the system, but I'm sure that this:
===
- ${ECHO_MSG} "===> Registering installation for ${PKGNAME}"; \
+ ${ECHO_MSG} "===> Registering installation for ${PKGNAME}"; \
===
change has absolutely no chance to screw us up, right? :)
1995-05-16 10:31:25 +00:00
Andrey A. Chernov
a66edb3187
Remove extra argument from mesgbox
1995-05-16 10:17:13 +00:00
David Greenman
60f6659f70
Changes to support the "new" bad144. Adds a "BADSCAN" ioctl and support.
...
Reviewed by: Bruce Evans
Submitted by: Poul-Henning Kamp
1995-05-16 07:52:17 +00:00
Andrey A. Chernov
05b91f7dce
Call mesgbox instead of msgbox for long descriptions
1995-05-16 06:09:28 +00:00
Jordan K. Hubbard
f506f143fa
Fixes to document VTY usage.
...
Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
1995-05-16 03:11:25 +00:00
Jordan K. Hubbard
3dee6615c7
This does _not yet compile_; I'm simply bringing in my changes from
...
this weekend in order to more easily sync with my CVS tree at home.
Another commit relative to these changes will follow shortly.
1995-05-16 02:53:31 +00:00
Jordan K. Hubbard
64b91eadc2
Changes to support the new dialog_dselect() features required to fix
...
pkg_install. dialog_dselect() wasn't very useful before.
Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl>
1995-05-16 01:31:40 +00:00
Jordan K. Hubbard
aa1478bbd2
Fix a problem where pkg_manage refused to allow the user to select a
...
full directory hierarchy, as is the format of the new ports collection.
It used the old "all packages in one directory" paradigm, which is wrong for
ports now.
Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl>
1995-05-16 01:30:20 +00:00
David Greenman
765b90447e
These diffs modify the behaviour of multicast clients to conform with the
...
IGMPv2 spec. This fixes the following bugs:
o ntohs() on a char provides silly results
o timer needs to be scaled to units of PR_FASTHZ; this was being done
inconsistenly so now it gets done when it is initialized.
Reviewed by: Garrett Wollman
Submitted by: Bill Fenner <fenner@parc.xerox.com>
1995-05-16 01:28:29 +00:00
Jordan K. Hubbard
88f0d26553
A number of bug fixes to mrouted (no functionality enhancements from 3.5, just
...
the fixes!):
o Scoped addresses might let traffic in
o IGMP queries sent with wrong timeouts
o Possible core dump in mtrace if we get a request for which we have no route
o If a member on a transit network left a group, mrouted would stop forwarding
even if there was a downstream router
o Various code cleanups and logging changes
Reviewed by: wollman
Submitted by: Bill Fenner <fenner@parc.xerox.com>
1995-05-16 00:28:50 +00:00
David Greenman
c9a8415607
Fixed route reference count bug that squirmed in during the the
...
routing-socket code upgrade from Berkeley..
Submitted by: Garrett Wollman via Peter Wemm via Cornell
1995-05-15 22:57:53 +00:00
David Greenman
635d58b32c
Removed unnecessary extern declaration that was causing compiler warnings.
...
Reviewed by: Garrett Wollman
1995-05-15 22:55:18 +00:00
David Greenman
aeb0491c43
Removed extraneous comma.
...
Reviewed by: Bruce Evans
1995-05-15 22:27:48 +00:00
John Fieber
b2821ccba5
Slip server document updated for 2.x systems.
...
Submitted by: Guy Helmer <ghelmer@alpha.dsu.edu>
1995-05-15 22:07:21 +00:00
Rodney W. Grimes
bbfba93794
The ``mount -a -t nfs'' should never have been backgrounded. If you
...
have non-critical nfs volumes in /etc/fstab they should have option bg
on them. The behavior of the system is more tuneable this way, and
allows a slow mounting /usr over nfs to work.
Submitted by: bde
1995-05-15 19:50:59 +00:00
Andrey A. Chernov
efc05b2bdd
change nobody master.passwd entry to 65534:65534
...
change nobody group entry to 65534
Suggested-by: pst
1995-05-15 19:24:57 +00:00
Poul-Henning Kamp
86577745c3
Fixed the calculation of the reserved space for bad144. Thanks Rod!
1995-05-15 19:03:08 +00:00
Poul-Henning Kamp
b89995508b
Basic bad-block scanner. Works. Slow. Adds the bad-spots automatically.
1995-05-15 19:02:09 +00:00
Andrey A. Chernov
e95be7ca34
Change xten shell from /dev/null to /nonexistant, adduser
...
complaints instead.
Change nobody user group from non existent in /etc/group (9999) to
existent nobody (39).
1995-05-15 18:35:22 +00:00
Andrey A. Chernov
0ae932377a
Fix draw shadow bug, when shadow reaches end of the screen,
...
bringed by devmenu or tzsetup f.e.
1995-05-15 16:40:02 +00:00
David Greenman
dbe38b75e5
Fixed typo.
1995-05-15 12:23:03 +00:00
David Greenman
f5504b009d
Use symbolic "IPTOS_LOWDELAY" instead of octal bit value for this socket
...
option. The bit value was wrong.
1995-05-15 11:58:03 +00:00
David Greenman
84fbd1c727
Fully initialize (bzero) the stack-allocated "struct sockaddr_in server"
...
structure. Random junk on the stack would cause the call to bind to fail
in some cases (since the address portion wasn't initialized).
1995-05-15 09:56:49 +00:00
Rodney W. Grimes
f8a6f4a227
Remove all /dev/'s from device names, they should all be relative
...
to /dev. Putting absolute paths in here breaks the make release
process, and screws up testing of this script in other directories.
Submitted by: bde
1995-05-15 09:44:10 +00:00
David Greenman
1469eec81e
Fixed incompleteness that would allow dirty filesystems to get mounted
...
when the single user shell was terminated. These changes disallow mounting
or R/W upgrading filesystems that are dirty unless "-f" (force) option
is used with mount. /etc/rc has been modified to abort the startup if
one or more non-nfs partitions fail to mount.
Reviewed by: Poul-Henning Kamp, Rod Grimes
1995-05-15 08:39:37 +00:00
David Greenman
9b5bb13bf8
From Bruce Evans:
...
I ran into another manifestation of the problem reported in PR 211 and
fixed it. Try this:
as non-root:
cd /tmp; mkdir x y x/z
as root:
chown root /tmp/x/z
as non-root:
cd /tmp/x; mv z ../y # EACCES as expected
as root:
cd /tmp/x; mv z ../y # EINVAL NOT as expected
This is because ufs_rename() sets IN_RENAME and fails to clear it.
Reviewed by: davidg
Submitted by: bde
1995-05-15 07:31:09 +00:00
Gary Palmer
64cecefe43
Clean up the matcd entry so it deletes the *matcdl* entries before trying
...
to create new ones.
Reviewed by: davidg, rgrimes
1995-05-15 06:55:18 +00:00
Poul-Henning Kamp
ff88273903
Create_Chunk_DWIM will not allocate anything in the last cylinder of a
...
CHUNK_BAD144 slice.
Also mknod the 'c' partition for freebsd slices, so bad144(8) will have
something to work on.
1995-05-15 00:58:25 +00:00
Andrey A. Chernov
0b45516009
End of listcan be not marked, fix it
...
Submitted by: Kai Vorma <vode@snakemail.hut.fi>
1995-05-15 00:03:32 +00:00
Andrey A. Chernov
f101e3f500
Fix xterm entry by fallback to vt220 entry,
...
also compact VT* is/rs capabilities to prevent overflowing
1995-05-14 23:32:53 +00:00
Andrey A. Chernov
8868bb111b
Fix false backspace reporting
1995-05-14 22:46:15 +00:00
Andrey A. Chernov
d9f3f4f9bb
Parse ^? correctly now
1995-05-14 22:33:52 +00:00
Andrey A. Chernov
4f5129899a
Parse ^? now, our termcap use it and some termcaps from other
...
systems use it too
1995-05-14 22:29:13 +00:00
David Greenman
30fd0561cd
Added apersand constraint to make sure that the source and destination
...
registers aren't combined.
Reviewed by: Bruce Evans and David Greenman
Submitted by: John Dyson
1995-05-14 22:25:11 +00:00
Rodney W. Grimes
e602d31e02
Fix 3 printf's that had the wrong number of arguments.
...
Submitted by: gibbs
1995-05-14 19:19:55 +00:00
Nate Williams
3288e2905f
Prototype for madvise() is missing from sys/mman.h
...
Submitted by: Kai Vorma <vode@snakemail.hut.fi>
1995-05-14 19:19:07 +00:00
Andrey A. Chernov
e7d6343ec1
Fix error returning address of local array
1995-05-14 19:14:53 +00:00
Andrey A. Chernov
2ea29df013
Add dumpon
1995-05-14 18:43:25 +00:00
Rodney W. Grimes
4f66643c1d
This patch teaches info to read gzipped files (emacs info already
...
works) so one can gzip files in /usr/share/info and save a few
megabytes diskspace.
Submitted by: Kai Vorma <vode@snakemail.hut.fi>
1995-05-14 17:54:44 +00:00
Andrey A. Chernov
cb874294c9
Install uuconv/uuchk with right permissions
1995-05-14 17:01:07 +00:00
Gary Palmer
b04042154b
tcpdump is in (1) not (l)
1995-05-14 15:21:36 +00:00
Bruce Evans
9f83fbf2e7
Fix declaration of palette[] so that fade saver doesn't cause panics.
1995-05-14 12:54:30 +00:00
Satoshi Asami
d6f5c64683
Added "doc" to the list of subdirs, so that amdref.info* will get
...
installed in /usr/share/info...closes my own PR, docs/408 (aaah now
I need to figure out how to "close" PRs... ;)....
1995-05-14 11:24:41 +00:00