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