summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-11-14Use %d instead of %2d for better matching. From Mike Neuman. Fixes PR#2848.Hakan Olsson
2002-11-14Better whitespace/newline handling, this should make broken lines andHakan Olsson
multiple values parse correctly again, as well as fix PR#2974. Also fix some int/u_int mismatches, and remove conf_get_line() (obsolete).
2002-11-14Make error messages on symbol lookup failures more useful.Dale Rahn
2002-11-14Allow host to do dns lookups in the initial ruleset. This way, pfctlCamiel Dobbelaar
can properly boot rulesets with dns addresses in it.
2002-11-14mark tx as altq-ready.Kenjiro Cho
this line was in epic_freebsd_attach() but not in epic_openbsd_attach(). PR 2955
2002-11-14version.c should be generated from Version.c and ${VER}Todd C. Miller
It makes no sense to keep a generated version in the tree that needs to be updated each time; OK pvalchev@
2002-11-14use $ or # before commands in examplesTheo de Raadt
2002-11-14Sync with bind-4.9.11-REL; fixes the problems listed in:Todd C. Miller
http://www.isc.org/products/BIND/bind-security.html including a buffer overflow that could lead to remote code execution.
2002-11-14Updates from http://www.isc.org/products/BIND/patches/bind4910.diffTodd C. Miller
o check __dn_skipname() return value for errors o fix sanity checking of reverse records, getnetbyname() may not have been working before.
2002-11-14Rework iha copyight verbiage to make clear what needs to be clear forKenneth R Westerback
it to remain in the tree. With agreement of Initio. ok deraadt@
2002-11-14correct IPv6 setsockopt for ipsec operation. angelos okJun-ichiro itojun Hagino
From: Martti Kuparinen <martti.kuparinen@iki.fi>
2002-11-14get more use of the shadowed regsMichael Shalayeff
2002-11-14$ in front of commandsTheo de Raadt
2002-11-14Add a link to libncurses. Lots of programs/configure scripts out thereTodd C. Miller
look for ncurses by checking for ncurses.h or libncurses instead of checking for NCURSES_VERSION in curses.h. Closes PR 2942.
2002-11-14syncMichael Shalayeff
2002-11-13extended scrub testsHenning Brauer
2002-11-13as scrub rules end up in a struct pf_rule just call expand_rule instead ofHenning Brauer
handcrufting this. has quite a few positive side effects: -interface list expansion works (fries@ asked for that) -can specify address family, very helpful with dynamic interface expansion (pointed out by daniel) -src/dst ip/port list expansion works -fixes a long standing, scary, though never noticed bug: scrub out on lo1 from any to 10.0.0.1 expanded to scrub out on lo1 all ... this bug was there from day #1. "sneaky diff of the month award" dhartmei@
2002-11-13update usage; ok ericj@Markus Friedl
2002-11-13put common CFLAGS+= in Makefile.incTodd T. Fries
use single defs.h header test for a non-zero value ok fgsch@
2002-11-13more testing.Federico G. Schwindt
2002-11-13move weak definition to the bottom due to a gas problem on a.out platforms.Federico G. Schwindt
2002-11-13Check for NULL on pltgot, appearently libraries with no external referencesDale Rahn
will not create a PLT on i386.
2002-11-13regenMichael Shalayeff
2002-11-13VT8235 PCI-ISA; from Alexander YurchenkoMichael Shalayeff
2002-11-13print 'banner-name' instead of 'name' for mainbus (when available)Jason Wright
2002-11-13Add label macro $if, as we support {} list expansion for interfaces now.Daniel Hartmeier
From David Gwynne. ok henning@, camield@
2002-11-13Initialize tail pointer to node, found by fries@Daniel Hartmeier
2002-11-12get rid of compiler warningsMarco S Hyman
2002-11-12don't build with -g/-ggdb by default.Marco S Hyman
always build with -Wall bump version to 0.7 (matches libc_r x.7)
2002-11-12Fix the C version of atomic lock so that the compiler will not shareDale Rahn
registers. ok marc@
2002-11-12Add a CRYPTO_NULL xform (it's a do nothing, but nice for measuring theJason Wright
bandwidth of the kernel API). It's only available from userland and then only if kern.cryptodevallowsoft=1.
2002-11-12fix bug in determining execve name. from provosJun-ichiro itojun Hagino
2002-11-12Missing splx.Mike Pechkin
dhartmei@ ok
2002-11-12Check for undersized IP header, found by jbm@, ok angelos@Daniel Hartmeier
2002-11-12dueling mallocs -- test for proper serialization when multiple threadsMarco S Hyman
try to malloc at the same time
2002-11-12build program on hppa onlyTheo de Raadt
2002-11-11Pass gcc -ansi -pedantic; Chad LoderTodd C. Miller
2002-11-11rpc.yppasswdd(8) mentioned twice in yp(8)'s SEE ALSO; from rogier@quaak.orgMichael Shalayeff
2002-11-11grammar fixens from Andrey SmaginMichael Shalayeff
2002-11-11sync; ok mickey millertPeter Valchev
2002-11-11pmtu_probe is not used anywhere (it is used in KAME TCP6-only code).Jun-ichiro itojun Hagino
From: Krister Walfridsson <cato@df.lth.se>
2002-11-11Proper defines for powerpc kernel profiling.Dale Rahn
2002-11-11powerpc uses memset for bzero, do this for profiled version also.Dale Rahn
2002-11-11Various little pmap changes:Miod Vallat
- get rid of splpmap, use splvm everywhere - harmonize some 4_4c routines to wake them easier to diff against 4m - fix an spl botch in can't happen situations on 4_4c - fix pmap_stas.ps_npg_prot_all on 4m in case someone cares - slightly better pmap_kenter_pa and pmap_kremove on 4_4c art@ ok
2002-11-11sync with NetBSDNathan Binkert
2002-11-11Another deviceNathan Binkert
2002-11-11avoid uninitialized warnings from gcc; art@ okMichael Shalayeff
2002-11-10hppa is not a special case anymoreMichael Shalayeff
2002-11-10build crtbegin/crtend as it is ment for elfMichael Shalayeff
2002-11-10produce proper canonical version name, support static constructors, enable ↵Michael Shalayeff
exec-stack.h; espie@ ok