| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - Add SOCK_SEQPACKET support in UNIX-domain socket. | hrs | 2015-06-20 | 2 | -46/+64 |
* | Add more obsolete files | antoine | 2015-06-20 | 2 | -0/+16 |
* | Add miscellaneous obsolete files | antoine | 2015-06-20 | 1 | -2/+23 |
* | Add more nvlist man pages to obsolete files | antoine | 2015-06-20 | 1 | -0/+24 |
* | add SO_REUSEADDR when starting debug port, lets you still bind when | jmg | 2015-06-20 | 1 | -0/+9 |
* | Fix a few obsolete files entries, man pages must be listed compressed | antoine | 2015-06-20 | 1 | -16/+16 |
* | Add some files to remove when MK_BSD_GREP=no | antoine | 2015-06-20 | 1 | -0/+15 |
* | Remove some dead and duplicate LUN enabling code. | mav | 2015-06-20 | 2 | -80/+1 |
* | Add EPOLLRDHUP support. | dchagin | 2015-06-20 | 2 | -1/+5 |
* | Use ofw_bus_find_child_device_by_phandle to see if the child we're | imp | 2015-06-20 | 1 | -0/+8 |
* | Add ofw_bus_find_child_by_phandle, a helper routine to find a device_t | imp | 2015-06-20 | 2 | -0/+44 |
* | Add support for the Intel Atom E3800 series SoC (aka Bay Trail). | marcel | 2015-06-20 | 1 | -1/+6 |
* | Remove device queue freeze handling and replace it with dummy. | mav | 2015-06-20 | 1 | -30/+14 |
* | Use .CURDIR in soelim's include path instead of SRCDIR | bapt | 2015-06-20 | 1 | -1/+1 |
* | Readd merge.awk forgotten while importing the old vi documentation directly into | bapt | 2015-06-20 | 2 | -4/+24 |
* | Refactor xbd_queue_cb, extracting the code which converts bus_dma segments | cperciva | 2015-06-20 | 1 | -38/+43 |
* | Fix path to waagent. | gjb | 2015-06-19 | 1 | -2/+2 |
* | change the KASSERT so it is meaningful, var is unsigned, so even | jmg | 2015-06-19 | 1 | -1/+1 |
* | Minor clean up to xbd_queue_cb: | cperciva | 2015-06-19 | 1 | -4/+4 |
* | Provide bug4bug workaround for certain dumbiness of the u-boot's API_env_enum | sobomax | 2015-06-19 | 1 | -1/+1 |
* | Fix two KTRACE related bugs. | tuexen | 2015-06-19 | 1 | -0/+8 |
* | Fix typo in baudrate initialization that was causing ixl to be seen as | gallatin | 2015-06-19 | 1 | -1/+1 |
* | Fix markups and change e.g./eg. to e.g.,. | delphij | 2015-06-19 | 3 | -13/+15 |
* | Fix markups. | delphij | 2015-06-19 | 1 | -4/+5 |
* | Interim fix for "Login not found" error. | dteske | 2015-06-19 | 2 | -10/+10 |
* | Back out contested change until dispute is resolved. This proved to be | imp | 2015-06-19 | 1 | -6/+5 |
* | Document kern.cam.ada.legacy_aliases, while I'm there also fix some typos. | delphij | 2015-06-19 | 1 | -5/+15 |
* | Remove uneeded NULL check since malloc the malloc is now M_WAITOK | sbruno | 2015-06-19 | 1 | -4/+0 |
* | Must have one of either M_WAITOK or M_NOWAIT, read the man page bruno. | sbruno | 2015-06-19 | 1 | -1/+1 |
* | Don't leak sockets. | tuexen | 2015-06-19 | 1 | -13/+39 |
* | Feedback from commit r284535 | sbruno | 2015-06-19 | 1 | -3/+2 |
* | sx_sunlock for sx_slock | sjg | 2015-06-19 | 1 | -2/+2 |
* | filemon_pid_check needs to hold proctree_lock | sjg | 2015-06-19 | 1 | -3/+9 |
* | Fix bug in the ubldr introduced in the rev.283035. The new code | sobomax | 2015-06-19 | 1 | -0/+7 |
* | Move include of make.conf back to its old position. | sjg | 2015-06-19 | 5 | -60/+80 |
* | Fix fallouts from r284590 | bapt | 2015-06-19 | 6 | -0/+6 |
* | When setting the primary address, return an error whenever it fails. | tuexen | 2015-06-19 | 1 | -9/+16 |
* | Regenerate usb.conf . | hselasky | 2015-06-19 | 1 | -11/+35 |
* | Restore the td_cookie value for the tmpfs directory entry which was a | kib | 2015-06-19 | 1 | -0/+1 |
* | MFV r284412: 5911 ZFS "hangs" while deleting file | avg | 2015-06-19 | 5 | -33/+89 |
* | Add USB gold driver to default kernel build. | hselasky | 2015-06-19 | 3 | -1/+4 |
* | illums compat: use flsl/flsll for highbit/highbit64 | avg | 2015-06-19 | 1 | -0/+11 |
* | Install loader(8) and zfsloader(8) only once | bapt | 2015-06-19 | 4 | -5/+13 |
* | Add the ability to detect ZFS and GELI encrypted file systems to fstyp(8) | allanjude | 2015-06-19 | 6 | -19/+244 |
* | First cut at attempting to buffer frames until we see a beacon. | adrian | 2015-06-19 | 2 | -0/+151 |
* | Add in library routines not supplied by gcc-4.9 but required by the kernel. | adrian | 2015-06-19 | 1 | -0/+2 |
* | Synaptics: fix a problem with trackpoint passthrough. | rpaulo | 2015-06-19 | 1 | -5/+22 |
* | Merge ACPICA 20150619. | jkim | 2015-06-18 | 147 | -784/+1647 |
|\ |
|
| * | Import ACPICA 20150619. | jkim | 2015-06-18 | 17 | -193/+252 |
| * | Remove all internal macros and cast various invocations as necessary. | jkim | 2015-06-17 | 12 | -89/+27 |