summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Allow booting XENHVM kernel without Xen hypervisor.fabient2012-06-201-0/+3
* | Fix viawd(4) that was only working as a module.fabient2012-06-201-5/+9
* | Add PV list locking to pmap_copy(), pmap_enter_object(), andalc2012-06-201-31/+61
* | Don't close an uninitialized descriptor. [1]eadler2012-06-201-2/+6
* | Add progress.c and progress.h, missed in the previous commit to camcontrol.scottl2012-06-202-0/+246
* | Fix potential symlink race condition in "rm -P" by adding a checkkevlo2012-06-201-2/+9
* | Correct typo in version.obrien2012-06-201-1/+1
* | Update the 'fwdownload' command to also flash disks connected over anscottl2012-06-204-66/+167
* | Install filemon.h into /usr/include for userland consumption.obrien2012-06-202-1/+3
* | Check proper flag (PDF_DAEMON, not PD_DAEMON) when deciding if the processpjd2012-06-191-2/+2
* | The falloc() function obtains two references to newly created 'fp'.pjd2012-06-191-2/+6
* | Further refine the implementation of POSIX_FADV_NOREUSE.jhb2012-06-194-16/+94
* | Correct misunderstanding of hw.est.strictsbruno2012-06-191-2/+2
* | Add a 'wmask' variable to hold the expression '(1ul << w->step) - 1' injhb2012-06-191-9/+8
* | Fix another off-by-one error in the previous fix so that the new startjhb2012-06-191-2/+2
* | Passive mode is the default, and has been for a while.des2012-06-191-1/+1
* | Switch the default password hash from md5 to sha512.des2012-06-192-2/+2
* | Revert user comparison back to user names as some user can share uids (root/toorbapt2012-06-191-6/+13
OpenPOWER on IntegriCloud