| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Disable kern.cam.power_down ATM. It doesn't work fine on some controllers. | mav | 2010-02-03 | 1 | -1/+1 |
* | Also add a cross-reference to NetBSD updlastlogx(). | ed | 2010-02-03 | 1 | -1/+3 |
* | - Remove dead variable assignments | gabor | 2010-02-03 | 2 | -12/+6 |
* | - style.Makefile(5) | gabor | 2010-02-03 | 2 | -6/+7 |
* | Remove alpha support from here too. FreeBSD 6 was the last branch to | imp | 2010-02-03 | 4 | -58/+0 |
* | Remove more traces of the Alpha port. | imp | 2010-02-03 | 1 | -2/+1 |
* | Add rc.d script for the rtsold(8) daemon. | ume | 2010-02-03 | 4 | -2/+34 |
* | acpi_cpu: correct capabilities arguments for Processor _OSC evaluation | avg | 2010-02-03 | 1 | -1/+2 |
* | This fix makes it so the args are malloc'd before | rrs | 2010-02-03 | 1 | -1/+1 |
* | This fixes a bug found and fixed by JC. Basically | rrs | 2010-02-03 | 1 | -1/+13 |
* | Disable PHY of unconnected ports when interface power management enabled. | mav | 2010-02-03 | 1 | -1/+6 |
* | Avoid a null pointer deref when parsing the meshid. | rpaulo | 2010-02-03 | 1 | -3/+4 |
* | When taking the AMPDU reorder fastpath, need_tap wasn't being | rpaulo | 2010-02-03 | 5 | -11/+7 |
* | MFp4: | mav | 2010-02-03 | 3 | -2/+43 |
* | MFp4: | mav | 2010-02-03 | 2 | -3/+95 |
* | Fix comments in do_sem_wait(). | davidxu | 2010-02-03 | 1 | -2/+1 |
* | Reduce the size of the array used to store the TLB mappings for the kernel | neel | 2010-02-03 | 1 | -1/+1 |
* | After busied the lock, re-read state word before checking waiters flag, | davidxu | 2010-02-03 | 1 | -0/+12 |
* | Remove another reference to alpha... | imp | 2010-02-03 | 1 | -4/+0 |
* | - Give geom_redboot taste of flash/spi. Now there is another provider | gonzo | 2010-02-03 | 1 | -1/+2 |
* | Only audit pathnames in namei(9) if copying the directory string completes | rwatson | 2010-02-02 | 1 | -5/+10 |
* | Prevent NULL deference by checking return value of | delphij | 2010-02-02 | 1 | -0/+9 |
* | Some of the existing ppp and vpn related scripts create and set | qingli | 2010-02-02 | 1 | -0/+6 |
* | Bump .Dd, forgotten in r203393 | gavin | 2010-02-02 | 1 | -1/+1 |
* | The multiplicand a = 0x5deece66d = 25214903917, not 0xfdeece66d. | gavin | 2010-02-02 | 1 | -1/+1 |