| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r253247. This change should be improved based on a lesson learnt | hrs | 2013-07-12 | 1 | -2/+2 |
* | Use strtoumax() instead of strtoul() for id/ref attr in XML elements. | hrs | 2013-07-12 | 1 | -2/+2 |
* | Refactor the various delete methods out of dastart(). Cleans up a bunch | scottl | 2013-07-12 | 1 | -231/+262 |
* | Fix bug in deleting files: If two ports had the same tarball and one of | cperciva | 2013-07-11 | 1 | -2/+2 |
* | When swap pager allocates metadata in the pagedaemon context, allow it | kib | 2013-07-11 | 1 | -1/+2 |
* | Fix some typoes in math.h cleanup. | theraven | 2013-07-11 | 1 | -3/+3 |
* | Attach to the 4x10G T540-CR card. | np | 2013-07-11 | 1 | -1/+1 |
* | Cleanups to math.h that prevent namespace conflicts with C++. | theraven | 2013-07-11 | 1 | -28/+49 |
* | Fix const propagation issues to make GCC happy. | andre | 2013-07-11 | 1 | -3/+4 |
* | Improve SYN cookies by encoding the MSS, WSCALE (window scaling) and SACK | andre | 2013-07-11 | 3 | -219/+385 |
* | Fix a poorly worded comment in nvme(4). | jimharris | 2013-07-11 | 1 | -3/+3 |
* | SipHash is a cryptographically strong pseudo-random function (a.k.a. keyed | andre | 2013-07-11 | 3 | -0/+464 |
* | Make use of the fact that uma_zone_set_max(9) already returns the | andre | 2013-07-11 | 1 | -10/+5 |
* | Fix style issues, a typo in "kern.ipc.nmbufs" and correctly plave and | andre | 2013-07-11 | 1 | -4/+9 |
* | The vm_fault() should not be allowed to proceed on the map entry which | kib | 2013-07-11 | 1 | -0/+13 |
* | The mlockall() or VM_MAP_WIRE_HOLESOK does not interact properly with | kib | 2013-07-11 | 2 | -11/+52 |
* | Never remove user-wired pages from an object when doing | kib | 2013-07-11 | 2 | -9/+11 |
* | In the vm_page_set_invalid() function, do not assert that the page is | kib | 2013-07-11 | 1 | -2/+0 |
* | Do not invalidate page of the B_NOCACHE buffer or buffer after an I/O | kib | 2013-07-11 | 1 | -1/+2 |
* | Explicitely panic instead of possibly doing undefined things when | kib | 2013-07-11 | 1 | -1/+1 |
* | MFamd64 r253140: | kib | 2013-07-11 | 1 | -0/+1 |
* | Implement RTC CMOS nvram. Init some fields that are used | grehan | 2013-07-11 | 3 | -22/+105 |
* | Fix my last commit, flags rather than flag... duh. | jfv | 2013-07-11 | 1 | -1/+1 |
* | Bump date for nvme(4) and nvd(4). | jimharris | 2013-07-11 | 2 | -2/+2 |
* | Fix to a panic found internally, bad pointer during rxeof | jfv | 2013-07-10 | 1 | -0/+1 |
* | Introduce a new [yet unused] function for [efficiently] getting the path to | dteske | 2013-07-10 | 1 | -0/+29 |
* | Add John Marino to committers-port.dot | marino | 2013-07-10 | 1 | -0/+3 |
* | Implement 1003.1-2001 pathconf() keys. | pfg | 2013-07-10 | 1 | -9/+44 |
* | Add 2 builtin words for working with directories: | marcel | 2013-07-10 | 1 | -0/+54 |
* | In r227839, when removing libkvm dependency on procfs(5), | trociny | 2013-07-10 | 3 | -2/+4 |
* | Change i_gen in UFS to an unsigned type. | pfg | 2013-07-10 | 1 | -1/+1 |
* | Fix -Wmissing-variable-declarations compiler warning. | rdivacky | 2013-07-10 | 1 | -1/+1 |
* | Protect against broken hardware. In this particular case, protect against | marcel | 2013-07-10 | 1 | -48/+60 |
* | Import new libcxxrt / libc++. This brings some bug fixes, including a potent... | theraven | 2013-07-10 | 41 | -1623/+2384 |
* | Add vfs_mounted and vfs_unmounted events so that components can be informed | marcel | 2013-07-10 | 2 | -2/+14 |
* | Extend debug logging of TCP timestamp related specification | andre | 2013-07-10 | 2 | -5/+42 |
* | Report error for out-of-range numerical inputs. Requested by brooks. | theraven | 2013-07-10 | 1 | -0/+8 |
* | Fix build for gcc users by declaring variables for unions in structs which | netchild | 2013-07-10 | 1 | -7/+7 |
* | Remove trailing whitespaces. | ray | 2013-07-10 | 1 | -6/+6 |
* | When panicing due to the gjournal overflow, print the geom metadata | kib | 2013-07-10 | 1 | -1/+3 |
* | Clear m->object for the page taken from the delayed free list for | kib | 2013-07-10 | 1 | -0/+1 |
* | Adding urtwn(4) firmware and related changes. | hiren | 2013-07-10 | 12 | -2/+680 |
* | Install authpf-noip. | des | 2013-07-10 | 1 | -0/+3 |
* | Add the ARM processor-specific section types. | kevlo | 2013-07-10 | 1 | -0/+7 |
* | Avoid controller reinitialization which could be triggered by | yongari | 2013-07-10 | 1 | -0/+6 |
* | Refactor random_systat to be a *random_systat. This avoids unnecessary | obrien | 2013-07-09 | 4 | -27/+27 |
* | Adjust comments to fit within 80-columns. | dteske | 2013-07-09 | 1 | -4/+4 |
* | - As it turns out, not only MSI-X is broken for devices passed through by | marius | 2013-07-09 | 4 | -36/+77 |
* | Sync with KAME. | delphij | 2013-07-09 | 2 | -5/+4 |
* | Fix conditional (der should match the comment above it). | dteske | 2013-07-09 | 1 | -1/+1 |