Commit Graph

50206 Commits

Author SHA1 Message Date
kris
70478b7354 MFS: Don't allow printf directives in PAGER
Obtained from:	OpenBSD
2000-07-07 00:24:13 +00:00
imp
948b4af9a6 Add information on libftpio version backoff. Also mention the crypto
collection changes.
2000-07-06 23:04:55 +00:00
imp
65d2cc503b o rc.d now use start/stop, and some scripts may produce warnings.
o NOTES replaces LINT.  Make a note of it in an older entry.
2000-07-06 22:51:16 +00:00
jmg
a143d8613f remove sys/time.h by instruction from bde. 2000-07-06 22:18:44 +00:00
obrien
272ef136c6 MFC: Upgrade to Binutils 2.10.0. 2000-07-06 22:16:12 +00:00
ache
fe87131f45 curses -> termcap, mainly for purity and to indicate which functions family
really used
2000-07-06 22:05:41 +00:00
obrien
9cf0b47175 Upgrade to Binutils 2.10.0. 2000-07-06 21:33:51 +00:00
ume
76c88671ad Reduce shlib major that is bumped by my mistake.
We don't need bumping it in this time.
2000-07-06 20:19:02 +00:00
ache
289098f556 Better fix for .Fx macro
Submitted by:	sheldonh
2000-07-06 20:13:42 +00:00
alfred
9d2ea4c6c1 cleanup the tsearch import.
remove (comment out) functions defined or depricated elsewhere:
  bsearch, lfind, lsearch, insque, remque

change hcreate to take a size_t rather than uint (essentially the same)

since hcreate/hdestroy are now in <search.h>, remove private search.h
in lib/libc/db/hash/

add $FreeBSD tags to hsearch.c
2000-07-06 20:04:34 +00:00
brian
35a71a772d Correct setproctitle() call
Obtained from: OpenBSD
2000-07-06 19:51:58 +00:00
wpaul
e478a84473 Fix up the sis.4 man page per Sheldon Hearn:
*   Clear the Os macro, which is assumed gracefully at run-off time.
    *   Use quotes to reduce the long name description (Nd) to a single
        argument.
    *   Use meaningful arguments to the -width option of the Bl macro.
    *   Mark rc.conf up with Xr instead of Pa so that it is obvious that
        further help on that file is available.
    *   Explicitly indicate that mediaopt is a command modifier (Cm) of
        the ifconfig(8) utility.
    *   Do not mark up half-duplex and full-duplex as arguments (Ar),
        since they are allowed values for an argument.
    *   Fix various grammar and spelling mistakes.
2000-07-06 19:30:20 +00:00
wpaul
1d1c3dfa82 Fix a minor bug in the MAC address unscrambling code.
(Some shift rights should have been shift lefts.)
2000-07-06 19:21:07 +00:00
brian
4d411b32cc Add various system usernames (even though I try to avoid pppd!!!)
PR:		19717
Submitted by:	Tony Finch <dot@dotat.at>
2000-07-06 19:05:43 +00:00
ume
5dbf0db3f6 Make compilable.
Reported by:	Ollivier Robert <roberto@eurocontrol.fr>
2000-07-06 18:17:08 +00:00
julian
0a7cf87729 Don't forget to set our MAC address into packets we wre sending out via
netgraph. Eventually we may need to have a separate hook for packets
that already have a source AMC address but for now just drop it in.
Should fix PPPoE.
2000-07-06 15:35:59 +00:00
n_hibma
43bf08cdc0 Properly fix world.
Sorry for breaking things in the first place.
2000-07-06 13:23:35 +00:00
kris
b187cd0a7a Unbreak heimdal build: we can no longer #include <netinet6/in6.h> 2000-07-06 10:09:59 +00:00
roberto
040fa0c278 Fix buildworld. 2000-07-06 08:37:34 +00:00
dcs
28f434e92b I hate signed chars.^W^W^W^W^WCast to unsigned char before using signed
chars as array indices.
2000-07-06 06:37:30 +00:00
dcs
0b5b4206f9 Correct comment to work with test code.
Prevent out of bounds array access in some specific cases.
2000-07-06 06:34:15 +00:00
wpaul
92014d5193 Add support for the National Semiconductor DP83815 fast ethernet
controller chip. This chip is currently being used on the NetGear
FA312-TX adapter, which I guess is a replacement for the FA310-TX
(PNIC-based).

I added support for this chip by modifying the sis driver since
the SiS 900 and the NS DP83815 have almost the same programming
interface (the RX filter programming and PHY access methods are
different, but the general configuration, DMA scheme and register
layout are identical).

