Commit Graph

227545 Commits

Author SHA1 Message Date
wiz
5fcc88689f Also look in new pkgsrc default path, /usr/pkg/share/fonts.
Noted by tsutsui.
2014-06-05 10:45:39 +00:00
matt
64549e93a9 Start to flesh out the A10 timer code. 2014-06-05 03:48:32 +00:00
matt
a09b90858a Start of the 10/100 driver. 2014-06-05 03:48:08 +00:00
matt
95c1bdef07 Cleanup a few MULTIPROCESSOR issues. 2014-06-05 03:46:26 +00:00
matt
dcb86d012e Fix occupancy bug. 2014-06-05 03:45:48 +00:00
wiz
d16e5aacd1 Remove set-but-unused variable.
From John D. Baker on current-users.
2014-06-04 21:42:35 +00:00
matt
c5a433948d Modify compiler HACK to be for GCC 4.1 only 2014-06-04 21:24:54 +00:00
abs
c3de74ff4e Sync (commented out) some of the network and filesystem related
blocks from GENERIC. Only functional change is to comment out tun
in DISKLESS to match GENERIC.
2014-06-04 20:21:24 +00:00
martin
1d2ec51731 When uncompressing the kernel, allow overwriting of an existing one in the
cdrom content directory - this helps update builds.
2014-06-04 19:31:57 +00:00
tron
d734beeb2c Fix build with stack smash protection enabled. 2014-06-04 19:07:22 +00:00
macallan
e6bc9ea9c2 n32 kernel for IP2x 2014-06-04 18:19:20 +00:00
macallan
d7c35639df fix comments 2014-06-04 18:18:21 +00:00
matt
4ed1ab1100 Don't match an indexed address of the form val[reg]. 2014-06-04 16:11:32 +00:00
riastradh
9f975af5fa Mark variables __diagused. 2014-06-04 13:52:52 +00:00
reinoud
15518d6bb7 Remove comment about possible identification of the MCUCTL 2014-06-04 10:27:26 +00:00
martin
1274c63375 Patch from Nobuyoshi SATO: scale secondary cpu frequency in attach message
just like the primary one.
2014-06-04 07:06:03 +00:00
matt
b870133566 Add some peepholes to help pushing of adjacent registers or memory locations
on the stack.  Add a peephole to translate two pushes on integers into
one push of a DImode register.
2014-06-03 22:34:28 +00:00
matt
f8174f3ae5 Fix tpyo. 2014-06-03 22:31:48 +00:00
joerg
deae2c9ba3 Always use_sysctl in preparation of removing all kvm code. 2014-06-03 22:22:41 +00:00
joerg
6cf722d5a8 GC left-over kread. 2014-06-03 21:56:30 +00:00
joerg
472ed4a521 Use CPU statistics from uvmexp when possible. 2014-06-03 21:56:03 +00:00
joerg
201b45ebb5 Use kern.clockrate if possible. 2014-06-03 21:45:41 +00:00
joerg
100b00cbbc Convert the remaining uvmexp users to the sysctl as default source. 2014-06-03 21:41:56 +00:00
joerg
5b23be7ac8 Use vm.uvmexp data as much as possible for vmstat -s.
Temporarily disable shadowing warning until the other users are cleaned
up.
2014-06-03 21:31:54 +00:00
joerg
b8fbec4871 Regen. 2014-06-03 21:16:37 +00:00
joerg
94adc2671a Provide sysctl for namecache statistics. 2014-06-03 21:16:15 +00:00
christos
175b819734 For consistency, handle REQUISITE modules the same way as we handle REQUIRED
and BINDING.
2014-06-03 20:22:54 +00:00
christos
dab998a96b CVE-2014-3879: Incorrect error handling in PAM policy parser:
Missing module files were treated as soft failures leading to
unexpected behavior if policy files were copied between hosts with
differently installed modules or in the short period during upgrades
when module files were being replaced.
2014-06-03 20:21:32 +00:00
palle
1a4ece95a2 sun4v: rename upaid_from_node() to cpuid_from_node() - make the function able to extract the cpuid from the cpu nodes reg property (sun4v only) - ok martin@ 2014-06-03 20:01:34 +00:00
riastradh
a8f2a2efec Rework gen6 aperture/gtt size detection. Mark variables __diagused. 2014-06-03 19:49:37 +00:00
joerg
0ae69ecb1a Don't play loop games, just enumerate the 10 fields explicitly. 2014-06-03 19:42:17 +00:00
riastradh
c910302de2 Mark variables __diagused. 2014-06-03 19:40:37 +00:00
joerg
57f7a68562 Regen. 2014-06-03 19:30:48 +00:00
joerg
11581dcbbb Introduce two helper functions to centralise the namecache statistics
in vfs_cache.c. Use consistent locking around the per-cpu data.
2014-06-03 19:30:29 +00:00
reinoud
d906f0570d Add used pmu registers, sysreg registers and usb phy registers for USB2. More
are added when used.
2014-06-03 15:56:14 +00:00
reinoud
0aa48c65c7 Explicitly mark MCUCTL_ISP_OFFSET as an unknown module to prevent confusion 2014-06-03 15:51:59 +00:00
riastradh
db479d6e55 Ensure we call uvmfault_unlockall on every exit from i915_gem_fault. 2014-06-03 15:06:36 +00:00
riastradh
a21c03fe5f Fix atomic_dec_and_test in <linux/atomic.h>: test 0, not -1. 2014-06-03 14:59:30 +00:00
wiz
82d04f72be Fix a bug that caused an error about a UNIQUE constraint violation.
Patch from Abhinav Upadhyay.
2014-06-03 14:42:41 +00:00
msaitoh
dac18f56e9 Avoid buffer overflow which was added in rev. 1.52.
This change fix a panic at boot time (PR#47950 Reported by Bert Kiers).

 OK'd by tls.
2014-06-03 13:53:28 +00:00
riastradh
c1c5dda87a libdrm_intel needs libpciaccess (kinda spuriously, but whatever). 2014-06-03 13:51:52 +00:00
macallan
5dbd45e441 actually get rid of actually unused variables, still works on my Indy
thanks mrg
2014-06-03 12:15:00 +00:00
njoly
954ca52517 Add testcase that check lstat(2) values for symbolic links (PR
kern/48864).
2014-06-03 11:56:07 +00:00
ozaki-r
f71f52bb9b Call ifp->if_output in revarprequest with KERNEL_LOCK held
Otherwise, it hits KASSERT(KERNEL_LOCKED_P()) in ether_output
when nfs_boot fails and tries RARP.
2014-06-03 01:24:32 +00:00
joerg
93b8079710 GC unused variables. 2014-06-02 22:57:50 +00:00
joerg
a300913f30 Remove remaining kvm glue. 2014-06-02 19:29:58 +00:00
joerg
11c4049413 Drop kvm-based access for driver statistics. 2014-06-02 19:29:00 +00:00
gdt
335863a998 Add test environment considerations from tests.atf.7.
Bump date in an attempt to avoid provoking wizd(1).
2014-06-02 19:17:08 +00:00
joerg
8670ce0cf0 Make missing kern.evcnt an error, don't try to fallback to kmem use. 2014-06-02 19:16:10 +00:00
joerg
b760a206df Remove majority of KVM usage. 2014-06-02 18:17:51 +00:00