summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2005-01-02Moosehead A/V Board audio driver.Mark Kettenis
2005-01-02ugh, need this too for the last commit to sk(4).Brad Smith
2005-01-01better chip/card identification.Brad Smith
From NetBSD ok krw@
2005-01-01rev 1.92Brad Smith
only clear the IFF_OACTIVE flag when we have a chance of being able to queue a packet to the hardware... instead of when the hardware queue is empty.. don't initalize cur_tx now that it doesn't need to be... rev 1.90 _OACTIVE is now handled better... From FreeBSD ok krw@
2005-01-01Add BGE_QUIRK_ONLY_PHY_1 to BCM5701_B2. From NetBSD PR #23778, asKenneth R Westerback
pointed out by Theo 2003/12/13. ok brad@.
2005-01-012005Michael Shalayeff
2005-01-01Make sure uextraloc ends up in .data so UKC works. OK deraadt@Todd C. Miller
2005-01-01Fix some parse errors in example rulesChristopher Pascoe
ok henning@ dhartmei@
2005-01-01Don't initialize the card (and start an autonegotiation!) every timeKenneth R Westerback
the IP address changes. Makes 'dhclient sk0' invocations way faster and more consistant. i.e. one DHCPREQUEST elicts the DHCPACK. ok brad@ 'Wow. Great Idea.' deraadt@.
2005-01-01my -> mayBrad Smith
2005-01-01allow reception of VLAN sized frames.Brad Smith
tested and ok niklas@ From NetBSD
2005-01-01sort sections;Jason McIntyre
2005-01-01gcc 3.3.5 will store zero-initialized variables in bss by default,Todd C. Miller
move bootdev to data so it doesn't get zapped when bss is cleared. deraadt@ OK
2005-01-01Add more debugging printf #ifdef DEBUG. This was useful when trackingTodd C. Miller
down the bootdev issue. OK deraadt@
2005-01-01Move the declaration of bootdev from autoconf.c to locore.s. gccTodd C. Miller
3.3.5 was placing bootdev into bss and its value was getting zeroed when bss is cleared. Apparently we lucked out before and gcc 2.9.5 put it in .data; now it is explicit. OK deraadt@
2005-01-01syncTheo de Raadt
2005-01-01Disable timeout before destroying a pppoe interfaceCan Erkin Acar
ok deraadt@, henning@, krw@
2005-01-01Add example; OK ian@ deraadt@ jaredy@Todd C. Miller
2004-12-31ip6.4 comes back, rewritten from scratchJared Yanovich
2004-12-31- elaborate on the descriptions of some flagsJared Yanovich
- comment out Plan9 flags - other minor tweaks prod by and ok jmc