Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-17 | Driver for the Philips PCA9532 LCD dimmer controller, found on thecus. | Dale Rahn | |
2006-06-17 | sync | Theo de Raadt | |
2006-06-17 | remove some whitespace. | Brad Smith | |
2006-06-17 | avoid missing events for timestamping (dcd change at same time as cts); | Theo de Raadt | |
mrd@alkemio.org | |||
2006-06-17 | sync | Theo de Raadt | |
2006-06-16 | Add -DSAVECORE to CFLAGS instead of overriding it. | Mark Kettenis | |
ok miod@, deraadt@ | |||
2006-06-16 | IS_VM_PHYSADDR is no longer used. | Miod Vallat | |
2006-06-16 | When checking if a page is managed or not, do not invoke IS_VM_PHYSADDR | Miod Vallat | |
and then pa_to_pvh, since they amount to the same work; instead let pa_to_pvh return NULL for unmanaged pages and test for this. | |||
2006-06-16 | - add rum(4). commented out for now. | Niall O'Higgins | |
2006-06-16 | From Markus Glockner <markus@nazgul.ch>, adds logging of refusals | Bob Beck | |
and debug level logging of transfers to tftpd. all the work done by markus, I only tested and nitpicked. ok mbalmer@ | |||
2006-06-16 | - add rum(4), a driver for the next generation Ralink Technology USB 802.11a/b/g | Niall O'Higgins | |
wireless network devices. not yet fully functional, putting it in the tree so others can hack on it too. | |||
2006-06-16 | - add rt2573 microcode. mostly from jolan@. | Niall O'Higgins | |
2006-06-16 | documentation on the register | Jason Wright | |
2006-06-16 | skeleton driver for power button on u5.. does precisely nothing except attach. | Jason Wright | |
Will hook it into the right places this weekend (and put it into GENERIC and write a man page when it does something useful). | |||
2006-06-16 | Add comment warning not to rename _dl_bind, since gdb(1) knows about it. | Mark Kettenis | |
ok (quite a while ago) drahn@ | |||
2006-06-16 | If we are configured for glass console but no keyboard is plugged, we run | Miod Vallat | |
with the dummy wscons cngetc() which immediately returns zero. Since a cngetc() call is the only difference between halt and reboot, this caused the former to behave as the later. Fix this by spinning until cngetc() returns a non-zero value. | |||
2006-06-16 | Fix range check in sgc_slottopa(). | Miod Vallat | |
2006-06-16 | Line 0 is not wired, thus illegal for use in frodo_intr_establish(). | Miod Vallat | |
2006-06-16 | Work around a problem with \$ expansion where \$\$ turned into pid ($$) | Dale Rahn | |
expansion. otto and I cannot think of anything better. ok otto@ | |||
2006-06-16 | change a cvs_buf_load() to cvs_buf_load_fd() | Joris Vink | |
spotted by xsa@ a few days ago | |||
2006-06-16 | - fix reassociations (the firmware was crashing because the configuration | Damien Bergamini | |
was not properly reset) -- tested by Jean-Baptiste Campesato - load the firmware block by block to avoid allocating a large amount of contiguous memory, which may not be possible at the time the interface is turned up. - rename WPI_CONFIG_ASSOCIATED into WPI_STATE_ASSOCIATED | |||
2006-06-16 | and fix the corresponding regression test. | Hans-Joerg Hoexer | |
2006-06-16 | add a missing "force" | Hans-Joerg Hoexer | |
2006-06-16 | make route show work on secondary tables, using the just committed | Henning Brauer | |
extension to the syctl NET_RT_DUMP interface, claudio ok | |||
2006-06-16 | support passing the desired routing table ID via the sysctl interface | Henning Brauer | |
(NET_RT_DUMP & friends) too. keep supporting the old form (and imply id 0) of course. claudio ok | |||
2006-06-16 | typoo | Michael Shalayeff | |
2006-06-16 | sync with faq; | Jasper Lievisse Adriaanse | |
yayayaya henning@ | |||
2006-06-16 | lint cleanup | Theo de Raadt | |
2006-06-16 | printing these version numbers in usage is ugly and useless | Theo de Raadt | |
2006-06-16 | introduce -T <tableid> to work on alternate tables. | Henning Brauer | |
purposefully undocumented for the moment, claudio hshoexer norby ok | |||
2006-06-16 | pass the routing table ID over the routing socket, so we can start to | Henning Brauer | |
manipulate alternate tables from userland. new tables are created implicitely when an RTM_ADD for that table is seen. ok norby claudio hshoexer | |||
2006-06-16 | adjust functions dealing with the routing table to take a table ID as | Henning Brauer | |
parameter so they can work on alternate tables. table 0 hardcoded for many callers yet, that will be adapted step by step. input + ok claudio norby hshoexer | |||
2006-06-16 | always change the working directory of the priv child to the root | Reyk Floeter | |
directory ("/"). this fixes a problem when dhclient was called in a working directory like "/mnt" and the user tried to unmount this directory while dhclient was still running. umount failed because the device for "/mnt" was still busy and blocked by the running priv child of dhclient. ok henning@ | |||
2006-06-16 | Cleanup radix.c, remove unused stuff, use nicer prototype definitions and | Claudio Jeker | |
remove the ugly routed hacks. OK henning@, hshoexer@ | |||
2006-06-16 | Make routed no longer use kernel API prototypes for own functions -- this is | Claudio Jeker | |
totaly braindead and will break as soon as we change something in radix.h. Instead pull in the needed defines and prototypes into defs.h. OK henning@, hshoexer@ | |||
2006-06-16 | Spelling. | Christopher Pascoe | |
2006-06-16 | More spelling fixes. | Christopher Pascoe | |
2006-06-16 | SZpelling. | Christopher Pascoe | |
2006-06-16 | Spelling. | Christopher Pascoe | |
2006-06-16 | typo | Pedro Martelletto | |
2006-06-16 | in preparation for the new remote code, proto.h becomes obsolete. | Joris Vink | |
2006-06-16 | add support for -d; OK joris@. | Xavier Santolaria | |
2006-06-16 | Don't use rmx_hopcount any longer. The kernel ignores it anyway. | Claudio Jeker | |
OK henning@, norby@, hshoexer@ | |||
2006-06-16 | adopt to recent changes | Hans-Joerg Hoexer | |
2006-06-16 | report the correct line number on an error. Noticed by david@ | Hans-Joerg Hoexer | |
2006-06-16 | - generic_mixer_default() | Brad Smith | |
set the default pin direction depending on the pin's device, not color - ALC882: - add usingdac and usingadc - remove alc882_init_widget() because it has no effect any more - codec-specific mixer initialization for Realtek ALC882 - fix audio_format allocation for recording From kent NetBSD | |||
2006-06-16 | I am keeping the Analog Devices AD1981HD widget init routine disabled but | Brad Smith | |
at least allowing the driver to recognize the codec type. | |||
2006-06-16 | algorithmically handle baudrate requests, allowing all sorts of | Theo de Raadt | |
strange rates one might need; mrd@alkemio.org | |||
2006-06-16 | On the road to certance support. | Dale Rahn | |
2006-06-16 | * support for multi-channel (>=3) recording with ALC880, ALC882, or STAC9221 | Brad Smith | |
* azalia_codec_init_vtbl() recognize the name of AD1983 * azalia_generic_codec_find_dac() check validity of a node in a connection list * introduce MIXER_DELTA, and simplify the code with it * codec-specific mixer initialization for STAC9220 From kent NetBSD Tested by a few end-users. |