summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r294563 was incomplete; re-add the client-side options as well.des2016-01-221-0/+2
* Instead of removing the NoneEnabled option, mark it as unsupported.des2016-01-221-0/+1
* Only define fdt_pic_table on arm, and when not using intrng as this isandrew2016-01-221-0/+2
* Stop defining fdt_pic_table with ARM_INTRNG, it's unused.andrew2016-01-221-1/+3
* Do not generate RSA1 or DSA keys by default.des2016-01-221-2/+2
* Stop calling fdt_immr_addr from the xlp startup code. It's used to setandrew2016-01-221-2/+0
* Hide "soconnect() error" messages under bootverbose.mav2016-01-221-1/+1
* hyperv/stor: Verify returned inquiry data before further dispatchingsephe2016-01-221-3/+85
* Switch to syscall; HEAD lacks fbt for kill(2)dteske2016-01-221-4/+3
* MFV r294491: ntp 4.2.8p6.delphij2016-01-22201-3500/+6686
|\
| * Vendor import of ntp-4.2.8p6.delphij2016-01-21192-3466/+6586
* | hyperv/vmbus: Lookup channel through id tablesephe2016-01-223-38/+32
* | Fix bad title on script (caused by copy/paste)dteske2016-01-221-1/+1
* | Add scripts for watching common entry points.dteske2016-01-224-1/+940
* | Provide busdma stubs for loader/kshimwma2016-01-222-1/+129
* | Fix compilation errors in usb/kshimwma2016-01-222-1/+3
* | [flash] Teach mx25l SPI flash driver to interact with fdt_slicer and geom_fla...adrian2016-01-221-0/+23
* | Switch from FD_SETSIZE to getdtablesize(2) as it can make the FD to bearaujo2016-01-221-9/+6
* | Remove old generated unwind.h when using LLVM libunwindemaste2016-01-221-1/+6
* | - Separate sendfile(2) implementation from uipc_syscalls.c intoglebius2016-01-223-991/+1039
* | Provide new socket option TCP_CCALGOOPT, which stands for TCP congestionglebius2016-01-228-6/+70
* | Add an atomic_fetchadd_64() wrapper on sparc64.jhb2016-01-221-0/+1
* | Refactor TCP_CONGESTION setsockopt handling:glebius2016-01-211-43/+39
* | - Rename cc.h to more meaningful tcp_cc.h.glebius2016-01-2116-29/+36
* | Cleanup TCP files from unnecessary interface related includes.glebius2016-01-218-13/+2
* | Update comment to note the function, prison_priv_check(), that needs tomckusick2016-01-211-2/+3
* | Add STB_GNU_UNIQUE symbol binding definitionemaste2016-01-211-2/+3
* | Add missing atomic wrapper macro.hselasky2016-01-211-0/+1
* | Fix panic on table/table entry delete. The panic could have happenedmelifaro2016-01-211-0/+1
* | Replace the last non-optional use of sbrk() in the tree with mmap().brooks2016-01-211-11/+4
* | Implement 64-bit atomic operations for the LinuxKPI.hselasky2016-01-211-0/+104
* | LinuxKPI atomic fixes:hselasky2016-01-212-22/+22
* | Use function macro instead of non-function macro to reduce chance ofhselasky2016-01-211-1/+1
* | Fix the implementations of PSEUDO_NOERROR and PSEUDO.brooks2016-01-211-7/+21
* | The variable is write once only and not used.bz2016-01-211-4/+0
* | Remove fdt_fixup_table from architectures where it's unneeded. We only makeandrew2016-01-219-152/+8
* | Remove an extra '!' found by clang 3.8.andrew2016-01-211-1/+1
* | Fill the ifAlias leaf of the ifXTable with the interface descriptionharti2016-01-213-1/+20
* | Prevent loader.conf load failure due to unknown console entriessmh2016-01-211-27/+66
* | Implement idr_preload(), idr_preload_end(), idr_alloc() andhselasky2016-01-213-17/+102
* | ext2fs: Bring back the htree dir_index implementation.pfg2016-01-219-117/+1496
* | Disable -mlong-calls for the clang libraries for now, it increases theandrew2016-01-211-1/+2
* | Update the instructions and the list of major local modifications.des2016-01-211-17/+47
* | Explain why we don't include VersionAddendum in the debug mode banner.des2016-01-211-0/+1
* | Upgrade to OpenSSH 7.1p2.des2016-01-2128-1806/+301
* | Enable DSA keys by default. They were disabled in OpenSSH 6.9p1.des2016-01-214-17/+28
* | Take care not to pick up the wrong version of OpenSSL when running in andes2016-01-211-0/+6
* | Fix EFI UFS cachingsmh2016-01-212-92/+39
* | Note that new ssh(1) doesn't allow to use DSA keys by default.glebius2016-01-211-0/+4
* | AIO daemons have always been kernel processes to facilitate switching tojhb2016-01-211-29/+29
OpenPOWER on IntegriCloud