summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-04-245k of source saved in spaces and empty lines; also rcsidMichael Shalayeff
2000-04-24Do not unmap CCR before using them for the last timeNiklas Hallqvist
2000-04-24wait just a bit for enabling to settle, fixes pccom on an xeNiklas Hallqvist
when using the faster cardbus mode of the PCI1131 chip
2000-04-243 bugs: off by one in dump offset calculation,Niklas Hallqvist
when to print what is left, and what to print. Fixes PR#1182
2000-04-24Make dlopened modules prefer symbols defined locallyNiklas Hallqvist
2000-04-24fix some typesMichael Shalayeff
2000-04-24correct exampleTheo de Raadt
2000-04-24Treat the beginning of the current dmesg output as starting atTodd C. Miller
/^OpenBSD /, not /^Copyright / (the latter doesn't show up in dmesg).
2000-04-243C1 and 3CCFEM556BI (this one uses boomerang chipset, so no support yet);Federico G. Schwindt
from NetBSD.
2000-04-24syncFederico G. Schwindt
2000-04-24new prods; rearrange.Federico G. Schwindt
2000-04-24s/int/u_int/ pass iint page0 and generic io module, fixes a few obscure problemsMichael Shalayeff
2000-04-24remove backward compatibilty clause, it did not make sense (tun(4) has noJun-ichiro itojun Hagino
relationship at all)
2000-04-24fix macros that calculated bitmap size for fdalloc. fries@ helped debugging.Niels Provos
2000-04-24proper include files; ath@algonet.seTheo de Raadt
2000-04-24properly label whole disk partition; op21@squish.orgTheo de Raadt
2000-04-24use pmap_extract() instead of vtophys(); artTheo de Raadt
2000-04-24support DOSPTYP_EXTENDL like DOSPTYP_EXTEND; scott@nts.umn.eduTheo de Raadt
2000-04-24add descriptions for ipv6, dhcpd, and others to bring this uptodateTodd T. Fries
2000-04-24fix per pr1192; also == "xx" -> ~ /xx/, same thoughtTodd T. Fries
2000-04-24Add xstrdup() - like strdup but get fatal error if memory is exhausted.Oleg Safiullin
Avoid duplicates in search path. ok espie@
2000-04-24support RFC2732 IPv6 address literal URLs (http://[::1]:80/index.html).Jun-ichiro itojun Hagino
2000-04-24/etc/rc.conf.local, the default local_rcconf defined in /etc/rc.confPaul Janzen
2000-04-24Better fix for all the dash shenanigans; rra@stanford.eduTodd C. Miller
Updates Man.pm to version 1.04.
2000-04-24Fix in scalar vs. list dereference bug in InputObjects.pm. KeepTodd C. Miller
dashes in C<> blocks from getting \e prepended to them. They should have a \ prepended to escape them which this does correctly do yet, but at least it produces legible documentation; rra@stanford.edu
2000-04-23With perl 5.6.0, GetOpt::Std is functional, use it.Marc Espie
Add -p (prick) and -t (test) option. reword error handling as follows: makewhatis tries harder to find section and/or subject lines in man pages, even when the formatting is slightly incorrect. -p mode diagnoses problems. -t can be used to quickly test a new man page. Approved by millert@. aaron@ would like `The options are as follows...' style, but: - I don't think this would be as clear, - he hasn't come up with actual replacement text yet... At least this is accurate documentation.
2000-04-23Some fixups.Aaron Campbell
2000-04-23Save ethernet address in arpcom.ac_enaddr. -mojMats O Jansson
2000-04-23Fix thinko, check eqp for NULL, not ap; ath@algonet.seTodd C. Miller
2000-04-23Correct bitmask.Angelos D. Keromytis
2000-04-23freesession takes u_int64_tAngelos D. Keromytis
2000-04-23Change the type of freesession to take u_int64_t as argument.Angelos D. Keromytis
2000-04-22Sendmail didn't buy back the arc4random() changes so just useTodd C. Miller
srandomdev() which seeds itself from arc4random(). Sendmail doesn't really need crypto-strength random numbers.
2000-04-22Don't be wasteful of entropy when generating keys.Kjell Wooding
2000-04-22always syncingTheo de Raadt
2000-04-22another misnumberingTheo de Raadt
2000-04-22misnumbered web pages; patch sent to beckTheo de Raadt
2000-04-22Remove extra space from usage.Angelos D. Keromytis
2000-04-22Slight clarification in usage.Angelos D. Keromytis
2000-04-22Change the example to use -keyfile/-authkeyfile, add a sentence on whyAngelos D. Keromytis
-key/-authkey are somewhat risky (command line snooping).
2000-04-22Use -keyfile/-authkeyfile flags.Angelos D. Keromytis
2000-04-22-keyfile/-authkeyfile flags, for reading keys from a file.Angelos D. Keromytis
2000-04-22Document -authkeyfile/-keyfileAngelos D. Keromytis
2000-04-22A bit more on netstatAngelos D. Keromytis
2000-04-22Document vmstat and netstat relevance to ipsec, add pointer toAngelos D. Keromytis
net.inet.ip.ipsec-acl.
2000-04-21oopsMichael Shalayeff
2000-04-21Use fgetln(3) instead of fgets(3) when reading in the message. ThisTodd C. Miller
way the From line escaping gets done correctly even for really long lines.
2000-04-21do not make stupid promises for the next release, three releases agoTheo de Raadt
2000-04-21rc.conf.local support, inspired by chuck yerkesTheo de Raadt
2000-04-21a little bit of glue to call openssl; mark@moxienet.comTheo de Raadt