yamt
62eb3a15e1
factor out swap clustering code.
2006-02-12 09:19:59 +00:00
yamt
2a89e06daa
uvm_pageunwire: use uvm_pageactivate rather than a copy.
2006-02-12 09:19:27 +00:00
riz
3c535000dc
Add linux32_machdep.h .
2006-02-12 07:14:34 +00:00
gdamore
cf9fe31b7c
Consistency wrt phys physical and KSEG1 addresses.
2006-02-12 06:43:03 +00:00
dogcow
b3d46538fd
add VFS_MAGICLINKS so things compile again.
2006-02-12 06:18:25 +00:00
uwe
2e71b70d1f
While here, use uintN_t.
2006-02-12 02:30:55 +00:00
uwe
c6474efc78
Revert changes made in 1.10. They should not be necessary (we are
...
doing a single word store). I've been running my Jornada without them
for a very long time, but got no word from dreamcast folks. Thanks to
Nick Hudson for testing it on dreamcast finally.
2006-02-12 02:23:03 +00:00
chs
899d1b31b2
convert "magiclinks" from a per-fs mount option to a system-wide sysctl.
...
as discussed on tech-kern quite some time ago.
2006-02-12 01:32:06 +00:00
wiz
c11d7dc6e6
re-add elvis_syntax, lost in 1.2; spaces -> tab while here.
2006-02-12 01:18:05 +00:00
chs
90eb347e9c
increase NKMEMPAGES_MAX_DEFAULT to 1 GB.
...
this allows lots more memory to be used for amaps, etc.
2006-02-12 01:12:48 +00:00
chs
f5e8cd1d2f
add a dependency for parallel make.
2006-02-12 01:04:39 +00:00
christos
557f9b049f
PR/32799: David H. Gutteridge: Apparent off-by-one error in locate(1) causes
...
incorrect behaviour when entries with the maximum path length are encountered
2006-02-12 00:45:01 +00:00
christos
d881eb70dd
Find penguin.ps with -I
2006-02-12 00:18:30 +00:00
christos
4130c6c35e
New version from David Boggs.
2006-02-11 23:02:56 +00:00
christos
4fa128a6ab
rcsids.
2006-02-11 23:02:10 +00:00
christos
8b766b8af0
New version from David Boggs.
2006-02-11 23:01:10 +00:00
christos
f5e26caf24
new version from David Boggs.
2006-02-11 23:00:06 +00:00
dsl
2bfcea2ea3
Add some more debug prints.
2006-02-11 20:59:49 +00:00
dsl
e99202b6cf
Actually SIG_DFL the correct signal (not SIGINT every time) just prior to
...
exec'ing a program in the child.
2006-02-11 20:58:53 +00:00
dsl
977304b7cd
Remove the dependencies against 'check_DESTDIR' and 'check_RELEASEDIR' from
...
snap_pre so that make will execute it before building the kernels.
This is all because .WAIT doesn't recursively apply to dependencies.
Add some .PHONY and .MAKE so that child makes use the same job pipe.
2006-02-11 20:56:29 +00:00
dsl
26ed52262a
Delete obsolete static defn.
...
Trace number of unmade children on pass 1
2006-02-11 20:19:36 +00:00
cube
42b52b8a61
Add 'no config <name>'.
2006-02-11 20:15:53 +00:00
christos
81cb1ea305
Simplify this:
...
- don't use suffix rules because they will confuse the ${.ALLSRC} target
in the install later.
- no need to copy the .ps file locally.
2006-02-11 19:39:01 +00:00
ross
cf5f509b2f
Move "OEA Only" to the powerpc subsection header.
2006-02-11 18:45:01 +00:00
dsl
49c83bef6a
Debug trace all the targets we are actually intending making.
...
De-optimise the getting of a job token so we don't re-order the job
list when there are no tokens.
This might have helped etc/Makefile, but isn't enough.
2006-02-11 18:37:36 +00:00
wiz
f0bf09cccc
New sentence, new line; bump date for previous.
2006-02-11 18:36:20 +00:00
ross
af8e3c5091
document for powerpc option PTEGCOUNT=value
2006-02-11 18:33:34 +00:00
cdi
d50f0c6274
ANSIfication: u_intN_t -> uintN_t, use ANSI function declarations/definitions
...
instead of K&R ones.
2006-02-11 17:57:31 +00:00
jmmv
ecdf0a26f4
Mark /usr/include/sys/optstr.h as obsolete (no need to be installed there).
2006-02-11 17:39:36 +00:00
jmmv
35c9bfb405
No need to install optstr.h.
2006-02-11 17:36:41 +00:00
tnozaki
30d806de60
remove codepoint overlaps with KS5601.
2006-02-11 17:31:43 +00:00
tnozaki
254e94eef6
remove codepoint overlaps KS5601.
...
see src/share/i18n/esdb/CP/CP949.src
2006-02-11 16:26:46 +00:00
tnozaki
0f4c8d531d
Fix lib/32749: iconv(3): CP949 mapping table is incomplete.
...
reported by Sergey Svishchev, thanks.
2006-02-11 14:49:50 +00:00
yamt
6093f6ed30
mark removed uvm_*_i.h obsolete.
2006-02-11 13:05:30 +00:00
rpaulo
b3e804a9e9
PR 31304: Contribute to the random pool. From Rhialto.
2006-02-11 13:04:44 +00:00
yamt
c3a4b52047
sort.
2006-02-11 12:57:03 +00:00
yamt
a3af4c1530
remove the following options. no objections on tech-kern@.
...
UVM_PAGER_INLINE
UVM_AMAP_INLINE
UVM_PAGE_INLINE
UVM_MAP_INLINE
2006-02-11 12:45:07 +00:00
dsl
b419a25464
Ensure we exit with an error if we don't actually do anything.
...
There are a lot of tty_warn(0,...) and syswarn(0,...) which probably ought
to be tty_warn/syswarn(1,...) to force an error exit. However some are
used in interactive parts (eg opening a continuation archive) where there
is a separate retry loop.
So we just pass a failure code out to main() - how quaint!
This should now cause the NetBSD build to fail when gzip tries to write
to a non-existant directory.
(I suspect there are still many errors that don't get reported correctly.)
2006-02-11 11:04:57 +00:00
dsl
cdec4ac10c
Change all the 'return(x)' to 'return c'.
...
Makes some other searches I want to do a bit easier.
2006-02-11 10:43:17 +00:00
wiz
2177e61d69
Sort SEE ALSO, rewrite HISTORY :) .
2006-02-11 10:38:07 +00:00
wiz
55db222927
Sort sections.
2006-02-11 10:37:44 +00:00
wiz
9d363dc8b0
regen
2006-02-11 10:35:43 +00:00
wiz
dd7c0d224c
Redo previous differently: use AH_TOP and AH_BOTTOM macros to insert
...
header and footer into nbtool_config.h.in directly.
2006-02-11 10:35:29 +00:00
dsl
885e558785
Actually exit with error if we cannot open("."), make it more obvious that
...
we exit with error on signals.
2006-02-11 10:35:19 +00:00
agc
8ea6bf9b52
Install the iscsi/auths file as mode 600.
2006-02-11 09:33:16 +00:00
christos
3d8d9aa461
define __POOL_EXPOSE.
2006-02-11 05:49:48 +00:00
simonb
949d314e64
Const poisoning, fix shadow variable problem.
2006-02-11 02:19:31 +00:00
simonb
660e5df892
Const poisoning.
2006-02-11 02:19:06 +00:00
gdamore
bcbff1364b
Add evbmips and manual pages to distribution files, as requested by wiz@
2006-02-11 01:51:22 +00:00
wiz
d65d538b21
regen
2006-02-11 01:28:17 +00:00