Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-09 | When checking device names, make sure we look for a device name immediately | Miod Vallat | |
followed by an unit number. Otherwise we will match sti0 as an scsi tape drive. | |||
2005-01-08 | tweaks; | Jason McIntyre | |
2005-01-08 | mace(4) -> macebus(4); | Jason McIntyre | |
2005-01-08 | tweaks; | Jason McIntyre | |
2005-01-08 | Only 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-08 | New shortcuts for commands device (d) and debug (deb) | Aleksander Piotrowski | |
go ahead espie@ | |||
2005-01-08 | Unslack 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-08 | Kill useless cons.4 manpage. | Miod Vallat | |
2005-01-08 | Oops. Too much 'KNF'. We don't use NULL_xdrproc_t, but someone might | Kenneth R Westerback | |
use it in a vararg function call that needs the type info. Pointed out by otto@. | |||
2005-01-08 | Document select code settings for hyperion topcat and kathmandu. | Miod Vallat | |
2005-01-08 | radical size reduction from andreas@ | Michael Shalayeff | |
2005-01-08 | Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. Pointed | Kenneth R Westerback | |
out by mickey@, seconded by millert@. ok deraadt@. | |||
2005-01-08 | Use the handler specified in phandler instead of always using | Can Erkin Acar | |
dump_packet. Report and patch from Peter Postma, thanks. | |||
2005-01-08 | Missing SYNOPSIS sections. | Miod Vallat | |
2005-01-08 | replace magic numbers w/ a proper sizeof; from peter@ | Michael Shalayeff | |
2005-01-08 | spaces | Michael Shalayeff | |
2005-01-08 | enable puc lpt | Theo de Raadt | |
2005-01-08 | sync | Theo de Raadt | |
2005-01-08 | rev 1.125 | Brad 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-08 | Fix for FreeBSD PR#12801 from Sven Verdoolaege (nvi maintainer) via FreeBSD | Peter Valchev | |
(an infinite loop at certain case when options "comment" and "leftright" are used) | |||
2005-01-08 | Move 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-08 | When 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-08 | SECURITY: 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-08 | fix conflicting types for ahc_send_async(). | Kevin Lo | |
ok krw@ | |||
2005-01-08 | `login'(n) -> `log in'(v); | Jason McIntyre | |
2005-01-08 | move the license into the body of the man page; | Jason McIntyre | |
ok millert@ | |||
2005-01-08 | new sentence, new line; | Jason McIntyre | |
2005-01-08 | enter arch/zaurus | Theo de Raadt | |
2005-01-07 | enable atu and sysbeep | Theo de Raadt | |
2005-01-07 | Print disk size and free space in requested unit. Some refactoring to | Otto Moerbeek | |
avoid code duplication as well. ok marco@ deraadt@ | |||
2005-01-07 | Use fstatfs(), not statfs() to determine free space so if /var/crash | Todd C. Miller | |
is a link we follow it. OK deraadt@ jcs@ | |||
2005-01-07 | avoid negative memory sizes, ok deraadt@ | Otto Moerbeek | |
2005-01-07 | Make carp(4) traffic always appear on the physical (carpdev) interface | Ryan Thomas McBride | |
from pf's perspective. ok pascoe@ dhartmei@ henning@ | |||
2005-01-07 | document `cvs import'; | Jason McIntyre | |
from joris vink; | |||
2005-01-07 | add support for BIOCGDLTLIST and BIOCSDLT, see bpf(4) | Reyk Floeter | |
ok canacar@, fgsch@, tested by some other people | |||
2005-01-07 | Remove line in copyright declaration that conflicts with the LICENSE file. | Todd C. Miller | |
OK bostic@sleepycat.com | |||
2005-01-07 | document bsd.mp; | Jason McIntyre | |
2005-01-07 | oops - 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-07 | better wording for -l; | Jason McIntyre | |
2005-01-07 | - better documenting of `host' and `port[s]' | Jason McIntyre | |
- note that -l ignores timeouts | |||
2005-01-07 | clarify a sentence; | Jason McIntyre | |
from george v. neville-neil, via itojun@ | |||
2005-01-07 | rev 1.26 | Brad Smith | |
The VIA Technologies VT82C686A SMBus Controller claims to be a PCI/ISA bridge, ignore it. From NetBSD ok deraadt@ | |||
2005-01-07 | Fix profiled kernel builds on i386 by moving splraise/splx code into macros | Christopher Pascoe | |
permitting non-recursive reuse in mcount. Should be a no-op for normal builds. | |||
2005-01-07 | regen | Brad Smith | |
2005-01-07 | add SiS devices. | Brad Smith | |
From: Peter Galbavy <peter dot galbavy at knowtion dot net> | |||
2005-01-06 | Lazy man's display console on Zaurus: allow the display to be attached as a | Miod 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-06 | spacing | Theo de Raadt | |