summaryrefslogtreecommitdiff
AgeCommit message (Collapse)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
where applicable.
2003-06-17add adaptive, interval, and frag timeouts to pf.conf and BNFDavid Krause
ok henning@ dhartmei@
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
combination, found on the Tadpole SPARCbook 3 only (later model use the Power9100 and are already supported). Untested for lack of hardware and volunteers, but carefully crafted; if it does not work out of the box, this should be a good starting point. "worth having in the tree" millert@
2003-06-17A few typos in the Bt initialisation sequence were introduced in 1.29, andMiod Vallat
curiously this only broke some cgthree clones, but not the genuine Sun's...
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
"wire" variable which may be used in amd maps to select an NFS server based on the subnet. Tested by matthieu@; OK by deraadt@
2003-06-17Extend the sunfb structure to take care of the PROM cursor positionMiod Vallat
pointers, and adapt creator to the fb api. ok jason@
2003-06-17Fix the crypto_freereq() prototype to show the right argument typeJean-Francois Brousseau
(struct cryptop* instead of void*) and update the definition of struct cryptkop to match the real world Work by jmc@ and me, ok jmc@
2003-06-17sync: change mingus.wu-wien.ac.at -> playboy.wu-wien.ac.atDavid Krause
2003-06-17add CAVEAT documenting dotdot behaviour;Jason McIntyre
section taken from FreeBSD manual page, diff from Otto Moerbeek.
2003-06-17- document "-G netgroup";Jason McIntyre
from Kurt V. Hindenburg on misc@ - show that -i and -n are mutually exclusive - sync SYNOPSIS and usage() help from millert@
2003-06-17typosJean-Francois Brousseau
ok jmc@
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
ESRCH instead of EACCES if it returns -1 ok millert@
2003-06-17Give this header file, which was split off by d@, the same (BSD) license asPaul Janzen
the functions it's prototyping and the variables it's declaring extern. d@ has no objection. This is the last of the hunt source to be clearly licensed.
2003-06-17d@ has asked me to put in an explicit "Public domain" on header files for codePaul Janzen
he's written here. The code itself is clearly licensed already.
2003-06-16Use a slightly better way to intuit the memory/mmio PCI regions,Dale Rahn
now properly detects these for nvidia based LCDs. On some machines accellerated X using nv now works.
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
ok miod@
2003-06-16Adapt to the fbxxx() API.Miod Vallat
tested by matthieu@, krw@ and I on various hardware.
2003-06-16Provide the same fbxxx() api as on sparc, in order to factorize more codeMiod Vallat
and eventually share some drivers. This also brings us screen unblanking upon entering ddb, which can be really useful at times...
2003-06-16better document "limit";Jason McIntyre
from NetBSD (Matthias Scheler); ok deraadt@ millert@
2003-06-16Provide more "dead_symbol + space -> symbol" entries in the compose table;Miod Vallat
fixes PR #3295
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
cnwrite(); closes PR 3317.
2003-06-16Correct a few inaccuracies, and mention that this driver supports 3TX and 3XPMiod Vallat
as well.
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
insist on len == hlen + oidlen, since this breaks some smartcards) bugzilla #592; ok djm@
2003-06-16- limited number of processes per systraceJun-ichiro itojun Hagino
- escape fixes for special characters markus, sturm ok. from provos
2003-06-16add supported device;Jason McIntyre
from Ben Lovett (PR 3250)
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 ↵Michael Shalayeff
and give be archs a better chance at getting the correct mac address as tested on the mac and hppa where mac has an additional bug w/ the phy bit still remaining and hppa seems fine; jason@ ok
2003-06-16rate setting is best effort, not precise, so figure out the closest sampleJason Wright
rate that goes with the requested rate, and return the chosen rate. ok drahn
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
correct owner and mode. Suggested by & ok millert@.
2003-06-16Check for the backlight control on the stdout_node (the LCD) rather thanDale Rahn
possibly the parent, which does not have the backlight-control property. Fixes brightness control on 'dual' node OFW diplays.
2003-06-15Add an OpenBSD style license/copyright.Kenneth R Westerback
Suggested by deraadt@, ok millert@.
2003-06-15The hyphen in regexp should really be escapedAlexander Yurchenko
ok millert@