summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-01-09When checking device names, make sure we look for a device name immediatelyMiod Vallat
followed by an unit number. Otherwise we will match sti0 as an scsi tape drive.
2005-01-08tweaks;Jason McIntyre
2005-01-08mace(4) -> macebus(4);Jason McIntyre
2005-01-08tweaks;Jason McIntyre
2005-01-08Only use one set of DIO size and address defines, from <dev/dioreg.h>Miod Vallat
rather than <include/cpu.h>.
2005-01-08#include <arch/*> -> #include <*>Miod Vallat
2005-01-08New shortcuts for commands device (d) and debug (deb)Aleksander Piotrowski
go ahead espie@
2005-01-08Unslack and increase AUTHNAMELEN, since some ISP's prefer long usernames.Can Erkin Acar
Reported long time ago by Marc Huber and more recently by Steffen Schutz.
2005-01-08Kill useless cons.4 manpage.Miod Vallat
2005-01-08Oops. Too much 'KNF'. We don't use NULL_xdrproc_t, but someone mightKenneth R Westerback
use it in a vararg function call that needs the type info. Pointed out by otto@.
2005-01-08Document select code settings for hyperion topcat and kathmandu.Miod Vallat
2005-01-08radical size reduction from andreas@Michael Shalayeff
2005-01-08Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. PointedKenneth R Westerback
out by mickey@, seconded by millert@. ok deraadt@.
2005-01-08Use the handler specified in phandler instead of always usingCan Erkin Acar
dump_packet. Report and patch from Peter Postma, thanks.
2005-01-08Missing SYNOPSIS sections.Miod Vallat
2005-01-08replace magic numbers w/ a proper sizeof; from peter@Michael Shalayeff
2005-01-08spacesMichael Shalayeff
2005-01-08enable puc lptTheo de Raadt
2005-01-08syncTheo de Raadt
2005-01-08rev 1.125Brad Smith
Don't read the MAC address from a copy of the EEPROM in the softc that has been recorded earlier and overwrite it again later by reading it directly from the EEPROM again. Read the MAC address from the PAR0/PAR1 registers instead, which are autoloaded on reboot. From FreeBSD Thanks to David Snyder <dasnyderx at yahoo dot com> for testing on a AN983 based card which used to come up with a MAC address of ff:ff:ff:ff:ff:ff.
2005-01-08Fix for FreeBSD PR#12801 from Sven Verdoolaege (nvi maintainer) via FreeBSDPeter Valchev
(an infinite loop at certain case when options "comment" and "leftright" are used)
2005-01-08Move a line of code which was "obviously" misplaced.Peter Valchev
This fixes a core dump when auto-completing filenames and at least one of the file names is larger than the screen width. from NetBSD PR and fix by Peter Bex in PR#28382
2005-01-08When an error occurs in v_txt(), leave input mode too.Peter Valchev
Otherwise, (among other things) db_get() thinks it can re-use the TEXT buffers when it's not true, leading to a crash because that TEXT buffer will be released just before it is actually used to create a new one. From NetBSD, fixes NetBSD PR#21797.
2005-01-08SECURITY: CAN-2004-0940 (cve.mitre.org)Theo de Raadt
mod_include: Fix potential buffer overflow with escaped characters in SSI tag string. [Martin Kraemer, Jim Jagielski] merged by fgsch
2005-01-08fix conflicting types for ahc_send_async().Kevin Lo
ok krw@
2005-01-08`login'(n) -> `log in'(v);Jason McIntyre
2005-01-08move the license into the body of the man page;Jason McIntyre
ok millert@
2005-01-08new sentence, new line;Jason McIntyre
2005-01-08enter arch/zaurusTheo de Raadt
2005-01-07enable atu and sysbeepTheo de Raadt
2005-01-07Print disk size and free space in requested unit. Some refactoring toOtto Moerbeek
avoid code duplication as well. ok marco@ deraadt@
2005-01-07Use fstatfs(), not statfs() to determine free space so if /var/crashTodd C. Miller
is a link we follow it. OK deraadt@ jcs@
2005-01-07avoid negative memory sizes, ok deraadt@Otto Moerbeek
2005-01-07Make carp(4) traffic always appear on the physical (carpdev) interfaceRyan Thomas McBride
from pf's perspective. ok pascoe@ dhartmei@ henning@
2005-01-07document `cvs import';Jason McIntyre
from joris vink;
2005-01-07add support for BIOCGDLTLIST and BIOCSDLT, see bpf(4)Reyk Floeter
ok canacar@, fgsch@, tested by some other people
2005-01-07Remove line in copyright declaration that conflicts with the LICENSE file.Todd C. Miller
OK bostic@sleepycat.com
2005-01-07document bsd.mp;Jason McIntyre
2005-01-07oops - 2 more .Dq -> .Sq;Jason McIntyre
2005-01-07- distinguish between client (ftp) and protocol (FTP)Jason McIntyre
- uppercase http - use .Sq for single characters, rather than .Dq - adjust a list
2005-01-07`login'(n) -> `log in'(v);Jason McIntyre
2005-01-07better wording for -l;Jason McIntyre
2005-01-07- better documenting of `host' and `port[s]'Jason McIntyre
- note that -l ignores timeouts
2005-01-07clarify a sentence;Jason McIntyre
from george v. neville-neil, via itojun@
2005-01-07rev 1.26Brad Smith
The VIA Technologies VT82C686A SMBus Controller claims to be a PCI/ISA bridge, ignore it. From NetBSD ok deraadt@
2005-01-07Fix profiled kernel builds on i386 by moving splraise/splx code into macrosChristopher Pascoe
permitting non-recursive reuse in mcount. Should be a no-op for normal builds.
2005-01-07regenBrad Smith
2005-01-07add SiS devices.Brad Smith
From: Peter Galbavy <peter dot galbavy at knowtion dot net>
2005-01-06Lazy man's display console on Zaurus: allow the display to be attached as aMiod Vallat
console when it is probed. Earlier boot messages are still being sent to the serial port for now. While there, swap blue and red in 16bpp mode to get the expected display colours. Tested and ok drahn@
2005-01-06spacingTheo de Raadt