summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - detect the number of pchips actually present; don't just assume 2gallatin1999-08-102-8/+91
* Support S/G DMA so that ISA devices (like the floppy disk) work.gallatin1999-08-101-1/+71
* Cosmetic changes in PC98 functions:kato1999-08-101-58/+62
* Fixed a compiler warning by conversion from pointer to integer.kato1999-08-101-3/+3
* Add net.inet.icmp.log_redirect and net.inet.icmp.drop_redirect, fordes1999-08-101-3/+28
* Re-order list.des1999-08-101-4/+4
* Hopefully fix the previous commit, it caused *all* bridges to be detectedpeter1999-08-106-36/+42
* - Removed unused variable.kato1999-08-101-7/+5
* Sync with sys/i386/conf/userconfig.c revision 1.152.kato1999-08-101-5/+5
* Use the latest version of these files from OpenBSD.imp1999-08-102-17/+22
* Import strl{cat,cpy} from OpenBSD.imp1999-08-102-0/+134
* vm_map_madvise:alc1999-08-101-17/+3
* pmap_remove_pages:alc1999-08-102-2/+8
* Add support for the Am79C978. (AMD PCHome/PCI Ethernet adapter)mdodd1999-08-108-6/+54
* 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
* Include <sys/queue.h> since this header now depends on it.jdp1999-08-092-2/+6
* A little more tidying up.peter1999-08-094-126/+44
* 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
* This uses an SLIST_ENTRY and breaks the build without sys/queue.h. Commitjkh1999-08-091-1/+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
* 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
* Make the pty driver as close to a cloning device as we can get for now,phk1999-08-0812-124/+87
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-0858-238/+206
* Avoid symbol clash in LINT.phk1999-08-082-4/+4
* Fix a reference to `st' by replacing it with `sa'.chris1999-08-083-6/+6
* Fixed all printf format errors reported by gcc -Wformat on i386's:bde1999-08-081-8/+8
* Fixed printf format errors (%qu -> %llu; the arg was already unsigned longbde1999-08-082-10/+6
* Fixed all printf format errors reported by gcc -Wformat on i386's:bde1999-08-082-20/+32
* Fix page fault in linux_uselib syscall.marcel1999-08-082-4/+4
* Sync with sys/i386/conf/options.i386 revision 1.119.kato1999-08-082-4/+14
* Sync with sys/i386/conf/majors.i386 revision 1.81.kato1999-08-081-2/+1
* Sync with sys/i386/conf/files.i386 revision 1.257.kato1999-08-082-32/+38
OpenPOWER on IntegriCloud