| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Pointed out by: avg
Pointy hat to: dim
MFC after: 1 week
X-MFC-With: r247960
Notes:
svn path=/head/; revision=247962
|
|
|
|
|
|
|
|
|
| |
PR: kern/174714
Submitted by: 4721 at hushmail dot com
MFC after: 1 week
Notes:
svn path=/head/; revision=247961
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
puts the full original source filename in the STT_FILE entry of the ELF
symbol table, while gcc saves only the basename.
Since the DWARF DW_AT_name attribute contains the full source filename,
both for clang and gcc, ctfconvert takes just the basename of it, for
matching with the STT_FILE entry. So when attempting to match with such
an entry, use its basename, if necessary.
Reported by: avg
MFC after: 1 week
Notes:
svn path=/head/; revision=247960
|
|
|
|
|
|
|
|
|
|
| |
of just "cc", since there is no reason to cause additional path searches
in this case.
MFC after: 3 days
Notes:
svn path=/head/; revision=247953
|
|
|
|
|
|
|
|
|
|
|
| |
similar to what c99(1) does, to prevent "c89: illegal option -- 1"
messages, when clang is /usr/bin/cc.
Reported by: tijl
MFC after: 3 days
Notes:
svn path=/head/; revision=247951
|
|
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=247940
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is part of ongoing work on sbin/pw
M libutil.h
M gr_util.c
Approved by: theraven
Notes:
svn path=/head/; revision=247919
|
|
|
|
|
|
|
|
|
|
| |
is not set (255).
Reported by: sbruno
MFC after: 1 week
Notes:
svn path=/head/; revision=247918
|
|
|
|
|
|
|
| |
Submitted by: bde
Notes:
svn path=/head/; revision=247917
|
|
|
|
|
|
|
| |
behave the way OpenSSH expects.
Notes:
svn path=/head/; revision=247916
|
|
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=247915
|
|
|
|
| |
Notes:
svn path=/head/; revision=247914
|
|
|
|
|
|
|
| |
various repositories.
Notes:
svn path=/head/; revision=247913
|
|
|
|
|
|
|
| |
a number of builtin functions.
Notes:
svn path=/head/; revision=247912
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
laptops, namely X1, X1 Carbon, T420, T520.
PR: misc/176656
Submitted by: Hiren Panchasar <hiren.panchasara gmail.com>
Tested by: glebius, X1 Carbon
Tested by: osa, X1
Tested by: Hiren Panchasar, T420
Tested by: sbruno, T520
Reviewed by: mav
Sponsored by: Nginx, Inc.
Notes:
svn path=/head/; revision=247911
|
|
|
|
|
|
|
|
| |
Reviewed by: mav
Sponsored by: Nginx, Inc.
Notes:
svn path=/head/; revision=247910
|
|
|
|
|
|
|
|
|
|
|
| |
Fix a siftr(4) potential memory leak and INVARIANTS triggered kernel panic in
hashdestroy() by ensuring the last array index in the flow counter hash table is
flushed of entries.
MFC after: 3 days
Notes:
svn path=/head/; revision=247906
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
response to an rtprio_thread() call, when the priority is different
than the old priority, and either the old or the new priority class is
not RTP_PRIO_NORMAL (timeshare).
The reasoning for the second half of the test is that if it's a change in
timeshare priority, then the scheduler is going to adjust that priority
in a way that completely wipes out the requested change anyway, so
what's the point? (If that's not true, then allowing a thread to change
its own timeshare priority would subvert the scheduler's adjustments and
let a cpu-bound thread monopolize the cpu; if allowed at all, that
should require priveleges.)
On the other hand, if either the old or new priority class is not
timeshare, then the scheduler doesn't make automatic adjustments, so we
should honor the request and make the priority change right away. The
reason the old class gets caught up in this is the very reason for this
change: when thread A changes the priority of its child thread B from
idle back to timeshare, thread B never actually gets moved to a
timeshare-range run queue unless there are some idle cycles available
to allow it to first get scheduled again as an idle thread.
Reviewed by: jhb@
Notes:
svn path=/head/; revision=247905
|
|
|
|
| |
Notes:
svn path=/head/; revision=247904
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
using callout_reset_sbt() instead of callout_reset(). We can't remove
lower limit completely in this case because of significant processing
overhead, caused by unability to use direct callout execution due to using
process mutex in callout handler for sending SEGALRM signal. With support
of periodic events that would allow unprivileged user to abuse the system.
Reviewed by: davide
Notes:
svn path=/head/; revision=247903
|
|
|
|
|
|
|
|
|
| |
This was forgotten in the initial commit of strchrnul()
Approved by: theraven
Notes:
svn path=/head/; revision=247899
|
|
|
|
|
|
|
|
|
| |
select(), nanosleep() and kevent() functions after calloutng changes.
Reported by: bde
Notes:
svn path=/head/; revision=247898
|
|
|
|
|
|
|
|
| |
due to issues with the configure script incorrectly detecting utmp and
lastlog despite the fact that FreeBSD 10 does not have them any more.
Notes:
svn path=/head/; revision=247893
|
|
|
|
| |
Notes:
svn path=/head/; revision=247892
|
|
|
|
| |
Notes:
svn path=/head/; revision=247891
|
|
|
|
|
|
|
|
| |
Submitted by: "Duvvuru,Venkat Kumar" <VenkatKumar.Duvvuru Emulex.Com>
MFC after: 3 days
Notes:
svn path=/head/; revision=247880
|
|
|
|
|
|
|
| |
Submitted by: Chris Torek, torek at torek dot net
Notes:
svn path=/head/; revision=247871
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
will prevent the kernel from linking if the device driver are included
without the virtio module. Remove pci and scbus for the same reason.
Also explain the relationship and necessity of the virtio and virtio_pci
modules. Currently in FreeBSD, we only support VirtIO PCI, but it could
be replaced with a different interface (like MMIO) and the device
(network, block, etc) will still function.
Requested by: luigi
Approved by: grehan (mentor)
MFC after: 3 days
Notes:
svn path=/head/; revision=247870
|
|
|
|
|
|
|
| |
Obtained from: NetApp
Notes:
svn path=/head/; revision=247865
|
|
|
|
|
|
|
| |
by AAPCS.
Notes:
svn path=/head/; revision=247864
|
|
|
|
|
|
|
|
| |
This can happen in a short period when a prefix is changed by a rtmsg and a
new interface arrives.
Notes:
svn path=/head/; revision=247863
|
|
|
|
| |
Notes:
svn path=/head/; revision=247861
|
|
|
|
|
|
|
| |
with r158666. mount_ext2fs and mount_std were disconnected with r164527.
Notes:
svn path=/head/; revision=247860
|
|
|
|
|
|
|
|
|
|
| |
"nostrictjoliet" option for mount_cd9660(8) was completely replaced with
"brokenjoliet" somehow.
MFC after: 3 days
Notes:
svn path=/head/; revision=247859
|
|
|
|
| |
Notes:
svn path=/head/; revision=247856
|
|
|
|
|
|
|
|
|
| |
- Initialize info field in bcm_dma_reset
Submitted by: Daisuke Aoyama <aoyama@peach.ne.jp>
Notes:
svn path=/head/; revision=247855
|
|
|
|
|
|
|
| |
MFC after: 1 day
Notes:
svn path=/head/; revision=247854
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Import ZFS bpobj bugfix from vendor.
Illumos ZFS issues:
3603 panic from bpobj_enqueue_subobj()
3604 zdb should print bpobjs more verbosely
References:
https://www.illumos.org/issues/3603
https://www.illumos.org/issues/3604
MFC after: 1 week
Notes:
svn path=/head/; revision=247852
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
to illumos-gate 13977:af7f2603d4d7
Illumos ZFS issues:
3603 panic from bpobj_enqueue_subobj()
3604 zdb should print bpobjs more verbosely
Notes:
svn path=/vendor-sys/illumos/dist/; revision=247845
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
to illumos-gate 13975:ef6409bc370f
Illumos ZFS issues:
3582 zfs_delay() should support a variable resolution
3584 DTrace sdt probes for ZFS txg states
Notes:
svn path=/vendor-sys/illumos/dist/; revision=247844
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
to illumos-gate 13973:4972ab336f54
Illumos ZFS issues:
3464 zfs synctask code needs restructuring
Notes:
svn path=/vendor-sys/illumos/dist/; revision=247580
|
| |
| |
| |
| |
| |
| |
| |
| | |
Illumos ZFS issues:
3581 spa_zio_taskq[ZIO_TYPE_FREE][ZIO_TASKQ_ISSUE]->tq_lock is piping hot
Notes:
svn path=/vendor-sys/illumos/dist/; revision=247578
|
| |
| |
| |
| |
| |
| |
| |
| | |
Reported and tested by: gjb
MFC after: 1 month
Notes:
svn path=/head/; revision=247849
|
| |
| |
| |
| |
| |
| |
| |
| | |
Reported and tested by: gjb
MFC after: 1 month
Notes:
svn path=/head/; revision=247848
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
PACKAGESITE
Reviewed by: bdrewery
Notes:
svn path=/head/; revision=247843
|
| |
| |
| |
| |
| |
| |
| | |
MFC after: 2 weeks
Notes:
svn path=/head/; revision=247842
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Only look for boostrap useful options:
- PACKAGESITE
- ABI
- MIRROR_TYPE
- ASSUME_ALWAYS_YES
While here makes PACKAGESITE expand the ${ABI} variable.
Allow to deactivate any SRV record look up (MIRROR_TYPE=none)
Use the same mechanism as for pkgng itself: first get configuration out of
environment variable and fallback on pkg.conf if exists.
Reviewed by: bdrewery
Notes:
svn path=/head/; revision=247841
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
this library outside of base.
Requested by: simon
Notes:
svn path=/head/; revision=247840
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This fixes a build error at the same time (unused variable "item"), if
the kernel is compiled without INVARIANTS.
Reported by: Hartmann, O. <ohartman@zedat.fu-berlin.de> (build error)
Reviewed by: Konstantin Belousov (kib@)
Notes:
svn path=/head/; revision=247839
|
| |
| |
| |
| |
| |
| |
| |
| | |
Noted by: marius, rdivacky
MFC after: 1 month
Notes:
svn path=/head/; revision=247838
|