ceri
0f65401c2b
Have the synopsis compile.
...
Pointed out by: ru
2006-11-18 17:56:59 +00:00
kib
92ff1201cf
Add missed ")". Fix the build.
...
Pointy hat to: kib
2006-11-18 17:27:39 +00:00
kmacy
8d093613dd
eeprom has been removed from sun4v - remove from NOTES
2006-11-18 17:16:02 +00:00
sam
c124338e03
mark struct ether_header packed so gcc honors alignment
...
constratins on arm; this fixes bridging when packets are
rx'd so ip headers are 32-bit aligned
Reviewed by: imp (and discussed elsewhere)
MFC after: 2 weeks
2006-11-18 15:50:24 +00:00
kib
040e4f0e6c
Sync struct sysinfo with real one from linux.
...
Submitted by: rdivacky
2006-11-18 14:37:54 +00:00
kib
a5fec14253
Use standard debugging facilities in linux_getcwd().
...
Submitted by: rdivacky
2006-11-18 13:31:03 +00:00
kib
c8d6b82596
Add debuging printfs to syscalls that do not contain it yet. In
...
sethostname do not print the hostname because it would require to copyin
the string. Sethostname is not very frequently used.
Submitted by: rdivacky
2006-11-18 13:00:59 +00:00
kib
45a4640ae7
Remove unecessary locking of process in linux_getpid.
...
Suggested by: jhb
Submitted by: rdivacky
2006-11-18 10:12:43 +00:00
brueffer
6c32a5ad0f
- Use a standard section 4 SYNOPSIS
...
- Xref uark(4)
MFC after: 3 days
2006-11-18 08:07:43 +00:00
scottl
1d96f7e031
Change the internal API for polled commands. Calling mfi_polled_command
...
after calling mfi_mapcmd is no longer needed, so long as the MFI_CMD_POLLED
flag is set. This change eliminates the possibility of a polled command
getting posted twice to the driver. This is turn fixes panics on shutdown
when INVARIANTS is set.
Sponsored by: Ironport
2006-11-18 07:33:53 +00:00
kmacy
bb3d0a231a
Remove two completely unused files
...
Reviewed by: jb (mentor rwatson)
2006-11-18 07:28:47 +00:00
kmacy
fcb26a8fe4
Remove two more duplicated files
...
Reviewed by: jb (mentor is rwatson)
2006-11-18 07:24:56 +00:00
kmacy
7a3167fc07
remove 13 (largely) redundant files and switch to the sparc64/sparc64 version
...
Reviewed by: jb (mentor rwatson)
2006-11-18 07:10:52 +00:00
mjacob
5af654c586
Make the SAN login/logout stuff more common between different chipsets
...
and provied an isp_control entry point so that the outer layers can
do PLOGI/LOGO explicitly. Add MS IOCB support. This completes the cycle
for base support for SMI-S.
2006-11-18 03:53:16 +00:00
jkim
edc10a6695
Fix msgsnd(3)/msgrcv(3) deadlock under heavy resource pressure by timing out
...
msgsnd and rechecking resources. This problem was found while I was running
Linux Test Project test suite (test cases: msgctl08, msgctl09).
Change `msgwait' to `msgsnd' and `msgrcv' to distinguish its sleeping
conditions. Few cosmetic changes to debugging messages.
2006-11-17 20:43:01 +00:00
jhb
500c68689f
Add support for 8 byte hardware watches in long mode. Kernel hardware
...
watches support 8 byte watches. For userland, we disallow 8 byte watches
for 32-bit tasks.
2006-11-17 20:27:01 +00:00
bmah
13fc897c39
Modified release note: Mention move of GNOME-related ports from
...
/usr/X11R6 to /usr/local.
Suggested by: kensmith
2006-11-17 20:15:26 +00:00
sam
ec1c5d40f7
add wpa_passphrase utility to the build
...
PR: bin/104457
Submitted by: Henrik Brix Andersen
MFC after: 1 week
2006-11-17 19:38:51 +00:00
jhb
0133dd1b2e
- Add macro constants for the various fields in %dr7 and use them in place
...
of various scattered magic values.
- Pretty print the address of hardware watchpoints in 'show watch' rather
than just displaying hex.
- Expand address field width on amd64 for 64-bit pointers.
2006-11-17 19:20:32 +00:00
mjacob
18a68319cf
Disable code to set max read byte count on the 2400.
...
It caused a panic in writing the config register on a system. Turn
it off until we take the time to understand it.
Reported by and Testing by: Anton
2006-11-17 17:32:45 +00:00
obrien
bac3f08dea
Missed two nits in rev 1.7.
2006-11-17 16:49:40 +00:00
jhb
d036ad9b42
Fix the output format of MI ddb watches in 'show watch' on 64-bit
...
platforms.
2006-11-17 16:41:56 +00:00
jhb
84450a55fb
Trim some noise from bootverbose:
...
- Drop the printf in intr_machdep.c when we assign an interrupt souce to
a CPU. Each source already has a more detailed printf.
- Don't output a line for each ioapic pin showing its initial state, this
has outlived its usefulness.
- When an APIC enumerator sets the bus, polarity, or trigger mode of an
ioapic pin, just return success without printing anything if the new
value matches the current one.
MFC after: 2 weeks
2006-11-17 16:41:03 +00:00
jhb
375950dbc5
A few more style fixes.
2006-11-17 16:37:35 +00:00
kib
5da2fd53cf
Wake up PIOCWAIT handler on the process exit in addition to the stop
...
events. &p->p_stype is explicitely woken up on process exit for us.
Now, truss /nonexistent exits with error instead of waiting until killed
by signal.
Reported by: Nikos Vassiliadis nvass at teledomenet gr
Reviewed by: jhb
MFC after: 1 week
2006-11-17 14:52:38 +00:00
cognet
c1bbb4897d
Erm we really want to mask all interrupts in the range, just not the first
...
one.
Submitted by: ru
2006-11-17 11:56:56 +00:00
sos
f53308110b
Deal more generically with the byteswap needed on !littleendian HW.
...
Account for the odd layout on ARM bigendian HW.
2006-11-17 11:13:47 +00:00
kensmith
75a5c51009
Shift to vim-lite package because vim package doesn't build at the moment.
...
MFC after: 3 days
2006-11-17 05:10:41 +00:00
kensmith
f90c2861b3
Alpha no longer supported.
...
Noticed by: ru@
2006-11-17 04:24:33 +00:00
kevlo
a75c025373
Compile -- remove an unused global variable avail_end.
...
Approved by: cognet
2006-11-17 00:53:39 +00:00
mjacob
0079cbb14f
*smack* - forgot to do i386 compile, so last
...
commit broke things.
2006-11-17 00:19:55 +00:00
mjacob
777cfebca9
Finally fix local command responses to set residual correctly.
...
This allows us to play nicely on SANs when we have target mode
enabled in f/w but have neither the scsi_targbh enabled or
scsi_targ with a target enabled.
2006-11-16 23:47:16 +00:00
kensmith
e0f6a15637
Move the documentation to its own separate disc to make room for more
...
packages on disc2. This will also let users decide if they want to
have a CD of the docs at all - unless they're disconnected from the
net they will probably find the Web site more useful.
Reviewed by: ru
MFC after: 3 days
2006-11-16 23:09:35 +00:00
mohans
755a61c0b7
vfs_hash_insert() vputs() the losing vnode before returning, in the event of
...
a race where a duplicate vnode is entered into the vfs hash. nfs_nget() shouldn't
be releasing the vnode in that case.
2006-11-16 23:03:46 +00:00
mohans
3ef54eed4c
Fix to readdir+ reply handling. When inserting an entry into the namecache,
...
initialize the nfsnode's ctime. Otherwise a subsequent lookup purges the
just entered namecache entry.
2006-11-16 23:02:37 +00:00
brueffer
1aeb88c1a5
Note uhidev.4 removal.
...
Approved by: rwatson (mentor)
MFC after: 1 week
2006-11-16 22:34:17 +00:00
brueffer
2975c55181
Remove uhidev.4 and references to it, the corresponding code was never
...
imported from NetBSD.
Submitted by: markus
MFC after: 1 week
2006-11-16 22:32:27 +00:00
jkim
be0e24cc9d
Fix message size tests for msgsnd(3) and msgrcv(3). msgsz is the length of
...
actual message and it should not include size of message type.
2006-11-16 19:51:10 +00:00
kensmith
053d92d4b0
Switch to linux_base-fc4 for the Linux emulation package.
...
MFC after: 3 days
2006-11-16 19:09:41 +00:00
kensmith
ef4912322f
Switch to emulators/linux_base-fc4 since that's the new default
...
Linux emulator.
MFC after: 3 days
2006-11-16 19:08:27 +00:00
suz
50a24bc3c7
implemented more validation checks about incoming responses per RFC2080, and one additional heuristic check for safer operation.
...
Obtained from: KAME
MFC after: 1 week
2006-11-16 19:03:03 +00:00
jhb
3b565e6dd2
Look for capabilities in PCI-PCI bridges using the same CAP PTR register
...
as for type 0 devices.
Submitted by: grehan
MFC after: 1 week
2006-11-16 17:31:33 +00:00
keramida
6697dbcd9b
Document the new -P option of sockstat(1) in the release notes.
...
Reviewed by: bmah
2006-11-16 16:07:15 +00:00
ru
f9c44e919a
Grammar fix from Ceri.
2006-11-16 13:43:05 +00:00
ru
3e4907a052
Remove an unused variable.
2006-11-16 13:32:30 +00:00
ru
d14415a21e
Document that visual bell is the global setting, while
...
other bell types can be set individually for each vty.
2006-11-16 12:37:35 +00:00
ru
9e82974459
Replace magic numbers for console bell types with defines.
2006-11-16 12:27:51 +00:00
maxim
11bd032934
o Make pv_maxchunks no less than maxproc. This helps to survive a
...
forkbomb explosion.
Reviewed by: alc
Security: local DoS
X-MFC atfer: RELENG_6 is not affected due to a different pv_entry
allocation code.
2006-11-16 11:46:24 +00:00
benno
0168d3765c
Add the Transcend 2GB card specs.
2006-11-16 08:04:29 +00:00
kmacy
09e19ef30c
Resize the hash table upwards if the number of collision entries is greater than 1/4 of the
...
total
it is possible that the resize threshold should be revised upwards
Approved by: scottl (standing in for mentor rwatson)
2006-11-16 07:50:33 +00:00