summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-06-16Nuke a few more data and code superseded by the fb api.Miod Vallat
2003-06-16keep spelling of Weitek Power9100 consistent;Jason McIntyre
2003-06-16Adapt to the fbxxx() API.Miod Vallat
2003-06-16Provide the same fbxxx() api as on sparc, in order to factorize more codeMiod Vallat
2003-06-16better document "limit";Jason McIntyre
2003-06-16Provide more "dead_symbol + space -> symbol" entries in the compose table;Miod Vallat
2003-06-16syncTheo de Raadt
2003-06-16remove bullshitTheo de Raadt
2003-06-16Avoid a NULL deref in cnkqfilter() for certain cases. Modeled afterTodd C. Miller
2003-06-16Correct a few inaccuracies, and mention that this driver supports 3TX and 3XPMiod Vallat
2003-06-16Bitwise AND was used where logical AND was intended; from mpech@Todd C. Miller
2003-06-16Add missing #include <err.h>Todd C. Miller
2003-06-16use bsd.regress.mkMarkus Friedl
2003-06-16no nomanMichael Shalayeff
2003-06-16print out key comment on each prompt; make ssh-askpass more useable; ok djm@Markus Friedl
2003-06-16syncKevin Lo
2003-06-16add NS SC1201 socKevin Lo
2003-06-16make sure the signature has at least the expected length (don'tMarkus Friedl
2003-06-16- limited number of processes per systraceJun-ichiro itojun Hagino
2003-06-16add supported device;Jason McIntyre
2003-06-16correct sense of rate check... oops.Jason Wright
2003-06-16be more sane w/ byte swapping and leave the le archs at the same behaviour an...Michael Shalayeff
2003-06-16rate setting is best effort, not precise, so figure out the closest sampleJason Wright
2003-06-16missing blowfish testMichael Shalayeff
2003-06-16use warnx(); millert okTheo de Raadt
2003-06-16Add more paranoia and try to ensure created resolv.conf files have theKenneth R Westerback
2003-06-16Check for the backlight control on the stdout_node (the LCD) rather thanDale Rahn
2003-06-15Add an OpenBSD style license/copyright.Kenneth R Westerback
2003-06-15The hyphen in regexp should really be escapedAlexander Yurchenko
2003-06-15minor style nitTed Unangst
2003-06-15Fix the logic in the interrupt handler, and reenable colormap updatesMiod Vallat
2003-06-15fix last O_CREAT without mode; otto@drijf.netTheo de Raadt
2003-06-15better LDADDMichael Shalayeff
2003-06-15libskey regress from netbsdMichael Shalayeff
2003-06-15libevent regress from nielsMichael Shalayeff
2003-06-15use uid_t and fix some sign compare warnings; OK krw@ and deraadt@Todd C. Miller
2003-06-15ID copying should happen earlier in exchange_finalize so that we won't loseHakan Olsson
2003-06-15small mdoc fixes;Jason McIntyre
2003-06-15don't define _LP64 here.Brad Smith
2003-06-15note that the yp server needs portmap(8) to be running as well, now thatAnil Madhavapeddy
2003-06-14Add an "auto" encryption type that calls encrypt(1) with "-c class".Todd C. Miller
2003-06-14Add a "-c class" option to specify that the given login class shouldTodd C. Miller
2003-06-14doing kqueue on the master side of the pty returns eventsMichael Shalayeff
2003-06-14Cipher type is set in login.conf, not passwd.conf these days; Otto MoerbeekTodd C. Miller
2003-06-14For moduser(), only do valid_class() check when F_CLASS is set inTodd C. Miller
2003-06-14use correct length instead of sizeof(char *) for some strl* bound valuesAnil Madhavapeddy
2003-06-14allocate payload_node with calloc instead of mallocHakan Olsson
2003-06-14Use source's window scaling factor (instead of destination's) whenDaniel Hartmeier
2003-06-14remove some trailing whitespace;Jason McIntyre
2003-06-14add support for: ulinear_le, ulinear_be, ulinear:16 (partially based onJason Wright