Age | Commit message (Expand) | Author |
2006-11-04 | remove misplaced -l stuff; henning needs more caffeine... | Jason McIntyre |
2006-11-04 | oops - forgot to kill trailing spaces; | Jason McIntyre |
2006-11-04 | tweaks; | Jason McIntyre |
2006-11-04 | make stack trace look as other flavoured stack traces look like | Michael Shalayeff |
2006-11-03 | vr_rxeof(): stick receive error messages under VR_DEBUG. | Brad Smith |
2006-11-03 | vr_intr(): remove duplicate check for VR_ISR_RX_NOBUF and the "packet lost" | Brad Smith |
2006-11-03 | build the right kernel... | Dale Rahn |
2006-11-03 | Dont double fork, and since the assembles the same, use -1, instead of 0xff | Dale Rahn |
2006-11-03 | cleanup some devices | Michael Shalayeff |
2006-11-03 | add scif | Michael Shalayeff |
2006-11-03 | need an entry for scif | Michael Shalayeff |
2006-11-03 | Revert acpiscan commit. This should have replaced acpidump instead of | Marco Peereboom |
2006-11-03 | donot for tcpdump, use libpcap directly. | Henning Brauer |
2006-11-03 | delete marco bullshit | Theo de Raadt |
2006-11-03 | add new code to handle the AL7230B radios. | Damien Bergamini |
2006-11-03 | Add Jordan's acpiscan acpi table dump tool. The current tool, acpidump, | Marco Peereboom |
2006-11-03 | Add two new functions: | Damien Bergamini |
2006-11-03 | Return address is way too useful to not print here. | Dale Rahn |
2006-11-03 | For now use 3 pages like netbsd, allows the kernel to get _MUCH_ farther. | Dale Rahn |
2006-11-03 | SCRIPTDIR and SCRIPTS_ENV are obsolete now. | Marc Espie |
2006-11-03 | ouT makefile rules are smarter now, kill a redundant CLEANFILES | Otto Moerbeek |
2006-11-03 | storing return value of strtol() in int variable was not safe, | Alexander von Gernler |
2006-11-03 | if the nexthop is not reachable through outgoing interface set it to | Michele Marchetto |
2006-11-03 | correctify example; | Jason McIntyre |
2006-11-03 | improve EXAMPLES somewhat; from dlg and myself | Jason McIntyre |
2006-11-03 | no need to capitalise "virtual"; | Jason McIntyre |
2006-11-03 | move the hardware info to a more relevant part of the doc; | Jason McIntyre |
2006-11-03 | vmxnet -> VMXnet | Jason McIntyre |
2006-11-03 | the 8257E KCS PCI id is not the MAC but an IPMI interface being provided | Brad Smith |
2006-11-03 | regen | Brad Smith |
2006-11-03 | correct the Intel 108e id, its not a Gig MAC PCI id but an IPMI | Brad Smith |
2006-11-03 | Use __start (the symbol we provide) not start. ok miod@ | Dale Rahn |
2006-11-03 | must steal pages from the end of the physseg | Michael Shalayeff |
2006-11-03 | mdproc has to be initialised | Michael Shalayeff |
2006-11-03 | sync | Theo de Raadt |
2006-11-03 | step and stuff works in ddb now too | Michael Shalayeff |
2006-11-03 | vmware can also emulate em these days, not just pcn. | David Gwynne |
2006-11-02 | if the hardware doesnt say it can do scatter gather lists for tx, then | David Gwynne |
2006-11-02 | comments like "schedule timeout" before going timeout_add are dumb. learn | David Gwynne |
2006-11-02 | dont set tx_stopped when we actually want to do tx. | David Gwynne |
2006-11-02 | pointers in hardware structures are stupid. shame on you vmware. | David Gwynne |
2006-11-02 | reyk said i can put my copyright on this file too. | David Gwynne |
2006-11-02 | merge the register description into the c file. nothing else will ever | David Gwynne |
2006-11-02 | Remove unused code and move the knowledge of struct switchframe to a single | Miod Vallat |
2006-11-02 | proper brkpt detection so continue does restart proper | Michael Shalayeff |
2006-11-02 | enable vic(4) now that it works. | David Gwynne |
2006-11-02 | Check that last character is a newline before truncating; prevents | Ray Lai |
2006-11-02 | Only check if last three letters are "/sh" if string is at least | Ray Lai |
2006-11-02 | columns for underflow and overflow were swapped, noticed by Mathieu Olivier | Alexander von Gernler |
2006-11-02 | Don't check buf[strlen(buf) - 1] on empty strings. | Ray Lai |