Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-04 | Correctly invoke pmap_enter() [fix last argument] | Miod Vallat | |
2003-01-04 | Remove unused pf_add_addr(), ok mcbride@ | Daniel Hartmeier | |
2003-01-04 | Various typos and inaccuracies; David Krause | Miod Vallat | |
2003-01-04 | A va_copy macro without drugs inside. Shupid miod. | Miod Vallat | |
2003-01-04 | Fix *longjmp() return values. | Miod Vallat | |
2003-01-04 | I do not know where this policy of "one .h file for every .c file" comes | Theo de Raadt | |
from, but whoever thought of it is stupid. | |||
2003-01-03 | Make good use of the 'else' keyword. | Cedric Berger | |
2003-01-03 | splassert support for m88k | Miod Vallat | |
2003-01-03 | knf | Theo de Raadt | |
2003-01-03 | no need to close | Theo de Raadt | |
2003-01-03 | KNF | Theo de Raadt | |
2003-01-03 | zero sockaddr before use | Theo de Raadt | |
2003-01-03 | I am ready to strange the person who put a new strcpy() into our | Theo de Raadt | |
source tree. | |||
2003-01-03 | (a && (b & c)) | Theo de Raadt | |
2003-01-03 | simplify ioctl access | Theo de Raadt | |
2003-01-03 | Remove _ before static functions & variables. | Cedric Berger | |
2003-01-03 | Remove _ before static functions & variables. | Cedric Berger | |
2003-01-03 | whitespace KNF (no, i don't touch the option inits) | Daniel Hartmeier | |
2003-01-03 | kill stupid macro | Theo de Raadt | |
2003-01-03 | KNF | Theo de Raadt | |
2003-01-03 | Initialize hints addrinfo in a safe way. | Cedric Berger | |
2003-01-03 | KNF | Theo de Raadt | |
2003-01-03 | knf | Theo de Raadt | |
2003-01-03 | Bring in userland code for accessing PF radix tables. | Cedric Berger | |
ok dhartmei@ mcbride@ | |||
2003-01-03 | Nobody even compiles the #@!$&~ regression tests anyway. | Miod Vallat | |
2003-01-03 | KNF | Theo de Raadt | |
2003-01-03 | replace uucp example. | Federico G. Schwindt | |
from Sam Smith <S at mSmith dot net>; millert@ ok. | |||
2003-01-03 | DEL hasn't sent SIGINTR in a looooong time. | Todd C. Miller | |
2003-01-03 | Remove screenblank section; reported by Andrey Matveev. | Miod Vallat | |
2003-01-03 | Save a few more bytes on install media by stripping comments from | Kenneth R Westerback | |
dhclient-script and disktab files in architectures where this wasn't already being done. OK deraadt@. | |||
2003-01-03 | Fix BE64 bug with (time_t *)&timeval.tv_sec; from Rob Seastrom | Jason Wright | |
2003-01-03 | revert: reintroduce allTargets list #if CLEANUP, as all nodes are not added | Marc Espie | |
to the hash. ok miod@ | |||
2003-01-03 | Fix the unicast case call to bridge_rtupdate(), check that the -source- | Jason Wright | |
interface is LEARNING not the destination. | |||
2003-01-03 | Get the m88k libm to say no to drugs. | Miod Vallat | |
2003-01-03 | 1) 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-03 | be more aware of directory change failures; s@msmith.net | Theo de Raadt | |
2003-01-03 | fix usage; sturm@sec.informatik.tu-darmstadt.de | Theo de Raadt | |
2003-01-03 | fix typo; jmc | Todd C. Miller | |
2003-01-03 | Provide a simple va_copy() implementation. | Miod Vallat | |
2003-01-02 | typo; jmc at prioris.mini.pw.edu.pl | Henning Brauer | |
2003-01-02 | Adapt to recent changes in libc/libc_r wrt weak symbols, so that programs | Miod 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-02 | Rename cerror to __cerror and curbrk to __curbrk, to avoid namespace | Miod Vallat | |
pollution. Conforming to art@'s evil plans. | |||
2003-01-02 | Begone. | Miod Vallat | |
2003-01-02 | regen | Alexander Yurchenko | |
2003-01-02 | Add Promise PDC20376 SATA RAID | Alexander Yurchenko | |
ok miod@ | |||
2003-01-02 | Handle things like "%%m" correctly; closes PR 3057 | Todd C. Miller | |
OK miod@ | |||
2003-01-02 | sync | Theo de Raadt | |
2003-01-02 | Andrey Smagin reports Promis PDC20267 as working reliably. | Miod Vallat | |
2003-01-02 | Fix 'at -r' crash. | Mike Pechkin | |
While loop in process_job() jobs[i] will contain NULL. Skip mess. millert@ ok | |||
2003-01-02 | Typos | Miod Vallat | |