summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge changes from upstream libedit.pfg2012-06-2220-410/+634
* Don't print SCSI Queue Full and CAM_REQUEUE_REQ statuses as errors if theymav2012-06-221-1/+4
* Commit changes missed from r237435. Properly calculate the signalkib2012-06-221-3/+10
* Do not read registers with read side effects while performing a registernp2012-06-221-9/+11
* cxgbe(4): update to firmware interface 1.5.2.0; updates to shared code.np2012-06-229-541/+2743
* Enable shared page on i386, now it has a use for vdso_timehands.kib2012-06-222-2/+6
* Use struct vdso_timehands data to implement fast gettimeofday(2) andkib2012-06-2210-2/+374
* Implement mechanism to export some kernel timekeeping data tokib2012-06-2221-0/+636
* Fix a stray debug that I committed accidentally years ago...imp2012-06-221-1/+0
* Enchance the shared page chunk allocator.kib2012-06-222-15/+69
* Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer tokib2012-06-227-1/+8
* Move these #defines to at91reg.h (where I should have put them in theimp2012-06-222-3/+3
* Introduce CHANGE_PV_LIST_LOCK_TO_{PHYS,VM_PAGE}() to avoid duplication ofalc2012-06-221-24/+20
* Merge ACPICA 20120620.jkim2012-06-2232-189/+992
|\
| * Fix "comparison is always true due to limited range of data type" warningjkim2012-06-211-10/+10
| * Import ACPICA 20120620.jkim2012-06-2042-640/+1196
| * Import ACPICA 20120518.jkim2012-05-1931-102/+556
* | Add PCI IDs for Ivy Bridgeemaste2012-06-211-0/+6
* | MFV: Update zlib to 1.2.7.delphij2012-06-2135-902/+2461
|\ \
| * | Vendor import of zlib 1.2.7.delphij2012-06-1917-203/+353
| * | Vendor import of zlib 1.2.6.delphij2012-01-3127-797/+2177
| * | Vendor import of zlib 1.2.5.delphij2010-04-2018-74/+117
| * | Import zlib 1.2.4.3 (trimmed).delphij2010-04-1211-47/+92
| * | Import zlib 1.2.4.1 beta (trimmed)delphij2010-03-3114-60/+67
| * | Remove unused part of contributed code.delphij2010-03-222-2525/+0
* | | Add the functions documented in the man pages in commit 237393 to theissyl02012-06-211-2/+7
* | | Bring a couple of fixes for gcc optimizations.pfg2012-06-215-10/+45
* | | Update the PV stats in free_pv_entry() using atomics. After which, it isalc2012-06-211-38/+14
* | | Be explicit about the dependency on nsparser.h.obrien2012-06-211-1/+1
* | | Make cam_periph_hold() behavior consistent: drop taken reference andmav2012-06-211-0/+4
* | | In camisr() clear CAM_SIM_ON_DONEQ flag after camisr_runqueue() purged SIMmav2012-06-211-1/+1
* | | Add more locale-specific functions to the relevant man pages:issyl02012-06-214-7/+54
* | | Remove redundant #ifdef. Reported by gnn@.tuexen2012-06-211-2/+0
* | | Enable deadlock avoidance code for NFS client.kib2012-06-212-3/+4
* | | Fix unbounded-length malloc, controlled from usermode. The added checkkib2012-06-211-3/+7
* | | Fix locking for f_offset, vn_read() and vn_write() cases only, for now.kib2012-06-211-53/+80
* | | Remove Moxa CP-132EL definition (RS422/485-only board).fjoe2012-06-211-6/+0
* | | Add support for the following Moxa PCIe multiport serial boards:fjoe2012-06-212-4/+39
* | | Currently the code uses gzFile * for a zlib file descriptor, whichdelphij2012-06-201-1/+1
* | | Selectively inline vm_page_dirty().alc2012-06-202-3/+28
* | | Provide a mechanism to not clear out the work and output dirs whenobrien2012-06-201-2/+4
* | | Polish previous revision: if the fts_* routines have lstat()'ed thedelphij2012-06-201-2/+8
* | | Don't return an error if a kld does not contain any modules (e.g. ajhb2012-06-202-2/+2
* | | Only output a list of file systems that need to be dumped if the systemjhb2012-06-201-5/+8
* | | Remove unused error variables in cdclose() and daclose().mav2012-06-202-4/+2
* | | Check status of cam_periph_hold() inside cdclose(). If cd device wasmav2012-06-201-1/+6
* | | Move the per-thread deferred user map entries list into a private listjhb2012-06-201-3/+6
* | | Now that there is an est(4) man page, reference it here in cpufreq(4).sbruno2012-06-201-0/+1
* | | Fix ARM compilation issue.mjacob2012-06-201-2/+4
* | | Fix several reference counting and object lifetime issues betweenken2012-06-205-22/+125
OpenPOWER on IntegriCloud