Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-25 | remove junk protos | Theo de Raadt | |
2003-06-25 | protos | Theo de Raadt | |
2003-06-25 | delete junk protos | Theo de Raadt | |
2003-06-25 | delete junk protos | Theo de Raadt | |
2003-06-25 | proto getgrgid_r and getgrnam_r | Theo de Raadt | |
2003-06-25 | implement new means of manipulating buf queues, bufq. | Ted Unangst | |
accessed with BUFQ macros, bufq structs support extensible, potentially changable algorithms and queue formats. the current default scheme should support nice priority based queuing, but is missing some vfs_bio.c support. only on wd.c for now, other drivers are easy converts. as a side bonus, this makes the driver code look cleaner. idea for the name comes from netbsd, but this scheme is incompatible. thanks to various people for testing. ok grange@ | |||
2003-06-25 | Fix getopt string for -D | Todd C. Miller | |
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 | |
ok deraadt@ | |||
2003-06-25 | Restore the original wdcdebug_mask instead of clearing DEBUG_PROBE when | Henric Jungheim | |
done with it. This makes "wdcprobe()" consistent with "wdcattach()". ok grange@ | |||
2003-06-25 | o use getopt() | Todd C. Miller | |
o use err/warn o only call done() when needed (after mkstemp) o add "-C lines" like GNU grep OK deraadt@ | |||
2003-06-25 | Recent bus_space changes make ne at pcmcia work out of the box, | Miod Vallat | |
tested by pb@ | |||
2003-06-25 | Extend the sparc bus_space_tag_t to store access endianness in it, and | Miod Vallat | |
adapt all bus_space functions to do proper endianness conversion whenever necessary, except for the raw ones. This allows us to remove the forced endianness conversions in if_wi. with help from and ok mickey@ | |||
2003-06-25 | Let the stp driver use different bus_space_tag_t for its own device access, | Miod Vallat | |
and for access to the pcmcia windows from the pcmcia drivers. | |||
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 | |
o maxPatternLen should be size_t since that's what it is compared against o remove useless casts of NULL to various pointer types | |||
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 | |
by miod and ok miod@ | |||
2003-06-25 | sync struct ifbrlreq with reality | Henning Brauer | |
2003-06-25 | allow bridge filter rules to specify a tag. | Henning Brauer | |
if a packet matches such a rule it is tagged accordingly and pf can filter based on that tag. this allows, for example, bridge to be used as classifier for pf, and thus gives all the power of pf based on mac address filters. please note that currently the bridge filters only apply to packets which are not destined for the local host. ok deraadt@ jason@ dhartmei@ | |||
2003-06-25 | add a pf_tagname field to ifbrlreq and a pf_tag field to ifbrlnode. | Henning Brauer | |
on bridge rule load translate tagnames to pf tags using pf_tagname2tag etc if packets match a bridge filter rule tag them using pf_tag_packet() with the given tag help dhartmei@ ok deraadt@ jason@ dhartmei@ | |||
2003-06-25 | mdoc version of the dhcp pages; | Jason McIntyre | |
from myself and pjanzen@. input and ok in dhclient-script.8 from krw@ | |||
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 | |
from Raul Aldaz <raul.aldaz at grupocarreras.com> with minor polishing by me, thanks! | |||
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 | |