summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
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
1999-09-26the mbuf copy was still being modified; now totally correct that.Theo de Raadt
1999-09-26- OpenBSDify; remove #ifdef's and statics.Aaron Campbell
- Uncomment a splimp();
1999-09-26More installboot related stuff.Steve Murphree
1999-09-26This fixes installboot.Steve Murphree
1999-09-26add exphy on alpha tooJason Wright
1999-09-26add exphyJason Wright
1999-09-26This needed to be there...Steve Murphree
1999-09-26match if parent is 'xl'Jason Wright
1999-09-26use dev/mii for appropriate cardsJason Wright