Age | Commit message (Expand) | Author |
2010-09-19 | add support for 82583V. Confirmed to work on Portwell CAD-0205. | YASUOKA Masahiko |
2010-09-19 | remove a phantom control character; | Jason McIntyre |
2010-09-19 | more wacky macro fixes; | Jason McIntyre |
2010-09-19 | fix some unbalanced quoting, and a little whitespace removal; | Jason McIntyre |
2010-09-19 | - remove some silly .Tn/.Tm | Jason McIntyre |
2010-09-19 | .Tm -> .Nm | Jason McIntyre |
2010-09-19 | check the cdb length on the scsi commands we emulate in atascsi as a way to | David Gwynne |
2010-09-19 | Check the right mask for additional functions in phy code for 82575 | Jonathan Gray |
2010-09-19 | wrap a long line | Theo de Raadt |
2010-09-19 | - remove BUGS: it was out of date | Jason McIntyre |
2010-09-19 | Move setting of reception of broadcast packets from lii_init() into | Stuart Henderson |
2010-09-18 | Add cvs tag, author name and year | Todd C. Miller |
2010-09-18 | some macro cleanup: | Jason McIntyre |
2010-09-18 | Test default precision when ndigit is negative. | Todd C. Miller |
2010-09-18 | Add more test vectors. | Todd C. Miller |
2010-09-18 | claim that we are pkg-config 0.22; ok ajacoutot@ ckuethe@ | Stuart Henderson |
2010-09-18 | add forgotten ``return NULL'' when a .wav file fails to get the | Alexandre Ratchov |
2010-09-17 | revert scsi_base.c r1.195 and scsiconf.h r1.138 as it screws up with some | David Gwynne |
2010-09-17 | fix "set yo yes" typo. | Stuart Henderson |
2010-09-17 | Add gcvt() regress with test vectors derived from perl regress. | Todd C. Miller |
2010-09-17 | don't forget to free program header sections when writing | Mike Belopuhov |
2010-09-17 | don't try to get the current stream postion when the device is stopped, | Alexandre Ratchov |
2010-09-17 | use audio(4) DVACT_{QUIESCE,RESUME} | Jacob Meuser |
2010-09-17 | back out the -Fr hunk from previous: deraadt points out it is incorrectly | Jason McIntyre |
2010-09-17 | Recognize MIPS IV extra FPU condition codes in MipsEmulateBranch(). | Miod Vallat |
2010-09-17 | Protect a few more defines with _KERNEL checks, and also allow some of them | Miod Vallat |
2010-09-17 | FPU control/status register defines, and upcoming userland function | Miod Vallat |
2010-09-17 | Correctly disassemble `branch likely' instructions. | Miod Vallat |
2010-09-17 | There is only one code for coprocessor BC opcodes, so don't bother to handle | Miod Vallat |
2010-09-17 | Do not trust the FPU identification register obtained from KL configuration | Miod Vallat |
2010-09-16 | - note that -Fr puts the filer in a "pass all" state | Jason McIntyre |
2010-09-16 | pass proper argument to the proc_sig_handler and check env for | Mike Belopuhov |
2010-09-15 | - prevent about then dots from being emitted by my rum(4) upon attach. | Jasper Lievisse Adriaanse |
2010-09-15 | fix SYNOPSIS; | Jason McIntyre |
2010-09-14 | Provide a LOCAL_ALIGNMENT() macro, as on other strict alignment architectures. | Miod Vallat |
2010-09-14 | Recognize the new sequence gcc4 uses to trap on divide by zero. | Miod Vallat |
2010-09-14 | Undo unrelated changes commitedby mistake. | Miod Vallat |
2010-09-14 | Force .rodata.str1.4 section to be merged into .text for the 32-bit bootblocks, | Miod Vallat |
2010-09-14 | unstatic variable we need elsewhere, fixes stand build on tezro | Marco Peereboom |
2010-09-14 | Fix couple of warnings | Marco Peereboom |
2010-09-14 | document atime/mtime | Marc Espie |
2010-09-14 | set separate fields for atime/mtime in file entry, use them while creating. | Marc Espie |
2010-09-14 | Forc -mno-abicalls when compiling non-PIC bootblocks, for gcc 4 passes -KPIC | Miod Vallat |
2010-09-14 | dont leak an xs in ststart if its called while the device is dying. | David Gwynne |
2010-09-14 | scsi_xsh_del the xs handler on DEACTIVATE. | David Gwynne |
2010-09-14 | Clean up sense mode handling to make residual value handling clearer | Kenneth R Westerback |
2010-09-14 | the openings member of scsi_link is the maximum number of commands that a | David Gwynne |
2010-09-14 | allow devices on fc and sas adapters to use all the openings the chip can | David Gwynne |
2010-09-13 | Parse and ignore the \k, \o, \w, and \z roff escapes, and recursively | Ingo Schwarze |
2010-09-13 | Added OCTEON in cpu type. ok miod@ | Takuya ASADA |