summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-03-04ugh. default examples don't work since with an rdr to 127.0.0.1Bob Beck
you can't tell what socket you're talking to. avoid the whole issue and put the configuration on port + 1, todd@
2003-03-04Interim JPEG size support; PNG and other lesser image formats added.Ian Darwin
2003-03-04strlcpy, check retval from sprintfJun-ichiro itojun Hagino
2003-03-04s/strncpy/strlcpy/Jun-ichiro itojun Hagino
2003-03-03Prefer pmap_kenter_pa() in pmap_map().Miod Vallat
2003-03-03Add config.h described in previous commitIan Darwin
2003-03-03Bring in readelf.c from Christos' version 3.41 to head off a localIan Darwin
stack attack noted by iDefense, and for more complete 64-bit ELF support. Add hand-made config.h to avoid running configure but still be able to use Christos' code. In print.c add error(...)-->err(1,...) wrapper. Tested on i386, sparc64, macppc.
2003-03-03Better handling of parse errors and/or allocationChad Loder
failures. Add two functions, sdl_free() and sdl_clear(), use them where needed. Misc. other cleanup and optimization. OK deraadt@
2003-03-03we mean: macros are not expanded inside quotesTheo de Raadt
2003-03-03nuke extra semicolonmjacob
2003-03-03knfTheo de Raadt
2003-03-03liesTheo de Raadt
2003-03-03in the handler, block signals handlers as soon as possible; ok miod millertTheo de Raadt
2003-03-03oops, removed a char from rendTheo de Raadt
2003-03-03Enabled inclusion of ISP SBus f/w for GENERIC kernels. This tendsmjacob
to make people's days so much better.
2003-03-03Argh. Put back mickey's change here and also follow Ted's suggestionmjacob
wrt bogus identity assignments.
2003-03-03Add some A64 defines.mjacob
Fix egregious botch where ICBXOPT_ZIO is suppose to be bit #5, not the value '5'.
2003-03-03Get rid of ISP_DMA_ADDR_T and uses ISP_DAC_SUPPORTED to define themjacob
width of a dma address type- this also allows us to define macros that set upper words of a dma address. Remove STRNCAT. Add (untested) 10160 support.
2003-03-03spelling fixesmjacob
2003-03-03In isp_putback_atio, propagate iid && rxid for FC ATIOs.mjacob
LINT fixes for printing out the lun for recevied messages. Spelling fix.
2003-03-03Remove STRNCAT define.mjacob
2003-03-03For type 3 requests, the count is ISP_RQDSEG_T3, not ISP_RQDSEG_T2, that we needmjacob
to set up.
2003-03-03Add (untested, no h/w) 10160 support. Propagate some spelling fixes.mjacob
Add back in merged 'mhz' change. Use A64 variants to initialize ULTRA2 or better && 1240 cards. If PAE is ever implemented for *BSD, we'll be closer to being ready to go. Add in a commented out example for how to adjust idelaytimer on 2300s. If we have ISP_FW_CRASH_DUMP defined, then don't reinit the isp in ISP_CONN_FATAL case- that's up to the platform outer layer to do after it finishes saving a f/w crashdump. Replaces STRNCAT with SNPRINTF.
2003-03-03march through the trapframes on the stack trace until the very lastMichael Shalayeff
2003-03-03Use new pci_matchbyid routine. Add (unable to test, no h/w) 10160 support.mjacob
Use correct size to zero sdparam area for 12160. Compile tested: sparc64, sparc run tested: sparc64 (2200, 1040), sparc (sbus isp)
2003-03-03Add back fix from 1.32 that was lost in latest syncTodd C. Miller
2003-03-03ray coniffMichael Shalayeff
2003-03-03Update to Sendmail 8.12.8; fixes a buffer overflow in the envelopeTodd C. Miller
comments processing which may allow an attacker to gain root privileges.
2003-03-03Re-add the BUGS section; the RFCs still do not permit differing DH groupsHakan Olsson
in the same proposal. This time, mention that this also applies to mixing PFS and non-PFS suites.
2003-03-03spacesTheo de Raadt
2003-03-03ansi, from cloderTheo de Raadt
2003-03-03extra spacesTheo de Raadt
2003-03-03always set ptr to NULL after free; from cloderTheo de Raadt
2003-03-03Make "pfctl -ss" output easier to parse. NO TRAFFIC -> NO_TRAFFIC.Cedric Berger
ok dhartmei@ henning@
2003-03-03regenHenning Brauer
2003-03-03rate2str() overhaul:Henning Brauer
-do not print 100.00Kb but 100Kb, but still 1.50Mb. requested by theo. hint by dhartmei lead to a easier algorithm than initially had -while beeing there, use a much nicer, shorter algorithm for determining and printing the unit. a little further easification thanks to a hint by markus@ ok dhartmei@ cedric@
2003-03-03Fix inaccuracies in comments.Miod Vallat
2003-03-03set n->m_len, somehow the line have lost. thanks danielJun-ichiro itojun Hagino
2003-03-03use M_READONLY instead of defining M_SHAREDCLUSTER(). the change should haveJun-ichiro itojun Hagino
been made when M_READONLY was introduced. sync w/kame
2003-03-03Provide a functional d_psize() function for ramdisk block devices.Miod Vallat
ok deraadt@
2003-03-03"an table" -> "a table", add persist keyword.Cedric Berger
ok deraadt@
2003-03-03typos;Jason McIntyre
hd(4), sd(4): ok miod@
2003-03-03More KNF. Use a size_t in one place where it makes sense.Chad Loder
OK deraadt@
2003-03-02Add ANSI prototypes for all functions. Now compiles withChad Loder
-ansi -Wstrict-prototypes, update the Makefile to reflect that.
2003-03-02queue on two interfacesHenning Brauer
2003-03-02regen after pfctl changesHenning Brauer
2003-03-02when printing queues at load time that have bandwidth specified in percent,Henning Brauer
print the bandwidth in percent instead of the calculated absolute value. if a queue belongs to more than one interface and they have different bandwidth the calculated absolute is of course different per interface. previously the first calculated absolute value was shown; what of course is incorrect on the second interface. note that only the print was wrong, the correct values were passed to the kernel. ok theo daniel
2003-03-02KNF and one err->errx. ok deraadt@Kjell Wooding
2003-03-02more tweakingTheo de Raadt
2003-03-02dumbTheo de Raadt