summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-12-31fxi som tpyosAnil Madhavapeddy
2002-12-31sha1.c is needed by pf.Matthieu Herrb
ok fgs@
2002-12-31document update-patches; help & ok espiePeter Valchev
2002-12-31+ NFSCLIENTTheo de Raadt
2002-12-31don't overrun user-supplied buffer. from jinmei@kame, deraadt okJun-ichiro itojun Hagino
2002-12-31If we're going to replace strtok() with strtok_r(), and the caller of theJun-ichiro itojun Hagino
latter is invoked recursively, use static (instead of automatic) storage for the "last" pointer so that we remember where we're up to ... Fixes bug with hosts.deny rules such as "rpcbind: ALL EXCEPT some.domain". netbsd lib/libwrap/hosts_access.c 1.17
2002-12-31Change this test to use the ipv6-icmp alias, icmp6.Ryan Thomas McBride
2002-12-31err() doesn't return. from Andrey Matveev.Daniel Hartmeier
2002-12-31Catch EISDIR in execvp() and friends so that if a directory appearsTodd C. Miller
in PATH that matches the name to be executed we skip it; Andy Isaacson
2002-12-31Mention pf rdr rules and anchors.Daniel Hartmeier
2002-12-31Fix regression tests for ipv6-icmp-type to icmp6-type changes in pfctl.Ryan Thomas McBride
2002-12-31Use a default state table limit of 10000 entries. This is safe for allDaniel Hartmeier
normal configurations, and sufficient for many. You can always increase it, if you need more concurrent states and have enough memory (65000 for 64MB RAM, for instance). Suggested earlier by henning@. ok mcbride@
2002-12-30Match changes to pfctl and /etc/protocols. ipv6-icmp-type becomes icmp6-type;Ryan Thomas McBride
"proto ipv6-icmp" still works, but prefer icmp6, since we have icmp6(4), not ipv6-icmp(4). ok dhartmei@ henning@
2002-12-30Change ipv6-icmp-type to icpm6-type. pf.conf files will need to be adjustedRyan Thomas McBride
to reflect this. ok dhartmei@ henning@
2002-12-30#set limit states unlimited -> 10000, as unlimited is not valid syntax.Daniel Hartmeier
2002-12-30minor KNFTheo de Raadt
2002-12-30similar to base includes; pinskia@physics.uc.eduTheo de Raadt
> fix C++ semantics. > Found by Andrew Pinski <pinskia@physics.uc.edu> > Works with gcc-current and Tendra C++ now.
2002-12-30Add icmp6 as an alias for ipv6-icmp. This helps clear up confusion aboutRyan Thomas McBride
icmp protocol naming particularly with pfctl, since the manpage is icmp6(4) (not ipv6-icmp(4)). suggested by espie@, cleared with deraadt@, ok dhartmei@
2002-12-30Don't pass a NULL arg to Parse_DoVar which can happen if user specifiesTodd C. Miller
"make --". Check for "-", not "--" when deciding whether or not to pass something to Lst_AtEnd() (I misunderstood what the old code was trying to do). This fixes, e.g. ports/graphics/tiff
2002-12-30dynamically allocate the struct con[], according to the -c arg given or a ↵Michael Shalayeff
default, being the max 200
2002-12-30typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-12-30typos, but i left it as "credential cache"; jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-12-30Add new parameter to scsi_test_unit_ready(): retries number.Alexander Yurchenko
Use increased retries number and don't ignore SCSI_IGNORE_NOT_READY when call scsi_test_unit_ready() for cd-rom, this makes system wait if drive is loading media. Tested by millert@ and fgsch@; some input and ok from krw@. Problem reported by The lord of the CD-writers Igor Grabin <violent@death.kiev.ua>.
2002-12-30Back out __EOF stuff and just use -1 in ctype.h. This is OK sinceTodd C. Miller
we don't want any user defines to change how the inlined ctype functions behave.
2002-12-30syncTheo de Raadt
2002-12-30Use PLOCK for tsleep priority instead of the (rather bogus) PZERO - 4.Todd C. Miller
PZERO - 4 == 18 which makes it equivalent to PRIBIO; not what we want. Discussed with art@ some time ago.
2002-12-30If we can't allocate a struct sem_undo w/o sleeping, use PR_WAITOKTodd C. Miller
but then check to see that one with our struct proc was not allocated in the meantime.
2002-12-30o add Keith Moon's birthday (already have his death)Todd C. Miller
o add John Entwistle's birth and death OK mickey@
2002-12-30use err vs. errx and display function; from Owl. ok fgsch@Kevin Steves
2002-12-30include function in error; from Owl. ok fgsch@Kevin Steves
2002-12-30correct return code check; from Owl. ok fgsch@Kevin Steves
2002-12-30Don't forget to copyout the time at which statistics got cleared.Cedric Berger
2002-12-30put bin dirs before sbin dirs in PATH for consistency with other cron scriptsTodd C. Miller
2002-12-30sync protos with dlfcn.h; prompted by niekze AT yahoo DOT comTodd C. Miller
2002-12-30really count the number of deleted tables - obvious fix.Cedric Berger
2002-12-30Add $OpenBSD$ tag.Thierry Deval
Thanks to Clarie Wouter (rimshot at pandora point be)
2002-12-30Update.Thierry Deval
2002-12-30Some cleanup.Thierry Deval
Re-work the SBP2 data manipulation to support concurrent node accesses. (That data manipulation MUST go into SBP2 code, eventually)
2002-12-30Implement the reconnect callback. This will be called whenever an SBP2 node'sThierry Deval
node_id changes, following a BusReset (happens when you add/remove a device to/from the FireWire chain). Re-work the ORB management to support concurrent node accesses.
2002-12-30As we still don't have a data_page_dir support yet, transfers of more thanThierry Deval
65535 bytes blocks silently broke. So limit ourself to 32k blocks, for now. That mistake gave us the false impression that huge transfers were fast. They usually resulted of 0-byte transfers. Fast indeed :-( Now, we have real data going through.
2002-12-30Some devices have bad ConfigROM crc, but contain valid Unit entries.Thierry Deval
So just ignore, and continue the auto-configuration.
2002-12-30Remove stray 'hosts' on the nat-rule production in BNF, found byDaniel Hartmeier
Benjamin M.A. Robson.
2002-12-30Make the callbacks entry non-constant.Thierry Deval
2002-12-30Do not mention NFS as a possible tarballs source when the installation mediaMiod Vallat
does not support NFS mounts.
2002-12-30Re-design fwohci_hadler_set() to use a new key3.Thierry Deval
That new key will be used for Request handlers to discriminate the requests by nodes. Key3 will also get the lenght field specifier... (may still change) Add an implementation for a BusReset callback that will be called whenever a node's node_id changes. This will allow us to work with more than one device at the same time...
2002-12-30remove Intersil Mini-PCI from here as well; prompted by miod@.Federico G. Schwindt
2002-12-30Argh, removed the wrong one.Todd C. Miller
2002-12-30this was removed from the sendmail distribution some time agoTodd C. Miller
2002-12-30proper HOSTAP_FLAGS_BITS; from merith@vantronix.netMichael Shalayeff
2002-12-30add update-plistMarc Espie
okay pval@