summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-04-29add $ tagKenneth R Westerback
2000-04-29Prune /tmp traversal at .X11-unixTodd C. Miller
Since /tmp might be a link to /var/tmp, prune at ssh-* or .X11-unix like the find on /tmp does.
2000-04-29keysize warnings error() -> log()Markus Friedl
2000-04-29SynchMarc Espie
2000-04-29ktrace(2) should not follow symbolic links; from FreeBSDTodd C. Miller
2000-04-29compare return value of signal(3) to SIG_ERR, not < 0 as it has not returnedTodd C. Miller
an int for ages...
2000-04-29don't call chan_write_failed() if we are not writingMarkus Friedl
2000-04-29From Lars Hecking <lhecking@nmrc.ucc.ie>:Marc Espie
grab NetBSD changes to recognize Linux ados labels, so that OpenBSD can mount them (provided it doesn't run into more endianness problems)
2000-04-29indentTheo de Raadt
2000-04-29strerrorTheo de Raadt
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