summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable bpf by default.kato1999-08-082-16/+10
* Fix a panic caused by freeing unallocated structure.kato1999-08-081-2/+1
* Add vinumraid5.c to the files for Vinum. This allows (deprecated)grog1999-08-081-0/+1
* The following simplifies newvers.sh somewhat and makes what(1) work withjkh1999-08-081-8/+10
* cdevsw_remove: place correct value in bmaj2cmaj. This had causedgrog1999-08-081-2/+2
* Make long longs ("%ll" format) work.green1999-08-071-2/+6
* Fixed a bogus include pathname which broke compiling in an obj directory.bde1999-08-071-2/+2
* Fixed syntax errors. Code should be tested before committing it, or atbde1999-08-071-2/+2
* Re-delete the (meaningless) device-driver tokens that came back in 1.256peter1999-08-072-58/+58
* Add vinumraid5.c to list of sources.grog1999-08-071-1/+1
* Import RAID-5 code.grog1999-08-071-0/+638
* Import RAID-5 code.grog1999-08-071-3/+26
* Update a comment.grog1999-08-071-3/+8
* Import RAID-5 code.grog1999-08-071-11/+51
OpenPOWER on IntegriCloud