summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-06-25missing const; millert okTheo de Raadt
2003-06-25Oops, put back iot/memt affectations in io_alloc/mem_alloc; spotted by todd@Miod Vallat
2003-06-25cleanup;Jason McIntyre
2003-06-25Restore the original wdcdebug_mask instead of clearing DEBUG_PROBE whenHenric Jungheim
2003-06-25o use getopt()Todd C. Miller
2003-06-25Recent bus_space changes make ne at pcmcia work out of the box,Miod Vallat
2003-06-25Extend the sparc bus_space_tag_t to store access endianness in it, andMiod Vallat
2003-06-25Let 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-25o remove useless cast to int from gzread() callTodd C. Miller
2003-06-25Update from 4.4 to get new-style copyright notice and trim the advert clauseTodd C. Miller
2003-06-25this can be 3 term; gwyllion@ace.ulyssis.orgTheo de Raadt
2003-06-25better output CTheo de Raadt
2003-06-25ansiTheo de Raadt
2003-06-25ansiTheo de Raadt
2003-06-25Remove unused c_func0; noticed by deraadt@Todd C. Miller
2003-06-25Use sizeof(nextpathbuf) instead of 2 * MAXPATHLEN; espie@ OKTodd C. Miller
2003-06-25Function 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-25kill unused strcpy. Let the preprocessor compute the right size, as suggestedMarc Espie
2003-06-25sync struct ifbrlreq with realityHenning Brauer
2003-06-25allow bridge filter rules to specify a tag.Henning Brauer
2003-06-25add a pf_tagname field to ifbrlreq and a pf_tag field to ifbrlnode.Henning Brauer
2003-06-25mdoc version of the dhcp pages;Jason McIntyre
2003-06-25Moxa C104HHenning Brauer
2003-06-25Moxa C104HHenning Brauer
2003-06-25a bit whitespace/tab KNF while I'm hereHenning Brauer
2003-06-25support Moxa C104HHenning Brauer
2003-06-25regenHenning Brauer
2003-06-25Moxa C104HHenning Brauer
2003-06-25remove silly signal catcher, and just use done. ok deraadt@Ted Unangst
2003-06-25knfTheo de Raadt
2003-06-25backwards args to gzseekTed Unangst
2003-06-25oopsTheo de Raadt
2003-06-25use SEEK_SET with fseek()Theo de Raadt
2003-06-25more knfTheo de Raadt
2003-06-25index -> strrchrTheo de Raadt
2003-06-25"addrs" is not needed any moreJun-ichiro itojun Hagino
2003-06-25knfTheo de Raadt
2003-06-25knfTheo de Raadt
2003-06-25remove unused variableTed Unangst
2003-06-25-Wstrict-prototypesTed Unangst
2003-06-25avoid signed issues; tedu okTheo de Raadt
2003-06-25exit path signal race safeTheo de Raadt
2003-06-25fix lseekTheo de Raadt
2003-06-25snprintfTheo de Raadt
2003-06-25more cast removal, and fix some indent(1) odditiesTed Unangst
2003-06-25cleanup. ansi, headers, correct prototypes, some safer string andTed Unangst
2003-06-25-WallTheo de Raadt
2003-06-25Avoid a divide by zero byKenneth R Westerback