summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-10properly handle suspend/resume of ports with devices attached. devicesDavid Gwynne
should not detach and reattach when you resume now.
2005-04-10- Run em_local_timer() once per second instead of running it once per 2 seconds.Brad Smith
This makes gathering of error stats more precise, and netstat(1) output look right. - Modify the caller of em_encap() to detect a NULL m_head and not try to queue the mbuf if that happens. From FreeBSD ok krw@ beck@
2005-04-10syncTheo de Raadt
2005-04-10crank major -- it is CLEARLY needed; pval okTheo de Raadt
2005-04-10syncTheo de Raadt
2005-04-10Support for ICH6M IDE. Tested on a Dell Latitude D810 byJonathan Gray
Raymond Lillard <rlillard at sonic.net>. ok grange@
2005-04-10regenJonathan Gray
2005-04-10ICH6M IDEJonathan Gray
2005-04-10Buffalo WLI-CB-B11 reported to work by robert@Jonathan Gray
2005-04-09spacesTheo de Raadt
2005-04-09clarify in/out a bit, add SEE ALSO section.Hans-Joerg Hoexer
2005-04-09Rewrite, work in progressHans-Joerg Hoexer
2005-04-09`an URL' -> `a URL';Jason McIntyre
2005-04-09add scp example;Jason McIntyre
from olivier cherrier; ok espie@
2005-04-09document that dhclient-script overwrites resolv.conf,Jason McIntyre
and use of resolv.conf.tail; issue spotted by rick barter via nick; ok henning@ jaredy@ nick@
2005-04-09document resolv.conf.tail, and MLINK it to resolv.conf.5;Jason McIntyre
issue spotted by rick barter, via nick; ok henning@ jaredy@ nick@
2005-04-09Add page 1 (configuration page) definitions. This is required to interpretMarco Peereboom
page 2 (enclosure control page).
2005-04-09Create on the installed system all disk, cd and tape devices found inKenneth R Westerback
dmesg.boot, not just the ones that happen to be referenced by the install process. ok deraadt@ miod@
2005-04-09Use vendor id register for chip matching instead of configurationAlexander Yurchenko
register patterns. From Stephan Leemburg <sleemburg@jvc.nl>. Tested by jsg@.
2005-04-09if, at boot time, a /etc/resolv.conf.save is found, assume this is fromTheo de Raadt
a dhclient that crashed so hard it was unable to swap the file back, and hence, finish that job. i convinced krw and henning that this is right right place (not in netstart)
2005-04-09bye, bye, sprintf.Marc Espie
create an actual openbsd configuration that we can tweak. okay kettenis@
2005-04-09incorrect apostrophe (in comment);Jason McIntyre
2005-04-09replace tilde_expand_filename with a simpler implementation, ahead of moreDamien Miller
whacking; ok deraadt@
2005-04-09Compile with -ansi by killing an inlineChad Loder
2005-04-09KNF. No binary changes. OK miod@Chad Loder
2005-04-09Don't error out on mount just because someone confuses (m)ounted withKenneth R Westerback
(d)isk sources and tries to mount an already mounted partition. Using (d)isk where (m)ounted was meant should now just work. ok nick@ deraadt@
2005-04-09knfTheo de Raadt
2005-04-09fix rbus on big memory i386 machines (used by cbb(4) pcmcia).Reyk Floeter
closes an slightly old PR kernel/3855. ok mickey@
2005-04-09use htole32 and leto32h for register access instead of hardware-basedReyk Floeter
byte swapping.
2005-04-08syncTheo de Raadt
2005-04-08get rid of sysdep_sa_lenHans-Joerg Hoexer
ok cloder@
2005-04-08Make deterministic randomness (only ever used for testing) a compile-timeChad Loder
option. Reduces chances of somehow setting regrand when it's not supposed to be set. Remove "-r" option from man page. Also xref certpatch(8) while we are in there. And remove some include sysdep.h where it is no longer needed. OK hshoexer
2005-04-08move reset of HAL descriptors to ath.cReyk Floeter
2005-04-08Synchronize ADS7846 communication and LCD refresh so as to avoid jitterUwe Stuehler
in the touch screen data, and enable the existing IRQ handling code (even though polling is still mandatory).
2005-04-08bye bye unportable bitfieldsReyk Floeter
2005-04-08new functions for a unified interface to all chips.Uwe Stuehler
2005-04-08knf; ok cloder hshoexunpunouncableTheo de Raadt
2005-04-08- manipulate the proper event counter in pxagpio_intr1Uwe Stuehler
- pxa2x0_gpio_intr_mask/unmask as discussed with dale
2005-04-08grammar;Jason McIntyre
2005-04-08Make DPD vendor ID u_int8_t, not char. Gets rid of a warning inChad Loder
-pedantic mode. OK hshoexer
2005-04-08amd64 canonicalization.Mark Kettenis
ok deraadt@, pvalchev@
2005-04-08remove junk not needed to build certpatchTheo de Raadt
2005-04-08whack last feature, put in main MakefileTheo de Raadt
2005-04-08connect ipsecctl, request by deraadtHans-Joerg Hoexer
2005-04-08move __inline to right placeTheo de Raadt
2005-04-08remove dmesg spewage when link changes, ok deraadt, brad, canacarBob Beck
2005-04-08Sync with recent realpath(3) changes: on failure, don't use the secondJared Yanovich
argument "resolved", since it is undefined. ok and help millert, otto
2005-04-08kill gmpHans-Joerg Hoexer
2005-04-08no point telling people to read tip(1) *and* cu(1), since theyJason McIntyre
are one and the same;
2005-04-08USE_DEBUG is bye byeTheo de Raadt