gdt
6be5cb158f
Based on suggestion from chs@, drop coda vnode interlock before
...
obtaining interlock on container vnode in coda_{get,put}pages. This
is the only functional change in this commit.
Improve many comments. In particular, note that the relationship
between VOP_OPEN and obtaining a container file (e.g. for getpages for
executables) is messy.
Add printfs for 'internal open' cases in coda_rdwr. These have not
been triggered in my testing. Note an apparent vref leak.
2007-04-15 12:45:39 +00:00
tnn
368b74aabf
Correct envsys ranges. From njoly@
2007-04-15 12:38:09 +00:00
martin
da6823c65c
A few tweaks (no effect on NetBSD-current) to make syncing with upstream
...
easier.
2007-04-15 10:42:40 +00:00
plunky
2ec4c16ef8
although this is an intentionally undocumented interface (see PR/35278),
...
fix up the non existent documentation to reflect the reality.
2007-04-15 10:36:51 +00:00
dyoung
d60552baa5
Cosmetic: shorten a staircase. bzero -> memset. KNF.
2007-04-15 06:15:58 +00:00
dogcow
ad1da80f39
Pretty much nothing in usr.sbin/ipf compiled with the massive filename
...
switcheroos in dist/ipf; make things build again.
2007-04-15 05:59:04 +00:00
yamt
2f6be2ad41
- soabort: don't leak a socket on error.
...
- add an assertion.
2007-04-15 05:25:48 +00:00
yamt
db7c239cd4
sys_accept: don't leak a socket on error.
2007-04-15 05:25:02 +00:00
yamt
bbf8203ac8
don't use the same number for SS_ISDISCONNECTED and SS_ISAPIPE.
2007-04-15 05:24:33 +00:00
jmcneill
69a102c0bb
Disable the CRIME watchdog for now; looks like we can't keep up with it
...
under load. With this patch, my O2 is finally running stable.
2007-04-15 04:42:55 +00:00
macallan
be7af39b73
build wsfb on sgimips
...
needs testing
2007-04-15 03:56:44 +00:00
dyoung
3ce5c94b0e
In gre_clone_destroy(), free the route cache after calling if_detach(),
...
because if_detach() may cause us to transmit a packet, which
ordinarily entails reloading the route cache. This fixes a bug
where the kernel would panic later in rtflush(). Thanks Michael
Earnhart for reporting the bug.
In gre_output(), do not leak mbufs.
2007-04-14 22:41:42 +00:00
tnn
ff3453caa3
Forgot to mention the envctrl(4) manpage. Thanks hubertf
2007-04-14 22:16:25 +00:00
martin
1895b293c0
Note IPFilter update to 4.1.19
2007-04-14 21:05:15 +00:00
martin
16e03489b1
IPFilter has been updated to 4.1.19
2007-04-14 20:59:31 +00:00
jmcneill
ed55554c70
We don't use the RTC interrupt (yet), so mask it as well.
2007-04-14 20:57:55 +00:00
martin
6b0c4dc5ed
Disable test ni23 - the expected output contains the hash bucket number,
...
which, at least, is endian dependend.
2007-04-14 20:50:48 +00:00
matt
d96c1bd9b7
At lower optimization levels, constants can tricle to subdi3. Deal with it.
2007-04-14 20:43:03 +00:00
martin
8ebafcc992
Update IPFilter to version 4.1.19
2007-04-14 20:34:18 +00:00
martin
993d757ec6
Import IPFilter 4.1.19
2007-04-14 20:17:19 +00:00
tnn
9e62e47cbb
fix nroff warning
2007-04-14 19:59:29 +00:00
macallan
aa2949fa77
add a callback to change the colour map
...
so now X with wsfb on top of genfb should look right
2007-04-14 19:56:05 +00:00
jmcneill
dd9aa16186
Disable count/compare timer interrupts, as NetBSD does not use these.
2007-04-14 19:36:46 +00:00
tnn
5fd601f66a
note addition of envctrl(4)
2007-04-14 19:35:44 +00:00
tnn
b2079804d3
Add envctrl(4): Sun Ultra Enterprise 450 environmental monitoring driver.
...
Also add accompanying i2c controller driver, pcf8584.
Both written by me. Some cosmetic improvements from Iain Hibbert.
ok <martin>
2007-04-14 19:33:27 +00:00
matt
286b959060
For now, make vax default to -O not -O2
2007-04-14 18:39:46 +00:00
xtraeme
8d9be19250
size_t is unsigned, so use zu rather than zd which is for ssize_t,
...
as Matt Thomas pointed out.
2007-04-14 16:52:22 +00:00
xtraeme
6465fceffd
Use zd to printf size_t.
2007-04-14 16:13:18 +00:00
jmcneill
8dd565451d
Don't bother attaching if the keyboard is not the console. Reduce the
...
amount of time that macekbc_wait takes before timing out, and don't
bother checking the status of unattached ports in the interrupt handler.
2007-04-14 15:11:39 +00:00
martin
6668495936
Avoid crashing if booting via serial console
2007-04-14 10:59:18 +00:00
apb
97c727e8ec
Fix some problems with the change from revision 1.167:
...
* Allow "" or "." as the last component of PATH, but do not
allow arbitrary single-character components.
* Make a comment match the code.
2007-04-14 10:50:48 +00:00
plunky
f824358540
use { | } for required alternates
2007-04-14 09:28:39 +00:00
plunky
a68c837f26
use \*[Le] for <=
2007-04-14 09:22:51 +00:00
perseant
9bab95b2ae
Track lwp as well as proc owner with UVM_PAGE_TRKOWN
2007-04-14 07:01:33 +00:00
perseant
55307f6a04
Include the lwpid in the lock panic message, so we don't see silly messages
...
like
lockmgr: pid 17, not exclusive lock holder 17 unlocking
2007-04-14 06:59:25 +00:00
macallan
ec27b894ba
also include files.rasops
2007-04-14 04:50:40 +00:00
matt
75f8d3f9a5
Include byte_swap_[24].c for kernels compiled with -O0
2007-04-13 22:12:04 +00:00
matt
e449ba3363
Change tst<mode> pattern to use nrmT for constraints instead of g.
2007-04-13 20:02:42 +00:00
apb
110a612826
Document recent changes to "make iso-image".
2007-04-13 19:43:38 +00:00
plunky
e3a1867a4d
fix usage error: use type for .Ft
2007-04-13 18:22:08 +00:00
plunky
83e1a80c5e
escape Rv as it conflicts with .Rv macro
2007-04-13 18:20:48 +00:00
plunky
a162e8343b
Tidy this up:
...
fix mdoc warnings
add missing .El
add missing Fn
remove extraneous text
add function names to SYNOPSIS
2007-04-13 18:19:36 +00:00
plunky
6a6cf05532
fix mdoc warning: remove extraneous .El
2007-04-13 18:17:38 +00:00
plunky
db145e3659
fix mdoc warning: remove (unused) -width
2007-04-13 18:16:27 +00:00
plunky
668aa7df44
fix mdoc warning: use -width instead of -column
2007-04-13 18:15:21 +00:00
pooka
0c3748498f
Allow file servers to request the number of hash cookie buckets for
...
pnode -> vnode reverse lookup.
2007-04-13 15:25:35 +00:00
pooka
37dd7942fc
Instead of keeping on adding parameters to puffs_mount(), make it
...
only take the bare essentials, which currently means removing
"maxreqlen" from the argument list (all current callers I'm aware
of set it as 0 anyway). Introduce puffs_init(), which provides a
context for setting various parameters and puffs_domount(), which
can be used to mount the file system. Keep puffs_mount() as a
shortcut for the above two for simple file systems.
Bump development ABI version to 13. After all, it's Friday the 13th.
Watch out! Bad things can happen on Friday the 13th. --No carrier--
2007-04-13 13:35:46 +00:00
pooka
4e4ce72bb3
* add fhlen to kernel argument structure
...
* rename it to puffs_kargs instead of puffs_args
2007-04-13 13:31:11 +00:00
darcy
14be1e0fea
Add entry about making include files self-sufficient.
2007-04-13 13:23:58 +00:00
jmcneill
b7875ec423
Add shadow framebuffer support; scrolling the screen still isn't great,
...
but it's noticeably better now than it was before.
2007-04-13 12:21:00 +00:00