summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-08Don't print 'Null message body; hope that's ok' in the rc output if theAntoine Jacoutot
call to rc.firstime doesn't output anything to mail(1). ok deraadt@ halex@
2010-11-08Add %F, %g, %G, %u, %z (extended) and %Z.Jasper Lievisse Adriaanse
This is mostly a sync with NetBSD. tested in a bulk build by landry@ ok millert@
2010-11-08neither systat(1) nor slstats(8) understands `-M core' and `-N system';Igor Sobrado
while here, sort these options. ok jmc@, millert@
2010-11-08getdirentries(2) should be avoided outside of libc so use scandir(3)Todd C. Miller
instead. This makes slurpdir() just a thin wrapper around scandir(3). OK schwarze@
2010-11-08No need to differentiate newly installed files versus automaticallyAntoine Jacoutot
updated files in the output, this is confusing. ok sthen@
2010-11-08clear ERL register on secondary processorsTakuya ASADA
2010-11-08fixup number rounding; ok reykMike Belopuhov
2010-11-08use a well established define instead of rolling our own; no binary changeMike Belopuhov
2010-11-07syncTheo de Raadt
2010-11-07there is no library function called sched_prio(), so this manual pageTheo de Raadt
was incorrectly named. there should be no sched_prio(3) page; it is misleading.
2010-11-07do not list MLINKed man pages multiple times in SEE ALSO;Jason McIntyre
2010-11-07tweak previous;Jason McIntyre
2010-11-07fix a test in ar5008_rx_free()Damien Bergamini
2010-11-07regenMark Kettenis
2010-11-07A few more NVIDIA devices found on the latest 13" MacBook Pro (MacBookPro7,1).Mark Kettenis
2010-11-07Add sched_get_priority_{min,max}. tested in a bulk by landry@.Federico G. Schwindt
input and ok from phessler@ and guenther@
2010-11-07regenMark Kettenis
2010-11-07NVIDIA GeForce 320M as found on the latest 13" MacBook Pro (MacBookPro7,1).Mark Kettenis
2010-11-07more EXIT STATUS bits; from Daniel DickmanJason McIntyre
2010-11-06Move raid1 and crypto io to a workq. This is to avoid a potential VOP_Marco Peereboom
call while in interrupt context. Contains an additional spl dance as found by thib. Tested by many opn various arches. Note that raid 0/4/5/6 have not been moved over yet.
2010-11-06tweak previous;Jason McIntyre
2010-11-06syncTheo de Raadt
2010-11-06make sio_onvol(3) return a integer exposing whether a volume knobAlexandre Ratchov
is available for the stream. As we're at it, remove macros and functions that are neither used nor documented.
2010-11-06The Buffalo WLI-UC-GNM is a Ralink RT3070V.Damien Bergamini
2010-11-06Add two RTL8188CUS:Damien Bergamini
- Full River FR-W100NUL - Planex GW-USValue-EZ The GW-USValue-EZ is damn small! I hope it ships with tweezers.
2010-11-06+ Aus. Linx AL-9604R1SDamien Bergamini
2010-11-06The "EDUP EP-N8508" NANO-USB is an RTL8188CUS too.Damien Bergamini
2010-11-06The "AirLink101 AWLL5088 Wireless N 150 Ultra Mini USB Adapter" isDamien Bergamini
an RTL8188CUS urtwn(4) adapter.
2010-11-06Revision 0xc4 and earlier of the Acer Labs M5229 UDMA IDE controller can't doMark Kettenis
DMA for LBA48 commands. Work around this issue by (silently) falling back to PIO for LBA48 commands. Access to the tail end of large disks will be much slower, but at least it works. From NetBSD (Takeshi Nakayama). ok jsg@, krw@, deraadt@
2010-11-06If the dma_init callback function returns with EINVAL, fall back to PIO.Mark Kettenis
This will be used to work around bugs in certain pciide(4) controllers. From NetBSD. ok jsg@, krw@, deraadt@
2010-11-06syncTheo de Raadt
2010-11-06another planex deviceTheo de Raadt
2010-11-06print the MAC address on the second line like with the other USBDamien Bergamini
802.11 drivers.
2010-11-06urtwn(4) works on sparc64 too.Damien Bergamini
committed from my Sun Blade 1500 with the HWNUp-150.
2010-11-06list a newly supported deviceTheo de Raadt
2010-11-06syncTheo de Raadt
2010-11-06Planex GW-USNanoTheo de Raadt
2010-11-06support the logic rt3020 that mtu@ foundTheo de Raadt
2010-11-06syncTheo de Raadt
2010-11-06add a logitec RT3020 found by mtu@Theo de Raadt
2010-11-05a RF -> an RF;Jason McIntyre
2010-11-05mention RT3090 in 4.9 in HISTORY sectionDamien Bergamini
2010-11-05syncTheo de Raadt
2010-11-05s/urtw_devs/urtwn_devs/Damien Bergamini
no binary change
2010-11-05double \n\n in dmesgDamien Bergamini
2010-11-05.Xr urtwnDamien Bergamini
2010-11-05urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU 802.11n USB devices.Damien Bergamini
these devices are different from the RTL8191SU/RTL8192SU ones that are not supported by this driver. requires a firmware (urtwn-firmware-1.0) committed over a Hercules HWNUp-150 (RTL8188CU). ok deraadt@
2010-11-05Add experimental support for 24-bit arithmetic, meaning that fullAlexandre Ratchov
dynamic range of 24-bit hardware can be used. Offline processing like mixing and channel mapping is done with 24-bit precision too. Since most hardware and audio programs use 16-bit precision, 24-bit processing is a small waste of CPU time in many cases, so 24-bit processing is not desirable and this is disabled by default. Furthermore it's available on i386, amd64 and sparc64 only. To experiment with it: make COPTS="-DADATA_BITS=24"
2010-11-05Minor code cleanups. No functional change. From Alexandr Shadchin.Kenneth R Westerback
ok nicm@
2010-11-05unbreak compilation without DEBUG definedAlexandre Ratchov