208371 Commits

Author SHA1 Message Date
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
agc
ff1d4d2e02 update the things in NetBSD 6.0 2012-01-15 02:58:39 +00:00
agc
3ba9786c14 bring the networking roadmap up to date. 2012-01-15 02:56:17 +00:00
agc
41dbd55db6 sync the system roadmap with reality 2012-01-15 02:49:12 +00:00
agc
8ac5edf2e4 bring the virtualization roadmap up to date. 2012-01-15 02:45:42 +00:00
agc
00c311bc00 Add 3 scripts which are useful for making images for usermode, or any
embedded platform in particular.

+ mkimage will make an autosized image in a file (using vnd) from sets
the resulting image can be mounted read-only, with tmpfs used for volatile
files on top of read-only bases

+ mkpkgs will make an autosized image in a file (using vnd) from binary
packages

+ usermode is an easy way to invoke usermode, making sure that bridging
is set up properly, and that the host syscallemu module is loaded. This
script then runs usermode with two file images (as produced by mkimage
and mkpkgs)
2012-01-15 02:01:02 +00:00
rmind
4b85474b41 - Expire all sessions on flush.
- Enable checking for zero mask in IP{4,6}MATCH after npfctl changes.
- Make locking symmetric for npf_ruleset_inspect().
- Sync function prototypes in npf(3) man page with reality.
- Rename NPF_TABLE_RBTREE to NPF_TABLE_TREE.
2012-01-15 00:49:47 +00:00
jmcneill
e3566f5c30 Add options INSECURE, as sysinst requires it. Now I can boot an x86 install
CD image.
2012-01-15 00:25:33 +00:00
jmcneill
ae49ab9d52 add cd9660 2012-01-15 00:15:23 +00:00
jmcneill
ce4646dd28 PR# install/44593: Please give release ISO's more meaningful names
Change release ISO filenames, what was once 'i386cd.iso' will now look
like 'NetBSD-5.99.60-i386.iso'.

ok snj@
2012-01-14 22:56:30 +00:00
phx
378ef295da The manufacturer is called Netronix, not Netronics. 2012-01-14 22:40:29 +00:00
phx
96d91a78ef Netronics is spelled Netronix. 2012-01-14 22:36:54 +00:00
agc
748b6ea377 Bring the storage roadmap up to date wrt 6.0 and features. A huge thank you
to dholland for his help on this.

This still has some updates to happen for post-6.0 features; they will
be added RSN.
2012-01-14 22:06:16 +00:00
reinoud
7752740c40 Reimplement userret() to also include AST for preemption.
Note it would be nice if we could do the check "are we going to userland?" in
a less intrusive way.
2012-01-14 21:45:28 +00:00
reinoud
367a9d86d8 Revert back to IPL_SOFTCLOCK so its lower than IPL_SHED 2012-01-14 21:42:51 +00:00
plunky
a1de434dbe don't behave differently when DIAGNOSTIC is defined 2012-01-14 21:37:17 +00:00
reinoud
4d50950c67 Cleanup clock.c removing unneeded function 2012-01-14 21:24:52 +00:00