| Commit message (Expand) | Author | Age | Files | Lines |
* | Document one more file descriptor type and two more vnode types. | antoine | 2010-02-06 | 1 | -0/+6 |
* | Map and report actual video memory we need. | jkim | 2010-02-06 | 2 | -84/+35 |
* | Correct two typos. | delphij | 2010-02-06 | 1 | -2/+2 |
* | Remove two files that are not needed by FreeBSD. | delphij | 2010-02-05 | 2 | -774/+0 |
* | Fix gcore so that it can have the '-s' flag without hanging. | mjacob | 2010-02-05 | 2 | -27/+19 |
* | Fix a bug in previous revision. | delphij | 2010-02-05 | 1 | -1/+1 |
* | Replace some homegrown functions with better/correct ones. | jkim | 2010-02-05 | 1 | -46/+7 |
* | Use new helper functions to set PCIe max read request size. | mav | 2010-02-05 | 1 | -12/+2 |
* | Add pci_get|set_max_read_req() helper functions to control maximum PCIe | mav | 2010-02-05 | 2 | -0/+37 |
* | Add a description of supported PowerPC hardware to the hardware notes. | nwhitehorn | 2010-02-05 | 1 | -2/+45 |
* | Report SATA300 chips also as SATA. | mav | 2010-02-05 | 1 | -1/+2 |
* | When hacking INQUIRY result, make sure that it is right INQUIRY and there | mav | 2010-02-05 | 1 | -2/+7 |
* | Correct a comment - we are not setting the exception level but rather are | neel | 2010-02-05 | 1 | -17/+10 |
* | Initialize interrupt controller early on. | neel | 2010-02-05 | 1 | -0/+18 |
* | Reimplement all functions to access the system control unit in C. | neel | 2010-02-05 | 4 | -126/+145 |
* | style: don't need to use braces for single line control statements. | neel | 2010-02-05 | 1 | -10/+5 |
* | The ZTE MF633R modem has a different type of cdrom driver disk, add the product | thompsa | 2010-02-05 | 2 | -0/+2 |
* | Properly name the 0x0016 ZTE product as MF633R now that its known. | thompsa | 2010-02-04 | 2 | -2/+2 |
* | Add the long missing "destroy" option. | mjacob | 2010-02-04 | 1 | -0/+4 |
* | Open provider for writting when we find the right one. Opening too much | pjd | 2010-02-04 | 1 | -17/+27 |
* | Restore the checksum received before processing the packet. | tuexen | 2010-02-04 | 1 | -1/+1 |
* | On probe error, if restart requested, skip any retries and recovery. | mav | 2010-02-04 | 1 | -1/+2 |
* | Use libedit when interacting with tty, which provided history | delphij | 2010-02-04 | 4 | -1/+65 |
* | Introduce '[ipaddr]:path' notation. | ume | 2010-02-04 | 2 | -9/+26 |
* | Return CAM_RELEASE_SIMQ flag only when it is needed, when SIM really | mav | 2010-02-04 | 1 | -12/+10 |
* | Shortening a passphrase caused wrong authentication key to be used. | ru | 2010-02-04 | 1 | -0/+1 |
* | Mark up "unsigned char". | ru | 2010-02-04 | 4 | -4/+11 |
* | Do not release device, when changing number of openings. | mav | 2010-02-04 | 2 | -0/+2 |
* | Instead of spamming the console on each curvnet recursion event, print | zec | 2010-02-04 | 2 | -3/+74 |
* | Since APM is a legacy technology, that won't be adapted to other | imp | 2010-02-04 | 2 | -4/+4 |
* | Arm doesn't seem to need such kit gloves. Bump the warnings to 3 here | imp | 2010-02-04 | 1 | -2/+0 |
* | Always compile in the speaker code. There's little savings by | imp | 2010-02-04 | 2 | -4/+3 |
* | Yet another target mode compilation error. | mjacob | 2010-02-04 | 1 | -1/+1 |
* | Compile SWARM with KTRACE support. | neel | 2010-02-04 | 1 | -0/+2 |
* | Get system call tracing using ktrace working for mips. | neel | 2010-02-04 | 1 | -1/+2 |
* | Reinstate the ptrace patch to restore the 'gp' register after calling | neel | 2010-02-04 | 1 | -0/+3 |
* | Clean up all places in exception.S that fiddle with 'pcpup' directly. We now | neel | 2010-02-04 | 1 | -20/+0 |
* | Fix target mode compilation problem with previous delta | mjacob | 2010-02-04 | 1 | -2/+2 |
* | static'ify function prototypes and convert K&R to ANSI. | delphij | 2010-02-03 | 1 | -24/+23 |
* | pukeText is an internal function so define it as static rather than | delphij | 2010-02-03 | 2 | -2/+3 |
* | Plug two memory leaks in error case. | delphij | 2010-02-03 | 2 | -2/+5 |
* | Remove dead code and fix style(9) bugs. | jkim | 2010-02-03 | 1 | -66/+77 |
* | Use bytes per scan line from mode table. The previous implementation did | jkim | 2010-02-03 | 2 | -38/+16 |
* | Correct virtual address of frame buffer for non-linear mode. | jkim | 2010-02-03 | 1 | -1/+1 |
* | Implement poll method for atapicam. | mav | 2010-02-03 | 1 | -2/+6 |
* | Report to CAM unit number of underlying ataX bus device, instead of this | mav | 2010-02-03 | 1 | -1/+1 |
* | Redo how commands handles are created and managed and implement sequence | mjacob | 2010-02-03 | 8 | -109/+186 |
* | - style(9) | gabor | 2010-02-03 | 8 | -202/+206 |
* | -White space cleanup (missing spaces in new line) | rrs | 2010-02-03 | 1 | -5/+2 |
* | Placate new binutils, by using 16-bit %ax instead of 32-bit %eax as an | kib | 2010-02-03 | 4 | -22/+34 |