summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-12-10achetypal -> archetypalMiod Vallat
2002-12-10RegenMiod Vallat
2002-12-10Dec Pixelvision card, unfortunately not tga compatible enough.Miod Vallat
2002-12-10Config.new is so old its frozen now, no need to mention it.Miod Vallat
2002-12-10VT100 emul is the default, and there is no point yet having more than oneMiod Vallat
2002-12-10Use CPU_ISSUN4M macro rather than check cputyp value. Consistent with the restMiod Vallat
2002-12-10No need to hardclock IPL_STATCLOCK value anymore.Miod Vallat
2002-12-10Use bus_addr_t rather than paddr_t when it makes sense, and use TAILQ macrosMiod Vallat
2002-12-10``synthesizers'' is too difficult to spell correctly.Miod Vallat
2002-12-10Typos, and fix a comment's content.Miod Vallat
2002-12-10interupt->interruptMiod Vallat
2002-12-10Add RCS ids.Miod Vallat
2002-12-10You would think cleaning your tree every now and then would eventually neverMiod Vallat
2002-12-10pass p->p_emul to stackgap_init(), not 0 to be consistent.Federico G. Schwindt
2002-12-10Translate mickeyspeak into english.Miod Vallat
2002-12-10fix a typo in a comment; from GabrielPeter Valchev
2002-12-10renumber the get/set debug ioctls for they conflict w/ ppp, we do not keep th...Michael Shalayeff
2002-12-10The introduction of fbwscons_setcolormap() left out 24 bit frame buffersMiod Vallat
2002-12-10check IFF_RUNNING early in bstp_transmit_tcn; from netbsd; ok jason@Markus Friedl
2002-12-10Add support for VIA VT8231; from NetBSD, untested.Alexander Yurchenko
2002-12-10fix setsockopt SO_REUSEADDR under linux emul; from NetBSD.Federico G. Schwindt
2002-12-10Register as the "std" wscons device, not "sun". This is consistent with otherMiod Vallat
2002-12-10Fix spurious \n in dmesg outputMiod Vallat
2002-12-09NPF, not NFP (prevented outgoing bridge_ipsec() packets from being filtered);...Jason Wright
2002-12-09knfTheo de Raadt
2002-12-09update utah-u copyright from the newer pmk snap; 10x to mike hibler for rolli...Michael Shalayeff
2002-12-09allow setting of ifcost with brconfig. enables selection of preferredMarkus Friedl
2002-12-09Two splasserts in map entry allocation.Artur Grabowski
2002-12-09From Andrushock, s/sucess/success/gTodd C. Miller
2002-12-08regenAlexander Yurchenko
2002-12-08Add VIA VT8231 PCI to ISA bridgeAlexander Yurchenko
2002-12-08Remove header file which is unused since the removal of if_gm, pointed outDale Rahn
2002-12-08duh, provide a wrapper on the hardclock() since it's voidMichael Shalayeff
2002-12-08put the -fno-stack-protector into a proper placeMichael Shalayeff
2002-12-08compile non-DIAGNOSTIC kernelsTheo de Raadt
2002-12-08 - Use LIST_ macros.Artur Grabowski
2002-12-08 - Lock the timeout wheel after the diagnostic checks.Artur Grabowski
2002-12-06Don't use the RNG oscillator output directly, use the sha1'd version (theJason Wright
2002-12-06Replace license with something that's actually free.Nathan Binkert
2002-12-06unkown; torh@bogus.netTheo de Raadt
2002-12-06Introduce anchors and named rule sets, allowing to load additional ruleDaniel Hartmeier
2002-12-05Treat RNGSHA1 operations the same as RNGBYPASS for callback purposes (theyJason Wright
2002-12-05Hmm.. I don't think we want the default to be to debug every allocation.Artur Grabowski
2002-12-05Do not use debug_malloc if it hasn't been initialized.Artur Grabowski
2002-12-05remove altq entries.Kenjiro Cho
2002-12-04Add a few more phys: exphy, brgphy, iophy, inphyJason Wright
2002-12-04rename the clone ioctl to avoid clashing w/ the sockio; provos@ okMichael Shalayeff
2002-12-04Make ti(4) use busdma and add all of the necessary stuff to support bothNathan Binkert
2002-12-04spanning tree: flush dynamic mac cache if interface goes to theMarkus Friedl
2002-12-04No need to exit the process twice. exit1() can't fail.Artur Grabowski