Commit Graph

210578 Commits

Author SHA1 Message Date
uwe 04d84125dd Regen for Marvell Yukon 88e8040 ethernet. 2012-04-04 23:00:35 +00:00
uwe 566d60f313 Add Marvell Yukon 88e8040 ethernet. 2012-04-04 22:58:56 +00:00
tron fe27549953 Assert that we can a valid inode when looking up a file handle. 2012-04-04 19:52:48 +00:00
njoly 7e04109e7f New testcase that check file flags with unprivileged credentials. 2012-04-04 18:53:34 +00:00
christos 5662c2716e trailing whitespace police. 2012-04-04 17:47:03 +00:00
njoly 3a994bcc03 For 1's and 2's complement sensor data, convert unsigned raw data to a
signed type before proceeding any computation. Fix handling of
negative temperatures that can be set for critmin/warnmin limits.
2012-04-04 17:44:31 +00:00
christos 49758559c7 - remove unused thread (non-lwp) code.
- make the get method return the value, and only add 1 in the put method.
2012-04-04 13:33:19 +00:00
joerg b757af438b Disable new -Wstring-plus-int warning where needed for now.
Adjust various places that add GCC-only options to check for the active
compiler first.
2012-04-04 10:59:44 +00:00
joerg c25d63d977 -enable-iv-rewrite is neither supported nor needed with LLVM now.
The one case where it was a big win was partially an inliner bug and
the changes to the inline cost estimate are much smaller over all.
2012-04-04 10:54:44 +00:00
joerg be8014a7fa Try fixing t_strtod to not depend on -ffloat-store by adding the
necessary volatiles.
2012-04-04 10:52:59 +00:00
joerg 719fcf70e0 Hook up llvm-readobj for LLVM_DEVELOPER builds. 2012-04-04 10:44:21 +00:00
joerg 103b308da9 Update LLVM/Clang snapshot to r153935. This brings in the new inline
cost analysis.
2012-04-04 10:42:00 +00:00
joerg 3c1c42ed5f Make it easier to specify the list of checkers to enable for the static
analyzer.
2012-04-04 10:37:18 +00:00
joerg 114f211aa1 Be UTF8 clean. 2012-04-04 10:03:53 +00:00
bsh 0e9f71e12b add phony targets to build gzimg files for specified kernels, instead
of building all gzimg files in TARGETS.
2012-04-04 07:32:29 +00:00
agc 76f4f39125 Add a pthread cancel stub for sigwait, following Onno van der Linden's
analysis in PR 45131.  Kindly tested by Hisashi T Fujinaka (using csup
as the test case) with a successful outcome.

OK martin@
2012-04-04 06:29:16 +00:00
bsh fd3bb38e58 support WSDISPLAY_COMPAT_RAWKBD for TWINTAIL's on-board matrix keys. 2012-04-04 01:40:57 +00:00
bsh 87767e019d enable X11 build for evbarm. 2012-04-04 01:23:26 +00:00
riz e2ee1d7c81 s/netbsd.org/NetBSD.org/, per mspo@ 2012-04-03 22:21:13 +00:00
rmind 292c7718d8 npf_tcp_inwindow: in a case of negative skew, bump the maximum seen value of
SEQ+LEN in the receiver's side correctly (using ACK from the sender's side).

PR/46265 from Changli Gao.
2012-04-03 22:14:12 +00:00
njoly c379c0d9df Add missing braces in previous commit. 2012-04-03 14:58:55 +00:00
skrll 60ad3ee003 Use GET_CURLWP 2012-04-03 14:18:14 +00:00
skrll c9ea173f37 Comments. 2012-04-03 14:15:47 +00:00
skrll 2f90a90b34 Re-arrange to deal with LOCKDEBUG/MULTIPROCESSOR properly. 2012-04-03 14:13:26 +00:00
skrll 32ee1e59d6 Kill cpu_gethpa by using the HPA stored in the cpu_info structure. 2012-04-03 12:07:26 +00:00
matthias 3b1e581385 Stop playing games with stdin and stdout file descriptors.
calendar did not work with nss_ldap installed. Typical symptoms were
      cc1: error: stdout: Bad file descriptor
