Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-09 | minor KNF | Henning Brauer | |
2003-01-09 | restore the prev version of the kq filter for events do not get delivered ↵ | Michael Shalayeff | |
properly; reported by dugsong@ | |||
2003-01-09 | note about queue stats | Henning Brauer | |
2003-01-09 | first attack at pfctl queue statistics, to be displayed with pfctl -vsq | Henning Brauer | |
This commit is dedicated to the cute KLM girls who made part of this possible with giving me a seat in the plane where you actually have enough place to hack. Thanks, girls. ok markus@ dhartmei@ | |||
2003-01-09 | (whitespace) KNF, re-fold -w 80 | Daniel Hartmeier | |
2003-01-09 | fix dmesg print and free resources on failures | Michael Shalayeff | |
2003-01-09 | Document the various "default" settings. Some style and alphabetical | Hakan Olsson | |
reordering. | |||
2003-01-09 | Default-Phase-1-Configuration --> Default-phase-1-configuration | Hakan Olsson | |
2003-01-09 | Change "Default-Phase-2-Suites" --> "Default-phase-2-suites" | Hakan Olsson | |
2003-01-09 | Proper id_string for SET/ACK responder, plus attr payload fixes. | Hakan Olsson | |
2003-01-09 | spelling; from jmc at prioris dot mini dot pw dot edu dot pl. | Federico G. Schwindt | |
2003-01-09 | Add support for active/inactive tablesets in the kernel. | Cedric Berger | |
Add table definition/initialisation construct in pfctl parser. Add and fix documentation for pf.4 and pf.conf.5. Tested on i386 and sparc64 by myself, macppc by Daniel. ok dhartmei@ | |||
2003-01-09 | Don't write past the end of the address buffer. Found by Theo. | Hakan Olsson | |
2003-01-09 | Add some #ifdef USE_ISAKMP_CFG, no need to compile in code that will | Hakan Olsson | |
never be used. | |||
2003-01-09 | Enable SET/ACK (ike-mode-cfg) when acting as responder. From Tomas | Hakan Olsson | |
Walpuski. | |||
2003-01-09 | Remove last use of vm_offset_t from sparc. | Artur Grabowski | |
2003-01-09 | regen | Alexander Yurchenko | |
2003-01-09 | Add Intel 31244 PCI-X to SATA controller | Alexander Yurchenko | |
ok millert@ | |||
2003-01-08 | More regress tests for sftp, most commands are now exercised as is batchmode | Damien Miller | |
ok markus@ | |||
2003-01-08 | Cleanup error handling for batchmode | Damien Miller | |
Allow blank lines and comments in input Ability to suppress abort on error in batchmode ("-put blah") Fixes mindrot bug #452; markus@ ok | |||
2003-01-08 | Regen to add SYMBOL LA41X3 | Todd C. Miller | |
2003-01-08 | Add SYMBOL LA41X3 | Todd C. Miller | |
2003-01-08 | Move the rounds into separate functions on sparc64 so gcc's optimizer | Todd C. Miller | |
doesn't blow up. This is a hack but is better than compiling sha1.c with -O0 on sparc64. From NetBSD (mrg). deraadt@ OK | |||
2003-01-08 | check more strlcpy; camield@ | Theo de Raadt | |
2003-01-08 | sync | Theo de Raadt | |
2003-01-08 | Make END() symbols match corresponding LEAF() name. | Miod Vallat | |
2003-01-08 | make sure we are not allowing user to fault outside user address space and ↵ | Michael Shalayeff | |
always print smth before dead_end | |||
2003-01-08 | bring in strlcpy and strlcat-like things for dealing with Char types, | Theo de Raadt | |
this fixes at least 15 buffer overflows; some help from dhartmei. Anyone want to go do the same in ksh, and help with some of the while (*s++ = *p++) loops in here? | |||
2003-01-08 | Sync debug info with code. | Thierry Deval | |
2003-01-08 | better osiop at gsc attachment and kill dead siop from files.hppa | Michael Shalayeff | |
2003-01-08 | this one is old and must die now | Michael Shalayeff | |
2003-01-08 | Merry Christmas Mickey! | Kenneth R Westerback | |
First cut at osiop driver (LSI Logic/Symbios/NCR 53C710). For hppa only at the moment. Functional for the most part, but there are known problems: 1) SCSI_CHECK/REQUEST_SENSE not handled at all - simply returns a zero'ed scsi_sense_data buffer. As a result all osiop sc_link's are created with the ADEV_NODOORLOCK quirk to suppress PREVENT_ALLOW commands from being issued (and failing) during probe. 2) Sync negotiation (wide is not supported on this chip) needs to be validated due to some ominous comments in the source about being valid only for the 33Mhz Zeus board. 3) Probe message needs fixing/completion to issue useful info. See 2). 4) Timeout/hangs occur under heavy load, e.g. make builds. From NetBSD. ok mickey@ | |||
2003-01-08 | do not match on via866 smbus controller; reported and tested by grange@ | Michael Shalayeff | |
2003-01-07 | add version; from Nils Nordman <nino at nforced dot com> via markus@. | Federico G. Schwindt | |
markus@ ok | |||
2003-01-07 | Remove duplicate SRX definition. | Miod Vallat | |
2003-01-07 | Better have an OpenBSD static rcsid rather than a NetBSD static rcsid for | Miod Vallat | |
this file... | |||
2003-01-07 | Get static rcsid correctly, better style for .S files, trim whitespace. | Miod Vallat | |
2003-01-07 | Properly align __infinity - m88k is very strict wrt double alignment. | Miod Vallat | |
Fixes - oh what a surprise - bus errors in awk. | |||
2003-01-07 | Get the rounding modes table correct, eventually. | Miod Vallat | |
2003-01-07 | One more pass to get thinks correct wrt weak symbols and syscalls. | Miod Vallat | |
2003-01-07 | more fixes from the weissmanndude | Michael Shalayeff | |
2003-01-07 | kill some debugging kdb_traps | Michael Shalayeff | |
2003-01-07 | Avoid trashing an existing output file when the input cannot be read. | Todd C. Miller | |
Changes open order slightly and makes a distiction between errors < 0 and > 0. Prompted by a discussion on the freebsd-audit list. | |||
2003-01-07 | sync | Theo de Raadt | |
2003-01-07 | .Sq -> .Ql | Mike Pechkin | |
Make sence. Spotted by jmc@acn.waw.pl pvalchev@, millert@ | |||
2003-01-07 | attribute(sentinel) improvements: | Marc Espie | |
- move __null node to c-common.c so that sentinel can check for it (since g++ __null is `special') - rework diagnostics to be more clear. In particular, distinguish `not terminated' from `terminated with a 0 of the wrong type' ok miod@, millert@ | |||
2003-01-07 | apply the discover rule to bridge_output() as well | Jason Wright | |
2003-01-07 | Updated from tzcode2002d (ftp://elsie.nci.nih.gov/pub/) | Todd C. Miller | |
2003-01-07 | update to tzdata2002d from ftp://elsie.nci.nih.gov/pub/ | Todd C. Miller | |
2003-01-07 | Whois updates, mostly adapted from FreeBSD | Todd C. Miller | |
o make "whois -i" go to whois.networksolutions.com o add "-p port" option (renamed old -p to -A) o add support for recursive lookups of IP numbers o remove WHOIS_INIC_FALLBACK, it is no longer useful o man page updates |