Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-08 | mention that it is USB in the tag line | Theo de Raadt | |
2005-03-08 | sync | Theo de Raadt | |
2005-03-08 | ask about ntpd(8) in install script; ok krw henning | Theo de Raadt | |
this is pending an improvement from henning to ntpd to make it utterly silent during startup. | |||
2005-03-08 | deraadt kindly pointed out i had forgotten to list the new firmwares. | David Gwynne | |
ok jmc@ | |||
2005-03-08 | list all the devices the driver recognises now | David Gwynne | |
ok jmc@ | |||
2005-03-08 | let client_query return 0 if it requested dns resolution | Henning Brauer | |
2005-03-08 | add support for the new firmwares and the devices that use them | David Gwynne | |
2005-03-08 | regen | David Gwynne | |
2005-03-08 | even more atu | David Gwynne | |
2005-03-08 | fix a typo | David Gwynne | |
2005-03-08 | make and install some extra firmwares | David Gwynne | |
"just do it" deraadt@ | |||
2005-03-08 | Update with recent wireless driver/device additions. | Jonathan Gray | |
2005-03-08 | lots of new devices found in a linux driver | David Gwynne | |
2005-03-08 | regen | David Gwynne | |
2005-03-08 | add (lots of) extra devices for atu found in a linux driver | David Gwynne | |
ok jsg@ | |||
2005-03-08 | Initialise the alternate next pointer in the queue head with EHCI_NULL, not | Christopher Pascoe | |
zero. The host controller should, in theory, never follow this pointer, but it is a minor spec violation. ok dlg@ | |||
2005-03-08 | From FreeBSD rev1.30: | Christopher Pascoe | |
- always initialise the pipe multiplier to a valid value - do not unchain the the interrupt QHs immediately after initialisation ok dlg@ | |||
2005-03-08 | Always check string allocation for failure. From Bruno Rohee, thanks. | Chad Loder | |
2005-03-08 | don't forget to send options to the server when they are specified. | Joris Vink | |
ok jfb@ | |||
2005-03-07 | more macro simplification; | Jason McIntyre | |
2005-03-07 | use .Pq rather than .Po/.Pc; | Jason McIntyre | |
2005-03-07 | simplify macro calls; | Jason McIntyre | |
2005-03-07 | not a good idea to begin a sentence `...' in an nroff page; | Jason McIntyre | |
2005-03-07 | strip down path from generated manpages. | Marc Espie | |
problem noticed by sturm@ | |||
2005-03-07 | oops | Marc Espie | |
2005-03-07 | - Match PGI,tvthree (similar frame buffer capacities) | Miod Vallat | |
- Correctly handle invalid freqcode position 6. | |||
2005-03-07 | Bug is fixed now. | Mark Kettenis | |
2005-03-07 | Fix bug not calling callback for the main executable object. | Mark Kettenis | |
ok drahn@, espie@ | |||
2005-03-07 | There is no sys/dev/conf/files file. | Thierry Deval | |
2005-03-07 | fd leak; andrushock@korovino.net | Theo de Raadt | |
2005-03-07 | use rcs_kflag_get() and RCS_KWEXP_INVAL() to check for valid | Joris Vink | |
RCS keyword expansion modes, also call rcs_kflag_usage() when an invalid mode is specified. ok jfb@ | |||
2005-03-07 | print ASIC ID in hex too incase only the "superclass" of the ASIC is | Brad Smith | |
recognized. | |||
2005-03-07 | Improve the accuracy of log1p function on i387 for small values of x. | Can Erkin Acar | |
From NetBSD, ok miod@ | |||
2005-03-07 | sort hardware list; | Jason McIntyre | |
shorten the description of the at&t card to stop line wrap; ok deraadt@ | |||
2005-03-07 | Do not bother passing the blanking routine to fbwscons_console_init(), | Miod Vallat | |
as fbwscons_attach() can find it on its own. | |||
2005-03-07 | Always force a null context in kvm_setcache(); no functional change for sun4m. | Miod Vallat | |
2005-03-07 | free rcs when we are done using it. | Joris Vink | |
ok xsa@ | |||
2005-03-07 | add a printer for 802.11 and for additional radiotap headers, | Reyk Floeter | |
use -y IEEE802_11 or IEEE802_11_RADIO if supported by the driver. ok canacar@ | |||
2005-03-07 | make device MAXPATHLEN long instead of 64, fixes remote dumps with | Henning Brauer | |
long target file names, PR4137, ok miod beck mcbride deraadt | |||
2005-03-07 | regen | Xavier Santolaria | |
2005-03-07 | + GeForce FX Go 5200 found in latest powerbook 12"; ok deraadt@. | Xavier Santolaria | |
2005-03-07 | fd leaks in error paths, From: Andrey Matveev <andrushock@korovino.net> | Henning Brauer | |
2005-03-07 | more firmwares for atu. not hooked up to the builds till they are needed. | David Gwynne | |
2005-03-07 | Enable basic big-endian operation. i.e. now works on some big-endian | Kenneth R Westerback | |
machines (macppc) but not others (sparc64). No-op for little-endian architectures. Diff from NetBSD with tweaks by drahn@. ok brad@ | |||
2005-03-07 | sync | Theo de Raadt | |
2005-03-07 | new netmos parallel puc; pawel@rogocz.com | Theo de Raadt | |
2005-03-07 | print unsigned long with %lu, not with %d and not with %ld. | Henning Brauer | |
From: Andrey Matveev <andrushock@korovino.net> | |||
2005-03-07 | Ignore XactErr status if the host controller also indicates that the | Christopher Pascoe | |
transaction completed successfully on retry. ok dlg@ | |||
2005-03-07 | sync | Theo de Raadt | |
2005-03-07 | Add a workaround for VIA EHCI controllers which, under load, signal qTD | Christopher Pascoe | |
completion before they have performed writeback from the overlay qTD. This condition would exhibit itself as a umass stall that never recovers. ok dlg@ |