summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* This fixes a bug found and fixed by JC. Basicallyrrs2010-02-031-1/+13
* Disable PHY of unconnected ports when interface power management enabled.mav2010-02-031-1/+6
* Avoid a null pointer deref when parsing the meshid.rpaulo2010-02-031-3/+4
* When taking the AMPDU reorder fastpath, need_tap wasn't beingrpaulo2010-02-035-11/+7
* MFp4:mav2010-02-033-2/+43
* MFp4:mav2010-02-032-3/+95
* Fix comments in do_sem_wait().davidxu2010-02-031-2/+1
* Reduce the size of the array used to store the TLB mappings for the kernelneel2010-02-031-1/+1
* After busied the lock, re-read state word before checking waiters flag,davidxu2010-02-031-0/+12
* Remove another reference to alpha...imp2010-02-031-4/+0
* - Give geom_redboot taste of flash/spi. Now there is another providergonzo2010-02-031-1/+2
* Only audit pathnames in namei(9) if copying the directory string completesrwatson2010-02-021-5/+10
* Prevent NULL deference by checking return value ofdelphij2010-02-021-0/+9
* Some of the existing ppp and vpn related scripts create and setqingli2010-02-021-0/+6
* Bump .Dd, forgotten in r203393gavin2010-02-021-1/+1
* The multiplicand a = 0x5deece66d = 25214903917, not 0xfdeece66d.gavin2010-02-021-1/+1
* Implement strndup(3) using strnlen(3).ed2010-02-021-3/+1
* Exclude the interfaces which IPv6 and/or accepting RA is disabledume2010-02-021-1/+31
OpenPOWER on IntegriCloud