summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1999-10-16another fix form csapuntzTheo de Raadt
1999-10-16- Add support for a traditional PC display (16 colors and use the standard IBMAaron Campbell
1999-10-15Yet another unmount/kill race. (I hate this)Artur Grabowski
1999-10-14A fix for the dreaded isadmaattach panic. The reason was actually quiteNiklas Hallqvist
1999-10-14tick tock the mii clock during the stats updateJason Wright
1999-10-14Fix for PR 871.cmetz
1999-10-14read disklabels only from CDs that have a data track, spoofed labels fromTheo de Raadt
1999-10-14it now says 2.6 instead of 2.6-beta, but that does not mean that moreTheo de Raadt
1999-10-13manually add IFM_AUTO (workaround for fxp)Jason Wright
1999-10-13Don't try to call VOP_SETATTR on a pipe. From <cky@pobox.com>Artur Grabowski
1999-10-12no media prints in mii codeTheo de Raadt
1999-10-12add iophy*Jason Wright
1999-10-12add driver for i82553; from netbsdJason Wright
1999-10-12syncJason Wright
1999-10-12add Intel i82553 and alternate oui/id for same; netbsdJason Wright
1999-10-11for AF_UNIX, do not follow symlinks when creating sockets, terminateTheo de Raadt
1999-10-11include exphy, really needed for xl 100mbit cardsTheo de Raadt
1999-10-11permit builds with NFSSERVER, without NFSCLIENT; cmetzTheo de Raadt
1999-10-10do this the right wayArtur Grabowski
1999-10-10Print out the irq in attach. Thanks downsj@cvsConstantine Sapuntzakis
1999-10-09give pmap_enter the right number of args.Bob Beck
1999-10-09Attach to the new 82559 ID number as well.Jason Downs
1999-10-09SyncJason Downs
1999-10-09Add the new 82559 ID number.Jason Downs
1999-10-09Fix printout at attach time. Print PIO/DMA mode information after havingConstantine Sapuntzakis
1999-10-09wdc layer work:Constantine Sapuntzakis
1999-10-07Add a delay() before turning the motor off; some controllers don't see itJason Downs
1999-10-07Document ALT+F12, stress LEFT_SHIFT+PGUP/PGDN and point to machdep.kbdresetWim Vandeputte
1999-10-07Add -b (scrollback) to usage() -- OK aaron@Wim Vandeputte
1999-10-07regenBrad Smith
1999-10-07- fix typo in previous commitBrad Smith
1999-10-07- Fix stat and mknod syscalls to properly disassemble and reassembleBrad Smith
1999-10-07fix mergo: xl_setcfg(): after modifying software state, inform hardwareJason Wright
1999-10-07Yes, I think I've finally decided how I think scrollback should behave.Aaron Campbell
1999-10-06M_EXT isn't the only test for a cluster any more: also test ext_refJason Wright
1999-10-06Replace unnecessary static int with a define.Federico G. Schwindt
1999-10-06regen.Federico G. Schwindt
1999-10-06New devices; from NetBSD.Federico G. Schwindt
1999-10-06New (and better) defines in opl3sa3reg.h. Sayonara!Federico G. Schwindt
1999-10-06Add support for bass, treble, surround and mode under equalization class.Federico G. Schwindt
1999-10-06y2k related fixes; from netbsd, work by fgsch/ivanTheo de Raadt
1999-10-06Put TCP_SACK back in as it is not turned on by default anyway.Todd C. Miller
1999-10-06Turn of debugging diagnosticsConstantine Sapuntzakis
1999-10-06Fix piomode(0x4) errors.Constantine Sapuntzakis
1999-10-05Ensoniq ES1371 support.Constantine Sapuntzakis
1999-10-05Don't define AUDIO_DEBUGConstantine Sapuntzakis
1999-10-05Add a missing check from last commit.Aaron Campbell
1999-10-05Kill .raw reference; don't know why I didn't see this sooner.Jason Downs
1999-10-04promise support; chris@ took it from netbsdTheo de Raadt
1999-10-04save user configuration in some magic buffer, which config -e can read; majaTheo de Raadt