summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a description of supported PowerPC hardware to the hardware notes.nwhitehorn2010-02-051-2/+45
* Report SATA300 chips also as SATA.mav2010-02-051-1/+2
* When hacking INQUIRY result, make sure that it is right INQUIRY and theremav2010-02-051-2/+7
* Correct a comment - we are not setting the exception level but rather areneel2010-02-051-17/+10
* Initialize interrupt controller early on.neel2010-02-051-0/+18
* Reimplement all functions to access the system control unit in C.neel2010-02-054-126/+145
* style: don't need to use braces for single line control statements.neel2010-02-051-10/+5
* The ZTE MF633R modem has a different type of cdrom driver disk, add the productthompsa2010-02-052-0/+2
* Properly name the 0x0016 ZTE product as MF633R now that its known.thompsa2010-02-042-2/+2
* Add the long missing "destroy" option.mjacob2010-02-041-0/+4
* Open provider for writting when we find the right one. Opening too muchpjd2010-02-041-17/+27
* Restore the checksum received before processing the packet.tuexen2010-02-041-1/+1
* On probe error, if restart requested, skip any retries and recovery.mav2010-02-041-1/+2
* Use libedit when interacting with tty, which provided historydelphij2010-02-044-1/+65
* Introduce '[ipaddr]:path' notation.ume2010-02-042-9/+26
* Return CAM_RELEASE_SIMQ flag only when it is needed, when SIM reallymav2010-02-041-12/+10
* Shortening a passphrase caused wrong authentication key to be used.ru2010-02-041-0/+1
* Mark up "unsigned char".ru2010-02-044-4/+11
* Do not release device, when changing number of openings.mav2010-02-042-0/+2
* Instead of spamming the console on each curvnet recursion event, printzec2010-02-042-3/+74
* Since APM is a legacy technology, that won't be adapted to otherimp2010-02-042-4/+4
* Arm doesn't seem to need such kit gloves. Bump the warnings to 3 hereimp2010-02-041-2/+0
* Always compile in the speaker code. There's little savings byimp2010-02-042-4/+3
* Yet another target mode compilation error.mjacob2010-02-041-1/+1
* Compile SWARM with KTRACE support.neel2010-02-041-0/+2
* Get system call tracing using ktrace working for mips.neel2010-02-041-1/+2
* Reinstate the ptrace patch to restore the 'gp' register after callingneel2010-02-041-0/+3
* Clean up all places in exception.S that fiddle with 'pcpup' directly. We nowneel2010-02-041-20/+0
* Fix target mode compilation problem with previous deltamjacob2010-02-041-2/+2
* static'ify function prototypes and convert K&R to ANSI.delphij2010-02-031-24/+23
* pukeText is an internal function so define it as static rather thandelphij2010-02-032-2/+3
* Plug two memory leaks in error case.delphij2010-02-032-2/+5
* Remove dead code and fix style(9) bugs.jkim2010-02-031-66/+77
* Use bytes per scan line from mode table. The previous implementation didjkim2010-02-032-38/+16
* Correct virtual address of frame buffer for non-linear mode.jkim2010-02-031-1/+1
* Implement poll method for atapicam.mav2010-02-031-2/+6
* Report to CAM unit number of underlying ataX bus device, instead of thismav2010-02-031-1/+1
* Redo how commands handles are created and managed and implement sequencemjacob2010-02-038-109/+186
* - style(9)gabor2010-02-038-202/+206
* -White space cleanup (missing spaces in new line)rrs2010-02-031-5/+2
* Placate new binutils, by using 16-bit %ax instead of 32-bit %eax as ankib2010-02-034-22/+34
* Disable kern.cam.power_down ATM. It doesn't work fine on some controllers.mav2010-02-031-1/+1
* Also add a cross-reference to NetBSD updlastlogx().ed2010-02-031-1/+3
* - Remove dead variable assignmentsgabor2010-02-032-12/+6
* - style.Makefile(5)gabor2010-02-032-6/+7
* Remove alpha support from here too. FreeBSD 6 was the last branch toimp2010-02-034-58/+0
* Remove more traces of the Alpha port.imp2010-02-031-2/+1
* Add rc.d script for the rtsold(8) daemon.ume2010-02-034-2/+34
* acpi_cpu: correct capabilities arguments for Processor _OSC evaluationavg2010-02-031-1/+2
* This fix makes it so the args are malloc'd beforerrs2010-02-031-1/+1
OpenPOWER on IntegriCloud