Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-20 | Use void * where void * is meant, spotted by tedu@ | Pedro Martelletto | |
No binary change | |||
2006-09-20 | sync | Theo de Raadt | |
2006-09-20 | - sort SEE ALSO | Jason McIntyre | |
- better macro | |||
2006-09-20 | update ciss.4 .Nd; | Jason McIntyre | |
2006-09-20 | export a structure for the firmware file header. Unfortunately this is | Theo 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-20 | build a bnx firmware file, for firmload | Theo de Raadt | |
2006-09-20 | Fix the way delays between request retransmissions are calculated | Thordur I. Bjornsson | |
in the case where NFSERR_TRYLATER is received from the server. Adapted from NetBSD. ok pedro@, tedu@ | |||
2006-09-20 | Recommit non-static array fix. | Ray Lai | |
2006-09-20 | Recommit memory leak fix. | Ray Lai | |
2006-09-20 | remove references to bad144(8) man page; | Jason McIntyre | |
2006-09-20 | -.Xr dumplfs 8 , | Jason McIntyre | |
2006-09-20 | spelling & grammar | Bjorn Sandell | |
help & ok jmc@ | |||
2006-09-20 | mention SAS in the .Nd line and add the E500 model. | Brad Smith | |
2006-09-20 | implement 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-20 | sync | Brad Smith | |
2006-09-20 | regen | Brad Smith | |
2006-09-20 | HPSA_6 -> HPSAE500 (Smart ARRAY E500) | Brad Smith | |
board model name from the Linux driver. | |||
2006-09-20 | add missing year, | Jasper Lievisse Adriaanse | |
spotted by steven | |||
2006-09-20 | Add the Unix Billenium | Jasper Lievisse Adriaanse | |
2006-09-20 | add md5 collision | Jasper Lievisse Adriaanse | |
ok mickey | |||
2006-09-20 | Fill August | Jasper Lievisse Adriaanse | |
ok mickey | |||
2006-09-20 | Remove bad144, okay deraadt@ miod@ | Pedro Martelletto | |
2006-09-20 | Remove dumplfs, okay millert@ miod@ | Pedro Martelletto | |
2006-09-20 | That should be S_ISREG, dunno why I committed this wrong version; | Otto Moerbeek | |
spotted by hshoexer@ | |||
2006-09-20 | Correct EST table for Pentium M 770, from NetBSD. | Dimitry Andric | |
Verified by shanejp netspace net au. | |||
2006-09-20 | Make vnd(4) work on read-only file systems, from Paul Stoeber, okay tedu@ | Pedro Martelletto | |
2006-09-20 | Replace a bzero() by a loop in ffs_indirtrunc(), making the code FFS2 | Pedro Martelletto | |
compatible, adapted from FreeBSD, okay krw@ | |||
2006-09-20 | tweak; | Jason McIntyre | |
2006-09-20 | - no need to add Xrs to SEE ALSO when the body already lists them | Jason McIntyre | |
- remove non-standard .Sh | |||
2006-09-20 | Add acpibat(4) to list of supported devices and .Xr in SEE ALSO. Also | Michael Knudsen | |
.Xr acpihpet 4 in SEE ALSO. ok jmc | |||
2006-09-20 | Add acpibat.4. | Michael Knudsen | |
2006-09-20 | Add 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-19 | Enable pgt(4) on amd64. Missing entry spotted by brad@. | Marcus Glocker | |
ok deraadt@ | |||
2006-09-19 | A bit of microoptimisation that doesn't hurt readability: Don't do | Michael Knudsen | |
timeout_del() if we're going to timeout_add() in the next block. ok dlg (a while ago), markus | |||
2006-09-19 | sort SAs by spi; ok hshoexer | Markus Friedl | |
2006-09-19 | client NULL deref on protocol error; Tavis Ormandy, Google Security Team | Markus Friedl | |
2006-09-19 | add chio.conf bits. | Alexandre Anriot | |
ok beck@ | |||
2006-09-19 | Typo fixes. | Michael Knudsen | |
ok marco | |||
2006-09-19 | attach and enable the newer chipset generations AR2413, AR5413, and | Reyk 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-19 | add missing sys/device.h. | Brad Smith | |
ok mglocker@ | |||
2006-09-19 | detect the newer single chip generations AR2413, AR5413 and AR5224 but | Reyk Floeter | |
don't attach them, yet. | |||
2006-09-19 | fill July | Jasper Lievisse Adriaanse | |
ok mickey | |||
2006-09-19 | "pure g" is a special, non-standard ofdm-only mode. use the standard | Reyk Floeter | |
dynamic cck/ofdm "11g" mode instead. | |||
2006-09-19 | better mode setup in the ar5211 and ar5212 reset functions | Reyk Floeter | |
2006-09-19 | more stuff for June | Jasper Lievisse Adriaanse | |
"commitski now" mickey | |||
2006-09-19 | enable ESP and AH dissectors over IPv6; ok mpf@ (at k2k6) | Christian Weisgerber | |
2006-09-19 | sync | Reyk Floeter | |
2006-09-19 | add atheros AR2413 and AR5413 device ids | Reyk Floeter | |
2006-09-19 | fix 11a/b antenna mode setup | Reyk Floeter | |