summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-02-24Sync Bluetooth HID drivers with NetBSD and adopt to our needs, as weUwe Stuehler
don't have problib
2008-02-24Handle "QOS" L2CAP configuration request option, enabling L2CAPUwe Stuehler
connections to Sony Ericsson W880i mobile phones
2008-02-24Sync sys/netbt with NetBSDUwe Stuehler
ok deraadt@
2008-02-24Add missing space when printing ext. communities.Claudio Jeker
2008-02-24Properly handle return value of dirname().Tobias Stoeckmann
OK joris@
2008-02-24get REV, and make this more like other arch codeTheo de Raadt
2008-02-24iso will need a Makefile.inc to get REV rightTheo de Raadt
2008-02-24Remove some bogus 32-bit compatibiliy code and comments.Mark Kettenis
2008-02-24taht -> thatMarc Balmer
2008-02-24typo, from sthen@, missed in previous commitIan Darwin
2008-02-24Use rounded down address when changing memory protections on the GOT, suchDale Rahn
that we don't accidentally touch the page after the GOT. Bug found on sparc64 affected other platforms as well. ok kettenis@
2008-02-24Bump version. Improvements and fixes since last release.Xavier Santolaria
OK joris@.
2008-02-24Add iso. -mojMats O Jansson
2008-02-24Add an iso image, based on ramdisk and amd64 iso. -mojMats O Jansson
2008-02-24Add entry for an iso image. -mojMats O Jansson
2008-02-24More -Q support.Xavier Santolaria
2008-02-24Use rounded down address when changing memory protections on the GOT, suchMark Kettenis
that we don't accidentally touch the page after the GOT. ok drahn@
2008-02-24fix a type, taht -> that.Marc Balmer
2008-02-23reset overlapcnt at each cvs_merge_file() call so that files thatJoris Vink
are being merged that have no conflicts will not report the previous conflicts that might have been found.
2008-02-23RegenMiod Vallat
2008-02-23More device families, from Dallas datasheets.Miod Vallat
2008-02-23RegenMiod Vallat
2008-02-23More SGI devices.Miod Vallat
2008-02-23syncTheo de Raadt
2008-02-23correct pathnames reported; pr#5742Theo de Raadt
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@