Age | Commit message (Expand) | Author |
2003-06-18 | Add missing check for i < dk_ndrive in 2 loops; closes PR 3322 | Todd C. Miller |
2003-06-18 | relax config syntax; addrs#x is not needed any more. millert ok | Jun-ichiro itojun Hagino |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller |
2003-06-17 | add adaptive, interval, and frag timeouts to pf.conf and BNF | David Krause |
2003-06-17 | I hereby place this file in the public domain. | Todd C. Miller |
2003-06-17 | Update SPARCbook support list. | Miod Vallat |
2003-06-17 | New driver and wsdisplay type for the Weitek Power9000 and Brooktree Bt445 | Miod Vallat |
2003-06-17 | A few typos in the Bt initialisation sequence were introduced in 1.29, and | Miod Vallat |
2003-06-17 | use license from /usr/share/misc/license.template for new code | Markus Friedl |
2003-06-17 | Use getifaddrs() to get the list of interfaces. This fixes the | Todd C. Miller |
2003-06-17 | Extend the sunfb structure to take care of the PROM cursor position | Miod Vallat |
2003-06-17 | Fix the crypto_freereq() prototype to show the right argument type | Jean-Francois Brousseau |
2003-06-17 | sync: change mingus.wu-wien.ac.at -> playboy.wu-wien.ac.at | David Krause |
2003-06-17 | add CAVEAT documenting dotdot behaviour; | Jason McIntyre |
2003-06-17 | - document "-G netgroup"; | Jason McIntyre |
2003-06-17 | typos | Jean-Francois Brousseau |
2003-06-17 | make Groupname match Groupid output; ok millert@ | Jason Peel |
2003-06-17 | properly typecast to uid_t the return value of proc_owner() and report | Jean-Francois Brousseau |
2003-06-17 | Give this header file, which was split off by d@, the same (BSD) license as | Paul Janzen |
2003-06-17 | d@ has asked me to put in an explicit "Public domain" on header files for code | Paul Janzen |
2003-06-16 | Use a slightly better way to intuit the memory/mmio PCI regions, | Dale Rahn |
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 |