Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-10-01 | sync | Jason Downs | |
1999-10-01 | Add SMC 8020 device. | Jason Downs | |
1999-10-01 | add skc and sk | Jason Wright | |
1999-10-01 | add ifmedia attribute to ax, wb, and lmc | Jason Wright | |
1999-10-01 | oops... $OpenBSD$ tags | Jason Wright | |
1999-10-01 | driver for SysKonnect 984x gigabit ethernet adapters; from FreeBSD | Jason Wright | |
1999-10-01 | use new mbuf external management for jumbo packet management | Jason Wright | |
1999-10-01 | remove dependency on external storage managed by mclusters and | Jason Wright | |
add more support for external managers | |||
1999-09-30 | Sync w/NetBSD. Add support for ES18[67][89] - Nonaka Kimihiro + muting ↵ | kstailey | |
control fix | |||
1999-09-30 | Change 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-30 | Make 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-30 | sync | Paul Janzen | |
1999-09-30 | That wasn't the way to identify a Cyclades -8YoP. | Paul Janzen | |
1999-09-30 | simplify bridge_broadcast(): | Jason Wright | |
don't bother returning an mbuf just to free it only free it if NOT used | |||
1999-09-30 | remove static's | Jason Wright | |
1999-09-29 | Fix 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-29 | Reallocate our scrollback buffer when switching 132/80 column modes, too. | Aaron Campbell | |
1999-09-29 | commented out profiling options | Artur Grabowski | |
1999-09-29 | some SUN4* ifdefs | Artur Grabowski | |
1999-09-29 | regen | Michael Shalayeff | |
1999-09-29 | c-media electronics and their audio, one more compaq pci-isa bdridge, sis ↵ | Michael Shalayeff | |
uma video | |||
1999-09-29 | Critical reliability fix for IPsec. On i386 splsoftclock is not | Niklas 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-29 | fix byte counters; imain@netidea.com | Theo de Raadt | |
1999-09-29 | Add 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-28 | Set j = i after arc4random key schedule to be more like arc4 stream cipher; | Theo de Raadt | |
from conversations between various people | |||
1999-09-27 | oops! | Steve Murphree | |
1999-09-27 | Bad synch | Marc Espie | |
1999-09-27 | Some cleaning... | Steve Murphree | |
1999-09-27 | Adding support for MVME188 and MVME197 | Steve Murphree | |
1999-09-27 | This gets us to 2.6... | Steve Murphree | |
1999-09-27 | changed loader load address. | Steve Murphree | |
1999-09-27 | Added to support MVME188 and MVME197 | Steve Murphree | |
1999-09-27 | adding support for MVME188 and MVME197. Plus 32bit if_ie. | Steve Murphree | |
1999-09-27 | reindent after removing statics | Jason 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-27 | Disable ints. later; NetBSD. | Federico G. Schwindt | |
1999-09-27 | Sync with NetBSD. | Federico G. Schwindt | |
1999-09-27 | regen. | Federico G. Schwindt | |
1999-09-27 | Sync devices with NetBSD. | Federico G. Schwindt | |
1999-09-27 | Some cosmetic repairs. | Aaron Campbell | |
1999-09-27 | do not attempt to run NetBSD binaries using native emul | kstailey | |
1999-09-27 | Glue | Marc Espie | |
1999-09-27 | The device-streams tools, including binaries in uu.gz format. | Marc Espie | |
1999-09-27 | sync | Theo de Raadt | |
1999-09-27 | another ne2000; marco@tecnogi.com | Theo de Raadt | |
1999-09-27 | Made loader load at 0x3f0000 | Steve Murphree | |
1999-09-27 | Addition of 32bit if_ie | Steve Murphree | |
1999-09-27 | Fix a display nit in scrollback code. | Aaron Campbell | |
1999-09-27 | Sync with FreeBSD. Fix totally broken axrxeof() function. | Aaron Campbell | |