Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-24 | 5k of source saved in spaces and empty lines; also rcsid | Michael Shalayeff | |
2000-04-24 | Do not unmap CCR before using them for the last time | Niklas Hallqvist | |
2000-04-24 | wait just a bit for enabling to settle, fixes pccom on an xe | Niklas Hallqvist | |
when using the faster cardbus mode of the PCI1131 chip | |||
2000-04-24 | 3 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-24 | Make dlopened modules prefer symbols defined locally | Niklas Hallqvist | |
2000-04-24 | fix some types | Michael Shalayeff | |
2000-04-24 | correct example | Theo de Raadt | |
2000-04-24 | Treat the beginning of the current dmesg output as starting at | Todd C. Miller | |
/^OpenBSD /, not /^Copyright / (the latter doesn't show up in dmesg). | |||
2000-04-24 | 3C1 and 3CCFEM556BI (this one uses boomerang chipset, so no support yet); | Federico G. Schwindt | |
from NetBSD. | |||
2000-04-24 | sync | Federico G. Schwindt | |
2000-04-24 | new prods; rearrange. | Federico G. Schwindt | |
2000-04-24 | s/int/u_int/ pass iint page0 and generic io module, fixes a few obscure problems | Michael Shalayeff | |
2000-04-24 | remove backward compatibilty clause, it did not make sense (tun(4) has no | Jun-ichiro itojun Hagino | |
relationship at all) | |||
2000-04-24 | fix macros that calculated bitmap size for fdalloc. fries@ helped debugging. | Niels Provos | |
2000-04-24 | proper include files; ath@algonet.se | Theo de Raadt | |
2000-04-24 | properly label whole disk partition; op21@squish.org | Theo de Raadt | |
2000-04-24 | use pmap_extract() instead of vtophys(); art | Theo de Raadt | |
2000-04-24 | support DOSPTYP_EXTENDL like DOSPTYP_EXTEND; scott@nts.umn.edu | Theo de Raadt | |
2000-04-24 | add descriptions for ipv6, dhcpd, and others to bring this uptodate | Todd T. Fries | |
2000-04-24 | fix per pr1192; also == "xx" -> ~ /xx/, same thought | Todd T. Fries | |
2000-04-24 | Add xstrdup() - like strdup but get fatal error if memory is exhausted. | Oleg Safiullin | |
Avoid duplicates in search path. ok espie@ | |||
2000-04-24 | support 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.conf | Paul Janzen | |
2000-04-24 | Better fix for all the dash shenanigans; rra@stanford.edu | Todd C. Miller | |
Updates Man.pm to version 1.04. | |||
2000-04-24 | Fix in scalar vs. list dereference bug in InputObjects.pm. Keep | Todd 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-23 | With 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-23 | Some fixups. | Aaron Campbell | |
2000-04-23 | Save ethernet address in arpcom.ac_enaddr. -moj | Mats O Jansson | |
2000-04-23 | Fix thinko, check eqp for NULL, not ap; ath@algonet.se | Todd C. Miller | |
2000-04-23 | Correct bitmask. | Angelos D. Keromytis | |
2000-04-23 | freesession takes u_int64_t | Angelos D. Keromytis | |
2000-04-23 | Change the type of freesession to take u_int64_t as argument. | Angelos D. Keromytis | |
2000-04-22 | Sendmail didn't buy back the arc4random() changes so just use | Todd C. Miller | |
srandomdev() which seeds itself from arc4random(). Sendmail doesn't really need crypto-strength random numbers. | |||
2000-04-22 | Don't be wasteful of entropy when generating keys. | Kjell Wooding | |
2000-04-22 | always syncing | Theo de Raadt | |
2000-04-22 | another misnumbering | Theo de Raadt | |
2000-04-22 | misnumbered web pages; patch sent to beck | Theo de Raadt | |
2000-04-22 | Remove extra space from usage. | Angelos D. Keromytis | |
2000-04-22 | Slight clarification in usage. | Angelos D. Keromytis | |
2000-04-22 | Change the example to use -keyfile/-authkeyfile, add a sentence on why | Angelos D. Keromytis | |
-key/-authkey are somewhat risky (command line snooping). | |||
2000-04-22 | Use -keyfile/-authkeyfile flags. | Angelos D. Keromytis | |
2000-04-22 | -keyfile/-authkeyfile flags, for reading keys from a file. | Angelos D. Keromytis | |
2000-04-22 | Document -authkeyfile/-keyfile | Angelos D. Keromytis | |
2000-04-22 | A bit more on netstat | Angelos D. Keromytis | |
2000-04-22 | Document vmstat and netstat relevance to ipsec, add pointer to | Angelos D. Keromytis | |
net.inet.ip.ipsec-acl. | |||
2000-04-21 | oops | Michael Shalayeff | |
2000-04-21 | Use fgetln(3) instead of fgets(3) when reading in the message. This | Todd C. Miller | |
way the From line escaping gets done correctly even for really long lines. | |||
2000-04-21 | do not make stupid promises for the next release, three releases ago | Theo de Raadt | |
2000-04-21 | rc.conf.local support, inspired by chuck yerkes | Theo de Raadt | |
2000-04-21 | a little bit of glue to call openssl; mark@moxienet.com | Theo de Raadt | |