he
06658349aa
Back out previous, <stdlib.h> was the right include.
2006-09-28 09:13:56 +00:00
he
e189b3cc42
Now that we use free(), we also need <malloc.h>.
2006-09-28 09:11:04 +00:00
rjs
0107b5e769
ANSIfy.
2006-09-28 09:06:05 +00:00
rjs
f99ba5e550
ANSIfy and fix missed proc -> lwp conversion.
2006-09-28 09:03:46 +00:00
dyoung
1d6d201f2e
Activate ath(4) in GENERIC, since it works under light testing on
...
my Powerbook G4.
2006-09-28 07:57:49 +00:00
skrll
b43d42196d
Remove a debug message.
...
Hi Ross!
2006-09-28 07:48:35 +00:00
dbj
6e35df57f8
include stdlib.h for free()
...
i've also cleared the -kk flag and reset it to -kkv
2006-09-28 07:44:24 +00:00
dbj
7c8cd0a2c8
consider sb_lowat when limiting the transmit length to keep acks on the wire
2006-09-28 04:32:47 +00:00
oster
ed4d175ee4
Make sure the 'last configured as' field in the component labels
...
are updated each time the component labels are written.
2006-09-28 02:39:50 +00:00
hubertf
78f4bb5154
Add (commented out) option WSKBD_USONLY
2006-09-27 23:58:50 +00:00
macallan
88681719b0
on PowerBook 3400c and similar machines redirect the built-in tlp's IRQ to
...
60 if we find a 2nd OHare - OF claims 27 which is wrong and keeps the tlp
from working.
Tested on a PB3400c, should work on 2400 and original G3 as well.
2006-09-27 22:44:18 +00:00
macallan
37fe34eef6
rewrite most of the Old World interrupt handling to allow things like
...
cascaded PICs found in some PowerBooks, like two OHare in the PB3400c
2006-09-27 22:41:55 +00:00
mrg
33c0ea44b6
redo the previous, based on a comment from and reviewed by christos.
2006-09-27 22:20:31 +00:00
christos
39feec939d
Coverity CID 4177: fix memory leak.
2006-09-27 22:07:20 +00:00
cube
160fdb0333
Add support for 82562G.
2006-09-27 21:51:48 +00:00
cube
4775d417a1
Regen (Intel 82562G).
2006-09-27 21:50:27 +00:00
cube
f9d66765dd
Add Intel 82562G PHY.
2006-09-27 21:50:00 +00:00
cube
f33f698361
Make fxp(4) support the PRO/100 VE variant just added to pcidevs.
...
Reported by rix on #NetBSD-code on freenode.
2006-09-27 21:46:15 +00:00
cube
1e05843063
Regen (Intel/0x1094).
2006-09-27 21:43:26 +00:00
manu
f309b668fd
- Document COMPAT_15 as doing nothing
...
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.
This address kern/18407
2006-09-27 21:42:04 +00:00
cube
3d367d313e
Add the Intel PRO/100 variant found on the D946GZIS motherboard.
2006-09-27 21:41:56 +00:00
christos
0bc3d9d62f
Coverity CID 3792: Avoid double free; while I am here avoid NULL deref.
2006-09-27 21:39:15 +00:00
christos
fcf84daa48
Coverity CID 3789: Add assertion before NULL deref.
2006-09-27 21:33:07 +00:00
christos
34fd379e33
Coverity CID 4160: Remove dead code.
2006-09-27 21:22:52 +00:00
rpaulo
d706f6eab8
Fix date for twa(4) entry.
2006-09-27 21:21:52 +00:00
bjh21
826ff5f060
Make db_validate_address() work, even when called from within an interrupt
...
handler. This should make debugging prefetch aborts slightly simpler.
2006-09-27 21:21:09 +00:00
mrg
b1906bf12d
redo previous: move the EOF check back into non-dead code so that it
...
will be used again.
2006-09-27 21:02:38 +00:00
christos
49334834f0
Coverity CID 793 uncovered a bunch of issues:
...
1. needfree = 0, should have been *needfree = 0
2. this function will not work with sp == NULL, since KEY_NAME dereferences it.
3. the if (0) {
label:
}
code is disgusting.
Remove all the nasty and impossible code and fix 1.
2006-09-27 21:01:18 +00:00
christos
5d1b788b2a
Coverity CID 4166: If GET_SPACE_RET can return a NULL pointer if len == 0.
...
Check for it.
2006-09-27 20:04:25 +00:00
elad
9a206be80a
Print a message if there are no PaX flags, to be less confusing.
...
Requested by and okay rpaulo@.
2006-09-27 20:01:50 +00:00
christos
d25337ac41
Coverity CID 4171: bp can be null if len == 0. So check for it anyway and
...
don't call memcpy unconditionally.
2006-09-27 19:58:00 +00:00
xtraeme
c54463e668
typos: prop_stringy_* -> prop_string_*
2006-09-27 19:24:28 +00:00
christos
0bcef42677
Coverity CID 4073: Delete impossible code.
2006-09-27 19:09:14 +00:00
christos
c0156a4952
Coverity CID 175: Avoid memory leak; add new function to destroy a hash table.
2006-09-27 19:05:46 +00:00
christos
c5acbf4d6b
Coverity CID 3788: comment out impossible code.
2006-09-27 18:52:11 +00:00
rpaulo
7775a16308
Config file for the Parallels virtual machine.
2006-09-27 18:45:46 +00:00
drochner
a007a48303
make this build with ro srcdir: ignore yacc-generated files in dist
2006-09-27 18:37:41 +00:00
wiz
730e1c55de
End sentence with a dot.
2006-09-27 17:42:34 +00:00
wiz
b849663960
mdoc improvements.
2006-09-27 17:41:30 +00:00
thorpej
ec1894a78a
Don't inline uvm_pagealloc_pgfl().
2006-09-27 17:18:50 +00:00
christos
fec1382c1e
Coverity CID 3931: Fix memory leak.
2006-09-27 17:15:20 +00:00
cube
4a5ad09e72
This is again that time of the millenium where we have to crank up a few
...
static limits to meet modern bloat requirements.
VM_PHYSSEG_MAX needs it to run on Intel's D946GZIS motherboard, as reported
by rix on #NetBSD-code on freenode. This has a consequence on the initial
number of possible extent allocations for iomem_ex, so increase that value
too.
While there, clarify the action to be taken when VM_PHYSSEG_MAX is maxed
out.
Do that on both amd64 and i386 because the causes, the effects and the code
are mostly the same.
2006-09-27 17:10:34 +00:00
christos
5863dc6ef1
Coverity CID 4159: Don't memset() needlessly.
2006-09-27 16:20:03 +00:00
christos
5e4126c34c
Coverity CID 3498: Don't return after yyerror(); cleanup first.
2006-09-27 15:35:12 +00:00
christos
8d396aad54
Coverity CID 4194: Wow, isn't char *foo = bar() ? : "0"; a syntax error?!?!
2006-09-27 15:23:34 +00:00
christos
364b94acf5
Coverity CID 4195: Off by one buffer overflow.
2006-09-27 15:21:26 +00:00
christos
1a5929d3f3
Coverity CID 4196: Off by one buffer overflow.
2006-09-27 15:20:06 +00:00
christos
10c7dc6280
Avoid longjmp clobberring (from our anonymous user)
2006-09-27 12:58:33 +00:00
elad
65305bdc98
Good intentions are still intentions. If we can't open kvm, but we still
...
have sysctl, it's still not enough for -P. A groveler is a groveler is
a groveler.
On a different note, this code needs a rewrite.
2006-09-27 12:51:43 +00:00
yamt
243b5d4a07
increase a chance to fit within 80 char width consoles.
...
- use PRWORD for dovmstat as well.
- reduce number of drives shown by default from 3 to 2.
2006-09-27 12:35:08 +00:00