Age | Commit message (Expand) | Author |
2003-03-02 | The (optional) priority queue is also used for TCP ACKs without data | Daniel Hartmeier |
2003-03-02 | remove the control keyword for cbq queues. | Henning Brauer |
2003-03-02 | tie mksuncd to the crunch tools build | Theo de Raadt |
2003-03-02 | Add example ruleset which priorizes empty TCP ACKs, with some comments. | Daniel Hartmeier |
2003-03-02 | Use priority queue for TCP ACKs that have no payload. Very useful on | Daniel Hartmeier |
2003-03-02 | add a guarantee that two same named queues on different interfaces have the | Henning Brauer |
2003-03-02 | only assign a new queue id if a->qid is 0. otherwise, check a->qid for | Henning Brauer |
2003-03-02 | add a CD bootable minirooot image. | Brad Smith |
2003-03-02 | The gem driver will sometimes unmap bus_dma mappings that are still | Henric Jungheim |
2003-03-02 | Fix default route handling during installation to preserve active | Kenneth R Westerback |
2003-03-01 | add two missing escapes, remove one spurious .Nm; ok espie@ | Wilbern Cobb |
2003-03-01 | uppercase infinity | Jason Wright |
2003-03-01 | Use mdoc strings for !=, +-, >= and <= | Todd C. Miller |
2003-03-01 | Sort and add missed serverworks chips; ok deraadt@ | Alexander Yurchenko |
2003-03-01 | flesh out a bit more. | Marc Espie |
2003-03-01 | Partial documentation for table data. | Marc Espie |
2003-03-01 | Draft for a real tbl manpage, okay deraadt@, millert@ | Marc Espie |
2003-03-01 | Add ANSI prototypes. Get rid of shadow warnings. Use correct | Chad Loder |
2003-03-01 | sync | Theo de Raadt |
2003-03-01 | proper notice | Theo de Raadt |
2003-03-01 | Disable mmalloc on all openbsd systems. It was disabled on some before. | Dale Rahn |
2003-03-01 | 16 partitions, and fix a few glitches (mainly :bx sizes not being power of two) | Miod Vallat |
2003-03-01 | mrouted & friends can now be enabled | Theo de Raadt |
2003-03-01 | After 2 years, and more than 350 pieces of mail exchanged with "the | Theo de Raadt |
2003-03-01 | apparently xerox wrote this snmp stuff | Theo de Raadt |
2003-03-01 | - only declare and provide pmap_map() for mac68k, until it bites the dust. | Miod Vallat |
2003-03-01 | Provide real ieee fp*() functions; from NetBSD. | Miod Vallat |
2003-02-28 | intrcnt's are now int's to fit with kern.intrcnt assumptions; miod ok | Jason Wright |
2003-02-28 | note that default and control queue must not be identical | Henning Brauer |
2003-02-28 | a cbq queue cannot be both default and control queue | Henning Brauer |
2003-02-28 | Based on several comments from tedu: | Jason Wright |
2003-02-28 | typos; | Jason McIntyre |
2003-02-28 | Fix a bug found by propolice on sparc64; Jan Johansson | Todd C. Miller |
2003-02-28 | update lasttick in clockintr() so that time doesn't run away with us | Jason Wright |
2003-02-28 | do not entice people into playing with broken fs | Ted Unangst |
2003-02-28 | intrcnt's are ints not longs (at least according to the new kern.intrcnt stuff) | Jason Wright |
2003-02-28 | sync | Theo de Raadt |
2003-02-28 | Use int32_t, not long since this deals with 32bit quantities. | Todd C. Miller |
2003-02-28 | make intrcnt[n] an int to fit with the kern.intrcnt changes in January | Jason Wright |
2003-02-28 | add targets to regenerate the .ok files | Henning Brauer |
2003-02-28 | Update firmware to latest levels- fixes several nasty bugs on the 2300 at least. | mjacob |
2003-02-28 | .Xr the right pages | Jason Wright |
2003-02-28 | No need to waffle this much... s/roughly like/roughly | Jason Wright |
2003-02-28 | Revert previous change. This driver is shared with 4 other platforms. | mjacob |
2003-02-28 | sync | Theo de Raadt |
2003-02-28 | mention single precision versions | Jason Wright |
2003-02-28 | Convert to mdoc and make some very minor updates. Someone with libm clues | Todd C. Miller |
2003-02-28 | no need to disable stack-protector on sparc and sparc64 any more. | Artur Grabowski |
2003-02-28 | Increase IDENTIFY command timeout to 3 sec, as required by some | Alexander Yurchenko |
2003-02-28 | copy basename of argv[0] to bss for __progname, so that large stack smash | Theo de Raadt |