I would have had this done a lot sooner, but getting the damn MAC
address out of the EEPROM proved to be more complicated than expected.
2000-07-06 06:02:04 +00:00
billf
c965731cac minor brucification. 2000-07-06 05:46:37 +00:00
dcs
d935d72f09 Use UCHAR_MAX consistently. 2000-07-06 05:19:29 +00:00
kris
39a0800905 Add two files missing from the KAME sync
Submitted by:	Eric Sabban <esabban@pacbell.net>
2000-07-06 04:01:37 +00:00
mckusick
95db8086e6 Teach fsck about snapshot files. These changes should have no
effect on operation of fsck on filesystems without snapshots.
If you get compilation errors, be sure that you have copies of
/usr/include/sys/mount.h (1.94), /usr/include/sys/stat.h (1.21),
and /usr/include/ufs/ffs/fs.h (1.16) as of July 4, 2000 or later.
2000-07-06 02:03:11 +00:00
kris
f8de5bdba9 Correct style bugs 2000-07-06 02:00:18 +00:00
kris
4bdb6aee28 Correct style bugs in previous commit 2000-07-06 01:55:21 +00:00
jhb
0da089cd4c - Inline all the functions that are only called once. This results in a
savings of 68 bytes in boot2.
- Also add a comment warning that you can't remove the empty exit()
  function.
2000-07-06 01:51:27 +00:00
mckusick
1724c33c33 Add the snapshot option to mount_ufs. 2000-07-06 01:50:05 +00:00
kris
b3627c2877 Sync with latest KAME code.
Obtained from:	KAME
2000-07-06 01:48:08 +00:00
kris
c402af029d Sync with latest KAME
Obtained from:	KAME
2000-07-06 00:38:07 +00:00
jhb
c50346c39b Doh. The disklabel is not 0x200 bytes of zeros, but it is 0x200 bytes long. 2000-07-06 00:29:40 +00:00
ache
f285708bd4 Fix .Fx usage (causing error diagnositc) 2000-07-06 00:25:05 +00:00
jhb
c070a63a72 Clarify the comments in here a bit. The first sector of boot2 is not just
zeros, it is actually the disklabel itself.  boot2.ldr is simply a
placeholder in the boot2 binary.
2000-07-06 00:22:50 +00:00
jhb
e818ce2ff1 Emulate the WBINVD instruction when it is called by the BIOS. 2000-07-06 00:13:21 +00:00
kris
efd2b975a3 Sync with latest KAME
Obtained from:	KAME
2000-07-05 22:09:50 +00:00
kris
4e9277e618 Sync with latest KAME.
Obtained from:	KAME
2000-07-05 21:54:07 +00:00
wpaul
9a0d185687 Close PR# 19617: add support for VIA VT6102 NICs to VIA Rhine driver. 2000-07-05 21:37:21 +00:00
ache
394397bd1b Fix alt months
Submitted by:	Ri?ardas ?epas <rch@richard.eu.org>
2000-07-05 21:02:45 +00:00
ume
4e50dbc3e4 IPv6 support.
This is required for forthcoming IPv6 ready installer.

Obtained from:	KAME
2000-07-05 19:34:43 +00:00
itojun
75f2912ef1 add list of KAME files - may not be 100% correct 2000-07-05 19:05:19 +00:00
sheldonh
6f075a78ac The previous commit changed the df(1) units flag from -k to -h, which
produced human-readable output.  I like this, but it's certainly not
something to change willy-nilly without discussion.  Revert to -k.

Anyway, the new variable allows folks to pick any units flag that
fits their fancy.
2000-07-05 17:48:23 +00:00
bsd
3393ace27a Plug the hole where rshd would bypass a proper .rhosts check if the
password was empty.

Reviewed by:	Warner Losh <imp@freebsd.org>
2000-07-05 17:47:17 +00:00
n_hibma
793569d9dd Add the usbhidctl utility, from NetBSD, by Lennart Augusst 2000-07-05 17:43:33 +00:00
jasone
e13099d25f Remove DEBUG_FLAGS=-g3, which never should have been committed. 2000-07-05 16:21:42 +00:00
tg
b2eca3c9e9 Now that the scripts in our ports support this, call the scripts
in ${local_startup} with the `stop' option on shutdown.
2000-07-05 12:40:26 +00:00
des
beabfa3564 Add MIT copyright 2000-07-05 12:04:31 +00:00
kris
6cd489204a Sync with latest KAME.
Obtained from:	KAME
2000-07-05 11:12:53 +00:00
kris
350e857a47 Sync with latest KAME code.
Obtained from:	KAME
2000-07-05 11:00:58 +00:00