summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Document sin6_scope_id handling change and bump FreeBSD_version to 1000025.hrs2012-11-232-1/+9
* - Use sin6_scope_id instead of sin6_addr.s6_addr[2].hrs2012-11-231-17/+11
* Document that getpeername(2) and getsockname(2) can fail with EINVAL.kevlo2012-11-232-0/+8
* According to r221124, the default NFS server and client are no longerkevlo2012-11-231-2/+2
* Catch up with r243046. KTR buffer can be changed at runtime.kevlo2012-11-231-1/+1
* Remove no longer needed quirk.hselasky2012-11-233-4/+0
* Now that we have working USB keyboard add ukbd to the syscons-enablinggonzo2012-11-231-0/+1
* Use a 64 bit TSF write to update the TSF adjust, rather than a 32 bitadrian2012-11-231-1/+5
* Fix up the nexttbtt -> TSF delta calculation to not wrap ridiculouslyadrian2012-11-231-1/+15
* Add the HAL wrapper for settsf64.adrian2012-11-231-0/+2
* Implement a HAL method to set a 64 bit TSF value.adrian2012-11-234-0/+18
* Multiple fixes for BCM2835 framebuffergonzo2012-11-231-31/+149
* Use MIPS_PHYS_TO_DIRECT_UNCACHED rather than a homegrown version which is notjmallett2012-11-231-3/+3
* Look for MAC address in FDT tree nodes that are usb network devices andgonzo2012-11-231-1/+70
* Make FDT blob compatible with Raspberry Pi firmware.gonzo2012-11-231-11/+22
* MFS security patches which seem to have accidentally not reached HEAD:cperciva2012-11-232-2/+11
* acpi_cpu: use fixed resource ids for cx state i/o resourcesavg2012-11-221-11/+11
* remove vop_lookup_pre and vop_lookup_postavg2012-11-222-12/+0
* [mdoc] remove hard sentence breaks.pluknet2012-11-221-3/+6
* core(5) references sysctl debug.num_cores, but it is really debug.ncores.pluknet2012-11-221-2/+2
* - Remove reset of vpp pointer in some places as long as it's not reallydavide2012-11-223-5/+0
* Until now, smbfs_fullpath() computed the full path starting from thedavide2012-11-225-60/+63
* If .PARSEDIR is defined we have bmake, and CTFCONVERT_CMD can be empty.sjg2012-11-221-1/+1
* INSTALL_AS_USER: output of id -un will never match 0 so use id -usjg2012-11-221-2/+5
* Use %u for unsigned serial numberemaste2012-11-221-1/+1
* Fix uplcom clear stall logic for PL2303HX.hselasky2012-11-211-8/+15
* Revert r243228. This commit appears to cause more trouble thancrees2012-11-211-1/+1
* Print correct unit number when attaching preloaded memory disks.jh2012-11-211-6/+7
* Disallow attaching preloaded memory disks via ioctl.jh2012-11-212-26/+7
* Setup BAT0 and BAT1 on the Wii.adrian2012-11-213-22/+171
* Correct an error in r230623. When both VM_ALLOC_NODUMP and VM_ALLOC_ZEROalc2012-11-211-2/+2
* Make sure the address starts on a cache line boundary.cognet2012-11-211-1/+13
* Do not expose LIBCXXRT and LIBCPLUSPLUS in bsd.libnames.mk, ifdim2012-11-201-0/+2
* Merge ACPICA 20121114.jkim2012-11-2048-514/+871
|\
| * Import ACPICA 20121114.jkim2012-11-1454-612/+999
| * Import ACPICA 20121018.jkim2012-10-19219-2621/+4228
| * Import ACPICA 20120913.jkim2012-09-1435-711/+1157
* | Non-void function should return a value.emaste2012-11-201-1/+1
* | Schedule garbage collection run for the in-flight rights passed overkib2012-11-201-3/+3
* | Add a special meaning to the negative ticks argument forkib2012-11-201-2/+6
* | Remove the check and panic for an impossible condition. The NULLkib2012-11-201-2/+0
* | Fix module build after r243245.kib2012-11-201-1/+2
* | Connect ip6_mroute kernel module to the build.ae2012-11-201-0/+1
* | Remove opt_inet.h, it isn't required here.ae2012-11-201-1/+0
* | In NIS mode first chmod(2) the temporary file and is succeed then rename(2)bapt2012-11-201-2/+2
* | only rename(2) after chmod(2) has succeedbapt2012-11-201-7/+3
* | - Don't pass geom and provider names as format strings.jh2012-11-2015-21/+23
* | Correctly set the password file mode after renaming in NIS modebapt2012-11-201-0/+2
* | change mode the group file to 0644 after a successfull rename(2)bapt2012-11-201-1/+8
* | Do not put "already running" message when rc_quiet=yes.hrs2012-11-201-1/+4
OpenPOWER on IntegriCloud