Adam David
fb1000d678
set error status on exit, to be consistent with manpage and standard commands.
1996-08-27 21:51:48 +00:00
Søren Schmidt
8f52c18724
Oops, send the operation type, not the name to the NAT code...
1996-08-27 20:52:27 +00:00
Stefan Eßer
ad873e05e4
Put back the initialization of the time constants of the SCSI and Sync.
...
logic clock signal, which had been erroneously commented out by the
previous commit. This will re-enable support for sync. transfer negotiation,
which depends on one of those values.
1996-08-27 20:41:02 +00:00
Wolfram Schneider
5a80fb277e
sync copyright with /usr/share/examples/etc/bsd-style-copyright
1996-08-27 20:04:45 +00:00
Paul Traina
ad146781b1
Allow the user to switch into gdb mode from ddb
1996-08-27 19:46:28 +00:00
Paul Traina
f8f0b4798e
Support for GDB remote debug protocol.
...
Sponsored by: Juniper Networks, Inc. <pst@jnx.com>
1996-08-27 19:45:58 +00:00
Wolfram Schneider
8830dd31e3
Add hints to the file ./LINT and the handbook.
1996-08-27 16:25:53 +00:00
Garrett Wollman
95aa1d06a2
Merge new routed from vendor branch.
1996-08-27 16:22:05 +00:00
Garrett Wollman
83f9002e3d
New version of routed.h to match new version of routed.
1996-08-27 16:21:34 +00:00
Garrett Wollman
776589ccad
Initial revision
1996-08-27 16:12:46 +00:00
Wolfram Schneider
86a9964f2c
add I686_CPU to the list of possible values of keyword 'cpu'
1996-08-27 12:00:18 +00:00
Jordan K. Hubbard
f1ea42fb80
Try to bring this a little more up-to-date.
1996-08-27 03:55:55 +00:00
Julian Elischer
aba926bda4
correct a field comment that someone must have accidentally spammed
...
as it's still used for what the original BSD4.4 comment says it's for.
1996-08-26 23:17:17 +00:00
Stefan Eßer
23da20014a
Set clock prescale based on BIOS supplied value instead of trying to
...
calculate an optimum value from (constant) parameters.
This should set the SCNTL3 register of the 53c860 and 53c875 to twice
the divider it used to be, since cards based on those chips seem to use
an 80MHz clock instead of the Clock Doubler feature and a 40MHz clock.
1996-08-26 22:38:07 +00:00
Julian Elischer
8a15e7f475
change a comment to match what the BSD4.4 book says.
1996-08-26 22:04:47 +00:00
Julian Elischer
18cb99e99f
Remove the old cleanup code as it is no longer used..
...
also fix two cases of = instead of ==
(cut+paste bug duplication)
1996-08-26 21:47:56 +00:00
Adam David
44cf272f78
complete err() changes, actually use warn() in most instances
1996-08-26 20:37:48 +00:00
Paul Traina
30959c76e0
Run as daemon.daemon, not nobody.daemon
1996-08-26 17:01:58 +00:00
Peter Wemm
5e7d3affd4
Use MANFILTER everywhere instead of a couple of MANFILT typos..
1996-08-26 10:55:32 +00:00
Peter Wemm
3d98454e50
Delete -DGOOD_SELECT from CFLAGS, we don't have it. This is used to
...
indicate that select() returns the leftover time remaining in the timeval
arg of select, we don't do that (yet :-).
1996-08-26 09:25:20 +00:00
Paul Traina
28f0ced1ee
Fix buffer overrun, and run as nobody
1996-08-25 21:37:11 +00:00
Wolfram Schneider
3a98a8bcf4
add ref id's for countries, eg. mirrors-au, mirrors-za etc.
1996-08-25 21:25:15 +00:00
Wolfram Schneider
eccf024319
Add URL to FTP search, a free archie server.
1996-08-25 21:20:59 +00:00
Peter Wemm
c3fd5728c2
Dont forget to #include <err.h>
1996-08-25 21:14:19 +00:00
Peter Wemm
ac5512704d
Argh! caught! *blush*.. This program was supplying it's own 'err' routine
...
which was slightly different to the libc one. To save any more cunfusion,
use the libc one.
1996-08-25 21:12:01 +00:00
Wolfram Schneider
7dda791089
" http://www.freebsd.org/handbook " -> "../handbook/handbook.html"
...
Absolute URLs are bad for WWW mirrors or for the local file system.
1996-08-25 21:11:46 +00:00
Wolfram Schneider
2d7765f39d
/bin/echo -> ${ECHO}
...
/usr/bin/sed -> ${SED}
1996-08-25 21:07:38 +00:00
Wolfram Schneider
f7518e20ce
add URL to dictionaries for other languages
1996-08-25 21:05:39 +00:00
Peter Wemm
0a6f6077af
Fix some bogons:
...
- timeval in select loop was depending on not having the remaining time
returned from select(), causing a busy spin on an implementation that
does implement it.
- the err() usage was pretty bogus, some of the error messages had
strerror attached manually and then reattached by err().
1996-08-25 21:03:50 +00:00
Jordan K. Hubbard
ae04a796b0
Revert all the make depend changes.
1996-08-25 05:17:49 +00:00
Jordan K. Hubbard
5c8baf29e9
Back out the recent DEPEND changes - as Bruce points out, it's bogus.
...
I'll leave any future Makefile hackery to him since he's clearly thought
about this a great deal more than I have.
1996-08-25 05:16:56 +00:00
Alexander Langer
6361832ca8
Add synopsis for yppasswd.
1996-08-24 23:27:04 +00:00
Bill Paul
81ff470f7a
It appears that with FreeBSD-current, we need to set the ethernet
...
frame type in network byte order. The htons() that wasn't needed in
2.1 is now required in 2.2.
Ultimately, this rarpd should be replaced with the more recent one
supplied with the new BPF distribution.
1996-08-24 23:05:08 +00:00
Mike Pritchard
7d38589e0d
Convert to mdoc format.
...
Note: this man page could probably use some updating to reflect
the list of devices that MAKEDEV now supports.
1996-08-24 16:44:23 +00:00
Mike Pritchard
1f8be615ce
Convert to mdoc format.
1996-08-24 16:34:23 +00:00
Mike Pritchard
33d83c832e
Change a stray reference to pstat to vmstat.
...
Pointed-out-by: bde
1996-08-24 16:12:53 +00:00
Peter Wemm
ca7e3117d4
Locate the text inode, closes PR#1070
1996-08-24 13:43:46 +00:00
Wolfram Schneider
f31078c2f7
bring back ``case '?':'' in switch statement
1996-08-24 10:49:09 +00:00
Jordan K. Hubbard
110dea8656
Add a section for CDR drives.
1996-08-24 10:18:50 +00:00
Jordan K. Hubbard
50525d70d9
D'oh! verbose output should go to stderr.
1996-08-24 09:51:59 +00:00
Satoshi Asami
69ab93260f
Use the new "file:" URL specification to fetch to check the CDROM
...
first if /cdrom/ports/distfiles exists. If FETCH_SYMLINK_DISTFILES
is set, symlink the file instead of copying.
Reviewed by: jhk
1996-08-24 09:28:48 +00:00
Peter Wemm
1c17fc996d
Quick attempt to decode DTYPE_PIPE files and print something meaningful
...
for them. Otherwise, it does strange things when it hits one..
1996-08-24 08:01:29 +00:00
Peter Wemm
52e6597a17
Add some collected names from the last few commits, and fix a typo
...
(somebody was hidden behind somebody else's name it seems)
1996-08-24 04:57:18 +00:00
Peter Wemm
f2cfcae49f
s/__unused/__sex_unused/ - this is simply a placeholder variable that
...
conflicts with what I added to cdefs.h a while ago. I never noticed this
since I used nvi-1.71..
1996-08-24 03:49:14 +00:00
Peter Wemm
b12e5e82b6
The socketpair(0 syscall is bogusly returning the fd numbers through
...
the primary and secondary return codes, causing it to not behave as
documented. This probably originates from the ancient BSD kernels that
had pipe(2) implemented by socketpair(2), there are no binaries left that
we can run that do this.
Pointed out by: Robert Withrow <witr@rwwa.com>, PR#731
1996-08-24 03:35:13 +00:00
Peter Wemm
3bd9f6db7a
Unconditionally null-terminate string read into spkr driver.
...
Submitted by: Ikuo Nakagawa <ikuo@isl.intec.co.jp>, PR#1488, but using
Bruce Evans <bde@zeta.org.au>'s fix.
1996-08-24 03:24:39 +00:00
Peter Wemm
3271a3a4f3
route.c:RTM_ADD does not check for a netmask before doing a tree walk
...
like it does elsewhere. This is probably only happens when incorrect
args are given to route(8), or when running with non-IPv4 stacks but
incorrect args to the route command is no excuse for panicing!
Submitted by: Michael Clay <mclay@weareb.org>, PR#1532
1996-08-24 03:11:13 +00:00
Julian Elischer
47be746682
Add support to halt, to allow it to request that the power be turned off
...
(the RB_POWEROFF flag)
1996-08-24 01:40:02 +00:00
Jordan K. Hubbard
67cebbd1da
Make it possible to turn the depend pass off entirely with a NO_DEPEND
...
variable.
Requested-By: wollman
1996-08-23 22:33:33 +00:00
Mike Pritchard
1c1f145f2b
Convert to mdoc format.
1996-08-23 21:40:59 +00:00