]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
28 years agoAdd new option to chpass: -e "expire" ; change the account expire time
Peter Wemm [Mon, 12 Aug 1996 14:45:26 +0000 (14:45 +0000)]
Add new option to chpass:  -e "expire" ; change the account expire time
from a script as if it was done in the interactive editor.

When reassembling the gecos string, trim any excess trailing commas, they
look ugly in the passwd file. :-)

Have a simple Makefile tweak to prevent mortal users from changing their
fullname.  As ISP's we have seem some real bizzare stuff here..

When decoding the change/expire string, allow the month number as a
synonym for the name of the month.. (ie: 1 as well as Jan or January)
Note that using numbers means there's a chance that you can get bitten
if you're not used to the American DD-MM-YY order.

28 years agoclear sockaddr_in's on stack before use
Peter Wemm [Mon, 12 Aug 1996 14:14:09 +0000 (14:14 +0000)]
clear sockaddr_in's on stack before use
set sin_len
close one ftp port bounce attack
have rresvport() use bindresvport() rather than duplicate the code,
  rresvport() is a superset of bindresvport().

Obtained from: OpenBSD / Jason Downs / Theo de Raadt, minor tweaks by me.

28 years agoUse the more robust and more efficient reserved port allocation mechanism
Peter Wemm [Mon, 12 Aug 1996 14:09:46 +0000 (14:09 +0000)]
Use the more robust and more efficient reserved port allocation mechanism
now built into bind(2).

Obtained from: OpenBSD / Jason Downs / Theo de Raadt

28 years agoAdd two more portrange sysctls, which control the area of the below
Peter Wemm [Mon, 12 Aug 1996 14:05:54 +0000 (14:05 +0000)]
Add two more portrange sysctls, which control the area of the below
IPPORT_RESERVED that is used for selection when bind() is told to allocate
a reserved port.

Also, implement simple sanity checking for all the addresses set, to make
it a little harder for a user/sysadmin to shoot themselves in the feet.

28 years agoclear various struct sockaddr_in's on stack, set sin_len.
Peter Wemm [Mon, 12 Aug 1996 14:00:26 +0000 (14:00 +0000)]
clear various struct sockaddr_in's on stack, set sin_len.

(Noticed when comparing to OpenBSD source)

28 years agoFix broken modtime preservation code. *Now* it preserves the modtime
Jordan K. Hubbard [Mon, 12 Aug 1996 12:55:26 +0000 (12:55 +0000)]
Fix broken modtime preservation code. *Now* it preserves the modtime
correctly!
Noticed-By: knarf@camelot.de (Frank Bartels)
28 years agoSimplify expression
Andrey A. Chernov [Mon, 12 Aug 1996 12:31:28 +0000 (12:31 +0000)]
Simplify expression

28 years agoPick collate info too
Andrey A. Chernov [Mon, 12 Aug 1996 12:24:20 +0000 (12:24 +0000)]
Pick collate info too

28 years agoUse collate info for alpha character ranges
Andrey A. Chernov [Mon, 12 Aug 1996 12:13:16 +0000 (12:13 +0000)]
Use collate info for alpha character ranges
8bit cleanup

28 years agoRemove the quotes from some of the kernel options that dont need it.
Peter Wemm [Mon, 12 Aug 1996 11:48:49 +0000 (11:48 +0000)]
Remove the quotes from some of the kernel options that dont need it.
eg:  options "SCSI_DELAY=15" should be options SCSI_DELAY=15, as config
knows about the "=" and splits it correctly into key=value for the #defines.
The only options that need quotes are those that have numbers as part of
the actual name, eg: "TUNE_1542" and "COMPAT_IBCS2".

28 years agoLocalize it
Andrey A. Chernov [Mon, 12 Aug 1996 11:39:24 +0000 (11:39 +0000)]
Localize it

28 years agoUse collate for alpha character ranges
Andrey A. Chernov [Mon, 12 Aug 1996 04:03:50 +0000 (04:03 +0000)]
Use collate for alpha character ranges

