Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-10 | sync; sun crypto 1000; from Jamil Nimeh | Jason Wright | |
2002-10-10 | Sun Crypto 1000 | Jason Wright | |
2002-10-10 | Missing m_pullup() and mbuf corruption. This potentially caused | Daniel Hartmeier | |
panic: m_copym0: m == 0 and not COPYALL and/or panic: m_copydata: null muf on bridges running pf with scrubbing enabled. Bug report, test vector and confirmation by Jon Morby. ok jason@, jasoni@ | |||
2002-10-10 | protect against multiple inclusion; pointed out by naddy, miod ok | Peter Valchev | |
2002-10-10 | padd pf_state; dhartmei@ ok | Michael Shalayeff | |
2002-10-10 | add a borrow flag to be used by pf/altq. | Kenjiro Cho | |
2002-10-10 | preserve the m_tag order in m_tag_copy_chain() as originally intended. | Kenjiro Cho | |
the order doesn't matter at this moment but could be problematic if 2 tags of the same type are ever added. ok jason@, dhartmei@, angelos@ | |||
2002-10-10 | another | Henning Brauer | |
2002-10-10 | sync | Theo de Raadt | |
2002-10-10 | add socket test to check blocking/non-blocking mode on accept. | Marco S Hyman | |
Enable test in makefile | |||
2002-10-09 | Remove trailing '\n's from panic messages. | Kenneth R Westerback | |
Started by a commit to siop from provos@netbsd.org. ok miod@ millert@ | |||
2002-10-09 | missing comma; hiten@uk.FreeBSD.org | Theo de Raadt | |
2002-10-09 | pretty print | Theo de Raadt | |
2002-10-09 | Use strtoll() and strtoull() instead of strtoq() and strtouq() now | Todd C. Miller | |
that we have them as per the original BSDi code. | |||
2002-10-09 | supress too noisy log - can be re-enabled by sysctl. sync w/kame | Jun-ichiro itojun Hagino | |
2002-10-09 | comment where code is used | Marco S Hyman | |
2002-10-09 | Nobody expects the spanish inquisition! | Miod Vallat | |
2002-10-09 | document the extended return-icmp syntax, block return, block drop and set | Henning Brauer | |
block-policy. from ryan ok dhartmei@ | |||
2002-10-09 | regen | Henning Brauer | |
2002-10-09 | Broadcom BCM4401 | Henning Brauer | |
2002-10-09 | install SSL_do_handshake(3) as well; markus@ ok | Federico G. Schwindt | |
2002-10-09 | Patch from sendmail.org to fix potential smrsh bypass described | Todd C. Miller | |
in http://www.sendmail.org/smrsh.adv.txt | |||
2002-10-09 | predicates are part of the grammar now; in non-root case, predicates are | Jun-ichiro itojun Hagino | |
evaluated only once; in root case, predicates and variable expansion are dynamic. from provos | |||
2002-10-09 | new message to track uid/gid changes | Jun-ichiro itojun Hagino | |
from provos | |||
2002-10-09 | clean-up. check that SA_RESETHAND does the right thing, too. | Marco S Hyman | |
full library support for this is still pending. | |||
2002-10-08 | fix two incorrect L<> calls; ok millert@ | Wilbern Cobb | |
2002-10-08 | Gremlin; spotted by Dries Schellekens (gwyllion at ulyssis dot org), thanks! | Miod Vallat | |
2002-10-08 | the first step of pf/altq merge. | Kenjiro Cho | |
this commit is to allow further development in both userland and kernel. the goal is to replace altq's classifier by pf(4). - make pf tag a queue id to mbuf and make altq read the queue id - merge altq config into pf.conf(5) ok dhartmei@, henning@ | |||
2002-10-08 | formatting knit, fix a run-together phrase | Todd T. Fries | |
from Jean-Francois Brousseau <krapht@secureops.com> | |||
2002-10-08 | "output" is a pointer of size "outlen", so use outlen instead of | Jun-ichiro itojun Hagino | |
sizeof(output) From "Vincent Labrecque" <vincent@psyfreaks.ca> | |||
2002-10-08 | assume that inserting a template implies permit for the current | Jun-ichiro itojun Hagino | |
syscall from provos | |||
2002-10-08 | sa_family on wire is network byteorder. from Alexander Yurchenko ↵ | Jun-ichiro itojun Hagino | |
<grange@rt.mipt.ru> | |||
2002-10-08 | remove <0 checks on unsigned numbers. | Vincent Labrecque | |
ok henning@ | |||
2002-10-07 | Remove a diagnostic check that I added when reorganizing the code. | Artur Grabowski | |
It triggers on ppc and while the check itself is correct, it's better to fix the bug before breaking peoples systems. | |||
2002-10-07 | int -> uid_t | Vincent Labrecque | |
ok millert | |||
2002-10-07 | do not crash when a breakpoint can't get set (remove it | Vincent Labrecque | |
from the list when we free it.) ok art@ | |||
2002-10-07 | more meaningful error | Marco S Hyman | |
2002-10-07 | tyop | Vincent Labrecque | |
ok deraadt@ | |||
2002-10-07 | handle the SA_RESETHAND flag. | Marco S Hyman | |
Part of the prep for SA_SIGINFO support. With this change the new siginfo regression test will fail instead of loop on all arches. | |||
2002-10-07 | use/check SA_RESETHAND, too. | Marco S Hyman | |
Note: until SA_RESETHAND support is fixed the test loops on SIGSEGV | |||
2002-10-07 | .Xr ipcs 1 | Henning Brauer | |
.Xr ipcrm 1 grendel at zeitbombe dot org some input millert ok millert ian theo | |||
2002-10-07 | add pthread siginfo support test | Marco S Hyman | |
2002-10-07 | merge apache 1.3.27 | Henning Brauer | |
2002-10-07 | sync MANUALFILES | Henning Brauer | |
2002-10-07 | drain the bitbucket | Henning Brauer | |
2002-10-07 | emacsed out | Henning Brauer | |
2002-10-07 | gone to the big harddrive in the sky | Henning Brauer | |
2002-10-07 | Add specific installation steps for DEC 3000 machines, and document a few | Miod Vallat | |
caveats from their v.1 SRM. | |||
2002-10-07 | Sync mirrorlist with current tables, tweak layout, mention ftp.html as the | Miod Vallat | |
authoritative source of information. | |||
2002-10-07 | merge apache 1.3.27 and mod_ssl 2.8.11 | Henning Brauer | |