summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-08-20print as unsigned for unsigned values, when printing out a map in ddb; art@ okMichael Shalayeff
2002-08-20set use_deprecated back to 1. sync w/kameJun-ichiro itojun Hagino
2002-08-20more comment on bind(deprecated) handlingJun-ichiro itojun Hagino
2002-08-20Two fixes from NetBSD (this allows my u60 to boot multiuser):Jason Wright
2002-08-20syncNathan Binkert
2002-08-20New intel gigE devices from Henric Jungheim <henric@henric.info>Nathan Binkert
2002-08-20Because of reversed use of the annul bit and delay slots copyin andArtur Grabowski
2002-08-20Add a pseudo openfirmware console device for early debugging purposesDale Rahn
2002-08-19correct copyout logic. better fix to be made in kame treeJun-ichiro itojun Hagino
2002-08-19KNF (4 char continuations)Jason Wright
2002-08-19Take advantage of rasops.updatecursor to keep the prom cursor up to dateJason Wright
2002-08-19From NetBSD:Jason Wright
2002-08-19copyout only if oldp is non-nullJun-ichiro itojun Hagino
2002-08-19need explicit copyout().Jun-ichiro itojun Hagino
2002-08-19committed by mistake - i'm still working on theseJun-ichiro itojun Hagino
2002-08-19be consistent with other KAME source, use "ip6" for ip6_hdr, not "ipv6".Jun-ichiro itojun Hagino
2002-08-19merge in IPv6 deprecated address handling from KAME.Jun-ichiro itojun Hagino
2002-08-17set default value for use_deprecated to 0, to avoid consequences with ftpd.Jun-ichiro itojun Hagino
2002-08-17Arowana Fast-Ethernet support; patch by Thomas Delaet.Federico G. Schwindt
2002-08-17regen.Federico G. Schwindt
2002-08-17Arowana Fast-Ethernet; from Thomas Delaet.Federico G. Schwindt
2002-08-17The consensus was to include both FONT_GALLANT12x22 and FONT_BOLD8x16Todd C. Miller
2002-08-17If the HBA is already 'touched', still set maxluns.mjacob
2002-08-17Add ISPASYNC_FW_CRASH case.mjacob
2002-08-17isp_target_notify changes what it returns for success.mjacob
2002-08-17Set default command count to 'unmonitored'. Set inotify to 16.mjacob
2002-08-17Add ICBZOPT_ENA_OOF and FC4_FC_SVC defines.mjacob
2002-08-17Reorder the lportdb dibfields. Add some more CFG params.mjacob
2002-08-17Set all 23XX cards as 'touched' (we have trouble, unpredictably, aboutmjacob
2002-08-16fix size in MALLOC/bzero call, from sam@errno.com, ok deraadt@Daniel Hartmeier
2002-08-16remove debugging codeJason Wright
2002-08-16remove debugging codeJason Wright
2002-08-16pass unprocessed GRE packet to raw ip socket. binkertn@ okJun-ichiro itojun Hagino
2002-08-16Turn OFF (not ON) acceleration if revision < 5Jason Wright
2002-08-16Scale back rows and columns if the font would not otherwise fit on theTodd C. Miller
2002-08-15syncTheo de Raadt
2002-08-15re-org rcc devicesTheo de Raadt
2002-08-15fix END() labelTheo de Raadt
2002-08-15One line fix to make boot link from miod whose main NFS serverTodd C. Miller
2002-08-13reset iir in the frame on _onfault handling, for mr.ddbMichael Shalayeff
2002-08-13hypasupadupacarefulness in spstrcpyMichael Shalayeff
2002-08-13syncMichael Shalayeff
2002-08-13change WI_PORTTYPE_AP -> WI_PORTTYPE_HOSTAP to match FreeBSD and NetBSD.Todd C. Miller
2002-08-13remove a bogus extern, move another into another scopeMichael Shalayeff
2002-08-13Remove some unused prototypes, KNF.Dale Rahn
2002-08-12Use state tree instead of separate (flat) list to find NAT proxy ports,Daniel Hartmeier
2002-08-12Remove a large chunk of `#ifdef notyet' codeJason Wright
2002-08-12Neuter the machdep.vsyncblank sysctl, as this setting is now controlledMiod Vallat
2002-08-12Update rom cursor position if we're the console framebufferJason Wright
2002-08-12Missing FRELE() call on writev(2) error condition; art@ ok.Aaron Campbell