28 years agoRemove static collcmp, use new internal function now
Andrey A. Chernov [Mon, 12 Aug 1996 03:51:16 +0000 (03:51 +0000)]
Remove static collcmp, use new internal function now

28 years agoRemove static collcmp, ise new internal function now
Andrey A. Chernov [Mon, 12 Aug 1996 03:45:53 +0000 (03:45 +0000)]
Remove static collcmp, ise new internal function now

28 years agoAdd internal function __collcmp once instead of adding it statically
Andrey A. Chernov [Mon, 12 Aug 1996 03:40:37 +0000 (03:40 +0000)]
Add internal function __collcmp once instead of adding it statically
to many places in the libc

28 years agoUse collate for alpha character ranges
Andrey A. Chernov [Mon, 12 Aug 1996 02:08:43 +0000 (02:08 +0000)]
Use collate for alpha character ranges

28 years agoUse collate for alpha character ranges
Andrey A. Chernov [Mon, 12 Aug 1996 02:00:56 +0000 (02:00 +0000)]
Use collate for alpha character ranges

28 years agoApply my small patch to make detection of ATAPI CD-ROMs happen a
Bill Paul [Mon, 12 Aug 1996 00:53:02 +0000 (00:53 +0000)]
Apply my small patch to make detection of ATAPI CD-ROMs happen a
little more reliably. So far I've received a couple of positive
responses and no objections to these changes.

There are two one-line changes:

- In wdprobe(), when testing the error status of drives, don't
  unconditionally decide that there is no controller present if we
  read back a value of 0x81 (drive 0 okay, drive 1 failed) twice
  in a row. This may be caused by having an ATAPI CD-ROM jumpered
  as a master on the controller with no slave.

- In wdgetctlr(), when checking for a status of WDCS_READY, check the
  value twice. The first time may be bogus. This stops a phantom wd2
  device from being detected when an ATAPI CD-ROM is attached to the
  secondary controller alone as a slave. (This can cause installation to
  fail when sysinstall attempts to open the phantom device and wedges the
  system as a result. This has bitten me a couple of times on some
  Gateway 2000 machines.)

28 years agoFix unsetenv of locale variable
Andrey A. Chernov [Sun, 11 Aug 1996 23:10:38 +0000 (23:10 +0000)]
Fix unsetenv of locale variable

28 years agoLocalize it
Andrey A. Chernov [Sun, 11 Aug 1996 22:51:00 +0000 (22:51 +0000)]
Localize it

28 years ago8bit cleaness (ctype) fixes
Andrey A. Chernov [Sun, 11 Aug 1996 19:20:30 +0000 (19:20 +0000)]
8bit cleaness (ctype) fixes

28 years agoMake it at least semi-worked
Andrey A. Chernov [Sun, 11 Aug 1996 18:08:53 +0000 (18:08 +0000)]
Make it at least semi-worked

28 years agoLocalize it
Andrey A. Chernov [Sun, 11 Aug 1996 17:46:35 +0000 (17:46 +0000)]
Localize it
8bit cleanup

28 years agoAdd support for i686 machine check trap.
David Greenman [Sun, 11 Aug 1996 17:41:25 +0000 (17:41 +0000)]
Add support for i686 machine check trap.

28 years agoDefined T_MCHK exception for i686; renumbered T_RESERVED to 29.
David Greenman [Sun, 11 Aug 1996 17:29:39 +0000 (17:29 +0000)]
Defined T_MCHK exception for i686; renumbered T_RESERVED to 29.

28 years agoPreviously, if the dial script had any problems, pppd would simply
Paul Traina [Sun, 11 Aug 1996 17:29:37 +0000 (17:29 +0000)]
Previously, if the dial script had any problems, pppd would simply
bomb out.  Unfortunately, FreeBSD's sio driver and certain internal
modems don't get along very well, which can cause the serial port to
wedge until it is closed and reopened.

