summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-01-04Correctly invoke pmap_enter() [fix last argument]Miod Vallat
2003-01-04Remove unused pf_add_addr(), ok mcbride@Daniel Hartmeier
2003-01-04Various typos and inaccuracies; David KrauseMiod Vallat
2003-01-04A va_copy macro without drugs inside. Shupid miod.Miod Vallat
2003-01-04Fix *longjmp() return values.Miod Vallat
2003-01-04I do not know where this policy of "one .h file for every .c file" comesTheo de Raadt
from, but whoever thought of it is stupid.
2003-01-03Make good use of the 'else' keyword.Cedric Berger
2003-01-03splassert support for m88kMiod Vallat
2003-01-03knfTheo de Raadt
2003-01-03no need to closeTheo de Raadt
2003-01-03KNFTheo de Raadt
2003-01-03zero sockaddr before useTheo de Raadt
2003-01-03I am ready to strange the person who put a new strcpy() into ourTheo de Raadt
source tree.
2003-01-03(a && (b & c))Theo de Raadt
2003-01-03simplify ioctl accessTheo de Raadt
2003-01-03Remove _ before static functions & variables.Cedric Berger
2003-01-03Remove _ before static functions & variables.Cedric Berger
2003-01-03whitespace KNF (no, i don't touch the option inits)Daniel Hartmeier
2003-01-03kill stupid macroTheo de Raadt
2003-01-03KNFTheo de Raadt
2003-01-03Initialize hints addrinfo in a safe way.Cedric Berger
2003-01-03KNFTheo de Raadt
2003-01-03knfTheo de Raadt
2003-01-03Bring in userland code for accessing PF radix tables.Cedric Berger
ok dhartmei@ mcbride@
2003-01-03Nobody even compiles the #@!$&~ regression tests anyway.Miod Vallat
2003-01-03KNFTheo de Raadt
2003-01-03replace uucp example.Federico G. Schwindt
from Sam Smith <S at mSmith dot net>; millert@ ok.
2003-01-03DEL hasn't sent SIGINTR in a looooong time.Todd C. Miller
2003-01-03Remove screenblank section; reported by Andrey Matveev.Miod Vallat
2003-01-03Save a few more bytes on install media by stripping comments fromKenneth R Westerback
dhclient-script and disktab files in architectures where this wasn't already being done. OK deraadt@.
2003-01-03Fix BE64 bug with (time_t *)&timeval.tv_sec; from Rob SeastromJason Wright
2003-01-03revert: reintroduce allTargets list #if CLEANUP, as all nodes are not addedMarc Espie
to the hash. ok miod@
2003-01-03Fix the unicast case call to bridge_rtupdate(), check that the -source-Jason Wright
interface is LEARNING not the destination.
2003-01-03Get the m88k libm to say no to drugs.Miod Vallat
2003-01-031) pfr_insert_kentries() cannot return ENOMEM anymore -> make it void.Cedric Berger
2) add new PFR_FLAG_REPLACE for use by pfr_tst_addrs(). 3) add new pfrio_nmatch alias to pfioc_table, set by pfr_tst_addrs(). Tested on i386, sparc64
2003-01-03be more aware of directory change failures; s@msmith.netTheo de Raadt
2003-01-03fix usage; sturm@sec.informatik.tu-darmstadt.deTheo de Raadt
2003-01-03fix typo; jmcTodd C. Miller
2003-01-03Provide a simple va_copy() implementation.Miod Vallat
2003-01-02typo; jmc at prioris.mini.pw.edu.plHenning Brauer
2003-01-02Adapt to recent changes in libc/libc_r wrt weak symbols, so that programsMiod Vallat
can link against libc without unresolved symbols again. Anyone who correctly guessed that my m88k hard drive has been recovered, wins a strawberry lollipop.
2003-01-02Rename cerror to __cerror and curbrk to __curbrk, to avoid namespaceMiod Vallat
pollution. Conforming to art@'s evil plans.
2003-01-02Begone.Miod Vallat
2003-01-02regenAlexander Yurchenko
2003-01-02Add Promise PDC20376 SATA RAIDAlexander Yurchenko
ok miod@
2003-01-02Handle things like "%%m" correctly; closes PR 3057Todd C. Miller
OK miod@
2003-01-02syncTheo de Raadt
2003-01-02Andrey Smagin reports Promis PDC20267 as working reliably.Miod Vallat
2003-01-02Fix 'at -r' crash.Mike Pechkin
While loop in process_job() jobs[i] will contain NULL. Skip mess. millert@ ok
2003-01-02TyposMiod Vallat