in daily.out.
2012-04-03 12:03:04 +00:00
skrll 896e94351b Make MULTIPROCESSOR compile. 2012-04-03 11:44:32 +00:00
skrll bca73265dc Remove unnecessary #includes. 2012-04-03 11:43:36 +00:00
roy 2bbf0ef7b5 Wrap our restart command using if ... then so that we return zero
if it doesn't exist or is not running.
Depend on this Makefile so that if the restart command structure changes
the subscribers are rebuilt.
2012-04-03 10:50:46 +00:00
plunky 7e98c91dc1 register/deregister pmf(9) NULL handlers for bthub(4) and
bluetooth devices which attach there, to fix PR/39006
2012-04-03 09:32:53 +00:00
agc 6578e3b1a4 fix a couple of typos 2012-04-02 22:06:47 +00:00
christos 1b4e5840af don't print 2 lines of info, remove the bogus one. 2012-04-02 21:08:02 +00:00
christos bac18f3659 Pull FreeBSD fix from Andreas Tobbler:
- Write the ISO9660 descriptor after the apm partition entries.
- Fill the needed pmPartStatus flags. At least the OpenBIOS
  implementation relies on these flags.

This commit fixes the panic seen on OS-X when inserting a FreeBSD/ppc disc.
Additionally OpenBIOS recognizes the partition where the boot code is located.
This lets us load a FreeBSD/ppc PowerMac kernel inside qemu.
2012-04-02 19:01:21 +00:00
christos b18e393059 add apple partition status information bits. 2012-04-02 18:53:54 +00:00
skrll 79901ad76b Fix crash(8) build on hppa. 2012-04-02 13:18:04 +00:00
plunky d1525add95 language improvement 2012-04-02 09:56:58 +00:00
nisimura dfe17599fe Change Ethertype 0x80df symbolic name. According to the real
if_ether.h, dated back to 1991, Integrated Solution, Inc. used the
following definitions.

#define ETHERTYPE_WIPC          0x80DE  /* ISI: WIPC protocol */
#define ETHERTYPE_ISIBOOT       0x80DF  /* ISI: bootd enet protocol */
#define ETHERTYPE_ISIBOOT_OLD   0x0807  /* ISI: old bootd (NOT OFFICIAL!) */
#define ETHERTYPE_RFS           0x0813  /* ISI: RFS protocol (NOT OFFICIAL!) */

No functionality change is expected.
2012-04-02 09:01:30 +00:00
njoly 796009d11f Report the SF_ARCHIVED file flag if set. 2012-04-02 07:30:22 +00:00
njoly 5dfcab3622 Note that amd64 defaults to 32k read/write data size, just like i386. 2012-04-02 07:27:43 +00:00
rmind 5f6fa3d5ee Add NPF config retrieval routines. 2012-04-01 19:16:24 +00:00
para a2b8e32362 don't overallocated once we leave the caches 2012-04-01 17:02:46 +00:00
tron e973144828 Correct maintainer. 2012-04-01 14:09:47 +00:00
tron 5de6b4a07f Add entry for "expat" as requested by Thomas Klausner. 2012-04-01 14:06:04 +00:00
tron 32e86504e9 Sort, or well, at get this one step closer to being sorted. 2012-04-01 14:01:12 +00:00
dholland 343b89fd86 The movers came, a long time ago. Closes PR 44860. 2012-04-01 00:29:20 +00:00
njoly ea834bf0c0 Make v7fs_getattr() report file flags, and adjust v7fs_setattr() to
allow unsetting SF_APPEND flag.
2012-03-31 21:44:28 +00:00
christos f8c8cd087a document gmake export command 2012-03-31 14:46:16 +00:00
nonaka 1e92636e2f Add support kloader(4) for PXA2X0. 2012-03-31 14:02:54 +00:00
jruoho 4970a4c570 Note PR bin/14558. 2012-03-31 11:41:33 +00:00
tsutsui 233bd31e86 Don't call sh_dcache_inv_range() on BUS_DMASYNC_POSTREAD ops
as other mips and arm ports.

All cached data is cared on BUS_DMASYNC_PREREAD and
invalidating cache without writeback could cause unexpected
data loss if specified sync region is not cacheline aligned.

This may fix "ffs_alloccg: map corrupted" panic on acardide IDE disks,
which didn't happen on USB HDD.
2012-03-31 06:35:11 +00:00