summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Removed unused variable.kato1999-08-101-7/+5
* If we receive an IPCP protocol reject, bring it down.brian1999-08-101-1/+8
* Sync with sys/i386/conf/userconfig.c revision 1.152.kato1999-08-101-5/+5
* Check to see if /usr/bin/logger exists before using it. Use "echo" ifobrien1999-08-101-1/+5
* Use the latest version of these files from OpenBSD.imp1999-08-105-38/+48
* Import strl{cat,cpy} from OpenBSD.imp1999-08-106-6/+423
* vm_map_madvise:alc1999-08-101-17/+3
* pmap_remove_pages:alc1999-08-102-2/+8
* Some floppy related commands (fdformat, fdwrite, fdcontrol) need not bemjacob1999-08-101-4/+4
* Add support for the Am79C978. (AMD PCHome/PCI Ethernet adapter)mdodd1999-08-109-7/+58
* Back out the last patch. I'm too tired to apply patches.brian1999-08-091-6/+2
* Remove CLOCAL when we're not in -dedicated mode.brian1999-08-091-3/+7
* Correct typo.grog1999-08-091-1/+1
* Add an example of an isdnd.rc that works with ppp.brian1999-08-091-0/+75
* Add an example of an isdn profile.brian1999-08-091-0/+85
* Change printf formats %q[du] -> %ll[du]brian1999-08-093-13/+13
* Insist that ppp.conf and it's parent directories aren't `other'brian1999-08-091-2/+5
* Fix nexus_pcib_is_host_bridge() so that it detects my 486's PCI buswpaul1999-08-096-18/+54
* chip0: <PCI to 0x80 bridge (vendor=10e0 device=8849)> at device 0.0 on pci0mdodd1999-08-091-1/+2
* Move cronjob up one minute to get it out of the 02:00-03:00 happy hourphk1999-08-091-2/+2
* Include <sys/queue.h> since this header now depends on it.jdp1999-08-092-2/+6
* There is no special handling for SIGALRM asru1999-08-091-11/+3
* A little more tidying up.peter1999-08-094-126/+44
* Fix a few typos and misspellings, grabbed from PR#8472chris1999-08-091-8/+8
* Expand a heap of macros that obscure readability and are no longer neededpeter1999-08-094-474/+244
* Remove a reference to config(8) when IRQ 2 is remapped to IRQ 9.mpp1999-08-091-5/+5
* More pre-lite2 support zapped and some more tidy-up.peter1999-08-094-148/+2
* Unifdef -D__FreeBSD__ - and remove pre-lite2 support.peter1999-08-094-230/+24
* Unifdef -U__NetBSD__peter1999-08-094-516/+2
* Fixed checking a type of the interface.nyan1999-08-092-4/+4
* Unifdef -U__bsdi__peter1999-08-094-610/+8
* s/Id/FreeBSD/peter1999-08-096-6/+12
* Strip __FreeBSD_version >= 300000 conditionals.peter1999-08-094-64/+18
* Merge changes from NetBSD rev 1.82 -> 1.86 via vendor branch.peter1999-08-092-30/+204
* make alpha compile again.phk1999-08-094-35/+14
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-0966-1259/+113
* Back out previous commit - it's not necessary now that tty.h properly includesjkh1999-08-091-2/+1
* This uses an SLIST_ENTRY and breaks the build without sys/queue.h. Commitjkh1999-08-091-1/+2
* Remove reference to nonexistant man page `da(9)'chris1999-08-091-3/+2
* Add a missing include (sys/queue.h for sys/tty.h SLIST usage.)green1999-08-091-1/+2
* Remove f2c-related stuff from the "includes" target and from ajdp1999-08-081-3/+2
* Remove compile time limit on number of devices.phk1999-08-081-25/+17
* Passing the unit number to an interrupt routing is kind of narrowminded,phk1999-08-082-2/+7
* Remove compiled in limit on number of devices.phk1999-08-081-104/+29
* register tty devices so they will look right in pstat.phk1999-08-081-61/+26
* Document -f flag:chris1999-08-082-4/+10
* Allocate and register struct tty on the fly.phk1999-08-082-26/+6
* Enable ttymalloc().phk1999-08-082-11/+8
* s/TULUP/TULIP/ - from vendor branch.peter1999-08-082-6/+6
* Add new sysctl "kern.ttys" which return all the struct tty's which havephk1999-08-083-3/+38
OpenPOWER on IntegriCloud