Commit Graph

201259 Commits

Author SHA1 Message Date
manu
1b0d8e317f Display SOCK_SEQPACKET local sockets in sockstat and netstat 2011-05-29 04:45:08 +00:00
manu
ea8795d868 Add SOCK_SEQPACKET for local sockets 2011-05-29 03:34:33 +00:00
manu
d1c4787eb6 Add SOCK_SEQPACKET to PL_LOCAL sockets. Based on patch from Jesse Off,
submitted 8 years ago:
http://mail-index.netbsd.org/tech-kern/2003/04/14/0006.html
2011-05-29 03:32:46 +00:00
christos
662aaad8a2 undo the multiple inclusion protection part. 2011-05-29 01:14:31 +00:00
rmind
8a0123cd33 - Prevent tmpfs.h from inclusion in userland.
- Clean up and KNF tmpfs.h a little bit.
2011-05-29 01:00:50 +00:00
alnsn
1ff2a8d080 Fix typo in a comment. 2011-05-28 23:24:58 +00:00
phx
a19dce7f31 regen 2011-05-28 22:54:08 +00:00
phx
d04c2d9218 Renamed VT6410 to VT6410_RAID. 2011-05-28 22:53:23 +00:00
phx
b22ae29ee8 regen 2011-05-28 22:48:50 +00:00
phx
ab0ab976ea Add VIA VT6410 ATA RAID controller. 2011-05-28 22:47:58 +00:00
cheusov
a541b13903 fix bug in section .ORDER of make.1 2011-05-28 21:53:54 +00:00
jakllsch
00e7afeb1b Restore ci_intr_depth increment for duration of pic_do_pending_ints() lost
when this code was moved.
2011-05-28 20:56:37 +00:00
jakllsch
afd99f0d15 Remove unused local variable.
Spelling fix in comment.
2011-05-28 20:53:57 +00:00
matt
2a1887ef27 Allow COM_TOLERANCE to be tweakable. If comspeed returns an invalid
rate, don't use that error value to set the speed.
2011-05-28 19:30:19 +00:00
ryo
4ae977866e many whitespace cleanup. 2011-05-28 16:58:51 +00:00
tron
3256d5bc1c Move regression test for PR kern/44986 from "kernel" to "syscalls" as
the later directory seems to be a better fit.
2011-05-28 16:12:56 +00:00
tron
8bcd25a1a3 Fix rump build which got broken by the fix for PR kern/44986. 2011-05-28 16:07:43 +00:00
tsutsui
4c77d823c3 Revert changes for PR kern/44907
http://mail-index.NetBSD.org/source-changes/2011/05/27/msg022584.html
for now.  It might cause a panic in ehci_freex() on device detach
as reported by Paul Goyette on current-users@.
2011-05-28 15:47:17 +00:00
christos
15a7fd712a PR/44896 has been fixed.
BTW: We've created a mess here again with the directory structure of the
tests. What goes in syscalls, what goes in sys, and what goes in kernel?
I think we should follow the userland location for paths where those should
be defined, so everything should go into libc/sys.
2011-05-28 15:37:11 +00:00
christos
e23b76ca1c add a timeout test 2011-05-28 15:34:49 +00:00
christos
0b60c7be7c If a signal did not fire, restore the original signal mask for pselect/pollts
using a signal mask. Tested by tron.
2011-05-28 15:33:40 +00:00
tron
3b708a2134 Add two test cases for pollts(2):
- The first tests basic functionality e.g. timeouts and correct events.
- The second tests whether pollts(2) correctly restores the signal mask.
  This test currently fails because of PR kern/44986.
2011-05-28 15:24:49 +00:00
christos
abe8ec29d9 Handle string concatenation in terms:
'{ print "foo" > "file" ".txt"; }',
2011-05-28 15:13:04 +00:00
matt
ab7dfecff1 Since we mostly use RAS (even if we have LL/SC), need to check for lock ras
addresses even on ll/sc capable CPUs.
2011-05-28 14:40:13 +00:00
phx
fbc9e96bfd Add direct config support for all devices used by sandpoint. 2011-05-28 13:59:31 +00:00
ryo
a584933737 many whitespace cleanup.
confirmed "cvs diff -b" are identical.
2011-05-28 13:01:49 +00:00
tsutsui
72050b117c - remove unnecessary (pasto?) line on RRIP PL handling for moved dir
- RRIP RE length should be 4, not 0
2011-05-28 11:59:29 +00:00
ryo
1dbe16cda3 add entry for SystemBase SB16C1054/SB16C1058 2011-05-28 11:12:22 +00:00
ryo
b163ca7de6 Add support for SYSTEMBASE SB16C105x 4-port/8-port serial PCI cards.
- Added initialize code for SB16C105x to puc.c, but
  It is better to add a member (*config_function)() to
  struct puc_device_description and use it
