summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1999-10-01syncJason Downs
1999-10-01Add SMC 8020 device.Jason Downs
1999-10-01add skc and skJason Wright
1999-10-01add ifmedia attribute to ax, wb, and lmcJason Wright
1999-10-01oops... $OpenBSD$ tagsJason Wright
1999-10-01driver for SysKonnect 984x gigabit ethernet adapters; from FreeBSDJason Wright
1999-10-01use new mbuf external management for jumbo packet managementJason Wright
1999-10-01remove dependency on external storage managed by mclusters andJason Wright
add more support for external managers
1999-09-30Sync w/NetBSD. Add support for ES18[67][89] - Nonaka Kimihiro + muting ↵kstailey
control fix
1999-09-30Change extmem counter to include *all* extended memory segments.Jason Downs
Obviously, the kernel does not (and can not) know where the ACPI and such pages are, since the boot -> kernel API does not support passing the information. This will stomp on them, once again, but we can NOT limit half the PCs in existance to only 64MB of RAM. Approved by deraadt.
1999-09-30Make sure 'model' and 'step' are initialized, even for non-cpuid chips.Jason Downs
Fix Cyrix setup to do it's thing for non-cpuid M1 processors.
1999-09-30syncPaul Janzen
1999-09-30That wasn't the way to identify a Cyclades -8YoP.Paul Janzen
1999-09-30simplify bridge_broadcast():Jason Wright
don't bother returning an mbuf just to free it only free it if NOT used
1999-09-30remove static'sJason Wright
1999-09-29Fix a typo in previous commit.Aaron Campbell
1999-09-29- Add an ioctl to pcvt that adjusts the size of the scrollback buffer.Aaron Campbell
- In scon(1), provide a -b option as an interface to this ioctl.
1999-09-29Reallocate our scrollback buffer when switching 132/80 column modes, too.Aaron Campbell
1999-09-29commented out profiling optionsArtur Grabowski
1999-09-29some SUN4* ifdefsArtur Grabowski
1999-09-29regenMichael Shalayeff
1999-09-29c-media electronics and their audio, one more compaq pci-isa bdridge, sis ↵Michael Shalayeff
uma video
1999-09-29Critical reliability fix for IPsec. On i386 splsoftclock is notNiklas Hallqvist
a perfect emulation of a "real" architecture's splsoftclock, as it assumes it is only invoked from higher spl levels. Use splsoftnet instead.
1999-09-29fix byte counters; imain@netidea.comTheo de Raadt
1999-09-29Add option NETATALK (commented out).Angelos D. Keromytis
1999-09-28- Reallocate scrollbuffer when changing linemodes, not loading fonts.Aaron Campbell
- Now reallocate it when switching VTs, too, since different VTs may be in different linemodes. - Also, cut memory usage in half (thinko on my part in malloc calculation).
1999-09-28Set j = i after arc4random key schedule to be more like arc4 stream cipher;Theo de Raadt
from conversations between various people
1999-09-27oops!Steve Murphree
1999-09-27Bad synchMarc Espie
1999-09-27Some cleaning...Steve Murphree
1999-09-27Adding support for MVME188 and MVME197Steve Murphree
1999-09-27This gets us to 2.6...Steve Murphree
1999-09-27changed loader load address.Steve Murphree
1999-09-27Added to support MVME188 and MVME197Steve Murphree
1999-09-27adding support for MVME188 and MVME197. Plus 32bit if_ie.Steve Murphree
1999-09-27reindent after removing staticsJason Wright
remove %d/wb_unit in favor of %s/sc_dev.dv_xname From aaron@: uncomment and use splimp() (and fix case where splx would be missed) correct check for mem mapped mode
1999-09-27Disable ints. later; NetBSD.Federico G. Schwindt
1999-09-27Sync with NetBSD.Federico G. Schwindt
1999-09-27regen.Federico G. Schwindt
1999-09-27Sync devices with NetBSD.Federico G. Schwindt
1999-09-27Some cosmetic repairs.Aaron Campbell
1999-09-27do not attempt to run NetBSD binaries using native emulkstailey
1999-09-27GlueMarc Espie
1999-09-27The device-streams tools, including binaries in uu.gz format.Marc Espie
1999-09-27syncTheo de Raadt
1999-09-27another ne2000; marco@tecnogi.comTheo de Raadt
1999-09-27Made loader load at 0x3f0000Steve Murphree
1999-09-27Addition of 32bit if_ieSteve Murphree
1999-09-27Fix a display nit in scrollback code.Aaron Campbell
1999-09-27Sync with FreeBSD. Fix totally broken axrxeof() function.Aaron Campbell