summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-01-03ok, ami is a good choice for the floppyTheo de Raadt
2005-01-03do not print device info twiceTheo de Raadt
2005-01-03Make ath at cardbus not depend on ath at pci. ok reyk@Jonathan Gray
2005-01-03Plug a mem leak. Now you can run hanoi.sed witt a lot of pegs and notOtto Moerbeek
run out of mem! From FreeBSD PR 75656. ok millert@ deraadt@
2005-01-03the proclamation of the Soviet Socialist Zaurus PortablicMichael Shalayeff
2005-01-03Left out one EIOMAPSIZE -> eiomapsize chunk by accident; millertMiod Vallat
2005-01-03add ami(4), it works and I needed that to install my new toy... theo okHenning Brauer
2005-01-03Don't forget to register "machine" commands for ddb.Miod Vallat
2005-01-03Add "show panic" command to ddb, to easily retrieve the panic message.Miod Vallat
Will hopefully bring us better panic reports. From Joris Vink.
2005-01-03Remove gcc 2.95/x86 specific notes, and mention the implicitMiod Vallat
-fno-zero-initialized-in-bss for gcc 3.
2005-01-03don't merge a rule's source address into a table if we're already trying toMike Frantzen
merge its destination address. caught by an assertion. it's tempting to do recursive reduction here to pick that low hanging fruit.... bug report from <gustavo AT hades DOT uint8t DOT org>
2005-01-03use an example of nmap `outpattern' containing spaces that works;Jason McIntyre
2005-01-03don't try to demangle C symbols if we're ELF.Marc Espie
looks okay mickey@
2005-01-03a little cleanup in the nmap description;Jason McIntyre
2005-01-03need to escape lines starting w/ `...';Jason McIntyre
2005-01-03- use .Bk/.Ek to keep SYNOPSIS tidyJason McIntyre
- `-F keyword' -> `-F keywords' in SYNOPSIS for consistency
2005-01-03RCSID are ok as long as they are proper comments (-:Miod Vallat
2005-01-03Close to working display, just rotated 90 degrees.Dale Rahn
2005-01-03Extra pieces for pxa270, extra gpio pins and LCD control register bits.Dale Rahn
2005-01-03syncTheo de Raadt
2005-01-03rename -f -> -FMarc Espie
okay pvalchev@, naddy@, marco@, deraadt@ (keep -f around for the transition, will scrap it soon)
2005-01-03everything else we have uses `kHz';Jason McIntyre
2005-01-03new sentence, new line;Jason McIntyre
2005-01-02add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@Dale Rahn
2005-01-02-fzero-initialized-in-bss is wrong, meaning code thatTed Unangst
depends on zero initialized variables showing up in data fails. turn it off by default. ok deraadt@ miod@
2005-01-02mavb manMark Kettenis
2005-01-02breaks at least vax; backoutTheo de Raadt
2005-01-02remove useless printfs.Dale Rahn
2005-01-02syncTheo de Raadt
2005-01-02RegenMark Kettenis
2005-01-02RegenMark Kettenis
2005-01-02Enable audio(4).Mark Kettenis
2005-01-02isp(4) works out of the boxMartin Reindl
ok deraadt@
2005-01-02OpenBSD tags (missed before)Dale Rahn
2005-01-02OpenBSD tagsDale Rahn
2005-01-02Hookup mavb driver (but leave it commented out in GENERIC).Mark Kettenis
2005-01-02OpenBSD tagsDale Rahn
2005-01-02Add IPL_AUDIO/splaudio().Mark Kettenis
2005-01-02Fix typo.Mark Kettenis
2005-01-02Add a few missing constants.Mark Kettenis
2005-01-02Split out register definitions.Mark Kettenis
2005-01-02Add OpenBSD tag. Better mixer support.Mark Kettenis
2005-01-02document starttls(8);Jason McIntyre
2005-01-02document ssl(8);Jason McIntyre
2005-01-02remove broken Xrs;Jason McIntyre
ok jaredy@
2005-01-02"bad-timestamp" is a valid logging reason;Jason McIntyre
from joel knight;
2005-01-02remove misleading "client host" string;Jason McIntyre
from matthias kilian pr# 4057;
2005-01-02more constantsBrad Smith
2005-01-02rev 1.21Brad Smith
Defs for three (unused so far) bits in PCI command/status register were off by one bit. From FreeBSD
2005-01-02cleanup and better ram sizing.Brad Smith