Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-10 | properly handle suspend/resume of ports with devices attached. devices | David 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-10 | sync | Theo de Raadt | |
2005-04-10 | crank major -- it is CLEARLY needed; pval ok | Theo de Raadt | |
2005-04-10 | sync | Theo de Raadt | |
2005-04-10 | Support for ICH6M IDE. Tested on a Dell Latitude D810 by | Jonathan Gray | |
Raymond Lillard <rlillard at sonic.net>. ok grange@ | |||
2005-04-10 | regen | Jonathan Gray | |
2005-04-10 | ICH6M IDE | Jonathan Gray | |
2005-04-10 | Buffalo WLI-CB-B11 reported to work by robert@ | Jonathan Gray | |
2005-04-09 | spaces | Theo de Raadt | |
2005-04-09 | clarify in/out a bit, add SEE ALSO section. | Hans-Joerg Hoexer | |
2005-04-09 | Rewrite, work in progress | Hans-Joerg Hoexer | |
2005-04-09 | `an URL' -> `a URL'; | Jason McIntyre | |
2005-04-09 | add scp example; | Jason McIntyre | |
from olivier cherrier; ok espie@ | |||
2005-04-09 | document 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-09 | document 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-09 | Add page 1 (configuration page) definitions. This is required to interpret | Marco Peereboom | |
page 2 (enclosure control page). | |||
2005-04-09 | Create on the installed system all disk, cd and tape devices found in | Kenneth R Westerback | |
dmesg.boot, not just the ones that happen to be referenced by the install process. ok deraadt@ miod@ | |||
2005-04-09 | Use vendor id register for chip matching instead of configuration | Alexander Yurchenko | |
register patterns. From Stephan Leemburg <sleemburg@jvc.nl>. Tested by jsg@. | |||
2005-04-09 | if, at boot time, a /etc/resolv.conf.save is found, assume this is from | Theo 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-09 | bye, bye, sprintf. | Marc Espie | |
create an actual openbsd configuration that we can tweak. okay kettenis@ | |||
2005-04-09 | incorrect apostrophe (in comment); | Jason McIntyre | |
2005-04-09 | replace tilde_expand_filename with a simpler implementation, ahead of more | Damien Miller | |
whacking; ok deraadt@ | |||
2005-04-09 | Compile with -ansi by killing an inline | Chad Loder | |
2005-04-09 | KNF. No binary changes. OK miod@ | Chad Loder | |
2005-04-09 | Don't error out on mount just because someone confuses (m)ounted with | Kenneth 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-09 | knf | Theo de Raadt | |
2005-04-09 | fix rbus on big memory i386 machines (used by cbb(4) pcmcia). | Reyk Floeter | |
closes an slightly old PR kernel/3855. ok mickey@ | |||
2005-04-09 | use htole32 and leto32h for register access instead of hardware-based | Reyk Floeter | |
byte swapping. | |||
2005-04-08 | sync | Theo de Raadt | |
2005-04-08 | get rid of sysdep_sa_len | Hans-Joerg Hoexer | |
ok cloder@ | |||
2005-04-08 | Make deterministic randomness (only ever used for testing) a compile-time | Chad 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-08 | move reset of HAL descriptors to ath.c | Reyk Floeter | |
2005-04-08 | Synchronize ADS7846 communication and LCD refresh so as to avoid jitter | Uwe Stuehler | |
in the touch screen data, and enable the existing IRQ handling code (even though polling is still mandatory). | |||
2005-04-08 | bye bye unportable bitfields | Reyk Floeter | |
2005-04-08 | new functions for a unified interface to all chips. | Uwe Stuehler | |
2005-04-08 | knf; ok cloder hshoexunpunouncable | Theo de Raadt | |
2005-04-08 | - manipulate the proper event counter in pxagpio_intr1 | Uwe Stuehler | |
- pxa2x0_gpio_intr_mask/unmask as discussed with dale | |||
2005-04-08 | grammar; | Jason McIntyre | |
2005-04-08 | Make DPD vendor ID u_int8_t, not char. Gets rid of a warning in | Chad Loder | |
-pedantic mode. OK hshoexer | |||
2005-04-08 | amd64 canonicalization. | Mark Kettenis | |
ok deraadt@, pvalchev@ | |||
2005-04-08 | remove junk not needed to build certpatch | Theo de Raadt | |
2005-04-08 | whack last feature, put in main Makefile | Theo de Raadt | |
2005-04-08 | connect ipsecctl, request by deraadt | Hans-Joerg Hoexer | |
2005-04-08 | move __inline to right place | Theo de Raadt | |
2005-04-08 | remove dmesg spewage when link changes, ok deraadt, brad, canacar | Bob Beck | |
2005-04-08 | Sync with recent realpath(3) changes: on failure, don't use the second | Jared Yanovich | |
argument "resolved", since it is undefined. ok and help millert, otto | |||
2005-04-08 | kill gmp | Hans-Joerg Hoexer | |
2005-04-08 | no point telling people to read tip(1) *and* cu(1), since they | Jason McIntyre | |
are one and the same; | |||
2005-04-08 | USE_DEBUG is bye bye | Theo de Raadt | |