Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-03 | rename -f -> -F | Marc Espie | |
okay pvalchev@, naddy@, marco@, deraadt@ (keep -f around for the transition, will scrap it soon) | |||
2005-01-03 | everything else we have uses `kHz'; | Jason McIntyre | |
2005-01-03 | new sentence, new line; | Jason McIntyre | |
2005-01-02 | add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@ | Dale Rahn | |
2005-01-02 | -fzero-initialized-in-bss is wrong, meaning code that | Ted Unangst | |
depends on zero initialized variables showing up in data fails. turn it off by default. ok deraadt@ miod@ | |||
2005-01-02 | mavb man | Mark Kettenis | |
2005-01-02 | breaks at least vax; backout | Theo de Raadt | |
2005-01-02 | remove useless printfs. | Dale Rahn | |
2005-01-02 | sync | Theo de Raadt | |
2005-01-02 | Regen | Mark Kettenis | |
2005-01-02 | Regen | Mark Kettenis | |
2005-01-02 | Enable audio(4). | Mark Kettenis | |
2005-01-02 | isp(4) works out of the box | Martin Reindl | |
ok deraadt@ | |||
2005-01-02 | OpenBSD tags (missed before) | Dale Rahn | |
2005-01-02 | OpenBSD tags | Dale Rahn | |
2005-01-02 | Hookup mavb driver (but leave it commented out in GENERIC). | Mark Kettenis | |
2005-01-02 | OpenBSD tags | Dale Rahn | |
2005-01-02 | Add IPL_AUDIO/splaudio(). | Mark Kettenis | |
2005-01-02 | Fix typo. | Mark Kettenis | |
2005-01-02 | Add a few missing constants. | Mark Kettenis | |
2005-01-02 | Split out register definitions. | Mark Kettenis | |
2005-01-02 | Add OpenBSD tag. Better mixer support. | Mark Kettenis | |
2005-01-02 | document starttls(8); | Jason McIntyre | |
2005-01-02 | document ssl(8); | Jason McIntyre | |
2005-01-02 | remove broken Xrs; | Jason McIntyre | |
ok jaredy@ | |||
2005-01-02 | "bad-timestamp" is a valid logging reason; | Jason McIntyre | |
from joel knight; | |||
2005-01-02 | remove misleading "client host" string; | Jason McIntyre | |
from matthias kilian pr# 4057; | |||
2005-01-02 | more constants | Brad Smith | |
2005-01-02 | rev 1.21 | Brad Smith | |
Defs for three (unused so far) bits in PCI command/status register were off by one bit. From FreeBSD | |||
2005-01-02 | cleanup and better ram sizing. | Brad Smith | |
2005-01-02 | Moosehead A/V Board audio driver. | Mark Kettenis | |
2005-01-02 | ugh, need this too for the last commit to sk(4). | Brad Smith | |
2005-01-01 | better chip/card identification. | Brad Smith | |
From NetBSD ok krw@ | |||
2005-01-01 | rev 1.92 | Brad 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-01 | Add BGE_QUIRK_ONLY_PHY_1 to BCM5701_B2. From NetBSD PR #23778, as | Kenneth R Westerback | |
pointed out by Theo 2003/12/13. ok brad@. | |||
2005-01-01 | 2005 | Michael Shalayeff | |
2005-01-01 | Make sure uextraloc ends up in .data so UKC works. OK deraadt@ | Todd C. Miller | |
2005-01-01 | Fix some parse errors in example rules | Christopher Pascoe | |
ok henning@ dhartmei@ | |||
2005-01-01 | Don't initialize the card (and start an autonegotiation!) every time | Kenneth 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-01 | my -> may | Brad Smith | |
2005-01-01 | allow reception of VLAN sized frames. | Brad Smith | |
tested and ok niklas@ From NetBSD | |||
2005-01-01 | sort sections; | Jason McIntyre | |
2005-01-01 | gcc 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-01 | Add more debugging printf #ifdef DEBUG. This was useful when tracking | Todd C. Miller | |
down the bootdev issue. OK deraadt@ | |||
2005-01-01 | Move the declaration of bootdev from autoconf.c to locore.s. gcc | Todd 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-01 | sync | Theo de Raadt | |
2005-01-01 | Disable timeout before destroying a pppoe interface | Can Erkin Acar | |
ok deraadt@, henning@, krw@ | |||
2005-01-01 | Add example; OK ian@ deraadt@ jaredy@ | Todd C. Miller | |
2004-12-31 | ip6.4 comes back, rewritten from scratch | Jared Yanovich | |
2004-12-31 | - elaborate on the descriptions of some flags | Jared Yanovich | |
- comment out Plan9 flags - other minor tweaks prod by and ok jmc |