208255 Commits

Author SHA1 Message Date
jakllsch
74ac6cec3b Add and enable detachment and child detachment functions. 2012-01-17 16:32:03 +00:00
jakllsch
b5ca2ea8e0 Add NULL pmf handlers. 2012-01-17 16:28:33 +00:00
perseant
76c43fd1cf Use an even smaller segment size when creating a very small filesystem.
This allows the lfs_renamerace_dirs case of the t_renamerace test to
fail correctly, rather than with a bogus "file system full" error as it
has since rev 1.135 of sys/ufs/lfs/lfs.h.
2012-01-17 16:27:19 +00:00
wiz
471c81de25 sqlite-3.7.10 out. 2012-01-17 16:27:15 +00:00
jakllsch
4cca397be1 Include sysmonvar.h for envsys types. 2012-01-17 16:14:47 +00:00
jakllsch
1f8a40d418 +gsip(4) 2012-01-17 16:03:37 +00:00
joerg
e45edbfd7a Regen 2012-01-17 15:53:24 +00:00
joerg
e39ef1d61e Update LLVM/Clang snapshot to r148262 for some bugfixes. 2012-01-17 15:51:55 +00:00
nonaka
2396084197 fix struct kloader_bootinfo address. 2012-01-17 15:48:33 +00:00
nonaka
8c99168e8d zaudio(4) works fine for me. 2012-01-17 15:43:54 +00:00
joerg
19668631d6 ah_regdomain.c doesn't use -Wno-error anymore. 2012-01-17 15:38:44 +00:00
skrll
76d0fa9c79 Fix the symbol lookup on branches, etc. 2012-01-17 12:32:52 +00:00
skrll
0cca944d9e Add some space to the output. 2012-01-17 12:08:43 +00:00
skrll
940edeb552 Remove comment that shouldn't have crept in. 2012-01-17 10:56:56 +00:00
cegger
a02b2c29fa fix secmodel implementation of CPU_UCODE.
ok wiz@ for the manpages
ok elad@
2012-01-17 10:47:26 +00:00
martin
89eb27aa2c Add a few KASSERT() - I have a crash that likely will cause one of them to
fire...
2012-01-17 09:30:16 +00:00
wiz
185b329ee7 Bump date for previous. 2012-01-17 08:23:40 +00:00
wiz
bca510b70c Add -n to usage. 2012-01-17 08:22:09 +00:00
wiz
e80c7409db New sentence, new line. Bump date for previous. Sort SEE ALSO. 2012-01-17 08:20:58 +00:00
mbalmer
04ad68ff98 Add uts(4) man pages 2012-01-17 08:13:41 +00:00
macallan
e7d8279470 get rid of HAVE_OPENFIRMWARE 2012-01-17 07:48:48 +00:00
mbalmer
0d7eed0028 Remove trailing whitespace. Reported by Brad Harder. 2012-01-17 07:04:08 +00:00
christos
fc5fe3c352 PR/45850: Pierre Pronchery: USB multi-touch panels are not supported 2012-01-17 03:49:19 +00:00
jakllsch
5001d79ae8 In addition to %[er]ax, rep xstore-rng also clobbers %[er]cx and %[er]di.
As such, mark them as outputs, as is done in the VIA Padlock example code.
Additionally, let's assume that VIAC3_RNG_BUFSIZ is in bytes and not DWords.
Furthermore assume that there are not 1 but NBBY bits of entropy per byte.

Fixes PR kern/45847 for me.
2012-01-17 03:39:33 +00:00
jakllsch
27b61ac89c leading whitespace too! 2012-01-17 03:06:33 +00:00
jakllsch
ef801a42b4 drop trailing whitespace 2012-01-17 03:01:39 +00:00
jmmv
2dcaa361a2 Note import of atf 0.15. 2012-01-16 22:44:15 +00:00
jmmv
5436766ad5 Update reachover build files and scripts to deal with the just-imported
atf 0.15.
2012-01-16 22:42:40 +00:00
jmmv
36b886fe83 Resolve conflicts after the import of atf 0.15. 2012-01-16 22:41:30 +00:00
jmmv
a551a20f66 Import atf 0.15: the major goal of this import is to reconcile any local
changes to the atf codebase with upstream code.  All local changes should
have been backported, with appropriate portability workarounds where
necessary.

This new release also includes other changes though, such as performance
improvements and bug fixes, and also a major new feature partially
implemented by pgoyette@: the time to execute each test cases and test
program is now recorded and included in the output reports.

