summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-03-10duplicate words and spelling fixes in commentsDavid Krause
ok miod@
2003-03-10typoDavid Krause
ok drahn@
2003-03-10double word (be be) in commentDavid Krause
ok drahn@
2003-03-10double word (the the) and spellingDavid Krause
ok henning@
2003-03-10spelling fixesDavid Krause
ok millert@
2003-03-10double words in commentsDavid Krause
ok millert@
2003-03-10spelling fixesDavid Krause
ok millert@
2003-03-10fix spelling in commentDavid Krause
ok millert@
2003-03-10Fixed some small typos & formatting following suggestions from jmcMarcus Watts
2003-03-10commented hourly spamd-setup runTheo de Raadt
2003-03-10Fix AP scan on prism and add a /* FALLTHROUGH */ comment to makeTodd C. Miller
things obvious.
2003-03-09zx fits on the floppies.Miod Vallat
2003-03-09add comments what we are testing - these tests look so simple that theyHenning Brauer
might get removed later otherwise, so make clear these are edge cases in internals we are provoking
2003-03-09typo in comment, krauseHenning Brauer
2003-03-09Escape 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 NFSMike Frantzen
- suggest 'random-id' with 'no-df' since "certain" OSes set ip->ip_id to zero ok deraadt@ henning@
2003-03-09also mention max connections default; ok deraadtPeter Valchev
2003-03-09tighten the TCP state code in relation to a FIN before any server responsesMike Frantzen
ok dhartmei@ henning@
2003-03-09mention error code 450 is default; ok deraadtPeter Valchev
2003-03-09typo. henning@Bob Beck
2003-03-09Fix a few typos, Make spamd and spamd-setup use /etc/services to findBob Beck
their ports. Adds "spamd" and "spamd-cfg" services to /etc/services. Mostly from Daniel Lucq <daniel@lucq.org>.
2003-03-09cope 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-09cope with the fact that LOOP_THROUGH loops once even if the list is empty byHenning 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-09start of replacement tun page; from mdwTheo de Raadt
2003-03-09Fix 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-09Catch lines w/o EOF. Previously they were silently ignored.Todd C. Miller
2003-03-09same edge case for LOOP_THROUGH in totally different contextHenning Brauer
2003-03-09test an edge case in LOOP_THROUGH behaviourHenning Brauer
fails right now
2003-03-09Use "np != NULL", not just "np" in TAILQ example for consistencyTodd C. Miller
(and style(9)); from Pedro Bastos
2003-03-09use 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-09bad licenseMatthieu Herrb
2003-03-09syncTheo de Raadt
2003-03-09Originally 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-09kill whitespace at eolDavid Krause
ok henning@
2003-03-09$OpenBSD$David Krause
ok mickey@
2003-03-09grammar fixesDavid Krause
ok millert@
2003-03-09.Dd Month day, yearDavid Krause
ok jmc@
2003-03-09stests may not have +x set, so prefix the call with shDavid Krause
ok millert@
2003-03-09fix wording of sentence.Brad Smith
deraadt@ ok
2003-03-09missed memset, found by dhartmei@Bob Beck
2003-03-09Move zx to supported list.Miod Vallat
2003-03-09A simple zx(4) manual page and references to it...Miod Vallat
2003-03-09fix magic charsTheo de Raadt
2003-03-09Add and enable zx. Not put in RAMDISK yet, need to check if this still fitsMiod Vallat
on the floppies first.
2003-03-09Correctly switch back and forth the 8-bit overlay plane (used in consoleMiod 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-09autri flags here too. pointed out by deraadt@Ted Unangst
2003-03-09autri now takes flags, provide sample 0x0000Ted Unangst
2003-03-09doc flags for swapping stereoTed Unangst
2003-03-09flag stereo channels as reversed. those rare people without swapped stereoTed Unangst
can use config -e to set flags to 0x0001. ok deraadt@ mickey@
2003-03-09syncTheo de Raadt