Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-29 | sync | Theo de Raadt | |
2000-04-29 | Bump miniroot to 8704... might be slight overkill, but at least | Marc Espie | |
everything fits... | |||
2000-04-29 | make bus_space_region* w/o extra functions, seem to work ok for us | Michael Shalayeff | |
from netbsd: make sure the payload is aligned when using e2-over-802.11 encapsulation, as enabled by the link0 flag. fixes pr kern/9700. | |||
2000-04-29 | from netbsd: fix vp3_cfg_intr_mask | Michael Shalayeff | |
2000-04-29 | fix spec. PR1217 | Eric Jackson | |
2000-04-28 | clean | Theo de Raadt | |
2000-04-28 | Resurrected | Miod Vallat | |
2000-04-28 | Resurrected, and sync with current (not 100% complete) | Miod Vallat | |
2000-04-28 | sync | Theo de Raadt | |
2000-04-28 | IRE SafeNet CryptIC PCI card | Theo de Raadt | |
2000-04-28 | Make the -H option work again. | Todd C. Miller | |
2000-04-28 | Fix obj on amiga. I'm an idiot. | Marc Espie | |
2000-04-28 | Remove last remnants of @option preserve and @option extract-in-place | Marc Espie | |
We don't use these, and they are a bad idea anyway. | |||
2000-04-28 | fix Xr; glam0006@tc.umn.edu | Theo de Raadt | |
2000-04-28 | flesh | Theo de Raadt | |
2000-04-28 | If symlinks to the package exist, remove them along with the package. | Marc Espie | |
(current fix for flavors not being found as proper dependencies). | |||
2000-04-28 | improve the english | Theo de Raadt | |
2000-04-28 | NCARGS is bigger these days; akr@m17n.org | Theo de Raadt | |
2000-04-28 | typo. hostname.* should be hostname.if. | Christopher Turan | |
2000-04-28 | sync | Theo de Raadt | |
2000-04-28 | regen | Michael Shalayeff | |
2000-04-28 | oops, dups | Michael Shalayeff | |
2000-04-28 | a few more board ids from hpux-devtools list (; | Michael Shalayeff | |
2000-04-28 | Nicer ite3 console. | Marc Espie | |
- sanitize the RGB swapping code, - add limited color support, ala old vt220, - nicer color scheme (whitish text, white bold, blue italic, red cursor...) | |||
2000-04-28 | tweaks/OSrev/cleaning/'.tar.gz -> .tgz' .. etc .. | Todd T. Fries | |
2000-04-28 | - Correct a lot of mdoc macro usage. | Aaron Campbell | |
- Correct some typos. - Remove hard sentence breaks. - Remove trailing whitespace. - Reorder Xr's in SEE ALSO. - Change CODE REFERENCES section to a FILES section (more standard) | |||
2000-04-28 | Disable framework for recognition of CIS-less cards, several other match | Niklas Hallqvist | |
functions in the tree does not cope well. Since we have no driver for any CIS-less cards, this disabling does not take away functionality, it only removes a strcmp panic in the pcmcia probes. | |||
2000-04-28 | support for x11-fwding, client+server | Markus Friedl | |
2000-04-28 | type decl error | Theo de Raadt | |
2000-04-28 | grammar | Theo de Raadt | |
2000-04-28 | Xr crypt 9 | Theo de Raadt | |
2000-04-28 | few more tweaks | Theo de Raadt | |
2000-04-28 | few tweaks | Theo de Raadt | |
2000-04-28 | Add crypto.9 | Angelos D. Keromytis | |
2000-04-28 | Fix the types of functions passed to crypto_register(), as per Theo's | Angelos D. Keromytis | |
change in the include file. | |||
2000-04-28 | man page for the kernel crypto framework, more or less complete | Angelos D. Keromytis | |
(hopefully accurate too). | |||
2000-04-28 | Reorganize top | Chris Cappuccio | |
2000-04-28 | crypto_dispatch() only returns an error if the argument it was | Angelos D. Keromytis | |
provided was NULL or no callback was specified. | |||
2000-04-28 | avoid using void * when we are talking about pointers | Theo de Raadt | |
2000-04-28 | Add vlan stuff to usage() | Chris Cappuccio | |
2000-04-28 | sync netbsd bi-related header files | Brandon Creighton | |
2000-04-28 | sync with reality. (1) lo0 has IPv6 address. | Jun-ichiro itojun Hagino | |
(2) typo in sysctl mib (ipv6 forwarding) | |||
2000-04-28 | use netstat -iv, not -i, to avoid truncation of ipv6 address. ok by deraadt | Jun-ichiro itojun Hagino | |
2000-04-28 | actually m_adj tries to drop tcp header part. it is better to | Jun-ichiro itojun Hagino | |
touch tcp header before m_adj, than the other way around. (no behavior change with the current m_adj code, new code is safer against any future m_adj changes) | |||
2000-04-28 | man page matching command, better | Marc Espie | |
2000-04-27 | Crossreference newly added files | Hans Insulander | |
2000-04-27 | This file should of course be documented as well. | Hans Insulander | |
2000-04-27 | oops | Hans Insulander | |
2000-04-27 | Manpages for /etc/afs/CellServDB and /etc/afs/ThisCell | Hans Insulander | |
2000-04-27 | mbuf is freed by sbappend(), move the references to th up. found by art@ | Niels Provos | |