summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* MFC r276512:dchagin2015-01-081-2/+3
| | | | Fix Clang -Wpointer-sign warnings.
* MFC r276511:dchagin2015-01-081-4/+5
| | | | | Fix Clang warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign.
* Regen for r276810.dchagin2015-01-0810-14/+14
|
* MFC r276508, r276509:dchagin2015-01-082-2/+2
| | | | Correct an argument status of wait4 syscall for Linuxulator.
* MFC r276218:pfg2015-01-084-18/+35
| | | | | | | | | | | | | patch: Bring in xstrdup and use it when appropriate. The function savestr allows NULL return values during Plan A patching so in case of out of memory conditions, Plan B can step in. In many cases, NULL value is not properly handled, so use xstrdup here (it's outside Plan A/B patching, which means that even Plan B relies on successful operations). Clean up some whitespaces while here Obtained from: OpenBSD
* MFC r275709emax2015-01-071-2/+2
| | | | | | | handle "Kana" and "Eisu" keys on Apple Wireless Keyboard (JIS) PR: 187470 Submitted by: naito.yuichiro
* MFC r274722:trasz2015-01-071-43/+0
| | | | | | | | Remove acl_size.c; apparently it was never used. PR: 194398 Submitted by: ngie@ Sponsored by: The FreeBSD Foundation
* Merge r275599:rodrigc2015-01-062-0/+4
| | | | | | | | | | | | | Use CURVNET macros inside inet_get_local_port_range() function. Without this fix, a kernel with VIMAGE + Infiniband will panic on bootup. Certain necessary #include statements require LIST_HEAD. Add these includes to ofed/include/linux/list.h, because LIST_HEAD is specifically overridden in this file. PR: 191468 Differential Revision: D1279 Reviewed by: hselasky
* MFC r276250:markj2015-01-061-1/+4
| | | | | | | DOF tables are aligned according to the DOF section's alignment constraint, so take this into account when iterating over DOF tables. PR: 195555
* Document r275945, capabilities support added to elfdump(1).gjb2015-01-051-0/+4
| | | | Sponsored by: The FreeBSD Foundation
* Document r275891, CAM port/LUN limits increased.gjb2015-01-051-0/+6
| | | | Sponsored by: The FreeBSD Foundation
* Document r275490, vfs.zfs.spa_slop_shift tunable addition.gjb2015-01-051-1/+3
| | | | Sponsored by: The FreeBSD Foundation
* Document r275040, dpv(1), dpv(3), figpar(3).gjb2015-01-051-1/+7
| | | | Sponsored by: The FreeBSD Foundation
* Document r274939, iSNS support in ctld(8).gjb2015-01-051-1/+7
| | | | Sponsored by: The FreeBSD Foundation
* MFC r273876hiren2015-01-051-3/+3
| | | | | Use search method instead of fixed offsets for finding rootfs. This unbreaks recent images for picostation by allowing to find rootfs at correct location.
* MFC r276472:pfg2015-01-052-2/+2
| | | | | | | | | | | | Minor fixes to exit status. Exit with EXIT_FAILURE for invalid arguments. Fixes NetBSD-PR 43517. Print version string to stdout instead of stderr; it is user-requested and not an error. Obtained from: NetBSD
* Merge reaper facility.kib2015-01-0511-225/+883
| | | | | | | | | | | | | | | | | | | | | MFC r270443 (by mjg): Properly reparent traced processes when the tracer dies. MFC r273452 (by mjg): Plug unnecessary PRS_NEW check in kern_procctl. MFC 275800: Add a facility for non-init process to declare itself the reaper of the orphaned descendants. MFC r275821: Add missed break. MFC r275846 (by mckusick): Add some additional clarification and fix a few gammer nits. MFC r275847 (by bdrewery): Bump Dd for r275846.
* MFC r276320:ngie2015-01-051-0/+7
| | | | | | Parallelize building lib/ncurses Differential Revision: https://reviews.freebsd.org/D1353
* MFC r276319:ngie2015-01-051-2/+2
| | | | | | | Fix the function signatures when MK_CRYPT == no for snmp_get_local_keys and snmp_passwd_to_keys Reported by: Beeblebrox <zaphod@berentweb.com>
* Bump .Dd per r276674ngie2015-01-051-1/+1
|
* MFC r276483:ngie2015-01-051-2/+2
| | | | | | | The variable used with install(1) for stripping should be STRIPBIN, not STRIP_CMD Reported by: lev
* MFC r274618,r276521:ngie2015-01-056-0/+87
| | | | | | | | | | | | | | | | | | | | | | MFC Note: text corrected for r274618 r274618: Add reachover Makefiles for contrib/netbsd-tests/lib/msun A variant of this code has been tested on amd64/i386 for some time by EMC/Isilon on 10-STABLE/11-CURRENT. It builds on other architectures, but the code will remain off until it's proven it works on virtual hardware or real hardware on other architectures Sponsored by: EMC / Isilon Storage Division r276521: Reset errno in :scalbnf_val and :scalbnl_val before running the tests so the tested errno isn't stale This was needed in order for the test to pass on amd64 with stable/10
* MFC r274254: sh(1): Mention portability issue with shifting zero positionaljilles2015-01-041-2/+3
| | | | | | | | parameters. Per Austin Group issue #459, shifting zero positional parameters may or may not be considered an operand error (which causes the shell to exit in most cases).
* MFC r271936: sh(1): Clarify that assignments before commands do not affectjilles2015-01-041-2/+3
| | | | | | expansions. PR: 193759
* MFC r276008:kib2015-01-043-1/+5
| | | | | Add VN_OPEN_NAMECACHE flag for vn_open_cred(9), which requests that the created file name was cached. Use the flag for core dumps.
* MFC r276007:kib2015-01-046-6/+23
| | | | Handle MAKEENTRY cnp flag in the VOP_CREATE().
* Bump version after r276312 brought in new ARM arch constants that someian2015-01-031-1/+1
| | | | ports need to compile correctly.
* MFC r272765: Remove one second wait for threads exit from icl_conn_close().mav2015-01-031-5/+3
| | | | Switch it from polling with pause() to using cv_wait()/cv_signal().
* MFC r274033 (by trasz):mav2015-01-031-3/+3
| | | | s/icl_pdu_new/icl_pdu_new_empty/g; no functional changes.
* MFC r272963: pstat(8): Correct description of the SESS column in pstat -t.jilles2015-01-031-2/+2
|
* MFC r274036 (by trasz):mav2015-01-034-14/+14
| | | | | s/icl_pdu_new_bhs/icl_pdu_new/; no functional changes, just a little nicer code.
* MFC r276141: Hide block device VPD pages for non-block devices.mav2015-01-031-17/+27
|
* MFC r275953: Replace ctl_min() macro with MIN().mav2015-01-036-42/+40
|
* MFC r275943: Constify some static data.mav2015-01-031-16/+16
|
* MFC r275942: Reduce number of places where global control_softc is used.mav2015-01-037-291/+245
| | | | | At some point we may want to have several CTL instances, and that is not really impossible.
* MFC r275864: Make sequence numbers checks more strict.mav2015-01-038-44/+81
| | | | | | | | While we don't support MCS, hole in received sequence numbers may mean only PDU loss. While we don't support lost PDU recovery, terminate the connection to avoid stuck commands. While there, improve handling of sequence numbers wrap after 2^32 PDUs.
* MFC r276322:kib2015-01-032-57/+25
| | | | | | Change the way the lcall $7,$0 is reflected to usermode. Instead of setting call gate, which must be 64 bit, put a code segment descriptor into ldt slot 0.
* install-info is also needed for installworld so add it to the bootstrap toolsbapt2015-01-021-1/+3
| | | | | Add BPATH to the installworld path to ensure using installworld works if install-info is not in base
* Trim the copyright year list to match the style in head.gjb2015-01-021-15/+0
| | | | Sponsored by: The FreeBSD Foundation
* Bump copyright year.gjb2015-01-021-0/+1
| | | | Sponsored by: The FreeBSD Foundation
* Prune stable/10 release notes page after 10.1-RELEASE.gjb2015-01-021-1260/+12
| | | | Sponsored by: The FreeBSD Foundation
* Bump copyright year.gjb2015-01-021-1/+1
| | | | Sponsored by: The FreeBSD Foundation
* Document the following security advisorires:gjb2015-01-021-3/+23
| | | | | | | | | - FreeBSD-SA-14:27.stdio - FreeBSD-SA-14:28.file - FreeBSD-SA-14:30.unbound - FreeBSD-SA-14:31.ntp Sponsored by: The FreeBSD Foundation
* Make texinfo a bootstrap tools this fixes cross building when makeinfo is not \bapt2015-01-021-14/+7
| | | | | | | | | available on the host Differential Revision: https://reviews.freebsd.org/D1410 Submitted by: ngie (initial patch) Reviewed by: ngie, imp MFC after: 1 week
* MFC r275435: Add sleep(1) to /rescue.delphij2015-01-021-1/+2
|
* MFC r270961alc2015-01-021-1/+1
| | | | Update a comment to reflect the changes in r213408.
* MFC r275930:delphij2015-01-021-1/+3
| | | | | | Plug a memory leak. Obtained from: DragonFlyBSD (commit 5119ece)
* MFC: r276052,r276053bapt2015-01-021-0/+15
| | | | | | | | | | | | | | | | | Build selective portions of gnu/usr.bin/texinfo as part of build-tools to ensure that building on a host without makeinfo (i.e. a host where make delete-old -DWITHOUT_INFO was run), then building with MK_INFO == yes doesn't manifest in build errors when building info pages This manifested itself like the following when I was build testing an MFC change on stable/10: makeinfo --no-split -I /usr/src/gnu/lib/libregex/doc -I /usr/src/gnu/lib/libregex/doc regex.texi -o regex.info makeinfo: not found *** [regex.info] Error code 127 make[6]: stopped in /usr/src/gnu/lib/libregex/doc 1 error
* MFC r273701, r274556alc2015-01-027-56/+117
| | | | | | | | | | | By the time that pmap_init() runs, vm_phys_segs[] has been initialized. Obtaining the end of memory address from vm_phys_segs[] is a little easier than obtaining it from phys_avail[]. Enable the use of VM_PHYSSEG_SPARSE on amd64 and i386, making it the default on i386 PAE. (The use of VM_PHYSSEG_SPARSE on i386 PAE saves us some precious kernel virtual address space that would have been wasted on unused vm_page structures.)
* MFC r276238:hselasky2015-01-0210-28/+74
| | | | | | Add proper Makefiles to build some infiniband example utilities. Sponsored by: Mellanox Technologies
OpenPOWER on IntegriCloud