drochner
ee69168070
another try:
...
-rename the fonts.dir/fonts.scale targets to avoid collision with
regular files
-allow the rule for "fonts.scale" to be overridden, and do so in
the Speedo Makefile
2004-03-09 16:30:55 +00:00
sekiya
4a4eccf833
Add int2_wait_fifo(), which will idle while awaiting a flag in the interrupt
...
controller to deassert. Needed for the more interesting features of various
SGI framebuffers.
2004-03-09 14:05:09 +00:00
rtr
5418651088
Specifically site Speedo as being the only fonts that use a static in-tree
...
fonts.scale.
2004-03-09 13:25:49 +00:00
yamt
f75335b469
- add a function prototype.
...
- consitify.
2004-03-09 12:23:07 +00:00
drochner
4d1b5ab334
make sure the encodings.dir file is copied over after the
...
mkfontscale runs, should fix flist mismatch reported by
cgd, kilbi, smb and Jukka Salmi
2004-03-09 11:41:19 +00:00
yamt
15c9d33810
calculate data checksum inline.
2004-03-09 07:43:49 +00:00
yamt
81ce5e8cc3
use correct segment size. this fixes memory corruption when using lfsv1.
2004-03-09 06:43:18 +00:00
yamt
cd9b5b72f5
m_cat: assert mbuf types only when coalescing them by copying.
...
mbuf n often have 0-sized "headers" and their types don't matter much.
PR/24713 from Darrin B. Jewell.
2004-03-09 06:37:59 +00:00
cgd
a8d81512fb
add a relatively trimmed 'init' case.
2004-03-09 06:04:33 +00:00
dbj
7a30c4a987
add more spltty() calls around TTY_LOCK/UNLOCK where needed
2004-03-09 05:30:24 +00:00
atatat
c2309bcca6
*Don't* call sys___sysctl() from within the kernel. Use old_sysctl()
...
instead.
2004-03-09 03:18:03 +00:00
atatat
f0e2808b8b
Remove pointless comment about layerfs_sysctl()
2004-03-09 03:16:08 +00:00
atatat
a451cb447e
Fix spelling of "orphan" and placement of */
2004-03-09 03:14:09 +00:00
atatat
0d4caad924
Remove useless comment about stuff that never happened.
2004-03-09 03:13:07 +00:00
atatat
bb33b98bad
I obviously put this (__SYSCTL_PRIVATE) here, but I have no
...
recollection of what it was for and it's now just useless, so it goes.
2004-03-09 03:11:39 +00:00
oster
37533dd249
Introduce RF_DEBUG_ENGINE and use it to disable a number of debugging
...
bits in rf_engine.c
2004-03-09 03:10:26 +00:00
oster
82c3abf8e3
Use RF_DEBUG_QUIESCE to #if-out some printfs that really only should
...
be seen when debugging.
2004-03-09 02:41:21 +00:00
junyoung
70706199eb
Whitespaces.
2004-03-09 02:35:45 +00:00
oster
71371823e7
rf_ShutdownList() isn't returning anything useful, and doesn't need to
...
return anything. Cleanup.
Cleanup function prototypes in rf_shutdown.h
Use #if RF_DEBUG_SHUTDOWN to #if-out more code.
2004-03-09 02:15:33 +00:00
cgd
9ace356dba
proper name for SB-1 is ... SB-1 (not SB1).
2004-03-09 00:47:14 +00:00
lukem
6e46cc7242
Use "mknod -R" for "MAKEDEV -f".
...
Fixes problem noted by Bernd Ernesti on current-users,
with solution suggested by David Laight.
2004-03-08 23:05:37 +00:00
wiz
45668e3378
Bump date for previous.
2004-03-08 23:02:40 +00:00
dbj
b90a643725
note that pool_init and pool_destroy should never be called
...
in interrupt context.
if this is not a desired restriction, then those functions
should be reviewed for safety, at least protecting pool_head_slock
with splvm()
2004-03-08 22:58:34 +00:00
dbj
436daafe7e
add splvm() around a few pa_slock and psppool calls since they
...
may be shared with pools that can be used in interrupt context.
2004-03-08 22:48:09 +00:00
cgd
5da885fa08
split cleaning: clean .tmp files via CLEANFILES ("make clean"), and
...
clean ${BDFFILES} and ${PCFFILES} via separate rm -f's during "make
cleandir." The need to split these into separate rm's comes from the
fact that some cross-compilation host systems can't deal with the
>128kB arg list that a single 'rm' of all these things would cause.
The desire to clean the actual generated fonts only in 'cleandir' came
from lukem during review.
2004-03-08 22:33:00 +00:00
jdolecek
d9aeb86cb3
2004-02-07 update of nawk is available
2004-03-08 19:17:12 +00:00
skrll
b09e6d0dfe
Whitespace
2004-03-08 14:47:27 +00:00
skrll
3539722ee8
Check for G_LIB1ASMFUNCS (not LIB1ASMFUNCS) being non-empty before
...
creating rules for LIB1ASMFUNCS. This is better for old makes (and
readability.)
As highlighted by grifo3000@interfree.it on current-users
2004-03-08 14:45:07 +00:00
wiz
bd1daad209
Fix layout problem reported by Stefan Krueger (skrueger europe com).
2004-03-08 12:28:17 +00:00
simonb
38b2b82a1a
Wrap some long lines.
2004-03-08 11:28:48 +00:00
martin
00547f464a
More language tweaks. Still needs spell checking and testing.
2004-03-08 10:44:45 +00:00
drochner
333cf60a0a
mkfontscale must be run before mkfontdir
...
(can't modern mkfontdir do both at once???)
2004-03-08 09:30:09 +00:00
rtr
0e9ed59745
+ update list for libXxf86misc 1.1
...
+ remove libXxf86misc and libXxf86vm from sparc64 they aren't md.
2004-03-08 07:14:47 +00:00
dyoung
bfe1b324c6
Fix endianness bug to make awi(4) work on macppc (and other big-endian
...
machines).
2004-03-08 06:52:44 +00:00
jmc
7ea4175be1
Nuke unused var
2004-03-08 06:35:23 +00:00
jmc
add0ecfaa7
Turn off MKKERBEROS4 if MKKERBEROS==no.
2004-03-08 06:30:33 +00:00
cgd
7f89649063
add set lists for sbmips cross builds. Xnest/Xvfb only (like several
...
other set lists).
2004-03-08 06:26:47 +00:00
jmc
1e908aacac
Don't trim the ramdisk space smaller than the max ramdisk size...i.e. make it 2M
2004-03-08 05:52:56 +00:00
cgd
335ed73c4c
sync after building kernels. on some host systems (Linux) on NFS
...
have been seen to fail with the error:
pax: File ./netbsd was modified during copy to archive
and this avoids it.
2004-03-08 05:46:44 +00:00
jmc
ed141a197a
Sync up w. other sh3 ports and don't install trap.h
2004-03-08 05:12:10 +00:00
simonb
aaf826ed6a
Strip out a few more sections when making the ecoff file to reduce the
...
ECOFF file size. Problems noticed by James Chacon.
2004-03-08 05:00:02 +00:00
atatat
73c41a46cc
Some optimization for sysctl_locate()
2004-03-08 03:31:26 +00:00
oster
bce42a3095
Move pss_pool to rf_pools. Will save a bit of extra memory at
...
run-time, and we can only do one reconstruction at a time anyway.
Nuke pss_issued_pool - move it to an internal structure in pss.
2004-03-08 02:25:27 +00:00
oster
8cbd53826e
A few more cleanups missed in last commit.
2004-03-08 01:59:26 +00:00
oster
acce07be62
Minor cleanup. No functional change.
2004-03-08 01:55:14 +00:00
oster
c25748c684
Rename rf_rad_pool_lock to rf_rad_lock. The latter is far more
...
accurate.
2004-03-07 23:17:44 +00:00
oster
f95359dd19
- Introduce rf_pools which contains all of the various global pools used
...
by RAIDframe. Convert all other RAIDframe global pools to use pools
defined within this new structure.
- Introduce rf_pool_init(), used for initializing a single pool in
RAIDframe. Teach each of the configuration routines to use
rf_pool_init().
- Cleanup a few pool-related comments.
- Cleanup revent initialization and #defines.
- Add a missing pool_destroy() for the reconbuffer pool.
(Saves another 1K off of an i386 GENERIC kernel, and makes
stuff a lot more readable)
2004-03-07 22:15:19 +00:00
oster
834d494bb2
- Introduce rf_pools which contains all of the various global pools used
...
by RAIDframe. Convert all other RAIDframe global pools to use pools
defined within this new structure.
- Introduce rf_pool_init(), used for initializing a single pool in
RAIDframe. Teach each of the configuration routines to use
rf_pool_init().
- Cleanup a few pool-related comments.
- Cleanup revent initialization and #defines.
- Add a missing pool_destroy() for the reconbuffer pool.
(Saves another 1K off of an i386 GENERIC kernel, and makes
stuff a lot more readable)
2004-03-07 21:57:44 +00:00
heas
7cf74885be
Add missing XFree86 4.4.0 files for sparc64.
2004-03-07 21:52:40 +00:00
dsl
c395262f1f
Suppress duplicate lines when hexdumping data
2004-03-07 17:20:53 +00:00