Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-23 | SiSPM devices are like belkin ups; do not attach as uhid, pr#5719 | Theo de Raadt | |
2008-02-23 | forgot that one when committing the if_ipw.c memleak fix. Hopefully | Hans-Joerg Hoexer | |
unbreaks the tree. | |||
2008-02-23 | sync | Theo de Raadt | |
2008-02-23 | man pages should be built and installed | Theo de Raadt | |
2008-02-23 | Do not leak memory claimed by firmware on "ifconfig down". | Hans-Joerg Hoexer | |
ok deraadt@ | |||
2008-02-23 | Oops to eager with the delete button. prompted by deraadt. | Marco Peereboom | |
2008-02-23 | Backout premature code. | Marco Peereboom | |
2008-02-23 | sync | Stuart Henderson | |
2008-02-23 | add Radeon HD 2400 XT/Pro, ok kettenis | Stuart Henderson | |
2008-02-23 | Handle global -Q; Avoid interactive stuff when specified. | Xavier Santolaria | |
2008-02-23 | update the list of supported wireless devices; | Jason McIntyre | |
2008-02-23 | if the first call to allocset() fails, the second might deref a NULL | Otto Moerbeek | |
pointer, so add a safety-net. From Gianluigi Tiesi via Torok Edwin. ok chl@ millert@ | |||
2008-02-22 | Support for specifying aes-{128,192,256}. Originial idea by Prabhu | Hans-Joerg Hoexer | |
Gurumurthy, tweaks and commit-ready diff by Mitja Muzenic! Thanks guys! ok todd@ | |||
2008-02-22 | Propper encryption of on-disk-keys, prodded/suggest by tedu@ and djm@ | Hans-Joerg Hoexer | |
also use aes to generate proppper IVs ok marco@ | |||
2008-02-22 | More shuffling, and, show two alternate ways to get | Ian Darwin | |
your Thecus N2100 up and running with semi-automatic booting (since it won't power up w/o a button press, no fully automatic booting). OK sthen@ miod@ | |||
2008-02-22 | regen | Mark Kettenis | |
2008-02-22 | Add Intel X38 chipset IDs. | Mark Kettenis | |
2008-02-22 | Avoid unaligned PCI config space access. | Mark Kettenis | |
ok brad@ | |||
2008-02-22 | Allow all SSH2 packet types, including UNIMPLEMENTED to reset the | Darren Tucker | |
keepalive timer (bz #1307). ok markus@ | |||
2008-02-22 | Allow multiple NUL characters within string-valued properties (but add an | Mark Kettenis | |
XXX saying that this may not exactly be what we want). This makes the output on macppc look much saner. ok fgsch@, beck@ | |||
2008-02-22 | Simon Dick in FreeBSD PR 96714 | Jonathan Gray | |
* Fossil Abacus Wrist PDA Thorsten Trampisch in FreeBSD PR 113384 * Expert ISDN Control * RS232 OptoBridge Jonathan Charest in FreeBSD PR 110992 * Several Tactrix OpenPort (ECU) devices. Y.Okabe in FreeBSD PR 119981 * Logitec LAN-GTJ/U2 Ethernet HAGIMORI 'buggy' Masashige in FreeBSD PR 115933 * RATOC REX-USB60F serial | |||
2008-02-22 | regen | Jonathan Gray | |
2008-02-22 | Simon Dick in FreeBSD PR 96714 | Jonathan Gray | |
* Fossil Abacus Wrist PDA Thorsten Trampisch in FreeBSD PR 113384 * Expert ISDN Control * RS232 OptoBridge Jonathan Charest in FreeBSD PR 110992 * Several Tactrix OpenPort (ECU) devices. Y.Okabe in FreeBSD PR 119981 * Logitec LAN-GTJ/U2 Ethernet HAGIMORI 'buggy' Masashige in FreeBSD PR 115933 * RATOC REX-USB60F serial | |||
2008-02-22 | as can be seen in emuxki_voice_set_srate(), the sample rate needs to | Jacob Meuser | |
be set separately on each channel. if changing the number of channels make sure to set the sample rate on each channels. fixes problems with src/regress/sys/dev/audio/autest.c, and the hydrogen port/package, which set stereo mode either after or without changing sample rates. ok ratchov@ | |||
2008-02-22 | remove comma from type list, add missing semicolon for consistency | Simon Bertrang | |
OK claudio@ | |||
2008-02-22 | I-O Data USB-RSAQ5 serial from Masao Uebayashi in NetBSD. | Jonathan Gray | |
Corega CG-WLUSB2GL WLAN from KIYOHARA Takashi in NetBSD. | |||
2008-02-22 | regen | Jonathan Gray | |
2008-02-22 | I-O Data USB-RSAQ5 serial from Masao Uebayashi in NetBSD. | Jonathan Gray | |
Corega CG-WLUSB2GL WLAN from KIYOHARA Takashi in NetBSD. | |||
2008-02-22 | fix rwlocks to work with the "initialized" form, from Philip Guenther | Ted Unangst | |
2008-02-22 | there are 10 streams numbered 0..9, not 0..10! pointed by Paul de Weerd | Alexandre Ratchov | |
there's only 1 S/PDIF transmitter | |||
2008-02-22 | closefrom() call was too early, delay it until just before we execute | Damien Miller | |
the user's rc files (if any). | |||
2008-02-22 | Fix the processing of numbers containing zeroes in -n (numeric) | Todd C. Miller | |
mode. Incororates part of a change from jdolecek@netbsd.org. Fixes PR 5739. OK beck@ | |||
2008-02-21 | sync | Peter Valchev | |
2008-02-21 | There's no need to print the IRQ now that we have direct configuration. | Joel Sing | |
Cleanup the interrupt establishment code a little whilst we're here. ok miod@ | |||
2008-02-21 | There's no need to print the IRQ now that we have direct configuration. | Joel Sing | |
Cleanup the interrupt establishment code a little whilst we're here. ok miod@ jasper@ | |||
2008-02-21 | Prevent possible free list corruption when malloc(9) sleeps. | Mark Kettenis | |
From NetBSD, kindly pointed out by YAMAMOTO Takashi. ok miod@ | |||
2008-02-21 | Some fxp(4) chips do not like having their status/command registers accessed | Brad Smith | |
as 8-bit reads/writes even though they are 16-bit. This can cause the respective interfaces to lock up until the system is hard rebooted. Having the driver read/write to these registers as 16-bit entities resolves the instability. From mickey@ ok krw@ sthen@ dlg@ | |||
2008-02-21 | enable envy(4) on amd64, untested. | Alexandre Ratchov | |
suggested by brad@, "i don't feel like objecting" deraadt@ | |||
2008-02-21 | enable envy(4) on i386 | Alexandre Ratchov | |
ok jakemsr@, beck@, deraadt@ | |||
2008-02-21 | sync manual with code: basically replace "in" and "out" streams labels by | Alexandre Ratchov | |
"line" and remove a paragraph from the BUGS section. | |||
2008-02-21 | since now we have volume knobs, use next/prev pointers to attach | Alexandre Ratchov | |
outputs.lineN.source to them. Rename various labels to use "standard" names, ie AudioNxxx macros. ok jakemsr@ | |||
2008-02-21 | implement AK4524 input and output volume knobs and output mute switches. | Alexandre Ratchov | |
There are 8 gain knobs but only 4 mute switches because each codec has two channels but only one mute switch. ok jakemsr@ | |||
2008-02-21 | uncomment the entry to allow opl(4) to attach to cmpci(4). | Brad Smith | |
ok jakemsr@ dlg@ | |||
2008-02-20 | make return-rst work correctly in the IPv6 case again. | Henning Brauer | |
broken by me almost a year ago with the proto_checksum changes :( problem noticed & fix tested by Helmut Schneider <jumper99@gmx.de> narrowed down & ok dhartmei | |||
2008-02-20 | sync | Miod Vallat | |
2008-02-20 | Add my copyright. | Marco Pfatschbacher | |
OK mcbride@, mickey@ | |||
2008-02-20 | Oops, correctly recover from kcopy() faults, since the stack frame is | Miod Vallat | |
different now. | |||
2008-02-20 | small tweaks for consistency; | Jason McIntyre | |
2008-02-20 | More dead includes and functions noone will mourn. | Miod Vallat | |
2008-02-20 | Completely overhault attachment rules on sgi. No more indirect configuration | Miod Vallat | |
inherited from OpenBSD/arc machines with ISA bus; mainbus children match on device name and other hierarchies match on simplified locators. As a bonus, attachment lines in dmesg will now print their locators. ok jsing@ |