Add new variable, connect-max-attempts, default = 1 (to mimic previous
behavior).  If > 1, will try up to "n" times to dial remote site before
aborting.

28 years agoThrow some unnecessary dreck out of this Makefile.
Jordan K. Hubbard [Sun, 11 Aug 1996 17:21:20 +0000 (17:21 +0000)]
Throw some unnecessary dreck out of this Makefile.

28 years agoPick collate info for RE character ranges
Andrey A. Chernov [Sun, 11 Aug 1996 16:59:27 +0000 (16:59 +0000)]
Pick collate info for RE character ranges

28 years agoLocalize it
Andrey A. Chernov [Sun, 11 Aug 1996 16:48:11 +0000 (16:48 +0000)]
Localize it
8bit cleanup

28 years agoPick collate info for RE character ranges
Andrey A. Chernov [Sun, 11 Aug 1996 16:22:47 +0000 (16:22 +0000)]
Pick collate info for RE character ranges

28 years agoUse collate data for national alpha character ranges like [a-z]
Andrey A. Chernov [Sun, 11 Aug 1996 16:08:17 +0000 (16:08 +0000)]
Use collate data for national alpha character ranges like [a-z]

28 years agoDescribe collation order rules (from POSIX WG)
Andrey A. Chernov [Sun, 11 Aug 1996 14:55:14 +0000 (14:55 +0000)]
Describe collation order rules (from POSIX WG)

28 years agodelete rule 3 (advertising) from copyright
Wolfram Schneider [Sun, 11 Aug 1996 13:03:25 +0000 (13:03 +0000)]
delete rule 3 (advertising) from copyright

resolve symlinks before removing user's home directory
with /bin/rm -rf <home dir>

Submitted by: Guy Helmer <ghelmer@alpha.dsu.edu>

28 years agoAdd a hook ``MANFILTER''. This optionally specifies a command to
Peter Wemm [Sun, 11 Aug 1996 12:31:57 +0000 (12:31 +0000)]
Add a hook ``MANFILTER''.  This optionally specifies a command to
pipe the man page source through before compressing or installing.
This can be used to do do (eg) sed substitution on man pages from
3rd party packages (in particular, ncurses and bind-4.9.4)

This should not affect anything already in the source tree.

28 years agoReplace some leaky ``cpp | as'' pipelines with ``cc -x <lang>'' commands
Peter Wemm [Sun, 11 Aug 1996 12:24:44 +0000 (12:24 +0000)]
Replace some leaky ``cpp | as'' pipelines with ``cc -x <lang>'' commands
to do the preprocessing and assembling.

