Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-09 | when setting the rdomain, use the same define as the kernel | Jonathan Gray | |
for the maximum route-id instead of a currently incorrect number ok claudio@ | |||
2010-11-09 | correct some bit tests spotted by -Wparentheses in newer gcc. | Jonathan Gray | |
ok oga@ | |||
2010-11-09 | the ZyXEL NWD2705 is a run(4) RT3070 | Damien Bergamini | |
2010-11-09 | Update for recent changes to ruby.port.mk. | Jeremy Evans | |
OK landry@ | |||
2010-11-09 | more ultra nano adapters. | Damien Bergamini | |
some, like the DWA-121 or GW-USNano2 are not yet available (they just passed wi-fi alliance certification) but it shouldn't take too long before they hit the shelves. | |||
2010-11-09 | update struct uvmexp, and fix some spacing issues while here; | Jason McIntyre | |
ok tedu | |||
2010-11-08 | tweak previous; | Jason McIntyre | |
2010-11-08 | Don't print 'Null message body; hope that's ok' in the rc output if the | Antoine Jacoutot | |
call to rc.firstime doesn't output anything to mail(1). ok deraadt@ halex@ | |||
2010-11-08 | Add %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-08 | neither systat(1) nor slstats(8) understands `-M core' and `-N system'; | Igor Sobrado | |
while here, sort these options. ok jmc@, millert@ | |||
2010-11-08 | getdirentries(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-08 | No need to differentiate newly installed files versus automatically | Antoine Jacoutot | |
updated files in the output, this is confusing. ok sthen@ | |||
2010-11-08 | clear ERL register on secondary processors | Takuya ASADA | |
2010-11-08 | fixup number rounding; ok reyk | Mike Belopuhov | |
2010-11-08 | use a well established define instead of rolling our own; no binary change | Mike Belopuhov | |
2010-11-07 | sync | Theo de Raadt | |
2010-11-07 | there is no library function called sched_prio(), so this manual page | Theo de Raadt | |
was incorrectly named. there should be no sched_prio(3) page; it is misleading. | |||
2010-11-07 | do not list MLINKed man pages multiple times in SEE ALSO; | Jason McIntyre | |
2010-11-07 | tweak previous; | Jason McIntyre | |
2010-11-07 | fix a test in ar5008_rx_free() | Damien Bergamini | |
2010-11-07 | regen | Mark Kettenis | |
2010-11-07 | A few more NVIDIA devices found on the latest 13" MacBook Pro (MacBookPro7,1). | Mark Kettenis | |
2010-11-07 | Add sched_get_priority_{min,max}. tested in a bulk by landry@. | Federico G. Schwindt | |
input and ok from phessler@ and guenther@ | |||
2010-11-07 | regen | Mark Kettenis | |
2010-11-07 | NVIDIA GeForce 320M as found on the latest 13" MacBook Pro (MacBookPro7,1). | Mark Kettenis | |
2010-11-07 | more EXIT STATUS bits; from Daniel Dickman | Jason McIntyre | |
2010-11-06 | Move 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-06 | tweak previous; | Jason McIntyre | |
2010-11-06 | sync | Theo de Raadt | |
2010-11-06 | make sio_onvol(3) return a integer exposing whether a volume knob | Alexandre Ratchov | |
is available for the stream. As we're at it, remove macros and functions that are neither used nor documented. | |||
2010-11-06 | The Buffalo WLI-UC-GNM is a Ralink RT3070V. | Damien Bergamini | |
2010-11-06 | Add 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-9604R1S | Damien Bergamini | |
2010-11-06 | The "EDUP EP-N8508" NANO-USB is an RTL8188CUS too. | Damien Bergamini | |
2010-11-06 | The "AirLink101 AWLL5088 Wireless N 150 Ultra Mini USB Adapter" is | Damien Bergamini | |
an RTL8188CUS urtwn(4) adapter. | |||
2010-11-06 | Revision 0xc4 and earlier of the Acer Labs M5229 UDMA IDE controller can't do | Mark 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-06 | If 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-06 | sync | Theo de Raadt | |
2010-11-06 | another planex device | Theo de Raadt | |
2010-11-06 | print the MAC address on the second line like with the other USB | Damien Bergamini | |
802.11 drivers. | |||
2010-11-06 | urtwn(4) works on sparc64 too. | Damien Bergamini | |
committed from my Sun Blade 1500 with the HWNUp-150. | |||
2010-11-06 | list a newly supported device | Theo de Raadt | |
2010-11-06 | sync | Theo de Raadt | |
2010-11-06 | Planex GW-USNano | Theo de Raadt | |
2010-11-06 | support the logic rt3020 that mtu@ found | Theo de Raadt | |
2010-11-06 | sync | Theo de Raadt | |
2010-11-06 | add a logitec RT3020 found by mtu@ | Theo de Raadt | |
2010-11-05 | a RF -> an RF; | Jason McIntyre | |
2010-11-05 | mention RT3090 in 4.9 in HISTORY section | Damien Bergamini | |
2010-11-05 | sync | Theo de Raadt | |