| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Send a PADT message to the peer when a session is closed down. | julian | 1999-10-26 | 1 | -1/+35 |
* | This one actually gets session data to the waiting ppp daemon | julian | 1999-10-26 | 1 | -38/+5 |
* | Use the stock file now. | obrien | 1999-10-26 | 1 | -5/+9 |
* | Merge the FREEBSD_NATIVE and ELF/a.out support into GCC 2.95.1. | obrien | 1999-10-26 | 1 | -528/+520 |
* | Fix conflicts. | obrien | 1999-10-26 | 1 | -2/+2 |
* | Merge rev 1.2 (a.out support) into GCC 2.95.1. | obrien | 1999-10-26 | 1 | -238/+978 |
* | Merge our changes - this brings rev 1.2 (fix stabs ordering for a.out) | obrien | 1999-10-26 | 1 | -11/+15 |
* | Merge our changes - this brings rev 1.2 (-fformat-extensions) | obrien | 1999-10-26 | 1 | -8/+53 |
* | Merge our changes - this brings revs 1.{2,3} minus rev 1.4 into GCC 2.95.1. | obrien | 1999-10-26 | 1 | -67/+165 |
* | Fix conflicts. (dist src now contains our rev 1.1->1.2 changes) | obrien | 1999-10-26 | 1 | -51/+150 |
* | Add new functionality "lock" and "unlock" to provide a simple password | davidn | 1999-10-26 | 4 | -8/+47 |
* | Missed statement in password update relating to the previous change | davidn | 1999-10-26 | 1 | -1/+1 |
* | This one actually negotiated it's way into a session. | julian | 1999-10-26 | 1 | -12/+58 |
* | Adopt ports I care about. | obrien | 1999-10-26 | 1 | -0/+3 |
* | Make sure we add an interrupt resource if intline!=255. | dfr | 1999-10-26 | 2 | -2/+2 |
* | Add device entries for new pccard effort. | imp | 1999-10-26 | 1 | -0/+6 |
* | Moderately hacked pccard code from newconfig. It is somewhat in | imp | 1999-10-26 | 13 | -0/+4695 |
* | Add NeoMagic MagicMedia 256AV. | kuriyama | 1999-10-26 | 1 | -0/+2 |
* | Here's the config file that I'm starting with for the port of the | imp | 1999-10-26 | 1 | -0/+226 |
* | Clean up error handling in fileupdate(), which now returns 0 on success | davidn | 1999-10-26 | 5 | -62/+117 |
* | Abstract out some functionality into some more Macro's and eliminate | julian | 1999-10-25 | 1 | -17/+28 |
* | Remove debug printfs and Debugger() calls. | imp | 1999-10-25 | 2 | -85/+49 |
* | Make it compile inthe NETGRAPH case. | julian | 1999-10-25 | 3 | -3/+3 |
* | Bring ng_iface up-to-date with what has happenned to the bpf code. | julian | 1999-10-25 | 1 | -30/+17 |
* | Add an option for the van Jacobson Compression Netgraph node. | julian | 1999-10-25 | 1 | -0/+1 |
* | Add Kirk's comment about "copycenter"; it's just too good to pass up. | wes | 1999-10-25 | 1 | -0/+4 |
* | Add $FreeBSD$ | billf | 1999-10-25 | 2 | -0/+2 |
* | Small tweak: just reset the transmit block instead of doing a global reset | wpaul | 1999-10-25 | 1 | -2/+2 |
* | Add -c, -s, and -W options to nfsstat. Improve interval output and add | dillon | 1999-10-25 | 2 | -192/+276 |
* | Move NFS access cache hits/misses into nfsstats structure so | dillon | 1999-10-25 | 8 | -12/+26 |
* | Make release is now falling over in if_fe.c due to Warner's pccard changes: | wpaul | 1999-10-25 | 2 | -0/+6 |
* | install netgraph.h a bit earlier. | julian | 1999-10-25 | 1 | -0/+1 |
* | Introduce ``set logout''; another chat script. This is in preparation | brian | 1999-10-25 | 7 | -32/+73 |
* | Don't (unnecessarily) parse wtmp, force ID0logout() to DTRT instead. | brian | 1999-10-25 | 3 | -42/+8 |
* | Bring back texindex from the dead. Some ports use it to format their docs. | tg | 1999-10-25 | 2 | -1/+15 |
* | Do not rely on malloc() to zero-fill allocated memory, since it is | sheldonh | 1999-10-25 | 1 | -2/+3 |
* | Add text for the AMD-751 host-to-PCI and PCI-to-PCI (AGP) bridges. | alc | 1999-10-25 | 7 | -0/+38 |
* | If running on the client side of a remote commit, don't reject root when | peter | 1999-10-25 | 1 | -1/+6 |
* | Have only one attach routine, rather than two. | imp | 1999-10-25 | 1 | -4/+2 |
* | MIN unused, so kill it | imp | 1999-10-25 | 1 | -1/+0 |
* | Don't say a fscking word, any one of you. | wes | 1999-10-25 | 1 | -3/+0 |
* | Sony CXD1847A FireWire Host Controller | imp | 1999-10-25 | 1 | -0/+4 |
* | "S" comes before "U"... | obrien | 1999-10-25 | 1 | -2/+2 |
* | Add pccard attachment. This won't work with memory mapped ed devices | imp | 1999-10-25 | 2 | -100/+67 |
* | Add newbus attachment for pccard driver. Heavily tested by me, and | imp | 1999-10-25 | 4 | -155/+226 |
* | Add newbus pccard attachment for sio. Some of this code was written | imp | 1999-10-25 | 2 | -194/+194 |
* | Massive rewrite of pccard to convert it to newbus. | imp | 1999-10-25 | 18 | -1126/+338 |
* | Add text for the Athlon's MMX and 3DNow! (DSP) instruction extensions | alc | 1999-10-24 | 2 | -4/+4 |
* | Fixed to compile a kernel with scbus0 and without da0. | nyan | 1999-10-24 | 1 | -2/+4 |
* | Remove UNSAFE_WARN ifdef for mktemp warning (never defined) | ache | 1999-10-24 | 3 | -6/+6 |