summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-09-20Use void * where void * is meant, spotted by tedu@Pedro Martelletto
No binary change
2006-09-20syncTheo de Raadt
2006-09-20- sort SEE ALSOJason McIntyre
- better macro
2006-09-20update ciss.4 .Nd;Jason McIntyre
2006-09-20export a structure for the firmware file header. Unfortunately this isTheo de Raadt
one of the more gross firmwares around (as in, the broadcom supplied header file has 30+ ugly global variables.. which we must copy into a header. Kernel and userland must agree about this header, then the kernel can rip the header apart back into it's driver specific "globals"..)
2006-09-20build a bnx firmware file, for firmloadTheo de Raadt
2006-09-20Fix the way delays between request retransmissions are calculatedThordur I. Bjornsson
in the case where NFSERR_TRYLATER is received from the server. Adapted from NetBSD. ok pedro@, tedu@
2006-09-20Recommit non-static array fix.Ray Lai
2006-09-20Recommit memory leak fix.Ray Lai
2006-09-20remove references to bad144(8) man page;Jason McIntyre
2006-09-20-.Xr dumplfs 8 ,Jason McIntyre
2006-09-20spelling & grammarBjorn Sandell
help & ok jmc@
2006-09-20mention SAS in the .Nd line and add the E500 model.Brad Smith
2006-09-20implement a zero-copy RX data path.Damien Bergamini
instead of copying the xfer buffer's content into a mbuf cluster, attach the xfer buffer as a mbuf external storage and pass it to the net80211 layer as is. maintain a reference count on the softc structure and wait in detach() until all references have been released by the network layer.
2006-09-20syncBrad Smith
2006-09-20regenBrad Smith
2006-09-20HPSA_6 -> HPSAE500 (Smart ARRAY E500)Brad Smith
board model name from the Linux driver.
2006-09-20add missing year,Jasper Lievisse Adriaanse
spotted by steven
2006-09-20Add the Unix BilleniumJasper Lievisse Adriaanse
2006-09-20add md5 collisionJasper Lievisse Adriaanse
ok mickey
2006-09-20Fill AugustJasper Lievisse Adriaanse
ok mickey
2006-09-20Remove bad144, okay deraadt@ miod@Pedro Martelletto
2006-09-20Remove dumplfs, okay millert@ miod@Pedro Martelletto
2006-09-20That should be S_ISREG, dunno why I committed this wrong version;Otto Moerbeek
spotted by hshoexer@
2006-09-20Correct EST table for Pentium M 770, from NetBSD.Dimitry Andric
Verified by shanejp netspace net au.
2006-09-20Make vnd(4) work on read-only file systems, from Paul Stoeber, okay tedu@Pedro Martelletto
2006-09-20Replace a bzero() by a loop in ffs_indirtrunc(), making the code FFS2Pedro Martelletto
compatible, adapted from FreeBSD, okay krw@
2006-09-20tweak;Jason McIntyre
2006-09-20- no need to add Xrs to SEE ALSO when the body already lists themJason McIntyre
- remove non-standard .Sh
2006-09-20Add acpibat(4) to list of supported devices and .Xr in SEE ALSO. AlsoMichael Knudsen
.Xr acpihpet 4 in SEE ALSO. ok jmc
2006-09-20Add acpibat.4.Michael Knudsen
2006-09-20Add man page for acpibat(4) based on submission from Dmitri Alenitchev.Michael Knudsen
Input from jmc, marco, and myself. yay jmc, ``get it in'' marco
2006-09-19- bump ulimit -d value for EOF test case so that it works on amd64 and ↵Niall O'Higgins
sparc64 (thanks to pedro@ for testing on his sparc64). - use ${.CURDIR} to make this work properly with an obj/ dir.
2006-09-19Enable pgt(4) on amd64. Missing entry spotted by brad@.Marcus Glocker
ok deraadt@
2006-09-19A bit of microoptimisation that doesn't hurt readability: Don't doMichael Knudsen
timeout_del() if we're going to timeout_add() in the next block. ok dlg (a while ago), markus
2006-09-19sort SAs by spi; ok hshoexerMarkus Friedl
2006-09-19client NULL deref on protocol error; Tavis Ormandy, Google Security TeamMarkus Friedl
2006-09-19add chio.conf bits.Alexandre Anriot
ok beck@
2006-09-19Typo fixes.Michael Knudsen
ok marco
2006-09-19attach and enable the newer chipset generations AR2413, AR5413, andReyk Floeter
AR5424. unlike the previous chipset generations, these chipsets are single chip solutions. the AR5424 is a PCI Express chipset as found in various intel Macs. support is still incomplete- 11a mode works and 11b mode is rx-only. i need some more test reports, hardware donations (there are several different subrevisions) and time to finish it. thanks for help from kettenis@ "of course!" deraadt@
2006-09-19add missing sys/device.h.Brad Smith
ok mglocker@
2006-09-19detect the newer single chip generations AR2413, AR5413 and AR5224 butReyk Floeter
don't attach them, yet.
2006-09-19fill JulyJasper Lievisse Adriaanse
ok mickey
2006-09-19"pure g" is a special, non-standard ofdm-only mode. use the standardReyk Floeter
dynamic cck/ofdm "11g" mode instead.
2006-09-19better mode setup in the ar5211 and ar5212 reset functionsReyk Floeter
2006-09-19more stuff for JuneJasper Lievisse Adriaanse
"commitski now" mickey
2006-09-19enable ESP and AH dissectors over IPv6; ok mpf@ (at k2k6)Christian Weisgerber
2006-09-19syncReyk Floeter
2006-09-19add atheros AR2413 and AR5413 device idsReyk Floeter
2006-09-19fix 11a/b antenna mode setupReyk Floeter