summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Minor hack in the netgraph interface to ethernets.julian1999-10-261-11/+60
|
* Send the negotiated session ID on our packets (DUH!).julian1999-10-261-1/+2
|
* Send a PADT message to the peer when a session is closed down.julian1999-10-261-1/+35
|
* This one actually gets session data to the waiting ppp daemonjulian1999-10-261-38/+5
| | | | (well, my test program at least).
* Use the stock file now.obrien1999-10-261-5/+9
|
* Merge the FREEBSD_NATIVE and ELF/a.out support into GCC 2.95.1.obrien1999-10-261-528/+520
|
* Fix conflicts.obrien1999-10-261-2/+2
|
* Merge rev 1.2 (a.out support) into GCC 2.95.1.obrien1999-10-261-238/+978
|
* Merge our changes - this brings rev 1.2 (fix stabs ordering for a.out)obrien1999-10-261-11/+15
| | | | into GCC 2.95.1.
* Merge our changes - this brings rev 1.2 (-fformat-extensions)obrien1999-10-261-8/+53
| | | | into GCC 2.95.1.
* Merge our changes - this brings revs 1.{2,3} minus rev 1.4 into GCC 2.95.1.obrien1999-10-261-67/+165
|
* Fix conflicts. (dist src now contains our rev 1.1->1.2 changes)obrien1999-10-261-51/+150
|
* Add new functionality "lock" and "unlock" to provide a simple passworddavidn1999-10-264-8/+47
| | | | | | locking mechanism for users. This works by prepending the string "*LOCKED*" to the password field in master.passwd to prevent successful decoding.
* Missed statement in password update relating to the previous changedavidn1999-10-261-1/+1
| | | | to fileupdate() which prevented pwd_mkdb(1) from being run.
* This one actually negotiated it's way into a session.julian1999-10-261-12/+58
| | | | still tuning to be done.
* Adopt ports I care about.obrien1999-10-261-0/+3
|
* Make sure we add an interrupt resource if intline!=255.dfr1999-10-262-2/+2
|
* Add device entries for new pccard effort.imp1999-10-261-0/+6
|
* Moderately hacked pccard code from newconfig. It is somewhat inimp1999-10-2613-0/+4695
| | | | | | | | | | | | | 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
* Add NeoMagic MagicMedia 256AV.kuriyama1999-10-261-0/+2
|
* Here's the config file that I'm starting with for the port of theimp1999-10-261-0/+226
| | | | | | newconfig pccard/cardbus code. Much more to follow. :-)
* Clean up error handling in fileupdate(), which now returns 0 on successdavidn1999-10-265-62/+117
| | | | | | | | | | | | 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]
* Abstract out some functionality into some more Macro's and eliminatejulian1999-10-251-17/+28
| | | | | duplicate code. Reviwed by: Archie Cobbs <archie@freebsd.org>
* Remove debug printfs and Debugger() calls.imp1999-10-252-85/+49
| | | | | | | Add support for memory mapping This should allow pccard that need memory mapping to work, but I don't have one to test against.
* Make it compile inthe NETGRAPH case.julian1999-10-253-3/+3
|
* Bring ng_iface up-to-date with what has happenned to the bpf code.julian1999-10-251-30/+17
|
* Add an option for the van Jacobson Compression Netgraph node.julian1999-10-251-0/+1
|
* Add Kirk's comment about "copycenter"; it's just too good to pass up.wes1999-10-251-0/+4
|
* Add $FreeBSD$billf1999-10-252-0/+2
|
* Small tweak: just reset the transmit block instead of doing a global resetwpaul1999-10-251-2/+2
| | | | | in xl_init(). This achieves the effect that I wanted without totally resetting the chip.
* Add -c, -s, and -W options to nfsstat. Improve interval output and adddillon1999-10-252-192/+276
| | | | | | | | | | | 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.
* Move NFS access cache hits/misses into nfsstats structure sodillon1999-10-258-12/+26
| | | | /usr/bin/nfsstat can get to it easily.
* Make release is now falling over in if_fe.c due to Warner's pccard changes:wpaul1999-10-252-0/+6
| | | | | | | | | 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.
* install netgraph.h a bit earlier.julian1999-10-251-0/+1
| | | | Submitted by: Boris Popov <bp@butya.kz>
* Introduce ``set logout''; another chat script. This is in preparationbrian1999-10-257-32/+73
| | | | for the abstraction of ``set dial'' and ``set hangup''.
* Don't (unnecessarily) parse wtmp, force ID0logout() to DTRT instead.brian1999-10-253-42/+8
|
* Bring back texindex from the dead. Some ports use it to format their docs.tg1999-10-252-1/+15
|
* Do not rely on malloc() to zero-fill allocated memory, since it issheldonh1999-10-251-2/+3
| | | | | | | | not documented as doing so. This fixes a potential segmentation violation. PR: 14465 Reported by: Tony Finch <fanf@demon.net>
* Add text for the AMD-751 host-to-PCI and PCI-to-PCI (AGP) bridges.alc1999-10-257-0/+38
|
* If running on the client side of a remote commit, don't reject root whenpeter1999-10-251-1/+6
| | | | | | | 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
* Have only one attach routine, rather than two.imp1999-10-251-4/+2
| | | | | | Remove debug printfs. This should allow the ed driver to work when memory mapping works again.
* MIN unused, so kill itimp1999-10-251-1/+0
|
* Don't say a fscking word, any one of you.wes1999-10-251-3/+0
|
* Sony CXD1847A FireWire Host Controllerimp1999-10-251-0/+4
|
* "S" comes before "U"...obrien1999-10-251-2/+2
| | | | Alphabet taught to Green by: obrien
* Add pccard attachment. This won't work with memory mapped ed devicesimp1999-10-252-100/+67
| | | | | | | | yet, but that should be resolved shortly. Non memory mapped ed devices should work, but I cannot test this since my only ed card is memory mapped. Submitted by: Matt Dodd <mdodd@freebsd.org>
* Add newbus attachment for pccard driver. Heavily tested by me, andimp1999-10-254-155/+226
| | | | | | | | | | | I'm committing this from a laptop running this driver. Have only one devclass for all ep devices (at least for pccard and eisa) so unit numbering is sane. Might not work with both isa and non-isa devices on the same system until ep is updated (Matt has some patches in the pipeline which should resolve this, he wanted me to commit this so he can resolve any conflicts against cvs rather than my patches). Reviewed by: Matt Dodd <mdodd@freebsd.org>
* Add newbus pccard attachment for sio. Some of this code was writtenimp1999-10-252-194/+194
| | | | | | | | | | by Peter Wemm, but I've not merged all the changes he sent to me yet. This has not been reviewed by bde, so I'm committing to resolve any issues he has with this when he returns from FreeBSD CON 99. I've had four reports of this working for them. I've been able to communicate to both my built in modem and a pccard modem with these patches.
* Massive rewrite of pccard to convert it to newbus.imp1999-10-2518-1126/+338
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o Gut the compatibility interface, you now must attach with newbus. o Unit numbers from pccardd are now ignored. This may change the units assigned to a card. It now uses the first available unit. o kill old skeleton code that is now obsolete. o Use newbus attachment code. o cleanup interfile dependencies some. o kill list of devices per slot. we use the device tree for what we need. o Remove now obsolete code. o The ep driver (and maybe ed) may need some config file tweaks to allow it to attach. See config files that were committed for examples on how to do this. Drivers to be commited shortly. This is an interrum fix until the new pccard. ed, ep and sio will be supported by me with this release, although others are welcome to try to support other devices before new pccard is working. I plan on doing minimal further work on this code base. Be careful when upgrading, since this code is known to work on my laptop and those of a couple others as well, but your milage may vary. BUGS TO BE FIXED: o system memory isn't allocated yet, it will be soon. o No devices actually have a pccard newbus attach in the tree. BUGS THAT MIGHT BE FIXED: o card removal, including suspend, usually hangs the system. Many thanks to Peter Wemm and Doug Rabson for helping me to fill in the missing bits of New Bus understanding at FreeBSD Con '99.
* Add text for the Athlon's MMX and 3DNow! (DSP) instruction extensionsalc1999-10-242-4/+4
| | | | to print_AMD_features.
OpenPOWER on IntegriCloud