dbj
|
80437c10e3
|
add a HISTORY section, mentioning MkLinux
|
2002-09-17 08:14:22 +00:00 |
dbj
|
0270296979
|
when creating a partition, set bzb bits appropriate for netbsd root
|
2002-09-17 07:42:55 +00:00 |
junyoung
|
9754fa4d8e
|
Make immediate binding work again by actually implementing
_rtld_relocate_plt_objects(). Note that this is for i386 only;
any efforts to make it work on other platforms are left to
those who are using them...
|
2002-09-17 07:29:46 +00:00 |
toshii
|
0a4b948848
|
Make sure to write back correct FP state. Fixes port-i386/17927.
|
2002-09-17 07:05:09 +00:00 |
itojun
|
ce04d2f721
|
fix comment, sync with kame
|
2002-09-17 06:32:49 +00:00 |
itojun
|
17e856961c
|
don't quit while creating X11 listening socket.
address (first) problem described in
http://mail-index.netbsd.org/current-users/2002/09/16/0005.html
|
2002-09-17 06:26:18 +00:00 |
itojun
|
cf50f0c768
|
reject SIOCAIFADDR if embedded address is in private address range. sync w/kame
|
2002-09-17 05:56:37 +00:00 |
itojun
|
ca5a36677b
|
split white space and single line policy processing into separate
functions. from provos
|
2002-09-17 05:07:21 +00:00 |
itojun
|
0b2d2fe3d7
|
daemon should not change the directory. from provos
|
2002-09-17 04:54:36 +00:00 |
briggs
|
b3fa829f51
|
Get rs6000.h from gnu/dist/toolchain/include instead of gnu/dist/include.
|
2002-09-17 03:55:40 +00:00 |
oster
|
8fd475e54a
|
RF_DEBUG_ACCESS and RF_DEBUG_QUIESCE make things a little smaller.
|
2002-09-17 03:54:42 +00:00 |
oster
|
1b0ab96194
|
Introduce and use RF_DEBUG_QUEUE (for debugging the various queueing
types available in RAIDframe).
|
2002-09-17 03:43:34 +00:00 |
oster
|
aad979b7eb
|
Cast the RF_DEBUG_RECON net a little wider.
|
2002-09-17 03:30:33 +00:00 |
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 |