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
ad
fedda485e0
Resurrect miniroot.kmod for bespoke installs.
2008-12-01 10:11:26 +00:00
wiz
2c1752b597
Really comment out uucp(1) crossref.
2008-12-01 06:52:59 +00:00
martin
b23c5d4038
Fix "target" calculation (for the sake of matching OF path names) for
...
atapi cdrom drives - we need to add an offset if the whole atabus is
the second ata bus on the controller since firmware adds 2 to the
target in this case. Avoids a bogus match of cd0 if booting from wd0 on
a U5/U10 (both connected to the same internal ide controller).
Problem reported by Urban Boquist and Greg Oster.
2008-12-01 00:09:47 +00:00
dholland
ce6785d91d
Bump date for mjf's Dec 4 2007 commit that corrected the description of
...
magiclinks and added @ruid.
2008-11-30 23:39:20 +00:00
dholland
1f595bc8ca
Update SEE ALSO per PR 40071: compress -> gzip, add missing tar, comment
...
out uucp because uucp was removed from base. (Though maybe it should be
left in anyway - it belongs as a crossreference for historical reasons.)
It doesn't seem to me that every tool used in an example must
necessarily appear in SEE ALSO, but it doesn't particularly hurt.
2008-11-30 23:22:46 +00:00
dsl
1e7b0ea1a2
Simplify somewhat the code that parses .for lines.
...
Use malloc to allocate space for teh strings (instead of a buf structure)
to make it mossible to not leak the associated memory (leak not fixed!).
No functional change intended.
2008-11-30 22:37:55 +00:00
hubertf
740e3df3fd
Work around a bug in Solaris' shs (both /bin and /usr/xpg4/bin)
...
where "for d in ; ..." results in a syntax error.
Suggested by apb@
2008-11-30 22:05:56 +00:00
tjam
1588416646
Added myself.
2008-11-30 21:13:03 +00:00
martin
719a906ef5
As discussed on tech-kern: mutex_init is too heavyweight for early bootstrap
...
phases, so move the initialization of the ksyms mutex back into main via
a function called ksyms_init. Rename the existing (but quite different)
ksyms_init* variations into ksyms_addsyms_elf() and ksyms_addsyms_explicit()
and adapt machdep code accordingly.
2008-11-30 18:21:31 +00:00
joerg
dfd7714b8f
Split ffs_blkalloc into a frontend that does inode based consistency
...
checks and a backend that just asserts them. Use the backend in
ffs_wapbl_abort_sync_metadata instead of faking an inode.
2008-11-30 16:20:44 +00:00
tsutsui
587f6b4f8e
Add RCS Id.
2008-11-30 08:49:25 +00:00
tsutsui
323d1f8f3d
Use shrinked src/distrib/common/protocols rather than fat src/etc/protocols.
2008-11-30 04:18:14 +00:00