Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix clang warnings; ok guenther@ deraadt@ | 2017-08-28 | 1 | -3/+3 | |
| | | | | (guenther says: code could need a rewrite using writev(2) though) | ||||
* | Use %zu/%d to print size_t/ssize_t. Cast recno_t (a.k.a. u_int32_t) | 2016-12-18 | 1 | -2/+2 | |
| | | | | | | | to (unsigned long) to match %lu formats. Makes gcc happier and quieter. ok deraadt@ | ||||
* | remove hppa64 port, which we never got going beyond broken single users. | 2016-05-11 | 1 | -2/+2 | |
| | | | | | | hppa reverse-stack gives us a valuable test case, but most developers don't have a 2nd one to proceed further with this. ok kettenis | ||||
* | revert bogus free changes in not kernel files. got a little trigger happy. | 2014-07-12 | 1 | -2/+2 | |
| | |||||
* | add a size argument to free. will be used soon, but for now default to 0. | 2014-07-12 | 1 | -2/+2 | |
| | | | | after discussions with beck deraadt kettenis. | ||||
* | cats went away | 2007-08-01 | 1 | -4/+3 | |
| | |||||
* | Allow usb microcode to be built in a cross environment. System endian has been | 2007-04-05 | 1 | -1/+2 | |
| | | | | | factored out of the result binaries already. Still need to address non usb. ok deraadt. | ||||
* | make microcode file byte-order independent so that the file is the same | 2007-01-06 | 1 | -9/+29 | |
| | | | | | | on all architectures, and have the driver cope with this as well tested by ian YOU MUST UPDATE YOUR MICROCODE FILE OR THE DRIVER WILL NOT BE HAPPY | ||||
* | write ds1 ctrl mcode where we wanted the ds1e varient | 2005-07-12 | 1 | -2/+2 | |
| | |||||
* | fix dependencies; from alexander bluhm; ok deraadt | 2005-06-16 | 1 | -4/+9 | |
| | |||||
* | - check return from write(2) so we KNOW the data is on the disk | 2005-05-17 | 1 | -4/+12 | |
| | | | | | | - remove unneeded variables - add missing includes ok deraadt | ||||
* | Kill \n at EOF. | 2004-12-20 | 1 | -1/+0 | |
| | |||||
* | more details in license files | 2004-12-20 | 1 | -1/+2 | |
| | |||||
* | firmware loading from the filesystem. pci subsystem type things | 2004-12-20 | 3 | -0/+95 | |
| | | | | | are still done early, but audio subsystem setup is deferred till after root is mounted. tested by mcbride | ||||
* | fix header | 2001-04-16 | 1 | -2/+1 | |
| | |||||
* | put yamaha comment in the file | 2001-04-16 | 1 | -0/+4 | |
| | |||||
* | Microcode for yds(4) driver, freed by Yamaha as follows: | 2001-03-29 | 1 | -0/+1579 | |
"Free distribution, No restriction for their distribution, We do not make any support." -- suzuki-y@post.yamaha.co.jp |