summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-02-23SiSPM devices are like belkin ups; do not attach as uhid, pr#5719Theo de Raadt
2008-02-23forgot that one when committing the if_ipw.c memleak fix. HopefullyHans-Joerg Hoexer
unbreaks the tree.
2008-02-23syncTheo de Raadt
2008-02-23man pages should be built and installedTheo de Raadt
2008-02-23Do not leak memory claimed by firmware on "ifconfig down".Hans-Joerg Hoexer
ok deraadt@
2008-02-23Oops to eager with the delete button. prompted by deraadt.Marco Peereboom
2008-02-23Backout premature code.Marco Peereboom
2008-02-23syncStuart Henderson
2008-02-23add Radeon HD 2400 XT/Pro, ok kettenisStuart Henderson
2008-02-23Handle global -Q; Avoid interactive stuff when specified.Xavier Santolaria
2008-02-23update the list of supported wireless devices;Jason McIntyre
2008-02-23if the first call to allocset() fails, the second might deref a NULLOtto Moerbeek
pointer, so add a safety-net. From Gianluigi Tiesi via Torok Edwin. ok chl@ millert@
2008-02-22Support for specifying aes-{128,192,256}. Originial idea by PrabhuHans-Joerg Hoexer
Gurumurthy, tweaks and commit-ready diff by Mitja Muzenic! Thanks guys! ok todd@
2008-02-22Propper 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-22More shuffling, and, show two alternate ways to getIan 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-22regenMark Kettenis
2008-02-22Add Intel X38 chipset IDs.Mark Kettenis
2008-02-22Avoid unaligned PCI config space access.Mark Kettenis
ok brad@
2008-02-22Allow all SSH2 packet types, including UNIMPLEMENTED to reset theDarren Tucker
keepalive timer (bz #1307). ok markus@
2008-02-22Allow multiple NUL characters within string-valued properties (but add anMark 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-22Simon Dick in FreeBSD PR 96714Jonathan 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-22regenJonathan Gray
2008-02-22Simon Dick in FreeBSD PR 96714Jonathan 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-22as can be seen in emuxki_voice_set_srate(), the sample rate needs toJacob 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-22remove comma from type list, add missing semicolon for consistencySimon Bertrang
OK claudio@
2008-02-22I-O Data USB-RSAQ5 serial from Masao Uebayashi in NetBSD.Jonathan Gray
Corega CG-WLUSB2GL WLAN from KIYOHARA Takashi in NetBSD.
2008-02-22regenJonathan Gray
2008-02-22I-O Data USB-RSAQ5 serial from Masao Uebayashi in NetBSD.Jonathan Gray
Corega CG-WLUSB2GL WLAN from KIYOHARA Takashi in NetBSD.
2008-02-22fix rwlocks to work with the "initialized" form, from Philip GuentherTed Unangst
2008-02-22there are 10 streams numbered 0..9, not 0..10! pointed by Paul de WeerdAlexandre Ratchov
there's only 1 S/PDIF transmitter
2008-02-22closefrom() call was too early, delay it until just before we executeDamien Miller
the user's rc files (if any).
2008-02-22Fix 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-21syncPeter Valchev
2008-02-21There'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-21There'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-21Prevent possible free list corruption when malloc(9) sleeps.Mark Kettenis
From NetBSD, kindly pointed out by YAMAMOTO Takashi. ok miod@
2008-02-21Some fxp(4) chips do not like having their status/command registers accessedBrad 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-21enable envy(4) on amd64, untested.Alexandre Ratchov
suggested by brad@, "i don't feel like objecting" deraadt@
2008-02-21enable envy(4) on i386Alexandre Ratchov
ok jakemsr@, beck@, deraadt@
2008-02-21sync manual with code: basically replace "in" and "out" streams labels byAlexandre Ratchov
"line" and remove a paragraph from the BUGS section.
2008-02-21since now we have volume knobs, use next/prev pointers to attachAlexandre Ratchov
outputs.lineN.source to them. Rename various labels to use "standard" names, ie AudioNxxx macros. ok jakemsr@
2008-02-21implement 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-21uncomment the entry to allow opl(4) to attach to cmpci(4).Brad Smith
ok jakemsr@ dlg@
2008-02-20make 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-20syncMiod Vallat
2008-02-20Add my copyright.Marco Pfatschbacher
OK mcbride@, mickey@
2008-02-20Oops, correctly recover from kcopy() faults, since the stack frame isMiod Vallat
different now.
2008-02-20small tweaks for consistency;Jason McIntyre
2008-02-20More dead includes and functions noone will mourn.Miod Vallat
2008-02-20Completely overhault attachment rules on sgi. No more indirect configurationMiod 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@