Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-14 | Use %d instead of %2d for better matching. From Mike Neuman. Fixes PR#2848. | Hakan Olsson | |
2002-11-14 | Better whitespace/newline handling, this should make broken lines and | Hakan 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-14 | Make error messages on symbol lookup failures more useful. | Dale Rahn | |
2002-11-14 | Allow host to do dns lookups in the initial ruleset. This way, pfctl | Camiel Dobbelaar | |
can properly boot rulesets with dns addresses in it. | |||
2002-11-14 | mark tx as altq-ready. | Kenjiro Cho | |
this line was in epic_freebsd_attach() but not in epic_openbsd_attach(). PR 2955 | |||
2002-11-14 | version.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-14 | use $ or # before commands in examples | Theo de Raadt | |
2002-11-14 | Sync 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-14 | Updates from http://www.isc.org/products/BIND/patches/bind4910.diff | Todd 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-14 | Rework iha copyight verbiage to make clear what needs to be clear for | Kenneth R Westerback | |
it to remain in the tree. With agreement of Initio. ok deraadt@ | |||
2002-11-14 | correct IPv6 setsockopt for ipsec operation. angelos ok | Jun-ichiro itojun Hagino | |
From: Martti Kuparinen <martti.kuparinen@iki.fi> | |||
2002-11-14 | get more use of the shadowed regs | Michael Shalayeff | |
2002-11-14 | $ in front of commands | Theo de Raadt | |
2002-11-14 | Add a link to libncurses. Lots of programs/configure scripts out there | Todd 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-14 | sync | Michael Shalayeff | |
2002-11-13 | extended scrub tests | Henning Brauer | |
2002-11-13 | as scrub rules end up in a struct pf_rule just call expand_rule instead of | Henning 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-13 | update usage; ok ericj@ | Markus Friedl | |
2002-11-13 | put common CFLAGS+= in Makefile.inc | Todd T. Fries | |
use single defs.h header test for a non-zero value ok fgsch@ | |||
2002-11-13 | more testing. | Federico G. Schwindt | |
2002-11-13 | move weak definition to the bottom due to a gas problem on a.out platforms. | Federico G. Schwindt | |
2002-11-13 | Check for NULL on pltgot, appearently libraries with no external references | Dale Rahn | |
will not create a PLT on i386. | |||
2002-11-13 | regen | Michael Shalayeff | |
2002-11-13 | VT8235 PCI-ISA; from Alexander Yurchenko | Michael Shalayeff | |
2002-11-13 | print 'banner-name' instead of 'name' for mainbus (when available) | Jason Wright | |
2002-11-13 | Add label macro $if, as we support {} list expansion for interfaces now. | Daniel Hartmeier | |
From David Gwynne. ok henning@, camield@ | |||
2002-11-13 | Initialize tail pointer to node, found by fries@ | Daniel Hartmeier | |
2002-11-12 | get rid of compiler warnings | Marco S Hyman | |
2002-11-12 | don'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-12 | Fix the C version of atomic lock so that the compiler will not share | Dale Rahn | |
registers. ok marc@ | |||
2002-11-12 | Add a CRYPTO_NULL xform (it's a do nothing, but nice for measuring the | Jason Wright | |
bandwidth of the kernel API). It's only available from userland and then only if kern.cryptodevallowsoft=1. | |||
2002-11-12 | fix bug in determining execve name. from provos | Jun-ichiro itojun Hagino | |
2002-11-12 | Missing splx. | Mike Pechkin | |
dhartmei@ ok | |||
2002-11-12 | Check for undersized IP header, found by jbm@, ok angelos@ | Daniel Hartmeier | |
2002-11-12 | dueling mallocs -- test for proper serialization when multiple threads | Marco S Hyman | |
try to malloc at the same time | |||
2002-11-12 | build program on hppa only | Theo de Raadt | |
2002-11-11 | Pass gcc -ansi -pedantic; Chad Loder | Todd C. Miller | |
2002-11-11 | rpc.yppasswdd(8) mentioned twice in yp(8)'s SEE ALSO; from rogier@quaak.org | Michael Shalayeff | |
2002-11-11 | grammar fixens from Andrey Smagin | Michael Shalayeff | |
2002-11-11 | sync; ok mickey millert | Peter Valchev | |
2002-11-11 | pmtu_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-11 | Proper defines for powerpc kernel profiling. | Dale Rahn | |
2002-11-11 | powerpc uses memset for bzero, do this for profiled version also. | Dale Rahn | |
2002-11-11 | Various 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-11 | sync with NetBSD | Nathan Binkert | |
2002-11-11 | Another device | Nathan Binkert | |
2002-11-11 | avoid uninitialized warnings from gcc; art@ ok | Michael Shalayeff | |
2002-11-10 | hppa is not a special case anymore | Michael Shalayeff | |
2002-11-10 | build crtbegin/crtend as it is ment for elf | Michael Shalayeff | |
2002-11-10 | produce proper canonical version name, support static constructors, enable ↵ | Michael Shalayeff | |
exec-stack.h; espie@ ok |