Age | Commit message (Collapse) | 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 | |
where applicable. | |||
2003-06-17 | add adaptive, interval, and frag timeouts to pf.conf and BNF | David Krause | |
ok henning@ dhartmei@ | |||
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 | |
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-17 | A few typos in the Bt initialisation sequence were introduced in 1.29, and | Miod Vallat | |
curiously this only broke some cgthree clones, but not the genuine Sun's... | |||
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 | |
"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-17 | Extend the sunfb structure to take care of the PROM cursor position | Miod Vallat | |
pointers, and adapt creator to the fb api. ok jason@ | |||
2003-06-17 | Fix the crypto_freereq() prototype to show the right argument type | Jean-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-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 | |
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-17 | typos | Jean-Francois Brousseau | |
ok jmc@ | |||
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 | |
ESRCH instead of EACCES if it returns -1 ok millert@ | |||
2003-06-17 | Give this header file, which was split off by d@, the same (BSD) license as | Paul 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-17 | d@ has asked me to put in an explicit "Public domain" on header files for code | Paul Janzen | |
he's written here. The code itself is clearly licensed already. | |||
2003-06-16 | Use 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-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 | |
ok miod@ | |||
2003-06-16 | Adapt to the fbxxx() API. | Miod Vallat | |
tested by matthieu@, krw@ and I on various hardware. | |||
2003-06-16 | Provide the same fbxxx() api as on sparc, in order to factorize more code | Miod Vallat | |
and eventually share some drivers. This also brings us screen unblanking upon entering ddb, which can be really useful at times... | |||
2003-06-16 | better document "limit"; | Jason McIntyre | |
from NetBSD (Matthias Scheler); ok deraadt@ millert@ | |||
2003-06-16 | Provide more "dead_symbol + space -> symbol" entries in the compose table; | Miod Vallat | |
fixes PR #3295 | |||
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 | |
cnwrite(); closes PR 3317. | |||
2003-06-16 | Correct a few inaccuracies, and mention that this driver supports 3TX and 3XP | Miod Vallat | |
as well. | |||
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 | |
insist on len == hlen + oidlen, since this breaks some smartcards) bugzilla #592; ok djm@ | |||
2003-06-16 | - limited number of processes per systrace | Jun-ichiro itojun Hagino | |
- escape fixes for special characters markus, sturm ok. from provos | |||
2003-06-16 | add supported device; | Jason McIntyre | |
from Ben Lovett (PR 3250) | |||
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 ↵ | 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-16 | rate setting is best effort, not precise, so figure out the closest sample | Jason Wright | |
rate that goes with the requested rate, and return the chosen rate. ok drahn | |||
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 | |
correct owner and mode. Suggested by & ok millert@. | |||
2003-06-16 | Check for the backlight control on the stdout_node (the LCD) rather than | Dale Rahn | |
possibly the parent, which does not have the backlight-control property. Fixes brightness control on 'dual' node OFW diplays. | |||
2003-06-15 | Add an OpenBSD style license/copyright. | Kenneth R Westerback | |
Suggested by deraadt@, ok millert@. | |||
2003-06-15 | The hyphen in regexp should really be escaped | Alexander Yurchenko | |
ok millert@ |