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