tsutsui
540babdae2
Add a workaround for hardware ip4csum-tx bug and enable it.
...
Confirmed on i82550 rev 12 and UDP fragment packets by ttcp(1).
2008-12-03 15:34:38 +00:00
ad
18072f949e
Fix again.
2008-12-03 15:24:40 +00:00
christos
579a92f63b
PR/40097: bouyer@antioche.lip6.fr: MODULAR tries to unload non-module subsystems
...
Don't try to unload built-in modules, and if a module is busy don't retry
immediately.
2008-12-03 15:15:01 +00:00
pooka
4b18ba9da3
nfsd_use_loan: int -> bool
2008-12-03 14:56:05 +00:00
pooka
807cdbb61f
uvm_loanuobjpages(): "nfsread" -> "loanuopg" in tsleep wmesg
2008-12-03 14:46:24 +00:00
tsutsui
e6ada93fc6
Call BUS_DMASYNC_PREREAD more strictly on polling DMA descriptors.
2008-12-03 14:21:15 +00:00
tsutsui
e4ff32d44c
Add RCS Id.
2008-12-03 13:55:20 +00:00
ad
dc5f414733
PR port-amd64/40091 compat_linux32 module loading = panic due to missing syms
2008-12-03 12:51:11 +00:00
ad
11701b3bf7
Add a couple of sysctls:
...
kern.module.autoload = 1
kern.module.verbose = 0
2008-12-03 12:14:11 +00:00
ad
7c08cd2bc7
Don't abort pageidlezero unless a realtime thread wants to run.
2008-12-03 12:04:59 +00:00
ad
7a2060a7f5
Make adjustment of uvm_extrapages atomic since it's done without a lock.
...
XXX This is still a hack.
2008-12-03 11:43:51 +00:00
ad
bce9119307
Don't abort pageidlezero unless a realtime thread wants to run.
2008-12-03 11:40:17 +00:00
ad
6cddbf0ca5
Correct error messages added in revision 1.32. In part from drochner@.
2008-12-03 11:23:15 +00:00
cegger
d15c06d7f3
fix two typos
2008-12-03 10:59:42 +00:00
ad
181a429e5d
Silence awk error.
2008-12-03 10:54:27 +00:00
reed
c2af20cf20
Add missing copyright and license.
...
This license is identical to that on the pam_krb5.c file minus the
other copyrights and the unrelated contract attribution.
From email communication with the author, Frank Cusack.
2008-12-02 22:52:06 +00:00
mrg
8f2ea05a60
be explicit about MAKEOBJDIR and MAKEOBJDIRPREFIX not being for
...
mk.conf or ${MAKECONF}.
2008-12-02 22:28:21 +00:00
mrg
560baaf0fe
XXX: change .PATH: to .PATH.c: so that make does not find the
...
XXX: generated in non-compat dir tconfig.h. as reported by
XXX: several folks.
2008-12-02 21:43:09 +00:00
uwe
32d2d9a6bb
Defining another variable after multiline initializer for a previous
...
one in the same definition is very confusing visually. Change order.
2008-12-02 20:48:24 +00:00
uwe
f79bc3126f
Spell "gray scale" and "mono chrome" without the space.
2008-12-02 20:44:43 +00:00
uwe
3fb438b2cf
hd64461video_set_display_mode_lcdc - expressing screen widths in hex
...
hardly helps readbility. Express them in terms on 640*x or 640/x.
2008-12-02 20:39:36 +00:00
christos
c450dd749d
correct EBADF bogus comment.
2008-12-02 19:20:06 +00:00
ad
1e550c311b
Adjust RESCHED_ values for existing code.
2008-12-02 18:02:29 +00:00
ad
7ad98abc71
- Wrap sys/cpu.h contents in _LOCORE.
...
- Add a RESCHED_LAZY flag and use instead of zero.
2008-12-02 17:57:32 +00:00
ad
277ec70b63
Remove unused functions.
2008-12-02 17:56:06 +00:00
uwe
b523b8ffed
hd64461video_info: fix pasto, correctly report 4-bit grayscale in LDR2.
2008-12-02 16:39:47 +00:00
sketch
8f51fb3d31
Fix '||' vs '&&' mix-up from when ich9 support was added. Fixes nasty
...
EEPROM-trashing bug on ich8 and ich9 chipsets as described in
http://mail-index.netbsd.org/current-users/2008/12/02/msg006435.html
caused by setting the wrong type of EEPROM.
2008-12-02 15:30:04 +00:00
wiz
a3fb1878ab
Fix fiance/fiancee confusion. Fix another typo.
...
Jason McIntyre <jmc@kerhand.co.uk>.
2008-12-02 14:21:26 +00:00
wiz
999da72c23
Fix insure -> ensure confusion. From Jason McIntyre <jmc@kerhand.co.uk>.
2008-12-02 14:21:02 +00:00
njoly
96d7b57e0f
Regen for getdirentries fix.
2008-12-02 13:45:40 +00:00
njoly
488fb8373c
Fix getdirentries(2) by not calling compat_43_sys_getdirentries, but
...
letting do its own job instead (native and osf1 dirent structure have
different member number and types).
2008-12-02 13:45:02 +00:00
ad
f98296e627
Oops, fix the build.
2008-12-02 10:48:21 +00:00
ad
04b3e89c3f
uvmpd_tune: make the adjustments to individual variables atomic.
2008-12-02 10:46:43 +00:00
hubertf
2aea62cc33
Work around another bunch of places where Solaris' /usr/xpg4/bin/sh
...
can't handle for-loops with no arguments ("for foo in") which result
from empty make-variables.
One step further in getting NetBSD cross-compiling from Solaris 10/x86.
Tested on the netbsd-5 branch.
2008-12-02 10:06:00 +00:00
tteras
22b0737f30
Explicitly ignore SIGPIPE. Default action on Linux is terminate.
2008-12-02 07:41:43 +00:00
dsl
f8be892cab
Correct some comments.
2008-12-01 21:05:21 +00:00
christos
132080e4f9
fix off-by-one allocation. functional change intended...
2008-12-01 19:35:55 +00:00
tsutsui
63156ee6a4
/etc/rc.d/mountall should obviously REQUIRE mountcritremote, and
...
may also REQUIRE named and ypbind for NFS hostname in fstab(5).
2008-12-01 14:47:14 +00:00
pooka
1f2f77b6f8
Add specfs/fifofs support. Not really fully tested, but at least
...
vfs routines don't crash now.
(didn't have an image with matching device node numbers)
fixes PR kern/40055 by myself
2008-12-01 14:34:50 +00:00
njoly
d42a74a9ba
Regen for sched_get_priority_{min,max}.
2008-12-01 14:19:45 +00:00
reinoud
4b1a812950
Split uid/gid remapping code to be independent of eachother.
2008-12-01 14:19:01 +00:00
njoly
aba771042c
Add sched_get_priority_{min,max} syscalls.
2008-12-01 14:18:44 +00:00
joerg
6cdfaeec55
Revert last. Conditionalize variables on FFS_EI.
2008-12-01 13:45:51 +00:00
cegger
9c45aac9d8
build fix: remove unused variables
2008-12-01 13:33:39 +00:00
joerg
740a2c079c
ffs_blkfree is used in two different ways. The normal usage is to free a
...
block in the cylinder groups of the filesystem. The other user is the
snapshot code, which wants to modify the copied cylinder groups. Use
different frontends to distinguish the cases in preparation for fine
grained locking for cylinder groups.
2008-12-01 13:22:06 +00:00
joerg
f5bbefdb21
Check that the filesystem acutally uses WAPBL before initiating a
...
transaction for the directio case. Fixes PR 39929 and similiar issues
seen with PostgreSQL.
2008-12-01 11:22:12 +00:00
ad
a371a02d26
PR port-amd64/32816 amd64 can not load lkms
...
Change some assertions to partially allow for VM_MAP_IS_KERNEL(map) where
map is outside the range of kernel_map.
2008-12-01 10:54:57 +00:00
ad
c967a6ed32
Put the log files into /tmp.
2008-12-01 10:22:36 +00:00
ad
aa2aa71eff
Put sysinst onto the boot CDs, too.
2008-12-01 10:20:57 +00:00
ad
4d30f18b26
Tweak the install messages.
2008-12-01 10:20:15 +00:00