| Commit message (Expand) | Author | Age | Files | Lines |
* | Prevent cross-site forgery attacks on ftpd(8) due to splitting | cperciva | 2008-12-23 | 1 | -0/+5 |
* | Add 9 more Analog Devices codec names. | mav | 2008-12-22 | 1 | -2/+20 |
* | Fix typo for udav include. | alfred | 2008-12-22 | 1 | -1/+2 |
* | Make preparations for resurrecting shared/read locks on vm maps: | alc | 2008-12-22 | 1 | -4/+2 |
* | Fix a comment to reflect what really happens. | scottl | 2008-12-22 | 1 | -1/+1 |
* | - According to comments in OpenBSD, E{2,4}50 tend to have fragile | marius | 2008-12-22 | 1 | -28/+12 |
* | Correct variable name in comment. | bz | 2008-12-22 | 1 | -1/+1 |
* | Similar to the INET case, do not destroy the nd6 entries for | qingli | 2008-12-22 | 1 | -4/+6 |
* | Provide a condition variable to delay the cloned interface | qingli | 2008-12-22 | 1 | -3/+12 |
* | Since we don't request reset for rlphy(4), the link state 'UP' | yongari | 2008-12-22 | 1 | -0/+2 |
* | Since we don't request reset for rlphy(4), the link state 'UP' | yongari | 2008-12-22 | 1 | -0/+2 |
* | Convert DRM_[DEBUG,ERROR,INFO] macros to c99 __VA_ARGS__. | rnoland | 2008-12-21 | 1 | -5/+5 |
* | Deal with 0 length args... | rnoland | 2008-12-21 | 1 | -1/+1 |
* | Fix AGP_DEBUG macro to use c99 __VA_ARGS__ and build if enabled. | rnoland | 2008-12-21 | 1 | -6/+3 |
* | Revert r185891. | ed | 2008-12-21 | 1 | -2/+10 |
* | Set PTS_FINISHED before waking up any threads. | ed | 2008-12-21 | 1 | -2/+1 |
* | Fix printing of KASSERT message missed in r163604. | rnoland | 2008-12-21 | 1 | -1/+1 |
* | Disable the pccard, parallel, GbE and wireless lan related devices and | nyan | 2008-12-21 | 1 | -40/+40 |
* | Fix refcount locking in cd, pass, and sg periphs. | scottl | 2008-12-21 | 3 | -11/+13 |
* | o add sys/endian.h now required by ehcivar.h | sam | 2008-12-20 | 1 | -1/+3 |
* | Missed the sun4v update to ofw_machdep.h in the OFW modularization commit. | nwhitehorn | 2008-12-20 | 1 | -1/+6 |
* | Let wchan names more closely match pre-MPSAFE TTY behaviour. | ed | 2008-12-20 | 1 | -3/+3 |
* | fix build w/ EHCI_DEBUG | sam | 2008-12-20 | 1 | -1/+1 |
* | Merge support for Gateworks Cambria boards: | sam | 2008-12-20 | 38 | -2012/+3484 |
|\ |
|
* \ | Merge usb changes for Gateworks Cambria boards: | sam | 2008-12-20 | 8 | -374/+506 |
|\ \
| |/ |
|
| * | MFH @ 186335 | sam | 2008-12-20 | 283 | -5156/+6678 |
| |\
| |/
|/| |
|
* | | Modularize the Open Firmware client interface to allow run-time switching | nwhitehorn | 2008-12-20 | 28 | -677/+1526 |
* | | Fix a typo. | yongari | 2008-12-20 | 1 | -1/+1 |
* | | add makefs to the base system; FreeBSD_version bumped just in case | sam | 2008-12-19 | 1 | -1/+1 |
* | | Correct 5212 ani support so that max noise immunity, spur immunity, and | sam | 2008-12-19 | 1 | -10/+10 |
* | | Further beautify the lock strings to be more pleasing to the eye and | ivoras | 2008-12-19 | 1 | -4/+4 |
* | | Fix cam_sim_free() wakeup condition and add mtx_asserts. | trasz | 2008-12-19 | 1 | -1/+3 |
* | | Periph driver fixes, second try. | trasz | 2008-12-19 | 4 | -5/+20 |
* | | Move mtx_assert lower, when we can be sure that the pointer | trasz | 2008-12-19 | 1 | -2/+1 |
* | | The proxy-arp code was broken and responds to ARP | qingli | 2008-12-19 | 1 | -57/+52 |
* | | Update elf_common.h with new EM_ types found in the latest ELF gABI. | kaiw | 2008-12-19 | 1 | -2/+58 |
* | | convert MALLOC/FREE to malloc/free | sam | 2008-12-18 | 14 | -51/+51 |
* | | Add ULI M5461 chipset and vendor ID. | mav | 2008-12-18 | 1 | -1/+8 |
* | | Garbage collect entries from pcireg.h since we now include it. | rnoland | 2008-12-18 | 1 | -9/+0 |
* | | We only want drm to ever attach to the primary pci device. | rnoland | 2008-12-18 | 2 | -0/+5 |
* | | Before modularization commit, atapci driver was attaching only to devices of | mav | 2008-12-18 | 2 | -2/+6 |
* | | rework drm_scatter.c which allocates scatter / gather pages for use by | rnoland | 2008-12-18 | 2 | -31/+91 |
* | | Fix last commit, ttydisc_rint_bypass returns the total, not remainder. | thompsa | 2008-12-18 | 1 | -1/+1 |
* | | Only unlock the llentry if it is actually valid. | bz | 2008-12-18 | 1 | -1/+2 |
* | | Attempt to handoff the entire buffer with ttydisc_rint_bypass() before banging | thompsa | 2008-12-18 | 1 | -9/+12 |
* | | - Failing to register as interrupt controller during attach shouldn't | marius | 2008-12-18 | 1 | -10/+35 |
* | | Minor spelling fix in E500 locore. | raj | 2008-12-18 | 1 | -1/+1 |
* | | Extend and improve MPC85XX Local Bus management. | raj | 2008-12-18 | 5 | -69/+346 |
* | | Removed a comment made obsolete by revisions 157927 and 174292. | ru | 2008-12-18 | 1 | -1/+0 |
* | | By popular request, stringify kern.vm_guest sysctl. Now it returns a | ivoras | 2008-12-18 | 1 | -3/+27 |