summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1999-03-24status of major items + how people can helpTodd T. Fries
1999-03-24One missed in6a_words -> s6_addr32 conversion.cmetz
1999-03-24Reworked udp_output() to minimize the number of if() statements needed to getcmetz
packets out. Also had the nice side effect of fewer blocks now move around by ifdefs, which makes it more readable.
1999-03-24Removed inclusion of netinet6/in6.h. This was an artifact of when the corecmetz
IPv6 symbols were there rather than in netinet/in.h, and now not only is unnecessary but also could create problems (see PR library/781).
1999-03-24Removed old NRL convention in6a_words virtual-field from struct in6_addr.cmetz
Let's not encourage the use of an obsolete convention.
1999-03-24Replace 'in6a_words' (old NRL convention) with 's6_addr32' (new BSDI et al.cmetz
convention that is more common and more specific as to the access size)
1999-03-23Add DOSMBR_SIGNATURE_OFF define, needed for last disklabel changeTodd C. Miller
1999-03-23syncTheo de Raadt
1999-03-23new cardTheo de Raadt
1999-03-23simplify irq stringTheo de Raadt
1999-03-22workaround for STP1020A errata #148494Theo de Raadt
1999-03-22syncTheo de Raadt
1999-03-22i bet CSI2203 is an leTheo de Raadt
1999-03-22Remove diagnotic that could (was frequently) causing crashes.Dale S. Rahn
this whole pmap could use replacing.
1999-03-22Use standard macros for asm functions instead of the incompleteDale S. Rahn
asm function headers previously used.
1999-03-22in poll(), constrain nfds better, to avoid kvm starvation; alexTheo de Raadt
1999-03-21Fix TSS fault handling.Tobias Weingartner
1999-03-21Do not enable command tagged queuing by defaultTodd C. Miller
1999-03-19Add flag to allow some interfaces to not see packets with unknown destination.Jason Wright
1999-03-19Add the ability to mark an interface as "non-learning"Jason Wright
1999-03-18Don't allow users to mount umapfs.Artur Grabowski
(only a problem when kern.usermount == 1)
1999-03-17do not toast later swdevt[] entriesTheo de Raadt
1999-03-17sd3b tooTheo de Raadt
1999-03-17cleanup default swap devices (MAXPARTITIONS)Theo de Raadt
1999-03-17proper formatting for dmesgTheo de Raadt
1999-03-17syncTheo de Raadt
1999-03-17markers for some unsupported devicesTheo de Raadt
1999-03-17ispTheo de Raadt
1999-03-17If an mfs io is successful set b_resid to 0.Artur Grabowski
From Chuck Silvers <chs@netbsd>.
1999-03-17fix OpenBSD headersmjacob
1999-03-17fix OpenBSD headersmjacob
1999-03-17embarrassing typo botch. Thanks tomjacob
Federico G. Schwindt <fgsch@cvs.openbsd.org> for pointing it out. Fix OpenBSD header per his suggestion also.
1999-03-17complete update of ISP driver- Finally enabled for sparcmjacob
1999-03-17complete update of ISP driver- includes 2100 FC supportmjacob
1999-03-17complete update of ISP driver- includes 2100 FC supportmjacob
1999-03-17update firmware substantiallymjacob
1999-03-17Add in a real working isp_sbus.cmjacob
1999-03-16Reflect realityThorsten Lockert
1999-03-16syncTheo de Raadt
1999-03-16more devicesTheo de Raadt
1999-03-16in match(), check for at least one drqTheo de Raadt
1999-03-16K6-3Theo de Raadt
1999-03-16merge with freesbd:Jason Wright
o put media types in a structure for ifmedia adding o make sure ifp->if_snd.ifq_maxlen is initialized o add workaround for app note 7-15 o more checks for IFF_UP o use DELAY() instead of counters
1999-03-15syncTheo de Raadt
1999-03-15another card..Theo de Raadt
1999-03-15on cypress, disable write caching for nowTheo de Raadt
1999-03-15do not call nfsm_adj() with negative values; dmTheo de Raadt
1999-03-13syncTheo de Raadt
1999-03-13new intel bridge chipsetTheo de Raadt
1999-03-13indentTheo de Raadt