Age | Commit message (Expand) | Author |
2003-06-25 | missing const; millert ok | Theo de Raadt |
2003-06-25 | Oops, put back iot/memt affectations in io_alloc/mem_alloc; spotted by todd@ | Miod Vallat |
2003-06-25 | cleanup; | Jason McIntyre |
2003-06-25 | Restore the original wdcdebug_mask instead of clearing DEBUG_PROBE when | Henric Jungheim |
2003-06-25 | o use getopt() | Todd C. Miller |
2003-06-25 | Recent bus_space changes make ne at pcmcia work out of the box, | Miod Vallat |
2003-06-25 | Extend the sparc bus_space_tag_t to store access endianness in it, and | Miod Vallat |
2003-06-25 | Let the stp driver use different bus_space_tag_t for its own device access, | Miod Vallat |
2003-06-25 | #include <machine/intr.h> is not necessary here. | Miod Vallat |
2003-06-25 | o remove useless cast to int from gzread() call | Todd C. Miller |
2003-06-25 | Update from 4.4 to get new-style copyright notice and trim the advert clause | Todd C. Miller |
2003-06-25 | this can be 3 term; gwyllion@ace.ulyssis.org | Theo de Raadt |
2003-06-25 | better output C | Theo de Raadt |
2003-06-25 | ansi | Theo de Raadt |
2003-06-25 | ansi | Theo de Raadt |
2003-06-25 | Remove unused c_func0; noticed by deraadt@ | Todd C. Miller |
2003-06-25 | Use sizeof(nextpathbuf) instead of 2 * MAXPATHLEN; espie@ OK | Todd C. Miller |
2003-06-25 | Function prototypes that take no args should have (void) as the parameter. | Todd C. Miller |
2003-06-25 | -pedantic is not useful in a C99 world so kill it. OK deraadt@ | Todd C. Miller |
2003-06-25 | kill unused strcpy. Let the preprocessor compute the right size, as suggested | Marc Espie |
2003-06-25 | sync struct ifbrlreq with reality | Henning Brauer |
2003-06-25 | allow bridge filter rules to specify a tag. | Henning Brauer |
2003-06-25 | add a pf_tagname field to ifbrlreq and a pf_tag field to ifbrlnode. | Henning Brauer |
2003-06-25 | mdoc version of the dhcp pages; | Jason McIntyre |
2003-06-25 | Moxa C104H | Henning Brauer |
2003-06-25 | Moxa C104H | Henning Brauer |
2003-06-25 | a bit whitespace/tab KNF while I'm here | Henning Brauer |
2003-06-25 | support Moxa C104H | Henning Brauer |
2003-06-25 | regen | Henning Brauer |
2003-06-25 | Moxa C104H | Henning Brauer |
2003-06-25 | remove silly signal catcher, and just use done. ok deraadt@ | Ted Unangst |
2003-06-25 | knf | Theo de Raadt |
2003-06-25 | backwards args to gzseek | Ted Unangst |
2003-06-25 | oops | Theo de Raadt |
2003-06-25 | use SEEK_SET with fseek() | Theo de Raadt |
2003-06-25 | more knf | Theo de Raadt |
2003-06-25 | index -> strrchr | Theo de Raadt |
2003-06-25 | "addrs" is not needed any more | Jun-ichiro itojun Hagino |
2003-06-25 | knf | Theo de Raadt |
2003-06-25 | knf | Theo de Raadt |
2003-06-25 | remove unused variable | Ted Unangst |
2003-06-25 | -Wstrict-prototypes | Ted Unangst |
2003-06-25 | avoid signed issues; tedu ok | Theo de Raadt |
2003-06-25 | exit path signal race safe | Theo de Raadt |
2003-06-25 | fix lseek | Theo de Raadt |
2003-06-25 | snprintf | Theo de Raadt |
2003-06-25 | more cast removal, and fix some indent(1) oddities | Ted Unangst |
2003-06-25 | cleanup. ansi, headers, correct prototypes, some safer string and | Ted Unangst |
2003-06-25 | -Wall | Theo de Raadt |
2003-06-25 | Avoid a divide by zero by | Kenneth R Westerback |