(I've been running this for months, and had forgotten about it)

28 years agoShort value is better for hash due to easy overflow in 8bit characters
Andrey A. Chernov [Sun, 11 Aug 1996 11:49:23 +0000 (11:49 +0000)]
Short value is better for hash due to easy overflow in 8bit characters

28 years agoUse locale for character classes instead of hardcoded values
Andrey A. Chernov [Sun, 11 Aug 1996 11:42:03 +0000 (11:42 +0000)]
Use locale for character classes instead of hardcoded values
Misc 8bit cleanup

28 years agoAdd missing netatalk, netipx and netkey directories.
Peter Wemm [Sun, 11 Aug 1996 04:32:14 +0000 (04:32 +0000)]
Add missing netatalk, netipx and netkey directories.

28 years agoFix some improperly wrapped lines in the code.
Alexander Langer [Sun, 11 Aug 1996 02:20:05 +0000 (02:20 +0000)]
Fix some improperly wrapped lines in the code.

28 years agoFix many long-standing bugs and problems with pcvt, namely:
Joerg Wunsch [Sat, 10 Aug 1996 22:14:36 +0000 (22:14 +0000)]
Fix many long-standing bugs and problems with pcvt, namely:

. make pccncheck() work even when interrupts are disabled, so the
  ``Press a key on the console...'' procedure will work,
. make kernel colors #ifndef, so they can be overridden from the
  config file,
. use shutdown_nice() instead of cpu_reset() if Ctrl-Alt-Del is
  enabled,
. allow pccngetc() to return more than a single character, so the
  arrow keys will work (and thus visual UserConfig!),
. fix a warning.

This closes all know PRs related to pcvt, in particular #845, #1236,
and #1265.  PR #991 is a duplicate for 845, and PR #1283 has already
been fixed earlier in rev 1.11 of pcvt_conf.h.

Submitted by: Ulf Kieber (kieber@sax.de), for the kernel color fix

28 years agoTeach UserConfig about ANSI (DEC?) ``application mode'' arrow key
Joerg Wunsch [Sat, 10 Aug 1996 22:06:09 +0000 (22:06 +0000)]
Teach UserConfig about ANSI (DEC?) ``application mode'' arrow key
sequences (ESC O A, as opposed to ESC [ A).

28 years agoTypo corrections. Closes PR 1477.
Alexander Langer [Sat, 10 Aug 1996 17:51:15 +0000 (17:51 +0000)]
Typo corrections.  Closes PR 1477.

Submitted by: Masafumi Nakane <max@sfc.wide.ad.jp>

28 years agoChange syslog examples from /386bsd to /kernel. Closes PR 1475.
Alexander Langer [Sat, 10 Aug 1996 17:38:37 +0000 (17:38 +0000)]
Change syslog examples from /386bsd to /kernel.  Closes PR 1475.

28 years agoThis commit was generated by cvs2svn to compensate for changes in r17497,
Mark Murray [Sat, 10 Aug 1996 17:19:16 +0000 (17:19 +0000)]
This commit was generated by cvs2svn to compensate for changes in r17497,
which included commits to RCS files with non-trunk default branches.

28 years agoNext version from the author - from SSLeay.0.6.3
Mark Murray [Sat, 10 Aug 1996 17:19:16 +0000 (17:19 +0000)]
Next version from the author - from SSLeay.0.6.3

28 years agochmod(2) directories once only (was twice)
Adam David [Sat, 10 Aug 1996 15:05:26 +0000 (15:05 +0000)]
chmod(2) directories once only (was twice)

28 years agoFinally implement a simple commandline history in DDB.
Joerg Wunsch [Sat, 10 Aug 1996 13:38:44 +0000 (13:38 +0000)]
Finally implement a simple commandline history in DDB.

Emacs-style line editing has already been there (did anybody ever
notice this? :), so i `only' had to add ^P and ^N.  The approach is
fairly minimalistic, with the advantage of keeping the bloat as small
as 864 bytes of .text and 16 bytes of .bss, plus 10*120 bytes
malloc'ed history buffer at the first use.

28 years agoYeesh! I shouldn't have looked. Fix a whole bunch more. Pray
Jordan K. Hubbard [Sat, 10 Aug 1996 13:37:02 +0000 (13:37 +0000)]
Yeesh!  I shouldn't have looked.  Fix a whole bunch more.  Pray
for ncurses to replace this soon.

28 years agoFix an exceedingly confusing typo.
Jordan K. Hubbard [Sat, 10 Aug 1996 13:30:11 +0000 (13:30 +0000)]
Fix an exceedingly confusing typo.

28 years agos/trace -C/ktrace -C/
Peter Wemm [Sat, 10 Aug 1996 09:05:17 +0000 (09:05 +0000)]
s/trace -C/ktrace -C/

Pointed out by: zgabor@code.hu (Zahemszky Gabor)  PR#1486

28 years agoAdded A JOSEPH KOSHY <koshy@india.hp.com> for the AMD cpu id code, and
Peter Wemm [Sat, 10 Aug 1996 08:11:25 +0000 (08:11 +0000)]
Added A JOSEPH KOSHY <koshy@india.hp.com> for the AMD cpu id code, and
andy@sarc.city.ac.uk (Andy Whitcroft) for the rdist fix.

28 years agoAdd recognition for the AMD 5x86 CPU models.
Peter Wemm [Sat, 10 Aug 1996 08:04:24 +0000 (08:04 +0000)]
Add recognition for the AMD 5x86 CPU models.

Submitted by: A JOSEPH KOSHY <koshy@india.hp.com>

28 years agoRemove the need for rdist(1) to run setuid, thus completely closing any
Peter Wemm [Sat, 10 Aug 1996 07:54:17 +0000 (07:54 +0000)]
Remove the need for rdist(1) to run setuid, thus completely closing any
possibility of a security hole.  It now does what rdist-6 does, and calls
/usr/bin/rsh if not running as root.  There are NO protocol changes, this
is 100% compatable with the old rdist, except that it does not need setuid
root privs.

However, there are some minor differences to the base rdist-6 code in that
if it is being run by root, it will call rcmd(3) directly rather than
piping everything through rsh(1).  This is a little more efficient as it
doesn't involve context switching on pipe reads/writes.

Also, the -P option was added from rdist-6.1.2, which allows an alternative
rsh program to be specified, such as ssh.  Note that it requires the fixes
to the ssh port to disable the unconditional USE_PIPES option that was
recently added.  The rcmd(3) optimisation is disabled if a non-rsh program
is speficied.

28 years agoTrivial cosmetic tweak to make the i[56]86 CPU MHz reprting round to the
Peter Wemm [Sat, 10 Aug 1996 06:35:35 +0000 (06:35 +0000)]
Trivial cosmetic tweak to make the i[56]86 CPU MHz reprting round to the
nearest .01 Mhz rather than simply truncating it downwards.

This hack makes this 89.999928 Mhz clock correctly round to the closer
90.00-MHz rather than 89.99-MHz:
  > i586 clock: 89999928 Hz, i8254 clock: 1193152 Hz
  > CPU: Pentium (90.00-MHz 586-class CPU)

28 years agoSubmitted by: archie@whistle.com
Julian Elischer [Fri, 9 Aug 1996 22:57:06 +0000 (22:57 +0000)]
Submitted by: archie@whistle.com
allow a tunnel interface to be openned even if it has no remote address yet.
this may be needed if you have used
route add default -interface tun0
where the remote end might not even HAVE a number (e.g. netcom links)

28 years agoReviewed by: julian
Julian Elischer [Fri, 9 Aug 1996 22:52:02 +0000 (22:52 +0000)]
Reviewed by: julian
Submitted by: archie@whistle.com

This patch allows true interface routing to be controlled
from the command line..
you can now do:
route add default -interface ppp0
even if you have no clue what the address at the other end is..

this is part of a set of changes that allow true "unnumbered links"
such as netcom run between their sites..
In practice you should assign the address from one of your ethernet
interfaces to the local side of the P2P link so that IP doesn't
say that the packet comes from 255.255.255.255, but
there is no need whatsoever to assign an address of any kind
to the remote end of the link.. useful for frame relay links etc also.

28 years agoadd nextboot by default
Julian Elischer [Fri, 9 Aug 1996 22:44:55 +0000 (22:44 +0000)]
add nextboot by default
its's proven to be quite reliable.

28 years agoslight man page additions re: deficiencies
Julian Elischer [Fri, 9 Aug 1996 22:41:57 +0000 (22:41 +0000)]
slight man page additions re: deficiencies

28 years agoReviewed by: various
Julian Elischer [Fri, 9 Aug 1996 22:22:30 +0000 (22:22 +0000)]
Reviewed by: various
Submitted by: archie@whistle.com

allow ftpd to bind to a single address/interface
this allows easy split services.

28 years agoReviewed by: various
Julian Elischer [Fri, 9 Aug 1996 22:20:24 +0000 (22:20 +0000)]
Reviewed by:  various
Submitted by: archie@whistle.com

changes to allow inetd to bind to a single interface
for more complicated options see xinetd in ports.

Obtained from: whistle.com

28 years agowas missing @
Adam David [Fri, 9 Aug 1996 17:55:18 +0000 (17:55 +0000)]
was missing @

28 years agoDefine a new entity to hold the latest *released* FreeBSD version number.
John Fieber [Fri, 9 Aug 1996 15:33:31 +0000 (15:33 +0000)]
Define a new entity to hold the latest *released* FreeBSD version number.
In the text, use &rel.current; instead of 2.1.5.

28 years agoAdd Chris Timmons for his pine port fixes.
Peter Wemm [Fri, 9 Aug 1996 12:53:07 +0000 (12:53 +0000)]
Add Chris Timmons for his pine port fixes.

28 years agoTidy up the Kerberised bits. While I'm here, fix some -Wall complaints.
Mark Murray [Fri, 9 Aug 1996 09:02:31 +0000 (09:02 +0000)]
Tidy up the Kerberised bits. While I'm here, fix some -Wall complaints.

28 years agoThe default editor is "vi", not "/usr/ucb/vi".
Satoshi Asami [Fri, 9 Aug 1996 09:00:41 +0000 (09:00 +0000)]
The default editor is "vi", not "/usr/ucb/vi".

28 years agoAdd Kostya Lukin (lukin@okbmei.msk.su) for the freeze port.
Satoshi Asami [Fri, 9 Aug 1996 08:18:10 +0000 (08:18 +0000)]
Add Kostya Lukin (lukin@okbmei.msk.su) for the freeze port.

28 years agoAdd Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> for the Japanese
Satoshi Asami [Fri, 9 Aug 1996 07:36:09 +0000 (07:36 +0000)]
Add Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> for the Japanese
tcl/tk ports.

28 years agoDrop setuid ASAP, to minimize code executed as root.
Bill Fenner [Fri, 9 Aug 1996 06:00:53 +0000 (06:00 +0000)]
Drop setuid ASAP, to minimize code executed as root.

Reviewed by: pst

28 years agoUpdate reference to 2.1.5
Jordan K. Hubbard [Fri, 9 Aug 1996 05:11:43 +0000 (05:11 +0000)]
Update reference to 2.1.5

28 years agoFix a potential buffer overflow condition.
Joerg Wunsch [Thu, 8 Aug 1996 07:58:07 +0000 (07:58 +0000)]
Fix a potential buffer overflow condition.

Submitted by: Somebody on -hackers, ooops, i've already deleted that mail

28 years agoRemove mkisofs from Makefile
Jordan K. Hubbard [Thu, 8 Aug 1996 02:21:06 +0000 (02:21 +0000)]
Remove mkisofs from Makefile

28 years agobye bye mkisofs!
Jordan K. Hubbard [Thu, 8 Aug 1996 01:52:52 +0000 (01:52 +0000)]
bye bye mkisofs!

28 years agoRemoved extraneous .endif that was left during OBJDIR cleanup.
Nate Williams [Wed, 7 Aug 1996 19:28:09 +0000 (19:28 +0000)]
Removed extraneous .endif that was left during OBJDIR cleanup.

Noticed by: phk

28 years agodisable `calendar -a'. it's a bad idea, particular
Wolfram Schneider [Wed, 7 Aug 1996 13:35:29 +0000 (13:35 +0000)]
disable `calendar -a'. it's a bad idea, particular
with networked home directories

submitted by: "Boyd R. Faulkner" <faulkner@asgard.bga.com> and
              GAWollman (long time ago)

28 years agoMove tsort back to lib-tools where it belongs, and add a "specially
Peter Wemm [Wed, 7 Aug 1996 13:25:59 +0000 (13:25 +0000)]
Move tsort back to lib-tools where it belongs, and add a "specially
for bootstrap" tweak to the lex Makefile to stop it building the library
too early.

This untangles things a bit more, it stops new bootstraps failing because
libl/libfl uses 'ld -O' before ld is updated.

28 years agoCorrect spelling of NOOBJDIR (I mistakenly wrote NOOBJ).
Peter Wemm [Wed, 7 Aug 1996 13:21:43 +0000 (13:21 +0000)]
Correct spelling of NOOBJDIR (I mistakenly wrote NOOBJ).
Closes PR#1451 (Ph. Charnier <charnier@xp11.frmug.org>) and
PR#1453 (Peter Mutsaers <plm@xs4all.nl>)

28 years agoThis diff adds support for the HP PC Lan+ cards (model numbers: 27247B
David Greenman [Wed, 7 Aug 1996 11:18:23 +0000 (11:18 +0000)]
This diff adds support for the HP PC Lan+ cards (model numbers: 27247B
and 27252A) in FreeBSD's `ed' driver.

Submitted by: A JOSEPH KOSHY <koshy@india.hp.com>

28 years agoMake explanation of BUILD_DEPENDS less confusing.
Satoshi Asami [Wed, 7 Aug 1996 08:25:08 +0000 (08:25 +0000)]
Make explanation of BUILD_DEPENDS less confusing.

Requested by: Narvi <narvi@haldjas.folklore.ee>

28 years agoAdd missing ")".
Satoshi Asami [Wed, 7 Aug 1996 07:46:15 +0000 (07:46 +0000)]
Add missing ")".

28 years agoSubmitted by: archie@whistle.com
Julian Elischer [Wed, 7 Aug 1996 04:09:05 +0000 (04:09 +0000)]
Submitted by: archie@whistle.com
This is a patch to sys/net/if.c. What it does is patch the algorithm
for finding an IP address on an interface which most closely matches
a given IP address. The problem with it is when no address matches,
and you have to just pick one at random. Then the code ends up picking
the last IP address in the list. This patch changes things so it
picks up the first address instead.
Usually the first address is more useful as the later ones are aliases.

28 years agoMove James FitzGibbon to developers' section, now that he can commit
Satoshi Asami [Wed, 7 Aug 1996 02:49:25 +0000 (02:49 +0000)]
Move James FitzGibbon to developers' section, now that he can commit
himself.  (No jokes on this one please.)

28 years agoDefer to fashion.
Jordan K. Hubbard [Wed, 7 Aug 1996 02:15:26 +0000 (02:15 +0000)]
Defer to fashion.

28 years agoSubmitted by: archie@whistle.com
Julian Elischer [Wed, 7 Aug 1996 00:39:41 +0000 (00:39 +0000)]
Submitted by: archie@whistle.com
slight cleanups

28 years agoAdd an Internet Hardware resources section and stick
Jordan K. Hubbard [Wed, 7 Aug 1996 00:39:06 +0000 (00:39 +0000)]
Add an Internet Hardware resources section and stick
"The Pentium Systems Hardware Performance Guide" which someone
posted today in there.

28 years agoRemove some hardcode *roff font change escape codes from
Mike Pritchard [Tue, 6 Aug 1996 22:42:23 +0000 (22:42 +0000)]
Remove some hardcode *roff font change escape codes from
this man page to prevent half of it from coming out with underlines.

This man page needs to be gone over to fully convert it to mdoc format.

This closes PR#1440.

Submitted by: Jens Schweikhardt <schweikhardt@rus.uni-stuttgart.de>

28 years agoCorrect the paramter type of the second argument to fgets.
Mike Pritchard [Tue, 6 Aug 1996 22:34:44 +0000 (22:34 +0000)]
Correct the paramter type of the second argument to fgets.

Obtained from: NetBSD-bugs mailing list

28 years agoMegacommit to straigthen out ETHER_ mess.
Poul-Henning Kamp [Tue, 6 Aug 1996 21:14:36 +0000 (21:14 +0000)]
Megacommit to straigthen out ETHER_ mess.

I'm pretty convinced after looking at this that the majority of our
drivers are confused about the in/exclusion of ETHER_CRC_LEN :-(

28 years agoUse ether_ioctl() to do a lot of grunt work.
Poul-Henning Kamp [Tue, 6 Aug 1996 21:09:25 +0000 (21:09 +0000)]
Use ether_ioctl() to do a lot of grunt work.

28 years agoFix another bogon.
Poul-Henning Kamp [Tue, 6 Aug 1996 14:29:06 +0000 (14:29 +0000)]
Fix another bogon.

28 years agoMake broadcast clients work.
Poul-Henning Kamp [Tue, 6 Aug 1996 11:32:25 +0000 (11:32 +0000)]
Make broadcast clients work.

28 years agoMake password checking in ftpd work again.
Poul-Henning Kamp [Tue, 6 Aug 1996 08:43:43 +0000 (08:43 +0000)]
Make password checking in ftpd work again.

28 years agoFix memory leak bug in the path parsing code which never released it's
Nate Williams [Mon, 5 Aug 1996 20:52:30 +0000 (20:52 +0000)]
Fix memory leak bug in the path parsing code which never released it's
buffer in certain error conditions.  Sync up the code to that in NetBSD
where applicable.

Reviewed by: Gary Jennejohn <garyj@munich.netsurf.de>
Submitted by: Michael Smith <msmith@atrad.adelaide.edu.au>
Obtained from: NetBSD sources

28 years agoSend out a period of "0" if negotiating asynchronous transfers (offset = 0).
Stefan Eßer [Mon, 5 Aug 1996 19:39:51 +0000 (19:39 +0000)]
Send out a period of "0" if negotiating asynchronous transfers (offset = 0).
A value of "255" used to be sent, and though it should not matter, there
appear to be a few devices that want both values to be zero for asynch.

28 years agoAdd a listing of ISO 3166 country codes (probably the first thing in this
Garrett Wollman [Mon, 5 Aug 1996 18:35:35 +0000 (18:35 +0000)]
Add a listing of ISO 3166 country codes (probably the first thing in this
directory that's actually useful).  This will be needed for the
next-generation `tzsetup'.

28 years agoBack out roberto's amendment to my update of the Australian distributor's
James Raynard [Mon, 5 Aug 1996 17:18:03 +0000 (17:18 +0000)]
Back out roberto's amendment to my update of the Australian distributor's
address - Melbourne is a city in the state of Victoria, not vice versa! :-)

Also add reference to Greg Lehey's books in the appropriate section,
replace some redundant questions by pointers to the Handbook, replace
"look at this bit of the Handbook" pointers by URLs, clean up
inconsistent use of "one" and "you" and fix a couple of typos
introduced by my previous changes...

28 years agouse <net/ethernet.h>
Poul-Henning Kamp [Mon, 5 Aug 1996 14:03:10 +0000 (14:03 +0000)]
use <net/ethernet.h>

28 years agoThis file is the (intended) definitive source of the ETHER_ macros.
Poul-Henning Kamp [Mon, 5 Aug 1996 14:02:38 +0000 (14:02 +0000)]
This file is the (intended) definitive source of the ETHER_ macros.

28 years agoFilter by IP protocol.
Alexander Langer [Mon, 5 Aug 1996 02:38:51 +0000 (02:38 +0000)]
Filter by IP protocol.

Submitted by: fenner (with modifications by me)

Bring in the interface unit wildcard flag fix from rev 1.15.4.8.

28 years agoFilter by IP protocol.
Alexander Langer [Mon, 5 Aug 1996 02:35:04 +0000 (02:35 +0000)]
Filter by IP protocol.

Submitted by: fenner (with modifications by me)

Use a common prefix string for all warning messages generated during
ip_fw_ctl.

28 years agoGratuitous whitespace change so that I can commit the source of the recent
Paul Traina [Mon, 5 Aug 1996 00:50:02 +0000 (00:50 +0000)]
Gratuitous whitespace change so that I can commit the source of the recent
buffer overflow patch.
Reviewed by: pst
Submitted by: Dave Andersen <angio@aros.net>