Commit Graph

124708 Commits

Author SHA1 Message Date
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
rtr
4945dfe3ca remove commented out directives not needed 2004-03-07 13:50:25 +00:00
dsl
4334e6508d Re-instate the old behaviour where 'mount_mfs device mount_pt' would
use the size of 'device' for teh file syste size - fixes pr 18353.
(It might be better to be able to say 50% of the size...)
Fix 'mount_mfs -N ...', as well as supressing the creation of the fs, the -N
inhibits the supression of the prints of the mfs parameters.
2004-03-07 12:26:38 +00:00
oster
c31c7c5652 Cleanup function prototypes. 2004-03-07 05:01:15 +00:00
oster
dd0716f291 We don't need 2-fault tollerant stuff here in the default case.
Use #if's to conditionalize the code compilation.
(Saves another 1K on i386 GENERIC kernels)
2004-03-07 02:59:25 +00:00
oster
43648c8525 Minor cleanups. No functional changes. 2004-03-07 02:49:23 +00:00
oster
d02f580adf - fix up initialization of rf_recond_pool
- introduce rf_reconbuffer_pool and teach rf_MakeReconBuffer() to use it
2004-03-07 02:46:58 +00:00
heas
5d72958991 NetBSD.cf sets UseRgbTxt, thus rgb.db is not built 2004-03-07 02:35:36 +00:00
oster
3f36d142d8 Re-work rf_GenerateFailedAccessASMs() to simplify things a bit.
rf_AllocBuffer() is available, so use it to get buffer space instead
of the previous RF_Malloc() bits.  Saves a few bytes, but more
importantly makes the code much more readable.
2004-03-07 02:25:36 +00:00
enami
bf27454854 Use signed 64bit integer type instead of unsigned long long
since f_bavail may be negative.
2004-03-07 01:12:08 +00:00
dsl
d6066102c0 Consistent capitalisation 2004-03-07 00:47:18 +00:00
dsl
82d39342cb Fix a spelling mistake and align a title properly 2004-03-07 00:40:45 +00:00
dsl
4ad476f16a Make update mounts (to change miniroot ramdisks to rw) take the same short
circuit as MNT_GETARGS.
Fixes PR#24533
2004-03-07 00:17:04 +00:00
oster
9e4fc614fc Pretty up a bit of unused code. 2004-03-06 23:53:31 +00:00
oster
967b00b4ec rf_AllocBuffer() doesn't do anything with its dag_h parameter. Nuke
it, and adjust callers.
2004-03-06 23:52:20 +00:00
wiz
eec56f3b12 Bump date for previous. 2004-03-06 23:38:40 +00:00
oster
54eab15188 Sprinkle a few #if's to ignore some bits that are only used for RAID 6 or PQ stuff. Saves another 3K on i386 GENERIC. 2004-03-06 23:34:27 +00:00
oster
dc76c4b111 Minor tabbing cleanup. No functional change. 2004-03-06 22:59:42 +00:00
heas
8d8b9a0ed4 The via driver is built for i386; install cat4/via.0.
XXX It does not appear to me that via is built for macppc, but md.macppc does
    include via_drv.o.
2004-03-06 20:49:05 +00:00
heas
10bafaeb83 cat4/via.0 does not appear to belong here. 2004-03-06 20:46:30 +00:00
itojun
3e6b951d2a use "volatile sig_atomic_t" for gothup; Havard Eidnes 2004-03-06 20:29:25 +00:00
heinz
ebfae274fc Use KS_KP_Separator instead of KS_KP_Decimal on German keyboards,
identical to what XFree86 does and consistent with what's printed
on the key caps.
2004-03-06 19:42:26 +00:00
martin
bddc2b94bb Set BGE_JUMBO_RXRING_VALID in bge_flags when allocating jumbo ring buffers,
so it can be freed later. From HITOSHI Osada in PR kern/24686.
2004-03-06 17:42:43 +00:00
heas
27fdd34bb7 makeflist is .PRECIOUS, do not delete it if make is interrupted. 2004-03-06 16:12:06 +00:00
rtr
e1152a4b9b oops missed bump to 1.1 2004-03-06 15:32:33 +00:00
itojun
451af9862c make SIGHUP handler very small, and call init() from the main poll() loop.
should fix PR bin/24682.
2004-03-06 14:41:59 +00:00
itojun
da6bd485cd add missing description of "EnableSshKeysign". 2004-03-06 14:33:08 +00:00
blymn
03244f56bf Fix error in description of signature file syntax (thanks to Chrisian
Biere)
Fix wording to match changed syntax line
Add some clarifications to the wording
Improve vertical spacing of some sections.
2004-03-06 12:03:48 +00:00
blymn
fdcc085558 Removed arbitrary 255 character limit on file field
Verify that the path in the file field is not > MAXPATHLEN, if it is
too long then skip that entry in the signature file.
2004-03-06 11:59:30 +00:00
blymn
a65a328d6f Made error messages more descriptive. 2004-03-06 11:57:14 +00:00
rtr
a0b49b5989 + remove DDB from COPTS (oops)
+ add radeon reachover (doesn't build, so commented out in drm/Makefile
  SUBDIR).
2004-03-06 11:44:41 +00:00