- It seems SB16C1054 *rev 0x91* has different BAR layout, but not supported yet.
2011-05-28 10:48:50 +00:00
ryo
1924fdd283 Regen. 2011-05-28 10:45:08 +00:00
ryo
c1dc84bf44 add SystemBase SB16C1058 8 port serial cards 2011-05-28 10:44:43 +00:00
spz
fc67f3fcc1 Import bind 9.8.0-P2 2011-05-28 06:52:27 +00:00
tsutsui
47141a5654 Update description about kernel sets etc.
(no GENERIC but IPAQ, JORNADA720, WZERO3 kernels)
2011-05-28 06:25:43 +00:00
tsutsui
ab8e3da666 Move common/contents file into MD dirs again.
I know it isn't a good thing to have many copy-and-pasted contents
(set file descriptions etc) in all MD files, but it's much more annoying
to maintain a bunch of .if \n [${MACHINE}] conditionals for all ports
and maintainers rarely notice that they also have to prepare or update
MD contents in MI content file with messy ifdefs.

XXX: of course common text should be shared by mdoc macro etc.
     but I doubt playing mdoc(7) is really worth...
2011-05-28 06:00:05 +00:00
matt
c2cb03865d Comment out wm, ciphy, and makphy. 2011-05-28 05:58:16 +00:00
matt
80fa5b26d0 Regen. 2011-05-28 05:56:15 +00:00
matt
144a4dfeef Fix CS8244 entry (changed to VSC8244). 2011-05-28 05:55:58 +00:00
matt
fbb64348c4 Initial config for a Freescale P2020 Development System. 2011-05-28 05:53:44 +00:00
matt
d87f482e1d Move obio softc definitions to a header so it can use by children of obio. 2011-05-28 05:27:20 +00:00
matt
b887a107e8 Move debug printfs higher. 2011-05-28 05:25:39 +00:00
matt
42bb974da0 Cast physmem to uint64_t before calling ctob to avoid sign extension errors. 2011-05-28 05:24:55 +00:00
matt
a7ce5c9f94 Add Boot Page PTR Register definitions. 2011-05-28 05:23:08 +00:00
matt
a27de71bc0 Fix typo and make MDSETIMAGE block the same as the others. 2011-05-28 05:22:25 +00:00
matt
784a196541 allow configuring multiple CPUs (still needs work).
Detect boot page on MP e500 CPUs (P2020, MPC8572, etc) and prevent use of
that page in NetBSD.  This page is used to communicate with u-boot to spin
up secondary CPUs.
Probe LBC before PCI so that LBC attached devices can be configured before
probing the PCI.  This gives a chance to download/setup PCI Express switches
before probing/configuring PCI.
Fix PIXIS speed entry bug/typo.
Rework SYS_CLK logic so that the SYS_CLK config option has the highest priority.
2011-05-28 05:21:40 +00:00
yamt
33d93c8dcc rf_ReconstructInPlace: don't leave a vnode open on errors.
fixes a part of PR/44972.
2011-05-28 00:53:04 +00:00
matt
4f463816d3 NEEDS_MDSETIMAGE -> NEED_MDSETIMAGE 2011-05-28 00:07:56 +00:00
matt
d3bde3aa8d Get rid of LD_TAIL now that there is a common version in Makefile.evbppc.inc 2011-05-28 00:07:24 +00:00
matt
36513f390d Add common processing for .srec, .bin, and .ub (ubootimage) files.
When creating u-boot image, use a compressed binary kernel.
2011-05-28 00:06:38 +00:00
matt
c5ac136719 NEEDS_MDSETIMAGE -> NEED_MDSETIMAGE 2011-05-28 00:01:43 +00:00
yamt
c44faaeacb don't forget to destroy mutex. 2011-05-27 22:48:24 +00:00