summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-04-12Fix pcic attachments; jj@dynarc.seAaron Campbell
2000-04-12When resetting attributes (VT_NORMAL), do a proper color set.Aaron Campbell
2000-04-12typosMarkus Friedl
2000-04-12#include <ssl/foo.h> -> <openssh/foo.h>Markus Friedl
2000-04-12print 1.99 only if server supports bothMarkus Friedl
2000-04-12list 'i' only onceHugh Graham
2000-04-12typoMarkus Friedl
2000-04-12correct pathHugh Graham
2000-04-12add Cipher and Protocol options to ssh/sshd, e.g.:Markus Friedl
ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers arcfour,3des-cbc'
2000-04-12check for reasonable public DH valuesMarkus Friedl
2000-04-12less debugging outputMarkus Friedl
2000-04-12fix passwd prompt for ssh2, less debugging output.Markus Friedl
2000-04-12syncTheo de Raadt
2000-04-12another RCC bridgeTheo de Raadt
2000-04-12syncTheo de Raadt
2000-04-12rename PEQUR to RCC, and add other chipsTheo de Raadt
2000-04-12syncjasoni
2000-04-12Implement linux's setfsuid and getfsuid (from NetBSD)jasoni
2000-04-12syncTheo de Raadt
2000-04-12comment typoTheo de Raadt
2000-04-12put wrapper in the NdTheo de Raadt
2000-04-11currentMichael Shalayeff
2000-04-11more Xr fleshTheo de Raadt
2000-04-11Do the mdoc/doc -> tmac.doc linking in the correct subdir.Todd C. Miller
2000-04-11remove unneeded arch subdirsTheo de Raadt
2000-04-11Do the mdoc/doc -> tmac.doc linking in the correct subdir.Todd C. Miller
2000-04-11- add support for buffers that are not aligned (or end on a non 4byte boundary)Jason Wright
- recompute destination length from destination descriptors and reclaim the destination ring there.
2000-04-11lose non-support architecture pagesTheo de Raadt
2000-04-11regenJakob Schlyter
2000-04-11Philips USB cameraJakob Schlyter
2000-04-11If realpath() fails, just use the old name and don't make it a fatal error.Todd C. Miller
Closes PR #1185
2000-04-11add 802.11's nwid command; add mtu commandMichael Shalayeff
2000-04-11Don't add an extra 20 bytes to ip_len, m_pkthdr.len is already updatedAngelos D. Keromytis
by M_PREPEND.
2000-04-11Add pci configTodd C. Miller
2000-04-11- Don't bother with PCI_COMMAND_IO_ENABLE, the card doesn't support it.Jason Wright
- remove some debugging code - fix arguments to last call to crypto_register() - for sram boards, only check 1mb of ram - when the rings are full, call the crp->callback with crp->crp_etype == ENOMEM so it can clean up, then return 0 - some KNF
2000-04-11Add cardbus(4) man page.Aaron Campbell
2000-04-11Xr pcmcia(4), too.Aaron Campbell
2000-04-11Many updates, including some OpenBSD'ification, device additions and removals,Aaron Campbell
better cross references (Xr bus types, not each individual driver), formatting fixes, etc.
2000-04-11syncHakan Olsson
2000-04-11Add Neomagic NM256ZXHakan Olsson
2000-04-11define the rest of the descriptor bitsJason Wright
2000-04-11Fix HISTORY section; ian@darwinsys.comAaron Campbell
2000-04-11looks betterTheo de Raadt
2000-04-11ignore routing messages for interfaces that route6d does not care.Jun-ichiro itojun Hagino
do not advertise blackhole/reject static routes.
2000-04-11avoid complex alignment constraint in SIOCGIFCONF,Jun-ichiro itojun Hagino
by using getifaddrs(3).
2000-04-11do not lose descriptors; Takahiro KambeTheo de Raadt
2000-04-11Once again, /usr/sbin/smrsh -> /usr/libexecOleg Safiullin
Correct paths in smrsh(8).
2000-04-11tidying, accuracy, and duplicate removalPaul Janzen
2000-04-11the the; some occurrences found by soren@NetBSD.orgPaul Janzen
2000-04-11Check usec for >= 1000000, not just > ; as msaitoh@NetBSD.orgPaul Janzen