The import into NetBSD has been tested natively on amd64 and macppc, and
the full test suite has also been run through anita on amd64 and i386.
No regressions observed... but you never know.

From the NEWS file, the changes in this version are as follows:

Experimental version released on January 16th, 2012.

* Respect stdin in atf-check.  The previous release silenced stdin for any
  processes spawned by atf, not only test programs, which caused breakage
  in tests that pipe data through atf-check.

* Performance improvements to atf-sh.

* Enabled detection of unused parameters and variables in the code and
  fixed all warnings.

* Changed the behavior of "developer mode".  Compiler warnings are now
  enabled unconditionally regardless of whether we are in developer mode or
  not; developer mode is now only used to perform strict warning checks and
  to enable assertions.  Additionally, developer mode is now only
  automatically enabled when building from the repository, not for formal
  releases.

* Added new Autoconf M4 macros (ATF_ARG_WITH, ATF_CHECK_C and
  ATF_CHECK_CXX) to provide a consistent way of defining a --with-arg flag
  in configure scripts and detecting the presence of any of the ATF
  bindings.  Note that ATF_CHECK_SH was already introduced in 0.14, but it
  has now been modified to also honor --with-atf if instantiated.

* Added timing support to atf-run / atf-report.

* Added support for a 'require.memory' property, to specify the minimum
  amount of physical memory needed by the test case to yield valid results.

* PR bin/45690: Force an ISO-8859-1 encoding in the XML files generated by
  atf-report so that invalid data in the output of test cases does not
  mangle our report.
2012-01-16 22:36:30 +00:00
christos
dc7062b2b8 use the join URL. 2012-01-16 22:20:45 +00:00
christos
3dfcf5c1ba Instead of using the general servers, use the ones allocated specifically
for the NetBSD project.
2012-01-16 22:12:41 +00:00
pgoyette
440a886090 Enhance drvctl -p processing to handle new autoconfig info in property
dictionaries.
2012-01-16 19:43:50 +00:00
pgoyette
0a2d38dd59 Include autoconfig info interface-attributes, locators) in device property
dictionaries.
2012-01-16 19:42:40 +00:00
christos
488f092662 PR/45796: Evgeniy Ivanov minixfs3 support. 2012-01-16 18:46:20 +00:00
christos
8ead40fd5d PR/45796: Evgeniy Ivanov minixfs3 support.
Split out fn_match since we have 3 copies now.
2012-01-16 18:44:13 +00:00
jakllsch
160c3509dc Add DECchip EB140 reference design GPIO definitions.
From document EC-QD2SA-TE.
2012-01-16 17:58:02 +00:00
christos
7f5fd4a5cd PR/45842: Henning Petersen: compare fgets with NULL not 0 2012-01-16 17:38:16 +00:00
christos
201c7d20ac PR/45841: Henning Petersen: One sizeof is enough. 2012-01-16 17:34:18 +00:00
drochner
769741476b move kame_ipsec.4 almost completely into ipsec.4 because it is valid
for fast_ipsec as well
2012-01-16 16:27:59 +00:00
jmcneill
aba0fbc227 Only match supported boards. 2012-01-16 15:33:50 +00:00
christos
3c15bad9a7 PR/45843: Henning Petersen: Fix resource leak on error. 2012-01-16 14:57:45 +00:00
jmcneill
e6501d623a add irmce(4), cir@irmce, and cir@emdtv 2012-01-16 14:44:07 +00:00
jmcneill
90f9cd7249 add cir@emdtv 2012-01-16 14:43:09 +00:00
ahoka
1e8c5f14c3 use enum instead of macros
add some input validation
cleanup
2012-01-16 12:28:47 +00:00
ahoka
fd29905a07 cleanup macros 2012-01-16 12:17:55 +00:00
cegger
cabfe37a13 include limits.h for PATH_MAX. Reported by njoly@. 2012-01-16 10:36:16 +00:00
skrll
cee4ef4ec5 Don't NULL deref on unknown subop, e.g. PA2.0 instruction.
Print undefined instead of ???.
2012-01-16 09:01:35 +00:00
jmcneill
4b2d521801 use ${CDIMAGE} instead of ${CDBASE}.iso 2012-01-15 22:34:33 +00:00
christos
24352c32b9 fix previous; use append instead of write. 2012-01-15 20:43:24 +00:00