Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-10 | set pcsq in case we get signal delivery once interrupted from the gateway ↵ | Michael Shalayeff | |
page; from chs | |||
2005-05-10 | no need to use select() | Hans-Joerg Hoexer | |
ok moritz cloder | |||
2005-05-10 | db_printf(s) -> db_printf("%s", s) from NetBSD | Uwe Stuehler | |
2005-05-10 | report real errors on fallback from ControlMaster=no to normal connect | Damien Miller | |
2005-05-10 | print nice error message for EADDRINUSE as well | Damien Miller | |
2005-05-10 | kill strcpy; ok hshoexer@, prodded by david@ | Damien Miller | |
2005-05-10 | enter ddb thru alt-escape. | Marc Espie | |
okay miod@, uwe@ | |||
2005-05-10 | comment out en(4) entry: no such page; | Jason McIntyre | |
2005-05-10 | - link mtod(9) to mbuf(9) | Mathieu Sauve-Frankel | |
ok brad@ deraadt@ miod@ | |||
2005-05-10 | - add vax optimized in4_cksum | Brad Smith | |
- de register and use ANSI prototype From NetBSD ok miod@ | |||
2005-05-10 | Recommit the destructor order fix, now that the amd64 bug was fixed. | Dale Rahn | |
'no problem' pval@ | |||
2005-05-10 | better | Brad Smith | |
2005-05-10 | sync | Theo de Raadt | |
2005-05-10 | add a space here | Brad Smith | |
2005-05-10 | ANSI protos | Brad Smith | |
2005-05-10 | this too | Brad Smith | |
2005-05-10 | add an epic(4) man page derived from the old tx(4) page, better than what | Brad Smith | |
NetBSD had for a man page. | |||
2005-05-10 | use pci_matchbyid(). | Brad Smith | |
2005-05-10 | infrared UART on zaurus | Uwe Stuehler | |
2005-05-10 | - remove commented out header | Brad Smith | |
- spaces vs tabs | |||
2005-05-10 | put this in the Attic | Brad Smith | |
2005-05-10 | Add epic(4) driver which supersedes tx(4). | Brad Smith | |
This buys us.. - bus_dma - big endian support - multicast - support for another EPIC chipset From NetBSD ok mickey@ | |||
2005-05-09 | fixes and updates for root device detection from NetBSD: | Martin Reindl | |
- remove unneeded checks and variables - use strncasecmp() to check b->protocol because the case is dependant on the firmware revision - check logical unit numbers - consistently check PCI function numbers - on the 6600 models check which PCI hierarchy is looked at - makes root device detection on DS20 (6600) work testing by claudio, xsa and miod; ok miod@ | |||
2005-05-09 | - add alpha optimized in4_cksum | Brad Smith | |
- de register and use ANSI prototypes From NetBSD ok miod@ martin@ | |||
2005-05-09 | Add kbd, mt, ping and ping6 to the ramdisk. | Miod Vallat | |
2005-05-09 | Sync architectures list with /sbin/kbd; prompted by martin@ | Miod Vallat | |
2005-05-09 | replace sc_quirk with sc_flags, spotted and ok mickey@ | Marco Peereboom | |
2005-05-09 | cvs_getln() can fail and return -1. | Joris Vink | |
2005-05-09 | Compile if no wsmouse device is configured in the kernel. | Miod Vallat | |
2005-05-09 | regen | Brad Smith | |
2005-05-09 | add PCI id for SMC 83C175 | Brad Smith | |
2005-05-09 | Compile without option WSDISPLAY_COMPAT_RAWKBD | Miod Vallat | |
2005-05-09 | Enable clock to STUART unit, and enable com2 in GENERIC and RAMDISK | Uwe Stuehler | |
configurations. The STUARTCONSOLE option doesn't work yet. | |||
2005-05-09 | Permit one of the PXA2X0's UARTs to operate in Slow Infrared (SIR) mode | Uwe Stuehler | |
(half-duplex). I couldn't verify that the real serial port still works (a special serial cable is needed for that). | |||
2005-05-09 | Added comments, and a new function to control the infrared LED. | Uwe Stuehler | |
2005-05-09 | Bump version to 2.07. Since the initial version 2.06, symbol table | Uwe Stuehler | |
loading and a few workarounds have been added. | |||
2005-05-09 | Force all as-external routes to point to the router announcing them by | Claudio Jeker | |
setting the forward address to 0.0.0.0. This is needed as we currently fail to check if the real nexthop is covered by an ospf route -- uncovered routes are ignored by the other routers. OK norby@ tested and requested by Philip Olsson | |||
2005-05-09 | Fix mixerctl -q | Todd C. Miller | |
2005-05-09 | streamline. | Marc Espie | |
okay drahn@ | |||
2005-05-09 | ansify. no binary change. | Marco Pfatschbacher | |
OK henning, krw, brad, moritz | |||
2005-05-09 | Make sure that prefixes get purged. | Brad Smith | |
Fixes PR 3939. From NetBSD ok itojun@ | |||
2005-05-09 | Sync layout list with pckbd. | Miod Vallat | |
2005-05-09 | Regen | Miod Vallat | |
2005-05-09 | Add a note reminding people to regen gsc and usb maps after changing this file. | Miod Vallat | |
2005-05-09 | Create the USB keyboard layout tables from the PS/2 tables. | Miod Vallat | |
Eases maintainability, and brings us half a dozen new layouts for free. | |||
2005-05-09 | Sort the output tables, and mention the rcsid of the converter script in | Miod Vallat | |
the output as well. | |||
2005-05-09 | Do not log useless messages if the apm implementation returns -1 in the | Miod Vallat | |
minutes_left field of the apm_power_info struct. | |||
2005-05-09 | PCI_{VENDOR,PRODUCT} -> CARDBUS_{VENDOR,PRODUCT} for correctness. | Brad Smith | |
no functional change. | |||
2005-05-09 | add cardbus_matchbyid(), mimics the PCI layers pci_matchbyid(). | Brad Smith | |
2005-05-08 | from perry@netbsd -r1.35: | Jason McIntyre | |
execve() first appeared in At v7, not Bx 4.2; |