summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-03-0116 partitions, and fix a few glitches (mainly :bx sizes not being power of two)Miod Vallat
2003-03-01mrouted & friends can now be enabledTheo de Raadt
2003-03-01After 2 years, and more than 350 pieces of mail exchanged with "theTheo de Raadt
2003-03-01apparently xerox wrote this snmp stuffTheo de Raadt
2003-03-01- only declare and provide pmap_map() for mac68k, until it bites the dust.Miod Vallat
2003-03-01Provide real ieee fp*() functions; from NetBSD.Miod Vallat
2003-02-28intrcnt's are now int's to fit with kern.intrcnt assumptions; miod okJason Wright
2003-02-28note that default and control queue must not be identicalHenning Brauer
2003-02-28a cbq queue cannot be both default and control queueHenning Brauer
2003-02-28Based on several comments from tedu:Jason Wright
2003-02-28typos;Jason McIntyre
2003-02-28Fix a bug found by propolice on sparc64; Jan JohanssonTodd C. Miller
2003-02-28update lasttick in clockintr() so that time doesn't run away with usJason Wright
2003-02-28do not entice people into playing with broken fsTed Unangst
2003-02-28intrcnt's are ints not longs (at least according to the new kern.intrcnt stuff)Jason Wright
2003-02-28syncTheo de Raadt
2003-02-28Use int32_t, not long since this deals with 32bit quantities.Todd C. Miller
2003-02-28make intrcnt[n] an int to fit with the kern.intrcnt changes in JanuaryJason Wright
2003-02-28add targets to regenerate the .ok filesHenning Brauer
2003-02-28Update firmware to latest levels- fixes several nasty bugs on the 2300 at least.mjacob
2003-02-28.Xr the right pagesJason Wright
2003-02-28No need to waffle this much... s/roughly like/roughlyJason Wright
2003-02-28Revert previous change. This driver is shared with 4 other platforms.mjacob
2003-02-28syncTheo de Raadt
2003-02-28mention single precision versionsJason Wright
2003-02-28Convert to mdoc and make some very minor updates. Someone with libm cluesTodd C. Miller
2003-02-28no need to disable stack-protector on sparc and sparc64 any more.Artur Grabowski
2003-02-28Increase IDENTIFY command timeout to 3 sec, as required by someAlexander Yurchenko
2003-02-28copy basename of argv[0] to bss for __progname, so that large stack smashTheo de Raadt
2003-02-28Fix double Debug() usage, for instance, Debug(DPARS|DEXT...)Mike Pechkin
2003-02-28take too. patch ahs to screw up once in a whileMichael Shalayeff
2003-02-28remove non-typo changes. sorry folksMichael Shalayeff
2003-02-28typo; from weissmanndudeMichael Shalayeff
2003-02-28Fix more evil typos.Miod Vallat
2003-02-28fix comments, from weissmanndude.Michael Shalayeff
2003-02-28DSAparams_print_pf() -> DSAparams_print_fp()Cedric Berger
2003-02-28typos. ok jmc@Ted Unangst
2003-02-28splsoftnet() around rn_lookup() which is not thread-safe.Cedric Berger
2003-02-28typos; from Brian PooleJason McIntyre
2003-02-28changes to fold the frame address of a setjmp insnHiroaki Etoh
2003-02-28Don't trick the user into believing bugs can be confidential; OK tholo@Todd C. Miller
2003-02-28Convert to mdoc and customize further for OpenBSDTodd C. Miller
2003-02-28add support for 3cr990 (not 3cr990a,b,c, etc) and 3cr990-fx; from linux driverJason Wright
2003-02-28more txp's; from linux driverJason Wright
2003-02-28much-needed update to include examples for all seven types of statementsDavid Krause
2003-02-27missed in the math man page cleanupJason Wright
2003-02-27Change things back such that defining WANT_LIBMILTER in mk.confTodd C. Miller
2003-02-27Kill blank line that hoses formatting; jakob@ OKTodd C. Miller
2003-02-27add -trace-ctors-dtors option to collect2.Marc Espie
2003-02-27make rndc-confgen fail properly. tested by danh@Jakob Schlyter