Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-02 | interactivly -> interactively (Germans can't spell) :-) | Aaron Campbell | |
2000-03-02 | alternativly -> alternatively | Aaron Campbell | |
2000-03-02 | Use a char, not a char[1] in ttgetc and cast the return value to int. | Todd C. Miller | |
Perhaps this should really be a u_char but I don't think it really matters. | |||
2000-03-02 | Reorganize to be more like the BSD version + KNF | Todd C. Miller | |
2000-03-02 | $OpenBSD$ | Todd T. Fries | |
2000-03-02 | Spelling; jj@dynarc.se | Aaron Campbell | |
2000-03-02 | Add an option DDB_SAFE_CONSOLE that defaults db_console to 1. | Artur Grabowski | |
In many cases, setting db_console in /etc/rc is too late. | |||
2000-03-02 | Make libkafs compatible with in-tree afs. | Artur Grabowski | |
2000-03-02 | do not add ifa_dstaddr for non-pointopoint interface. IPv6 has no | Jun-ichiro itojun Hagino | |
concept for "broadcast". | |||
2000-03-02 | typo fix. | Jun-ichiro itojun Hagino | |
2000-03-02 | An option description does not need to contain "The -foo option...". | Aaron Campbell | |
2000-03-02 | Shorten capability descriptions so they don't wrap to the next line. Looks a | Aaron Campbell | |
bit nicer. | |||
2000-03-02 | count is unsigned (size_t) so cast to u_long, not long | Todd C. Miller | |
2000-03-02 | $OpenBSD$ | Todd T. Fries | |
2000-03-02 | $OpenBSD$ | Todd T. Fries | |
2000-03-02 | Several people noted that non-UVM was broken | Niklas Hallqvist | |
2000-03-01 | rm $Log$ | Todd T. Fries | |
2000-03-01 | If sf_encap() fails, we need to drop the packet. If sf_encap() reassembles | Aaron Campbell | |
the mbufs into one big cluster, we need to pass the new pointer to bpf_mtap(). From art@. | |||
2000-03-01 | Much nicer pte.h commented by Chuck Cranor; from NetBSD | Niklas Hallqvist | |
2000-03-01 | Proper bus_dma usage, fixes cache incosistencies | Niklas Hallqvist | |
2000-03-01 | $OpenBSD$ | Todd T. Fries | |
2000-03-01 | $OpenBSD$ | Todd T. Fries | |
2000-03-01 | $OpenBSD$ | Todd T. Fries | |
2000-03-01 | order kerberos libraries | Theo de Raadt | |
2000-03-01 | Prepare for new pmap | Niklas Hallqvist | |
2000-03-01 | order kerberos libraries properly | Theo de Raadt | |
2000-03-01 | Wall | Theo de Raadt | |
2000-03-01 | Initialize xs->req_sense_length to 0. This is not used by many | Todd C. Miller | |
scsi drivers, other than dev/pci/ncr.c, but if req_sense_length is not zero (either explicitly or through chance) the ncr driver will fail during initialization. This fixes the occasionaly ncr driver init problems; thorpej@netbsd.org | |||
2000-03-01 | Various cleanups. | Aaron Campbell | |
2000-03-01 | Update to reflect reality; from NetBSD. | Aaron Campbell | |
2000-03-01 | $OpenBSD$ | Todd T. Fries | |
2000-03-01 | order kerberos libraries | Theo de Raadt | |
2000-03-01 | order libraries sensibly for static architectures | Theo de Raadt | |
2000-03-01 | do not put extra garbage in this, since it does get linked in | Theo de Raadt | |
2000-03-01 | sync | Jason Wright | |
2000-03-01 | add broadcom bcm5201; netbsd | Jason Wright | |
2000-03-01 | rm dup | Todd T. Fries | |
2000-03-01 | typo fix; halogen@nol.net | Theo de Raadt | |
2000-03-01 | argh, fix the new formatting errors | Theo de Raadt | |
2000-03-01 | Mention a few more helpful man pages | Eric Jackson | |
2000-02-29 | kparse.h is gone | Theo de Raadt | |
2000-02-29 | sync | Theo de Raadt | |
2000-02-29 | Add /etc/ssh_host_key* to the changelist. | Aaron Campbell | |
2000-02-29 | existance -> existence | Aaron Campbell | |
2000-02-29 | some key binding examples | Theo de Raadt | |
2000-02-29 | some binding information | Theo de Raadt | |
2000-02-29 | more fix to ancillary data alignment. we need padding after | Jun-ichiro itojun Hagino | |
last cmsg_data item (see the figure on RFC2292 page 18). | |||
2000-02-29 | Enable the AriadneII driver + more of IDE stuff | Niklas Hallqvist | |
2000-02-29 | This one is for jj: The AriadneII driver, adapted from Bernd Enesti's | Niklas Hallqvist | |
NetBSD driver | |||
2000-02-29 | delete more extras | Theo de Raadt | |