Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-10-07 | Add a delay() before turning the motor off; some controllers don't see it | Jason Downs | |
otherwise. Also move the motor off up so that it always gets performed, even if the probe is overridden via config flags. | |||
1999-10-07 | Document ALT+F12, stress LEFT_SHIFT+PGUP/PGDN and point to machdep.kbdreset | Wim Vandeputte | |
1999-10-07 | Add -b (scrollback) to usage() -- OK aaron@ | Wim Vandeputte | |
1999-10-07 | regen | Brad Smith | |
1999-10-07 | - fix typo in previous commit | Brad Smith | |
- Implement fstatvfs64 system call | |||
1999-10-07 | - Fix stat and mknod syscalls to properly disassemble and reassemble | Brad Smith | |
dev_t values to/from emulation dev_t's - Implement fstat64, llseek and open64 system calls; from NetBSD | |||
1999-10-07 | fix mergo: xl_setcfg(): after modifying software state, inform hardware | Jason Wright | |
merge in freebsd xl_choose_xcvr() for cards that report AUTO but have no phy | |||
1999-10-07 | Yes, I think I've finally decided how I think scrollback should behave. | Aaron Campbell | |
1999-10-06 | M_EXT isn't the only test for a cluster any more: also test ext_ref | Jason Wright | |
1999-10-06 | Replace unnecessary static int with a define. | Federico G. Schwindt | |
1999-10-06 | regen. | Federico G. Schwindt | |
1999-10-06 | New devices; from NetBSD. | Federico G. Schwindt | |
1999-10-06 | New (and better) defines in opl3sa3reg.h. Sayonara! | Federico G. Schwindt | |
1999-10-06 | Add support for bass, treble, surround and mode under equalization class. | Federico G. Schwindt | |
Modify some code for simplicity and remove unused one; from NetBSD. | |||
1999-10-06 | y2k related fixes; from netbsd, work by fgsch/ivan | Theo de Raadt | |
1999-10-06 | Put TCP_SACK back in as it is not turned on by default anyway. | Todd C. Miller | |
That way, users who want it can turn it on via sysctl. | |||
1999-10-06 | Turn of debugging diagnostics | Constantine Sapuntzakis | |
1999-10-06 | Fix piomode(0x4) errors. | Constantine Sapuntzakis | |
Fix Sense Error 6 errors. Better atapi to scsi sense conversion. | |||
1999-10-05 | Ensoniq ES1371 support. | Constantine Sapuntzakis | |
Thanks to Ezra Story (ezy@panix.com) | |||
1999-10-05 | Don't define AUDIO_DEBUG | Constantine Sapuntzakis | |
1999-10-05 | Add a missing check from last commit. | Aaron Campbell | |
1999-10-05 | Kill .raw reference; don't know why I didn't see this sooner. | Jason Downs | |
1999-10-04 | promise support; chris@ took it from netbsd | Theo de Raadt | |
1999-10-04 | save user configuration in some magic buffer, which config -e can read; maja | Theo de Raadt | |
1999-10-04 | m_new is the new mbuf, not m | Jason Wright | |
1999-10-04 | m_new is the new mbuf, not m | Jason Wright | |
fix calculation of buffer slot number | |||
1999-10-04 | Minor calculation tweaks. | Aaron Campbell | |
1999-10-04 | Fixed garbled dmesg. | Steve Murphree | |
1999-10-03 | Remove commented out sample of SHMMAXPGS setting with machine-specific | Niklas Hallqvist | |
comment. People should read options.4 for such info anyhow, not this file. | |||
1999-10-03 | Double the amount of shared memory pages we can maximally allocate. This | Niklas Hallqvist | |
makes TV watching in fullscreen in 640x480 work. | |||
1999-10-03 | Add missing bzero(). | Hakan Olsson | |
1999-10-03 | take advantage of m->m_ext.ext_handle for storing the softc | Jason Wright | |
(instead of stashing it in the buffer) | |||
1999-10-01 | SACK is not bug-free yet; off for 2.6 | Theo de Raadt | |
1999-10-01 | ignore ELLE. -moj | Mats O Jansson | |
1999-10-01 | add tag. remove VNODEPAGER. -moj | Mats O Jansson | |
1999-10-01 | Update the man page to reflect reality. | Aaron Campbell | |
1999-10-01 | Attach to SMC 8020 cards, they seem to work fine. | Jason Downs | |
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 | |