summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-03-02The (optional) priority queue is also used for TCP ACKs without dataDaniel Hartmeier
2003-03-02remove the control keyword for cbq queues.Henning Brauer
2003-03-02tie mksuncd to the crunch tools buildTheo de Raadt
2003-03-02Add example ruleset which priorizes empty TCP ACKs, with some comments.Daniel Hartmeier
2003-03-02Use priority queue for TCP ACKs that have no payload. Very useful onDaniel Hartmeier
2003-03-02add a guarantee that two same named queues on different interfaces have theHenning Brauer
2003-03-02only assign a new queue id if a->qid is 0. otherwise, check a->qid forHenning Brauer
2003-03-02add a CD bootable minirooot image.Brad Smith
2003-03-02The gem driver will sometimes unmap bus_dma mappings that are stillHenric Jungheim
2003-03-02Fix default route handling during installation to preserve activeKenneth R Westerback
2003-03-01add two missing escapes, remove one spurious .Nm; ok espie@Wilbern Cobb
2003-03-01uppercase infinityJason Wright
2003-03-01Use mdoc strings for !=, +-, >= and <=Todd C. Miller
2003-03-01Sort and add missed serverworks chips; ok deraadt@Alexander Yurchenko
2003-03-01flesh out a bit more.Marc Espie
2003-03-01Partial documentation for table data.Marc Espie
2003-03-01Draft for a real tbl manpage, okay deraadt@, millert@Marc Espie
2003-03-01Add ANSI prototypes. Get rid of shadow warnings. Use correctChad Loder
2003-03-01syncTheo de Raadt
2003-03-01proper noticeTheo de Raadt
2003-03-01Disable mmalloc on all openbsd systems. It was disabled on some before.Dale Rahn
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