| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for iWARP servers that listen on INADDR_ANY. | np | 2016-01-22 | 11 | -145/+446 |
* | Use MAN= to specify that no man page is provided | emaste | 2016-01-22 | 3 | -3/+3 |
* | tools/tools/ath/ath_ee_v4k_print: reflect changes from r220589 | avos | 2016-01-22 | 1 | -9/+8 |
* | In tty_dealloc(), clear the queues. See the comment for a scenario | kib | 2016-01-22 | 1 | -5/+10 |
* | Add a standards compliance note for strtok_r as suggested by cpercival. | wblock | 2016-01-22 | 1 | -1/+6 |
* | The struct file f_advice member is overlaid with the devfs f_cdevpriv | kib | 2016-01-22 | 1 | -2/+3 |
* | When devfs dirent is freed, a vnode might still keep a pointer to it, | kib | 2016-01-22 | 1 | -0/+7 |
* | Remove printf only useful for debugging. | kib | 2016-01-22 | 1 | -3/+1 |
* | sh: Clean a readonly local, even if the variable does not exist outside. | jilles | 2016-01-22 | 3 | -0/+12 |
* | Update whois synopsis and usage with new options | fanf | 2016-01-22 | 2 | -2/+2 |
* | Restore libunwind.cpp to LLVM libunwind build (reverts r294576) | emaste | 2016-01-22 | 1 | -1/+2 |
* | sh: Add already working test for local-readonly interaction. | jilles | 2016-01-22 | 2 | -0/+11 |
* | Bump .Dd after r294575 | bjk | 2016-01-22 | 1 | -1/+1 |
* | Fix ix advertise value after media change | smh | 2016-01-22 | 1 | -4/+10 |
* | Add support for RISC-V ISA. | br | 2016-01-22 | 2 | -5/+11 |
* | Drop HP libunwind (unw_*) functions from LLVM libunwind | emaste | 2016-01-22 | 1 | -2/+1 |
* | A few `whois` usability improvements | fanf | 2016-01-22 | 2 | -56/+80 |
* | Add stubs for RISC-V ISA so libunwind can be compiled. | br | 2016-01-22 | 7 | -1/+347 |
* | Add configuration for RISC-V ISA. | br | 2016-01-22 | 2 | -0/+6 |
* | Stop including fdt_common.h in the arm64 code. We don't use anything from | andrew | 2016-01-22 | 4 | -5/+4 |
* | Add support for RISC-V ISA. | br | 2016-01-22 | 2 | -0/+56 |
* | Change the variable to a #define in order to make gcc happy which | bz | 2016-01-22 | 1 | -1/+1 |
* | sem: Don't free nameinfo that is still in list when open() fails. | jilles | 2016-01-22 | 2 | -1/+38 |
* | r294563 was incomplete; re-add the client-side options as well. | des | 2016-01-22 | 1 | -0/+2 |
* | Instead of removing the NoneEnabled option, mark it as unsupported. | des | 2016-01-22 | 1 | -0/+1 |
* | Only define fdt_pic_table on arm, and when not using intrng as this is | andrew | 2016-01-22 | 1 | -0/+2 |
* | Stop defining fdt_pic_table with ARM_INTRNG, it's unused. | andrew | 2016-01-22 | 1 | -1/+3 |
* | Do not generate RSA1 or DSA keys by default. | des | 2016-01-22 | 1 | -2/+2 |
* | Stop calling fdt_immr_addr from the xlp startup code. It's used to set | andrew | 2016-01-22 | 1 | -2/+0 |
* | Hide "soconnect() error" messages under bootverbose. | mav | 2016-01-22 | 1 | -1/+1 |
* | hyperv/stor: Verify returned inquiry data before further dispatching | sephe | 2016-01-22 | 1 | -3/+85 |
* | Switch to syscall; HEAD lacks fbt for kill(2) | dteske | 2016-01-22 | 1 | -4/+3 |
* | MFV r294491: ntp 4.2.8p6. | delphij | 2016-01-22 | 201 | -3500/+6686 |
|\ |
|
| * | Vendor import of ntp-4.2.8p6. | delphij | 2016-01-21 | 192 | -3466/+6586 |
* | | hyperv/vmbus: Lookup channel through id table | sephe | 2016-01-22 | 3 | -38/+32 |
* | | Fix bad title on script (caused by copy/paste) | dteske | 2016-01-22 | 1 | -1/+1 |
* | | Add scripts for watching common entry points. | dteske | 2016-01-22 | 4 | -1/+940 |
* | | Provide busdma stubs for loader/kshim | wma | 2016-01-22 | 2 | -1/+129 |
* | | Fix compilation errors in usb/kshim | wma | 2016-01-22 | 2 | -1/+3 |
* | | [flash] Teach mx25l SPI flash driver to interact with fdt_slicer and geom_fla... | adrian | 2016-01-22 | 1 | -0/+23 |
* | | Switch from FD_SETSIZE to getdtablesize(2) as it can make the FD to be | araujo | 2016-01-22 | 1 | -9/+6 |
* | | Remove old generated unwind.h when using LLVM libunwind | emaste | 2016-01-22 | 1 | -1/+6 |
* | | - Separate sendfile(2) implementation from uipc_syscalls.c into | glebius | 2016-01-22 | 3 | -991/+1039 |
* | | Provide new socket option TCP_CCALGOOPT, which stands for TCP congestion | glebius | 2016-01-22 | 8 | -6/+70 |
* | | Add an atomic_fetchadd_64() wrapper on sparc64. | jhb | 2016-01-22 | 1 | -0/+1 |
* | | Refactor TCP_CONGESTION setsockopt handling: | glebius | 2016-01-21 | 1 | -43/+39 |
* | | - Rename cc.h to more meaningful tcp_cc.h. | glebius | 2016-01-21 | 16 | -29/+36 |
* | | Cleanup TCP files from unnecessary interface related includes. | glebius | 2016-01-21 | 8 | -13/+2 |
* | | Update comment to note the function, prison_priv_check(), that needs to | mckusick | 2016-01-21 | 1 | -2/+3 |
* | | Add STB_GNU_UNIQUE symbol binding definition | emaste | 2016-01-21 | 1 | -2/+3 |