summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-11-21errno saving inside really crummy signal handlersTheo de Raadt
2000-11-21CAST-128 has a maximum of 128bit keys, not 256.Angelos D. Keromytis
2000-11-21Fix an int * that should be a size_t * when calling sysctl(3).Todd C. Miller
2000-11-21Fix.Angelos D. Keromytis
2000-11-21TAILQ_PREV documented wrong; horape@tinuviel.compendium.net.arTheo de Raadt
2000-11-21various man page updates from freebsdJason Wright
2000-11-21Don't include mfs partitions in 'quot -a' since there is no device fileTodd C. Miller
2000-11-21Deal with va_list not being a pointer; this should be re-evaluated.Todd C. Miller
2000-11-21From FreeBSD:Jason Wright
2000-11-21syncJason Wright
2000-11-21add alteon copper acenic and netgear copper ga620Jason Wright
2000-11-21prevent type overflow; dzerkel@columbus.rr.comTheo de Raadt
2000-11-21stupid Imac DV appears to misclasify the vga controller as DISPLAY_MISCTheo de Raadt
2000-11-21crank minor numberTodd C. Miller
2000-11-21Add references to new files.Todd C. Miller
2000-11-21BSD authentication routines from BSDI. Presently this is not used butTodd C. Miller
2000-11-21Add pw_dup(3), a function to copy 'struct passwd'. It is allocated asTodd C. Miller
2000-11-21Missed this in the strnvis(3) commit.Todd C. Miller
2000-11-21Add readpasasphrase(3), a more flexible getpass(3) replacement.Todd C. Miller
2000-11-21Add strnvis(3) -- a length-bounded version of strvis(3) with a returnTodd C. Miller
2000-11-20Move fake prompt generation from skey_authenticate() to skeychallenge()Todd C. Miller
2000-11-20Make new binutils compile on Alpha again; ok espie@tomo
2000-11-20syncTheo de Raadt
2000-11-20video in imac dvTheo de Raadt
2000-11-20likely to work on ich2 too; from deraadtMichael Shalayeff
2000-11-20amphy was a bit too liberal in attaching; Gregory Steuck <greg@nest.cx>Jason Wright
2000-11-20syncTheo de Raadt
2000-11-2082801BA audio devicesTheo de Raadt
2000-11-20support at least ATA6 on 82801BA; chrisTheo de Raadt
2000-11-20syncTheo de Raadt
2000-11-20repair; mpech@prosoft.org.lvTheo de Raadt
2000-11-20fixes; mpech@prosoft.org.lvTheo de Raadt
2000-11-20repairs; mpech@prosoft.org.lvTheo de Raadt
2000-11-20correct url handling; canacar@eee.metu.edu.trTheo de Raadt
2000-11-20various Xr fixes; nordin@cse.ogi.eduTheo de Raadt
2000-11-20limit luns on usbTheo de Raadt
2000-11-19Add in pciide.Todd C. Miller
2000-11-19XXX - Alpha port doesn't currently support weak symbolsTodd C. Miller
2000-11-19Correctly deal with NOMAN being set. Since it may be set in mk.confTodd C. Miller
2000-11-19Add -I${.CURDIR}/../../../../lib/libsa to CPPFLAGS so md5.c can findTodd C. Miller
2000-11-19Remove prototypes for old BSD auth functions. New ones will live inTodd C. Miller
2000-11-19Handle more manpages oddities:Marc Espie
2000-11-19Don't print PCI device info twice during attach.Aaron Campbell
2000-11-19PAGE_SIZE (and friends) does not change on alpha.Artur Grabowski
2000-11-19More sane setting of page size.Artur Grabowski
2000-11-18OpenBSD does not support non-standard mdoc macros like .Lb.Aaron Campbell
2000-11-18better permission check; okay art@, millert@Niels Provos
2000-11-18Add an example for boot -c.Aaron Campbell
2000-11-18- Add an EXAMPLES section. I still haven't chosen a "standard" format.Aaron Campbell
2000-11-18- "OpenBSD BOOT [x.xx]" -> ">> OpenBSD/i386 BOOT [x.xx]" to reflect reality.Aaron Campbell