summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-04-29syncTheo de Raadt
2000-04-29Bump miniroot to 8704... might be slight overkill, but at leastMarc Espie
everything fits...
2000-04-29make bus_space_region* w/o extra functions, seem to work ok for usMichael 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-29from netbsd: fix vp3_cfg_intr_maskMichael Shalayeff
2000-04-29fix spec. PR1217Eric Jackson
2000-04-28cleanTheo de Raadt
2000-04-28ResurrectedMiod Vallat
2000-04-28Resurrected, and sync with current (not 100% complete)Miod Vallat
2000-04-28syncTheo de Raadt
2000-04-28IRE SafeNet CryptIC PCI cardTheo de Raadt
2000-04-28Make the -H option work again.Todd C. Miller
2000-04-28Fix obj on amiga. I'm an idiot.Marc Espie
2000-04-28Remove last remnants of @option preserve and @option extract-in-placeMarc Espie
We don't use these, and they are a bad idea anyway.
2000-04-28fix Xr; glam0006@tc.umn.eduTheo de Raadt
2000-04-28fleshTheo de Raadt
2000-04-28If 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-28improve the englishTheo de Raadt
2000-04-28NCARGS is bigger these days; akr@m17n.orgTheo de Raadt
2000-04-28typo. hostname.* should be hostname.if.Christopher Turan
2000-04-28syncTheo de Raadt
2000-04-28regenMichael Shalayeff
2000-04-28oops, dupsMichael Shalayeff
2000-04-28a few more board ids from hpux-devtools list (;Michael Shalayeff
2000-04-28Nicer 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-28tweaks/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-28Disable framework for recognition of CIS-less cards, several other matchNiklas 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-28support for x11-fwding, client+serverMarkus Friedl
2000-04-28type decl errorTheo de Raadt
2000-04-28grammarTheo de Raadt
2000-04-28Xr crypt 9Theo de Raadt
2000-04-28few more tweaksTheo de Raadt
2000-04-28few tweaksTheo de Raadt
2000-04-28Add crypto.9Angelos D. Keromytis
2000-04-28Fix the types of functions passed to crypto_register(), as per Theo'sAngelos D. Keromytis
change in the include file.
2000-04-28man page for the kernel crypto framework, more or less completeAngelos D. Keromytis
(hopefully accurate too).
2000-04-28Reorganize topChris Cappuccio
2000-04-28crypto_dispatch() only returns an error if the argument it wasAngelos D. Keromytis
provided was NULL or no callback was specified.
2000-04-28avoid using void * when we are talking about pointersTheo de Raadt
2000-04-28Add vlan stuff to usage()Chris Cappuccio
2000-04-28sync netbsd bi-related header filesBrandon Creighton
2000-04-28sync with reality. (1) lo0 has IPv6 address.Jun-ichiro itojun Hagino
(2) typo in sysctl mib (ipv6 forwarding)
2000-04-28use netstat -iv, not -i, to avoid truncation of ipv6 address. ok by deraadtJun-ichiro itojun Hagino
2000-04-28actually m_adj tries to drop tcp header part. it is better toJun-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-28man page matching command, betterMarc Espie
2000-04-27Crossreference newly added filesHans Insulander
2000-04-27This file should of course be documented as well.Hans Insulander
2000-04-27oopsHans Insulander
2000-04-27Manpages for /etc/afs/CellServDB and /etc/afs/ThisCellHans Insulander
2000-04-27mbuf is freed by sbappend(), move the references to th up. found by art@Niels Provos