mpp
ccc340f5aa
Update a bunch of man pages to use .Fn instead
...
of .Nm when referencing funciton names.
1996-08-22 22:05:59 +00:00
pst
ad1ec74818
Add zephyr
1996-08-22 21:37:19 +00:00
jkh
6e3ba357ba
1. Understand file:/path style URLs.
...
2. Add a -l flag for symlinking to rather than copying file:/path style URLs.
3. Add a -T flag for setting the timeout interval (overrides FTP_TIMEOUT if set)
1996-08-22 21:30:51 +00:00
mpp
1fe796a5c3
List all of the include files required for getpeername and getsockname.
...
Closes PR# 1170.
Submitted by: James Raynard <jraynard@dial.pipex.com>
1996-08-22 20:49:57 +00:00
wosch
1647af0a74
code cleanup
1996-08-22 18:46:13 +00:00
wosch
654c394b55
bye, bye
1996-08-22 17:41:22 +00:00
wosch
bec3b34bc6
add FreeBSD Inc. to copyright string
1996-08-22 17:37:02 +00:00
wosch
e810152d38
add copyright, $Id$
...
remove case '?', if '?' is not in getopt(), it should
not be in the switch statement
1996-08-22 16:55:15 +00:00
wosch
c6af317793
[HISTORY]
...
cat command appeared in Version 1 AT&T UNIX, not Version 6
Apparently the cat man page was the first written man page
Obtained from: A Quarter Century of UNIX, Peter H. Salus
[BUGS]
fix a typo
1996-08-22 16:54:12 +00:00
asami
96f4635dfa
Add skkserv (1178/tcp) and sj3 (3086/tcp). They are both Japanese
...
kanji input servers.
1996-08-22 10:29:28 +00:00
julian
c5deb4e082
slight cleanup of the floppy building stuff to take into account
...
the new OBJdir system.
quite a bit to go yet.
cd /usr/src; make world
cd release
cd sysinstall;make obj; cd ..
cd floppies; make obj; make
1996-08-22 09:45:46 +00:00
julian
2e80ac2e78
Submitted by: john birell (jb@cimlogic.com.au)
...
fixups for makefiles
and for Thread-safe sycalls
1996-08-22 04:25:09 +00:00
julian
e5048c6cd5
Some cleanups to the callout lists recently added.
...
note that at_shutdown has a new parameter to indicate When
during a shutdown the callout should be made. also
add a RB_POWEROFF flag to reboot "howto" parameter..
tells the reboot code in our at_shutdown module to turn off the UPS
and kill the power. bound to be useful eventually on laptops
1996-08-22 03:50:33 +00:00
jkh
2da1db6ea8
Add a new "swapfile" variable so that you can add a file as a additional
...
swap as the system is coming up.
1996-08-21 23:15:37 +00:00
mpp
3e034d2897
Fix a spelling error.
1996-08-21 22:38:20 +00:00
mpp
a7be8f9234
Add my own zipcode, since it seems to be missing, along with
...
some other ones that NetBSD has in their zipcode file that we
don't.
1996-08-21 22:32:54 +00:00
mpp
d72cac991d
Update the area code for St. Cloud, MN, since it received a new
...
one this year.
Also move one entry that was out of place into the correct sort order.
1996-08-21 22:18:21 +00:00
mpp
e3cbaed955
Update some more man pages to use the .Fx macro.
1996-08-21 22:10:36 +00:00
mpp
98b8a193ac
Update a bunch of man pages to use the .Fx macro to specify FreeBSD versions.
1996-08-21 22:01:49 +00:00
dyson
966cbc5d29
Even though this looks like it, this is not a complex code change.
...
The interface into the "VMIO" system has changed to be more consistant
and robust. Essentially, it is now no longer necessary to call vn_open
to get merged VM/Buffer cache operation, and exceptional conditions
such as merged operation of VBLK devices is simpler and more correct.
This code corrects a potentially large set of problems including the
problems with ktrace output and loaded systems, file create/deletes,
etc.
Most of the changes to NFS are cosmetic and name changes, eliminating
a layer of subroutine calls. The direct calls to vput/vrele have
been re-instituted for better cross platform compatibility.
Reviewed by: davidg
1996-08-21 21:56:23 +00:00
mpp
2d0ae2fc91
Use the .Fx macro to reference FreeBSD versions in several newer man
...
pages.
For those of you that don't know, here is an example of how the .Fx
macro is used:
The xyzzy command first appeared in
.Fx 2.2 .
Will expand to:
The xyzzy command first appeared in FreeBSD 2.2.
1996-08-21 21:43:28 +00:00
pst
2cdf366009
Fix typo in last commit...sigh
1996-08-21 21:39:44 +00:00
sos
6fc54fe251
Add hooks for an IP NAT module, much like the firewall stuff...
...
Move the sockopt definitions for the firewall code from
ip_fw.h to in.h where it belongs.
1996-08-21 21:37:07 +00:00
mpp
4eedb7433a
Improve some poor wording.
1996-08-21 21:30:02 +00:00
mpp
d63efd5bb2
Fix up the NAME lines forthe ceil and floor man pages to be
...
less confusing.
Reviewed by: bde
Partially obtained from: NetBSD-bugs
1996-08-21 21:23:47 +00:00
mpp
52a48de0c5
Add the -o option to the usage line.
1996-08-21 20:54:38 +00:00
mpp
357f60e0ec
Oops, forgot to actually add the new man page.
1996-08-21 20:47:58 +00:00
mpp
c4fc551727
Add a man page for mailstats(8).
...
Obtained from: NetBSD
1996-08-21 20:45:20 +00:00
pst
0df0b2468f
Fix bugs in the ISO (Fletcher) checksum, obey the -q flag, misc cleanup of
...
ISO based code, and document new options (courtesy of libpcap).
Submitted by: Tony Li <tli@jnx.com>
1996-08-21 20:03:57 +00:00
pst
624cf51a56
Add support for ISO CLNP/ES-IS/IS-IS.
...
These changes have been also sent back to LBL for inclusion in next release.
Submitted by: Tony Li <tli@jnx.com>
1996-08-21 20:01:08 +00:00
mpp
a9ea88b748
Correctly document when getopt returns EOF and '?', and some other
...
minor cleanup.
1996-08-21 19:48:50 +00:00
mpp
36ccea1fd0
Fix the typos listed in PR# 1511, plus a few others.
...
Submitted by: Mitsuru IWASAKI <iwasaki@pc.jaring.my>
1996-08-21 19:22:04 +00:00
mpp
e972d19de5
Add kzip(8) as supplied with PR# 1507, with some minor cleanup by me.
...
Submitted by: David E. O'Brien <obrien@nuxi.com>
1996-08-21 19:07:22 +00:00
pst
dc46a50db4
Change DISTDIR to TCPDUMP_DISTDIR
1996-08-21 17:11:41 +00:00
ache
cb3f7aca30
Bugfix: all device counts >= 256 was broken, they truncated by % 255
...
because of u_char count field size. It hits when device
header file already present.
1996-08-21 17:00:54 +00:00
pst
ddd2ef851a
Uniquely name the distribution directory variable so that it can be overridden
...
for multiple packages at the same time.
1996-08-21 16:50:15 +00:00
ache
8f267c926d
Add /usr/sbin to sysctl because /usr/sbin not in standard path
1996-08-21 16:31:34 +00:00
jkh
82c1d5d3d3
Add cvsup.nl.freebsd.org
1996-08-21 10:16:49 +00:00
jkh
a36c1fa318
Add cvsup directory to share/examples
...
Reminded-By: ache
1996-08-21 09:53:06 +00:00
asami
d4bc34505e
Be consistent about the codebase we originated from. Always use
...
"4.4BSD-Lite" (not "4.4 BSD Lite", "BSD 4.4-lite" or some such), this
is what the CSRG people call their release in the red daemon book (and
most of the handbook had it that way).
1996-08-21 07:28:57 +00:00
asami
c7aaf4631c
There is no word "UNIX" in the title of the new (red) daemon book.
1996-08-21 07:18:30 +00:00
peter
c5dd58135d
Decode ICMP_UNREACH_FILTER_PROHIB responses as !F, from RFC1812.
...
Suggested by: Bill Fenner <fenner@parc.xerox.com>
Additionally, print unrecognised ICMP_UNREACH codes numerically. eg, code
15 would show up as !<15>.
1996-08-21 05:59:19 +00:00
peter
85129e1a54
Back out part of my previous commit. The bug was fixed over 12 months
...
ago in FreeBSD more cleanly.
1996-08-21 04:31:28 +00:00
gpalmer
1cd0d327ac
Pickup VERSION from the tcpdump sources in contrib/tcpdump. Allows
...
`make world' to work again.
1996-08-21 04:14:36 +00:00
jkh
3b73be8498
Fix a small potential bogon I noticed here with restarts.
1996-08-21 01:27:25 +00:00
jkh
8a29a23657
Implement a change suggested by Archie Cobbs - the seekto argument should
...
be zero'd only if the operation *fails*, indicating that the file
starting offset is effectively zero. This makes more sense.
1996-08-21 01:23:33 +00:00
jkh
fc1487cdb0
Add an ftpErrString() function for returning human readable failure
...
codes.
Submitted-By: Archie Cobbs <archie@whistle.com>
1996-08-21 01:12:11 +00:00
peter
bf3127c24b
Ack! Don't install cvs.info.gz etc in /usr/bin...
1996-08-21 00:57:26 +00:00
peter
76e0a01054
Make the CVSvn.texi dependency hack work a little better..
1996-08-21 00:35:53 +00:00
jkh
2d6a22ba7a
Whups! Forgot to do my edits for sup.FreeBSD.org -> cvsup.FreeBSD.org
...
before doing the commit.
1996-08-21 00:26:30 +00:00