Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-10 | duplicate words and spelling fixes in comments | David Krause | |
ok miod@ | |||
2003-03-10 | typo | David Krause | |
ok drahn@ | |||
2003-03-10 | double word (be be) in comment | David Krause | |
ok drahn@ | |||
2003-03-10 | double word (the the) and spelling | David Krause | |
ok henning@ | |||
2003-03-10 | spelling fixes | David Krause | |
ok millert@ | |||
2003-03-10 | double words in comments | David Krause | |
ok millert@ | |||
2003-03-10 | spelling fixes | David Krause | |
ok millert@ | |||
2003-03-10 | fix spelling in comment | David Krause | |
ok millert@ | |||
2003-03-10 | Fixed some small typos & formatting following suggestions from jmc | Marcus Watts | |
2003-03-10 | commented hourly spamd-setup run | Theo de Raadt | |
2003-03-10 | Fix AP scan on prism and add a /* FALLTHROUGH */ comment to make | Todd C. Miller | |
things obvious. | |||
2003-03-09 | zx fits on the floppies. | Miod Vallat | |
2003-03-09 | add comments what we are testing - these tests look so simple that they | Henning Brauer | |
might get removed later otherwise, so make clear these are edge cases in internals we are provoking | |||
2003-03-09 | typo in comment, krause | Henning Brauer | |
2003-03-09 | Escape ct as argument of .Xr, this broke PostScript manpage generation. | Miod Vallat | |
Spotted by deraadt@. | |||
2003-03-09 | - document that scrub 'no-df' is sometimes necessary for "certain" OS's NFS | Mike Frantzen | |
- suggest 'random-id' with 'no-df' since "certain" OSes set ip->ip_id to zero ok deraadt@ henning@ | |||
2003-03-09 | also mention max connections default; ok deraadt | Peter Valchev | |
2003-03-09 | tighten the TCP state code in relation to a FIN before any server responses | Mike Frantzen | |
ok dhartmei@ henning@ | |||
2003-03-09 | mention error code 450 is default; ok deraadt | Peter Valchev | |
2003-03-09 | typo. henning@ | Bob Beck | |
2003-03-09 | Fix a few typos, Make spamd and spamd-setup use /etc/services to find | Bob Beck | |
their ports. Adds "spamd" and "spamd-cfg" services to /etc/services. Mostly from Daniel Lucq <daniel@lucq.org>. | |||
2003-03-09 | cope with LOOP_THROUGH modifying the lis (queues). | Henning Brauer | |
in case of an error in the queue def in question the queues list remains unmodified, but the LOOP_THROUGH caused a mod anyway, and the list can stay empty. subsequent checks for NULL which check for a empty list fail then. fix by adding an explicit check before looping. fixes regress pfail31 error report by Kamil Andrusz via pb@, testcase from pb@ ok dhartmei@ | |||
2003-03-09 | cope with the fact that LOOP_THROUGH loops once even if the list is empty by | Henning Brauer | |
moving the addition of child queues a bit down after the successfull addition of the current queue and an explicit NULL check before looping. fixes regress pf59 found by kjc@ ok kjc@ cedric@ dhartmei@ | |||
2003-03-09 | start of replacement tun page; from mdw | Theo de Raadt | |
2003-03-09 | Fix error line number reporting for syntax errors (noticed by mpech@). | Todd C. Miller | |
This is relatively tricky due to the way EOF is overloaded. Seems to give a correct line number for all errors I threw at it. | |||
2003-03-09 | Catch lines w/o EOF. Previously they were silently ignored. | Todd C. Miller | |
2003-03-09 | same edge case for LOOP_THROUGH in totally different context | Henning Brauer | |
2003-03-09 | test an edge case in LOOP_THROUGH behaviour | Henning Brauer | |
fails right now | |||
2003-03-09 | Use "np != NULL", not just "np" in TAILQ example for consistency | Todd C. Miller | |
(and style(9)); from Pedro Bastos | |||
2003-03-09 | use MGETHDR instead of MGET for the first mbuf. | Kenjiro Cho | |
altq expects struct pkthdr in a mbuf chain. this fixes a panic caused by uninitialized m_pkthdr.tags when altq is enabled on ppp. also, initialize m_pkthdr.len and m_pkthdr.rcvif as a caller of MGETHDR is supposed to do. report and test by matthieu@ ok deraadt@, henning@, dhartmei@ | |||
2003-03-09 | bad license | Matthieu Herrb | |
2003-03-09 | sync | Theo de Raadt | |
2003-03-09 | Originally from gcc: | Henric Jungheim | |
2002-06-14 Jeff Sturm <jsturm@one-point.com> * config/sparc/sparc.h (DYNAMIC_CHAIN_ADDRESS): Add SPARC_STACK_BIAS. 2002-03-12 Andrew MacLeod <amacleod@redhat.com> * config/sparc/sparc.h (RETURN_ADDR_RTX): Include v9 stack bias in address calculation. through Hiroaki Etoh (thanks). This gets "__builtin_return_address()" to work on sparc64. ok deraadt@ | |||
2003-03-09 | kill whitespace at eol | David Krause | |
ok henning@ | |||
2003-03-09 | $OpenBSD$ | David Krause | |
ok mickey@ | |||
2003-03-09 | grammar fixes | David Krause | |
ok millert@ | |||
2003-03-09 | .Dd Month day, year | David Krause | |
ok jmc@ | |||
2003-03-09 | stests may not have +x set, so prefix the call with sh | David Krause | |
ok millert@ | |||
2003-03-09 | fix wording of sentence. | Brad Smith | |
deraadt@ ok | |||
2003-03-09 | missed memset, found by dhartmei@ | Bob Beck | |
2003-03-09 | Move zx to supported list. | Miod Vallat | |
2003-03-09 | A simple zx(4) manual page and references to it... | Miod Vallat | |
2003-03-09 | fix magic chars | Theo de Raadt | |
2003-03-09 | Add and enable zx. Not put in RAMDISK yet, need to check if this still fits | Miod Vallat | |
on the floppies first. | |||
2003-03-09 | Correctly switch back and forth the 8-bit overlay plane (used in console | Miod Vallat | |
mode) and the 24-bit plane (used in graphics mode) for proper X11 support. Partly borrowed from the XFree86 SunLeo driver source. | |||
2003-03-09 | autri flags here too. pointed out by deraadt@ | Ted Unangst | |
2003-03-09 | autri now takes flags, provide sample 0x0000 | Ted Unangst | |
2003-03-09 | doc flags for swapping stereo | Ted Unangst | |
2003-03-09 | flag stereo channels as reversed. those rare people without swapped stereo | Ted Unangst | |
can use config -e to set flags to 0x0001. ok deraadt@ mickey@ | |||
2003-03-09 | sync | Theo de Raadt | |