summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-10-14document USE_X11; from aleksander.piotrowski@piestrak.waw.plPeter Valchev
2002-10-14your -> one'sHenning Brauer
From: Gregory Steuck <greg@nest.cx> Thanks!
2002-10-14use stripcom(), not awk. Spotted by form@.Mike Pechkin
millert@ ok
2002-10-13Xr files.conf(5)Miod Vallat
2002-10-13A new manual page to describe config(8)'s rules files. Will probably requireMiod Vallat
more details over time.
2002-10-13Move the clearing of as->state in auth_challenge() to after the sanityTodd C. Miller
checks. The check for "as != NULL" is useless if you have already dereferenced "as". Also fix some comment typos. From Moritz Jodeit.
2002-10-13Avoid potential printf format string problem with challenge fromTodd C. Miller
auth_challenge(). Currently, none of the auth modules put non-sanitized data in the prompt so there are no real security implications with this fix. Patch from Moritz Jodeit.
2002-10-13better USER_LDT comment; originally suggested by seb@todesplanet.de; ok deraadtPeter Valchev
2002-10-13whole bunch of VScom serial and parallel cards was missing hereHenning Brauer
2002-10-13Boca serial multiport cardsHenning Brauer
2002-10-13add support forHenning Brauer
Boca Turbo Serial 654 (4 port serial) Boca Turbo Serial 658 (8 port) from Andrey Smagin with a little help by me ok deraadt@
2002-10-13Remove more '\n's from panic() statements. From Chris Kuethe.Kenneth R Westerback
2002-10-13track the end of physmem for use in dmmem_allocMichael Shalayeff
2002-10-13talk about lo0 issuesHenning Brauer
from Gregory Steuck greg at nest dot cx
2002-10-13do not flush cache here, better support for intrhook, increase number of ↵Michael Shalayeff
transmit cmds and properly align the rings
2002-10-13split the scp/iscp/scb between the cache lines, make the leds blink betterMichael Shalayeff
2002-10-12Enable test for proper inheritance of NONBLOCK flag on accept.Marco S Hyman
The test will fail -- a reminder that I still need to fix this.
2002-10-12reduce the amount of output on this test so you can see when thingsMarco S Hyman
go wrong. Remove dead code.
2002-10-12Prepare for ELF (mostly _C_LABEL sprinkling); ok drahn artPeter Valchev
2002-10-12oops, add the testMarco S Hyman
2002-10-12signal deliver to blocked thread testMarco S Hyman
2002-10-12Do not depend upon bugs in the pthreads implementation for properMarco S Hyman
operation of the regression test. This test will now fail until I commit the 'send signals to only one thread bug' change.
2002-10-12yet another oops; pointed out by <six@stalphonsos.com>Jason Peel
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
Last bits of diff generated by Chris Kuethe.
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
Diff generated by Chris Kuethe.
2002-10-11Add a bit on volatile vs volatile pointers. OK jason@ millert@Marco S Hyman
2002-10-11Add 'proto tcp' to example rdr rule, it's required now.Daniel Hartmeier
Found by grange@efnet.
2002-10-11remove unused/unreferenced code.Marco S Hyman
ok fgs@
2002-10-11add two missing ones, correct four others -- noticed by Number SixJason Peel
<six@stalphonsos.com>; thanks!
2002-10-11pad keys of size != RC4KEYLEN or RC4KEYLEN/2 with zero; noticed and tested ↵Markus Friedl
by millert@
2002-10-11Stash the value of letoh16(ver.wi_ver[0]) in a variable so we don'tTodd C. Miller
evaluate the same thing for each loop iteration in wi_get_id(). [ previous commit contained unrelated changes and has been removed ]
2002-10-11Add a letoh16() since card ids in WI_CARD_IDS are not guaranteedTodd C. Miller
to be little endian.
2002-10-11Sigh, we can't just put the htole16() in the WI_CARD_IDS macroTodd C. Miller
since gcc doesn't seem to evaluate htole16() of a constant at compile time after all. Noticed by deraadt@
2002-10-11When a macro cannot be expanded because it is not defined, say so. Also warnCamiel Dobbelaar
about unused macros. ok dhartmei@ henning@
2002-10-11In lgetc(), compress strings of whitespace to a single space. This makesCamiel Dobbelaar
macros come out right in verbose mode and is less functional overhead. Also err on whitespace after a backslash. That type of error is hard to find otherwise. ok dhartmei@ henning@
2002-10-11scalb() in vax libm is in fact scalbn(), so change the symbol name.Miod Vallat
Only affects vax, which has no shared libraries, so no version change needed for libm. Someone with enough math skills ought to code a real scalb() on a rainy day...
2002-10-11make CBQ aware of the pf API so that pf developers can play with CBQ.Kenjiro Cho
for now, implemnet a tentative transition mechanism to allow the old API and the new API to coexit. the old API will go away when pfctl(8) becomes ready.
2002-10-10Style nits. Use STDERR_FILENO, not just 2. Also use parens withTodd C. Miller
return; David Hill
2002-10-10constify a few strings. various@ okArtur Grabowski
2002-10-10Make wi_get_id() table driven, similar to NetBSD and FreeBSD butTodd C. Miller
make the table itself a #define so we can reuse it in wicontrol. Also add a bunch of chip IDs from NetBSD/FreeBSD. mickey@ OK
2002-10-10mention that the Sun Crypto Accelerator 1000 is suspected to be a Broadom 5821.Jason Wright
If someone can confirm this (and heck, even better, test the driver patch I just committed and lemme know, I'd appreciate it).
2002-10-10Match the Sun Crypto Adapter 1000, it appears to be a broadcom 5821.Jason Wright
2002-10-10sync; sun crypto 1000; from Jamil NimehJason Wright
2002-10-10Sun Crypto 1000Jason Wright
2002-10-10Missing m_pullup() and mbuf corruption. This potentially causedDaniel 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-10protect against multiple inclusion; pointed out by naddy, miod okPeter Valchev
2002-10-10padd pf_state; dhartmei@ okMichael Shalayeff
2002-10-10add a borrow flag to be used by pf/altq.Kenjiro Cho
2002-10-10preserve 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-10anotherHenning Brauer