summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-03-04make sure both /etc/rndc.key and /var/named/etc/rndc.key exist, and areDan Harnett
the same. ok jakob@, deraadt@
2003-03-04show example of string concat in macro assignTheo de Raadt
2003-03-04remove -beta markerTheo de Raadt
2003-03-04do not treat map entries above the stack as stack; only for the grow-upsMichael Shalayeff
2003-03-04call it cd{$Rev}.iso, and put some nice text in the labelTheo de Raadt
2003-03-04call it cd${Rev}.isoTheo de Raadt
2003-03-04remove extra -VTheo de Raadt
2003-03-04fix .Bl width, pt out by theoHenning Brauer
2003-03-04missing #include in SYNOPSIS, found by Daniel LucqHenning Brauer
ok millert@
2003-03-04Fix limit BNF part, since we don't quote token literals, use limit-item,Daniel Hartmeier
and limit-list is already a list (due to the recursive definition) which can also consist of just one entry, so no need for {}. Found by Maik Kuendig
2003-03-04update BNF for 'queue ( q_def, q_pri )' and similar in filteroptsPhilipp Buehler
ok henning@
2003-03-04other.single was missing in the BNF section, from Maik KuendigDaniel Hartmeier
2003-03-04format nicerHenning Brauer
2003-03-04liesHenning Brauer
2003-03-04make the label example actually work... (missing quotes)Henning Brauer
2003-03-04fix .Bl width in translation sectionHenning Brauer
2003-03-04fix width in set block-policy listHenning Brauer
2003-03-04pfctl -T create is no moreHenning Brauer
2003-03-04remove lies about queueing and finally take into account that we have moreHenning Brauer
than one scheduler, explain a bit more how that works etc etc english(4) police passed in persona jmc@, ok pb@
2003-03-04typos; Daniel LucqHenning Brauer
2003-03-04typos, grammar etcHenning Brauer
from Daniel Lucq, thanks
2003-03-04(really) support user/group rules with 'inet6'Philipp Buehler
pointed out by hugh ok dhartmei@, henning@
2003-03-04copy cd*.iso also, for snapshotsTheo de Raadt
2003-03-04Provide a ~2MB ISO file which contains *JUST* $REV/i386/cdrom{Rev}.fs,Theo de Raadt
which can then be burnt onto a CD, and then you can do an ftp install from that. This will suffice for people without floppies in upcoming machines. No, I am not going to put the sets on that CD. We've been over this before.
2003-03-04spam not SPAM; nick@electric-pickle.netTheo de Raadt
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)