summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-10-14Fix from FreeBSD for atlhon problems with mtrr and XFree86. Ok deraadt@Matthieu Herrb
2002-10-14Syncronize list of supported devices with pciide(4).Grigoriy Orlov
2002-10-14Remove OPTi 82c621 from list of supported devices.Grigoriy Orlov
2002-10-14Use uvm_km_valloc_prefer_wait instead of doing the same thing manually.Artur Grabowski
2002-10-14Stuff needed for gcc 3.X.Artur Grabowski
2002-10-14- Do not try to drain other pools if PR_NOWAIT and the allocator can'tArtur Grabowski
2002-10-14.Cm inside .Bd -literal screws upTheo de Raadt
2002-10-14Mention Prism3 and HostAP bugs in 1.4.0-1.4.2 firmware.Todd C. Miller
2002-10-14No need to modify submit.mc when enabling TLS. Noted by Marc MatteoTodd C. Miller
2002-10-14grammar & formattingHenning Brauer
2002-10-14document binat netblocksHenning Brauer
2002-10-14test binat netblocksHenning Brauer
2002-10-14Allow one to specify a netblock in a binat rule:Henning Brauer
2002-10-14document USE_X11; from aleksander.piotrowski@piestrak.waw.plPeter Valchev
2002-10-14your -> one'sHenning Brauer
2002-10-14use stripcom(), not awk. Spotted by form@.Mike Pechkin
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
2002-10-13Move the clearing of as->state in auth_challenge() to after the sanityTodd C. Miller
2002-10-13Avoid potential printf format string problem with challenge fromTodd C. Miller
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
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
2002-10-13do not flush cache here, better support for intrhook, increase number of tran...Michael Shalayeff
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
2002-10-12reduce the amount of output on this test so you can see when thingsMarco S Hyman
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
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
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
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
2002-10-11remove unused/unreferenced code.Marco S Hyman
2002-10-11add two missing ones, correct four others -- noticed by Number SixJason Peel
2002-10-11pad keys of size != RC4KEYLEN or RC4KEYLEN/2 with zero; noticed and tested by...Markus Friedl
2002-10-11Stash the value of letoh16(ver.wi_ver[0]) in a variable so we don'tTodd C. Miller
2002-10-11Add a letoh16() since card ids in WI_CARD_IDS are not guaranteedTodd C. Miller
2002-10-11Sigh, we can't just put the htole16() in the WI_CARD_IDS macroTodd C. Miller
2002-10-11When a macro cannot be expanded because it is not defined, say so. Also warnCamiel Dobbelaar
2002-10-11In lgetc(), compress strings of whitespace to a single space. This makesCamiel Dobbelaar
2002-10-11scalb() in vax libm is in fact scalbn(), so change the symbol name.Miod Vallat
2002-10-11make CBQ aware of the pf API so that pf developers can play with CBQ.Kenjiro Cho