Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2006-06-16 | From k*_powernow_setperf() always return 0, i.e. | Gordon Willem Klok | |
Do not return low level errors to userspace where they will not/can not be coped with. : ---------------------------------------------------------------------- | |||
2006-06-16 | vmware emulates mpi, but it does a half arsed job of it. half the fields | David Gwynne | |
we read off the hardware and use to configure the driver with are set to zero, so things dont really work like we want them to. one of these fields is the pci subsystem id which is something we can fetch really early in the attach process. so if the subsys is 0 then we go on and fix up some of the values we get off the "hardware". now we can attach disks on vmware. "sneaky" and ok marco@ tested by and ok brad@ | |||
2006-06-16 | enable mpi. | Marco Peereboom | |
Who says we don't need U320 SCSI on hppa? Cookie for dlg! ok deraadt dlg | |||
2006-06-16 | If there is going to be a kludge to change the irq for com, do it early | Dale Rahn | |
enough so that the used irq is printed in dmesg. | |||
2006-06-15 | put fd into track's struct so we can fail earlier | Michael Coulter | |
'looks good' pat@ | |||
2006-06-15 | switch to using mpi instead of mpt; ok marco | Theo de Raadt | |
2006-06-15 | The process is not: build, ifdef, commit. argh. | Dale Rahn | |
2006-06-15 | When writing a TXTBUSY file, make certain to preserve all file metadata, | Dale Rahn | |
also add -S flag, like install's -S flag to safely perform operations. Getting it in so it gets tested. |