oster
1b1653573f
Rename RF_DEBUG_RECONBUFFER to RF_DEBUG_RECON in order to facilitate
...
disabling other stuff without having to introduce another #define.
2002-09-17 03:21:40 +00:00
oster
fe703e624d
Were these functions actually called by anything, I might have considered
...
keeping them...
2002-09-17 03:11:41 +00:00
oster
5dced80d48
Use RF_DEBUG_DISKQUEUE to eliminate more debuggin printfs that the
...
vast majority of the world will never see much less care about.
2002-09-17 02:55:12 +00:00
oster
e8ffb40a0e
Those of us who might be interested in debugging internal memory usage
...
of RAIDframe can use RF_DEBUG_MEM. I suspsect the rest of the world would
rather use that 14K of kernel memory for something else.
2002-09-16 23:40:57 +00:00
oster
763ac2f8fe
Assign a value to recon_buffer_size in a different way so that the
...
compiler doesn't complain when we change what RF_Free looks like.
2002-09-16 23:37:18 +00:00
thorpej
9b81f1bdb0
-path is an extension to find(1) that not all systems have, so don't
...
use it. Instead, filter out the metalog file using a separate loop
in the pipeline.
2002-09-16 23:04:39 +00:00
petrov
dc81a805ea
Use driver reset in case 'internal state mismatch'.
2002-09-16 21:49:15 +00:00
gmcgarry
70535604e4
Everyone now has CPU locks, so test them.
2002-09-16 21:08:28 +00:00
gmcgarry
24faaecc3a
Implement CPU locks. Untested.
2002-09-16 21:01:31 +00:00
manu
a9fed43086
Initial support for APM on hpcarm (just enough to get battery state)
2002-09-16 19:58:58 +00:00
manu
e77de5cb68
Initial APM support (enough to get battery level)
2002-09-16 19:52:52 +00:00
manu
eee61c81f0
Fix a config mistake for wsmouse
2002-09-16 19:50:27 +00:00
tron
377e179dcb
Use "const" for all input parameters of ethers(3) functions.
2002-09-16 19:25:30 +00:00
thorpej
e1ed089ecd
-path is an extension -- say so.
2002-09-16 19:24:59 +00:00
thorpej
263d19930b
Remove binutils 2.9.
2002-09-16 19:23:29 +00:00
thorpej
0f9c63ed39
Remove binutils 2.9.
2002-09-16 18:41:54 +00:00
thorpej
39c9c4310b
Delete bintuils 2.9.
2002-09-16 18:13:05 +00:00
briggs
482480a39e
Note that RedHat 7.3 hosts successfully as of today with the caveat that
...
LANG=C must be in the environment.
2002-09-16 18:13:04 +00:00
thorpej
e795439f84
Delete bintuils 2.9.
2002-09-16 17:59:12 +00:00
thorpej
2a57f8214b
Remove gdb-4.17.
2002-09-16 17:42:22 +00:00
thorpej
e2ba73e2b5
Remove gdb-4.17.
2002-09-16 17:32:21 +00:00
thorpej
c07fb42b05
Remove gdb-4.17.
2002-09-16 17:22:20 +00:00
christos
dd45b62148
Set the close-on-exec bit on all file descriptors we open. Inspired by a
...
FreeBSD security advisory.
Reviewed by thorpej
2002-09-16 17:20:45 +00:00
thorpej
f408d84a70
Remove the old egcs compiler.
2002-09-16 17:12:08 +00:00
mycroft
e9e73c9a7d
Force GPSR to 0 before a blit, so my text doesn't get shifted to the right...
2002-09-16 17:12:07 +00:00
thorpej
1bdb20e71b
Remove the old egcs compiler.
2002-09-16 16:53:47 +00:00
thorpej
2699791533
Do not #include "/usr/include/arpa/tftp.h" directly. Doing so is
...
VERY BAD for cross-compiling.
2002-09-16 16:53:45 +00:00
thorpej
0b58bd1716
Remove the old egcs compiler.
2002-09-16 16:50:59 +00:00
thorpej
88edc7e11d
Remove the old egcs compiler.
2002-09-16 16:40:58 +00:00
mycroft
05d15857f0
Copy forwards even when moving to the right, if the regions do not overlap.
2002-09-16 16:40:57 +00:00
thorpej
f6abb51010
Remove the old egcs compiler.
2002-09-16 16:39:52 +00:00
thorpej
089852526d
Remove files used by the egcs/bintutils 2.9 toolchain.
2002-09-16 16:36:51 +00:00
mycroft
6db8861212
Simplify the blitting code slightly, and fix fenceposts.
2002-09-16 16:33:13 +00:00
thorpej
4ae80dbd09
Delete the egcs/binutils 2.9 toolchain. Remove USE_NEW_TOOLCHAIN
...
conditionals.
2002-09-16 16:22:15 +00:00
briggs
7873bb1aba
Also HAVE_STDINT_H if defined(__linux__).
2002-09-16 14:12:04 +00:00
gmcgarry
9fdf5b4b9e
Implement CPU spinlocks. Compile-tested only.
2002-09-16 09:12:50 +00:00
gmcgarry
a2e5c0f036
Bring down from nathanw_sa branch.
2002-09-16 07:00:43 +00:00
itojun
c1261b4aff
periodically save policies that have been modified. from provos
...
>here is a diff that will cause systrace to periodically save policies
>that have been modified. Useful if you run systrace on an xterm and
>kill it accidently. Or other applications like opera that are long
>running and can cause weird crashes.
2002-09-16 04:31:46 +00:00
briggs
a94d82e6f9
Always use NetBSD's fts(3) in compat builds. Some systems (notably
...
Red Hat 7.3, at least) do not have fts(3) implementations that work
correctly with -D_FILE_OFFSET_BITS=64.
2002-09-16 04:10:36 +00:00
christos
b3ac19283d
Make uptime show the correct number of users.
2002-09-16 04:02:21 +00:00
martin
062ee8dd14
p->p_sigacts -> p->p_sigctx
2002-09-16 03:41:40 +00:00
oster
55b509f490
Cleanup some comments.
2002-09-16 02:48:34 +00:00
oster
969c6e9caf
'char *arrived' was such a nice variable. Too bad all we ever did
...
with it was malloc/free space for it. *poof*
2002-09-16 02:39:42 +00:00
perry
64d38d7104
add wtmpx
2002-09-16 02:36:53 +00:00
oster
4511efdca0
rf_CheckFloatingRbufCount() is only really useful when debugging the
...
reconstruct buffer stuff. #if it out in the general case.
2002-09-16 02:35:17 +00:00
perry
a2bd5604f5
Make utmp and utmpx group utmp, not group wheel. This gets masked by
...
the fact that rc.d sets it to group utmp anyway, but it was certainly
wrong in principle.
2002-09-16 02:35:04 +00:00
perry
e1fd62d224
Create wtmpx, just as wtmp is created.
2002-09-16 02:30:29 +00:00
oster
549b1bde93
Cleanup some printf's, and disable some (debugging) output.
2002-09-16 02:25:08 +00:00
perry
8a20c1019d
create a utmpx with the same permissions as utmp
...
Solves pr 18282, although very differently.
2002-09-16 02:23:31 +00:00
thorpej
23d33fadf0
Don't escape constructs like ${FOO} in printf statements. awk doesn't
...
expand variables like that in printfs, and the escapes end up in the
output in some versions of awk.
2002-09-16 02:13:16 +00:00