Commit Graph

42114 Commits

Author SHA1 Message Date
billf
80622a4e92 Use $FreeBSD$ (instead of the author's $Revision$) to report the
version number now that we have it.

Reviewed by:	author
1999-10-26 19:05:04 +00:00
billf
11ec376ba7 freebsd -> FreeBSD 1999-10-26 18:57:04 +00:00
billf
0d05d1d236 Add $FreeBSD$
Submitted by:	chris
1999-10-26 18:54:57 +00:00
billf
bde15b0901 Co-MAINTAINER this module. 1999-10-26 18:52:36 +00:00
alc
5dbc00f024 Add text for the VIA 82C686 southbridge used by some Athlon and PII boards. 1999-10-26 18:26:06 +00:00
imp
445be7e508 Very preliminary pcic device support. Will make depend, but won't
(yet) compile and link.  Renamed pcic back to pcic from pcicx, but
conditionalize its inclusion on pccard being included also.  card is
the old and pccard is the new, which is a handy way to have both in
the tree at the same time.

Obtained from: newconfig project

More to follow...
1999-10-26 16:53:57 +00:00
davidn
f7ccb2973e Don't try updating the passwd file if no data has changed. This allows things
like "pw usermod <name> -m" to work for non-local NIS users; since no attempt
is made to update the password entry, the home directory will be created and
populated as expected without error.
1999-10-26 15:07:20 +00:00
cracauer
484b3d2fe4 Fix ';' command when used with -e flag.
PR:		bin/14509
1999-10-26 13:17:18 +00:00
julian
ab9e5f111c Minor hack in the netgraph interface to ethernets. 1999-10-26 11:40:23 +00:00
julian
6ef2575af3 Send the negotiated session ID on our packets (DUH!). 1999-10-26 11:26:23 +00:00
julian
28c9969894 Send a PADT message to the peer when a session is closed down. 1999-10-26 11:04:25 +00:00
julian
7e5123180f This one actually gets session data to the waiting ppp daemon
(well, my test program  at least).
1999-10-26 09:25:18 +00:00
obrien
cd9c939caf Use the stock file now. 1999-10-26 09:17:58 +00:00
obrien
a9600cd966 Merge the FREEBSD_NATIVE and ELF/a.out support into GCC 2.95.1. 1999-10-26 09:13:47 +00:00
obrien
fe340e5799 Fix conflicts. 1999-10-26 08:57:00 +00:00
obrien
cab14a6057 Merge rev 1.2 (a.out support) into GCC 2.95.1. 1999-10-26 08:53:03 +00:00
obrien
be49857ff3 Merge our changes - this brings rev 1.2 (fix stabs ordering for a.out)
into GCC 2.95.1.
1999-10-26 08:47:58 +00:00
obrien
7c5dbcb425 Merge our changes - this brings rev 1.2 (-fformat-extensions)
into GCC 2.95.1.
1999-10-26 08:45:23 +00:00
obrien
f9cda1dcea Merge our changes - this brings revs 1.{2,3} minus rev 1.4 into GCC 2.95.1. 1999-10-26 08:41:38 +00:00
obrien
da23d8ba5f Fix conflicts. (dist src now contains our rev 1.1->1.2 changes) 1999-10-26 08:38:21 +00:00
davidn
1eb57a5aee Add new functionality "lock" and "unlock" to provide a simple password
locking mechanism for users. This works by prepending the string
"*LOCKED*" to the password field in master.passwd to prevent successful
decoding.
1999-10-26 08:34:09 +00:00
davidn
d846dabde7 Missed statement in password update relating to the previous change
to fileupdate() which prevented pwd_mkdb(1) from being run.
1999-10-26 08:30:20 +00:00
julian
5050a27acd This one actually negotiated it's way into a session.
still tuning to be done.
1999-10-26 08:08:48 +00:00
obrien
370c3f330a Adopt ports I care about. 1999-10-26 07:51:24 +00:00
dfr
e872baa89c Make sure we add an interrupt resource if intline!=255. 1999-10-26 07:40:41 +00:00
imp
6ca1b49a7d Add device entries for new pccard effort. 1999-10-26 06:55:01 +00:00
imp
07ce36744f Moderately hacked pccard code from newconfig. It is somewhat in
incomplete and likely has problem.  The code was originally pcmcia,
but I renamed it to pccard and made it compile on FreeBSD -current.  I
converted SIMPLEQ to STAILQ as well as a few sc->dev.xname ->
device_printf changes.  This is a green port of fairly mature code.

I derived this work from the FreeBSD newconfig project
(http://www.jp.freebsd.org/newconfig).  Any problems with it are
likely introduced by me.

Obtained from: newconfig project
1999-10-26 06:52:31 +00:00
kuriyama
ea1e1fae55 Add NeoMagic MagicMedia 256AV. 1999-10-26 06:47:03 +00:00
imp
545cf2e988 Here's the config file that I'm starting with for the port of the
newconfig pccard/cardbus code.

Much more to follow. :-)
1999-10-26 04:57:24 +00:00
davidn
81f9461104 Clean up error handling in fileupdate(), which now returns 0 on success
instead of a boolean. This replicated through he front-end sub-functions
relating to add, delete, modify entries in passwd & group files
Errno is now preserved so output of errc()/warnc() will be less obfuscated
by subsequent errors when reporting the problem.

Add more intelligent error handling when attempting to modify/delete NIS
entries with no corresponding local database entry.

[MFC to stable in a couple of weeks to keep both in sync]
1999-10-26 04:27:14 +00:00
julian
f309865463 Abstract out some functionality into some more Macro's and eliminate
duplicate code.
Reviwed by: Archie Cobbs <archie@freebsd.org>
1999-10-25 23:20:15 +00:00
imp
3f64e5f3fb Remove debug printfs and Debugger() calls.
Add support for memory mapping

This should allow pccard that need memory mapping to work, but I don't
have one to test against.
1999-10-25 23:17:24 +00:00
julian
cee464e11b Make it compile inthe NETGRAPH case. 1999-10-25 23:14:04 +00:00
julian
7502cd6005 Bring ng_iface up-to-date with what has happenned to the bpf code. 1999-10-25 22:36:39 +00:00
julian
6426f75478 Add an option for the van Jacobson Compression Netgraph node. 1999-10-25 22:07:30 +00:00
wes
10c0d5391a Add Kirk's comment about "copycenter"; it's just too good to pass up. 1999-10-25 21:59:31 +00:00
billf
34423d2d70 Add $FreeBSD$ 1999-10-25 21:51:04 +00:00
wpaul
46c9ac5a09 Small tweak: just reset the transmit block instead of doing a global reset
in xl_init(). This achieves the effect that I wanted without totally
resetting the chip.
1999-10-25 20:52:32 +00:00
dillon
c1f4efef86 Add -c, -s, and -W options to nfsstat. Improve interval output and add
wide-format option to get client-side ops and cache statistics on a single
    line.

    Change client side ops to the number of attempted ops, whether cached or
    not, rather then just the number of rpc's that went through to the server.
    This brings nfsstat inline with systat -vm and vmstat and reduces
    confusion.  The combined cache percentage stats now available via
    'nfsstat -cW 1' becomes very useful.
1999-10-25 19:39:17 +00:00
dillon
88433ba5f1 Move NFS access cache hits/misses into nfsstats structure so
/usr/bin/nfsstat can get to it easily.
1999-10-25 19:22:33 +00:00
wpaul
ab90c12a25 Make release is now falling over in if_fe.c due to Warner's pccard changes:
if_fe.c uses PCCARD_MODULE() and is part of GENERIC. I've #ifdef'ed out
the #include of "card.h" to hopefully disable pccard support in this
driver until it can be converted. I'm not positive this will fix make
release, but it can't possibly make it any worse than it is now.

I hope this stuff settles down soon.
1999-10-25 17:04:17 +00:00
julian
b2f46323bb install netgraph.h a bit earlier.
Submitted by:	Boris Popov <bp@butya.kz>
1999-10-25 14:50:13 +00:00
brian
b3ddae2734 Introduce ``set logout''; another chat script. This is in preparation
for the abstraction of ``set dial'' and ``set hangup''.
1999-10-25 13:49:44 +00:00
brian
3c23268eff Don't (unnecessarily) parse wtmp, force ID0logout() to DTRT instead. 1999-10-25 13:31:42 +00:00
tg
5a5660b1f6 Bring back texindex from the dead. Some ports use it to format their docs. 1999-10-25 10:35:39 +00:00
sheldonh
0a11b67bf0 Do not rely on malloc() to zero-fill allocated memory, since it is
not documented as doing so.  This fixes a potential segmentation
violation.

PR:	14465
Reported by:	Tony Finch <fanf@demon.net>
1999-10-25 09:46:57 +00:00
alc
a150a46af7 Add text for the AMD-751 host-to-PCI and PCI-to-PCI (AGP) bridges. 1999-10-25 06:28:04 +00:00
peter
440e51383e If running on the client side of a remote commit, don't reject root when
trying to do a commit.  The server side will use the correct name, and the
client side restriction is just an annoyance.

Requested by:  lots of folks
1999-10-25 06:24:11 +00:00
imp
782e56d0e3 Have only one attach routine, rather than two.
Remove debug printfs.

This should allow the ed driver to work when memory mapping works again.
1999-10-25 06:15:45 +00:00
imp
c040a9ef73 MIN unused, so kill it 1999-10-25 04:28:53 +00:00