Commit Graph

208587 Commits

Author SHA1 Message Date
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
wiz 9ac11c40f8 Bump date for previous. 2012-01-15 20:27:58 +00:00
jakllsch 6e489b1b05 Add WDCTL_HOB. Will be used for LBA48 support in AT_READREG. 2012-01-15 20:08:54 +00:00
joerg 6bc6b7aae6 Now that the name of the ISO image is no longer stable, rename the
variable to make it possible to overwrite the default with
build.sh -V CDROM_IMAGE=...
2012-01-15 17:36:55 +00:00
joerg e5f626f9f7 Add nhpow(4) 2012-01-15 17:33:23 +00:00
cherry 51736efbb0 for xen on amd64 PDP_BASE points to the per-cpu ci->ci_kpm_pdir copy of *pmap_kernel()*'s L4 pdir, which is an alias for ci->ci_kpm_pdir. This is unlike PAE, where PDP_BASE points to the per-pmap pm_pdir consisting of 4 pages, the last of which is the "shadow". This "shadow" is not used directly in an active pmap, since it duplicates the kernel space and, for PAE, xen dissallows multiple cpus pointing to the same L3[3] page. Therefore, we use a per-cpu copy of the pmap_kernel() pdir's L3[3] page, ci->ci_pae_l3_pdir[3], while L3[0-2] point to the original pmap's pm_pdir[0 - 2]. Thus the "shadow" pdir only exists on i386 PAE. Note that on PAE, the recursive PDIR_SLOT_PTE is not per-cpu, and therefore cannot be made to point to per-cpu pdirs via (L4_BASE + PDIR_SLOT_PTE), unlike xen x86_64 where this is exactly the case. 2012-01-15 16:48:31 +00:00
jmcneill fde1964dc4 add & enable digital tv capture support 2012-01-15 15:05:06 +00:00
phx ab290269c1 Introduce nhpow(4) man page. 2012-01-15 14:40:15 +00:00
phx 255a91ac60 Extend the list of supported NAS products for satmgr(4).
Describe the sysctl(8) variables for Iomega StorCenter.
2012-01-15 14:35:56 +00:00
nonaka 6557e2c1cc Don't lock sc->sc_intr_lock at halt_output(), halt_input().
sc->sc_intr_lock is already locked by audio_close().
2012-01-15 10:59:50 +00:00
jmcneill bf48f3f746 close file descriptors at shutdown 2012-01-15 10:51:12 +00:00
jmcneill bd720a636c sync disks and unmount at shutdown, and run shutdownhooks + pmf shutdown
handlers
2012-01-15 10:45:03 +00:00
jmcneill 3253211708 if syscallemu returns -1 and sets errno = EACCES, it means it's already
enabled for this pid. don't treat this as a failure.
2012-01-15 10:35:08 +00:00
jmcneill 54fbc97dfe don't modify command-line parameters 2012-01-15 10:30:21 +00:00
jmcneill a60846ba16 allow specifing the root device with 'root=ldN' parameter 2012-01-15 10:18:58 +00:00
dholland 2695a1d37b typo 2012-01-15 06:53:23 +00:00
perseant 6817051e58 Corrections to part of rev 1.140. lfs_bmapv, not lfs_markv, marks vnodes
LFSI_BMAP and recycles them.  This greatly reduces the writing leakage
occurring when the filesystem has no space available for non-cleaning
writes.
2012-01-15 04:42:04 +00:00
christos 65445fb66d make -R work the same in ftp:// like it does for http:// (i.e. work if
there is no local file).
2012-01-15 03:58:28 +00:00
agc 432569f3fe Thanks to rmind for the feedback; explain the status of some roadmap items
a bit more fully.
2012-01-15 03:11:13 +00:00