| Commit message (Expand) | Author | Age | Files | Lines |
* | MFV: Update zlib to 1.2.7. | delphij | 2012-06-21 | 35 | -902/+2461 |
|\ |
|
| * | Vendor import of zlib 1.2.7. | delphij | 2012-06-19 | 17 | -203/+353 |
| * | Vendor import of zlib 1.2.6. | delphij | 2012-01-31 | 27 | -797/+2177 |
| * | Vendor import of zlib 1.2.5. | delphij | 2010-04-20 | 18 | -74/+117 |
| * | Import zlib 1.2.4.3 (trimmed). | delphij | 2010-04-12 | 11 | -47/+92 |
| * | Import zlib 1.2.4.1 beta (trimmed) | delphij | 2010-03-31 | 14 | -60/+67 |
| * | Remove unused part of contributed code. | delphij | 2010-03-22 | 2 | -2525/+0 |
* | | Add the functions documented in the man pages in commit 237393 to the | issyl0 | 2012-06-21 | 1 | -2/+7 |
* | | Bring a couple of fixes for gcc optimizations. | pfg | 2012-06-21 | 5 | -10/+45 |
* | | Update the PV stats in free_pv_entry() using atomics. After which, it is | alc | 2012-06-21 | 1 | -38/+14 |
* | | Be explicit about the dependency on nsparser.h. | obrien | 2012-06-21 | 1 | -1/+1 |
* | | Make cam_periph_hold() behavior consistent: drop taken reference and | mav | 2012-06-21 | 1 | -0/+4 |
* | | In camisr() clear CAM_SIM_ON_DONEQ flag after camisr_runqueue() purged SIM | mav | 2012-06-21 | 1 | -1/+1 |
* | | Add more locale-specific functions to the relevant man pages: | issyl0 | 2012-06-21 | 4 | -7/+54 |
* | | Remove redundant #ifdef. Reported by gnn@. | tuexen | 2012-06-21 | 1 | -2/+0 |
* | | Enable deadlock avoidance code for NFS client. | kib | 2012-06-21 | 2 | -3/+4 |
* | | Fix unbounded-length malloc, controlled from usermode. The added check | kib | 2012-06-21 | 1 | -3/+7 |
* | | Fix locking for f_offset, vn_read() and vn_write() cases only, for now. | kib | 2012-06-21 | 1 | -53/+80 |
* | | Remove Moxa CP-132EL definition (RS422/485-only board). | fjoe | 2012-06-21 | 1 | -6/+0 |
* | | Add support for the following Moxa PCIe multiport serial boards: | fjoe | 2012-06-21 | 2 | -4/+39 |
* | | Currently the code uses gzFile * for a zlib file descriptor, which | delphij | 2012-06-20 | 1 | -1/+1 |
* | | Selectively inline vm_page_dirty(). | alc | 2012-06-20 | 2 | -3/+28 |
* | | Provide a mechanism to not clear out the work and output dirs when | obrien | 2012-06-20 | 1 | -2/+4 |
* | | Polish previous revision: if the fts_* routines have lstat()'ed the | delphij | 2012-06-20 | 1 | -2/+8 |
* | | Don't return an error if a kld does not contain any modules (e.g. a | jhb | 2012-06-20 | 2 | -2/+2 |
* | | Only output a list of file systems that need to be dumped if the system | jhb | 2012-06-20 | 1 | -5/+8 |
* | | Remove unused error variables in cdclose() and daclose(). | mav | 2012-06-20 | 2 | -4/+2 |
* | | Check status of cam_periph_hold() inside cdclose(). If cd device was | mav | 2012-06-20 | 1 | -1/+6 |
* | | Move the per-thread deferred user map entries list into a private list | jhb | 2012-06-20 | 1 | -3/+6 |
* | | Now that there is an est(4) man page, reference it here in cpufreq(4). | sbruno | 2012-06-20 | 1 | -0/+1 |
* | | Fix ARM compilation issue. | mjacob | 2012-06-20 | 1 | -2/+4 |
* | | Fix several reference counting and object lifetime issues between | ken | 2012-06-20 | 5 | -22/+125 |
* | | Allow booting XENHVM kernel without Xen hypervisor. | fabient | 2012-06-20 | 1 | -0/+3 |
* | | Fix viawd(4) that was only working as a module. | fabient | 2012-06-20 | 1 | -5/+9 |
* | | Add PV list locking to pmap_copy(), pmap_enter_object(), and | alc | 2012-06-20 | 1 | -31/+61 |
* | | Don't close an uninitialized descriptor. [1] | eadler | 2012-06-20 | 1 | -2/+6 |
* | | Add progress.c and progress.h, missed in the previous commit to camcontrol. | scottl | 2012-06-20 | 2 | -0/+246 |
* | | Fix potential symlink race condition in "rm -P" by adding a check | kevlo | 2012-06-20 | 1 | -2/+9 |
* | | Correct typo in version. | obrien | 2012-06-20 | 1 | -1/+1 |
* | | Update the 'fwdownload' command to also flash disks connected over an | scottl | 2012-06-20 | 4 | -66/+167 |
* | | Install filemon.h into /usr/include for userland consumption. | obrien | 2012-06-20 | 2 | -1/+3 |
* | | Check proper flag (PDF_DAEMON, not PD_DAEMON) when deciding if the process | pjd | 2012-06-19 | 1 | -2/+2 |
* | | The falloc() function obtains two references to newly created 'fp'. | pjd | 2012-06-19 | 1 | -2/+6 |
* | | Further refine the implementation of POSIX_FADV_NOREUSE. | jhb | 2012-06-19 | 4 | -16/+94 |
* | | Correct misunderstanding of hw.est.strict | sbruno | 2012-06-19 | 1 | -2/+2 |
* | | Add a 'wmask' variable to hold the expression '(1ul << w->step) - 1' in | jhb | 2012-06-19 | 1 | -9/+8 |
* | | Fix another off-by-one error in the previous fix so that the new start | jhb | 2012-06-19 | 1 | -2/+2 |
* | | Passive mode is the default, and has been for a while. | des | 2012-06-19 | 1 | -1/+1 |
* | | Switch the default password hash from md5 to sha512. | des | 2012-06-19 | 2 | -2/+2 |
* | | Revert user comparison back to user names as some user can share uids (root/toor | bapt | 2012-06-19 | 1 | -6/+13 |