lukem
96074c3941
- move a closing ".bullet)" outside of a mac68k specific section, so
...
that other platforms don't warnings about missing .El
- tweak newly added stuff to be consistent with recent cleanup i did
2002-07-19 15:50:41 +00:00
lukem
6c521a3f01
tweak newly added stuff to be consistent with recent cleanup i did
2002-07-19 15:47:10 +00:00
lukem
b33d13117d
there are now over 3000 packages
2002-07-19 15:43:37 +00:00
blymn
119539a3a6
Add idcok to documentation.
2002-07-19 13:36:48 +00:00
blymn
6d1dd3e8f0
bump libcurses minor number.
2002-07-19 13:26:15 +00:00
blymn
8d2591041a
* Added new function idcok - this closes PR 10802
...
* Added sentinels to the line structures when in debug mode to try
to pick up data overwrite problems, if they occur.
2002-07-19 13:22:41 +00:00
christos
36496d50b7
PR/17643: Jared D. McNeill: ktrace leaves ktrace.out file with a kernel
...
that does not support ktrace.
2002-07-19 12:53:31 +00:00
wiz
9a97e49a31
Fix a typo.
2002-07-19 10:12:49 +00:00
mrg
65b6526e06
add a "-s <mopdir>" argument to mopd so that it doesn't require one place
...
files in /tftpboot/mop.
2002-07-19 10:05:34 +00:00
toshii
f72ad6b998
Support jornada720 touchpanel.
2002-07-19 08:49:48 +00:00
scw
1d7843f5f7
Add sh5/evbsh5.
2002-07-19 08:24:04 +00:00
scw
c83c355fba
Mirror Izumi Tsutsui's change to the sh3 MAKEDEVs:
...
Fix cd and md entries since RAW_PART is 2 on sh5 ports.
2002-07-19 08:21:33 +00:00
scottr
5f62db771b
This is a complete refit of the mac68k documentation.
...
Of particular note is documentation on the new preferred method of
installation using sysinst, provided (and updated) by Bob Nestor.
2002-07-19 07:17:45 +00:00
bad
e9a1e24f95
Ignore "peer" statements for local clocks too when selecting hosts from
...
ntp.conf.
2002-07-19 03:22:09 +00:00
simonb
bfbb000051
White space nits, add a #endif comment.
2002-07-19 03:13:55 +00:00
lukem
8a46416777
r_mips is not valid; use r_mipseb or r_mipsel. noted by rafal on icb
2002-07-19 02:28:09 +00:00
mrg
04ccd30c07
don't build eehandlers.c on MACHINE_ARCH!=sparc64
2002-07-19 02:26:40 +00:00
matt
cde20d8743
Make sure that pmap_zero_page and pmap_copy_page don't make calls or
...
reference while relocation is disabled since the stack will be inaccessible.
Add support for using AltiVec in pmap_zero_page and pmap_copy_page on
AltiVec capable processors.
2002-07-18 22:51:57 +00:00
wiz
2b8fd6b89a
Add cats, cesfic, hp700, hpcarm, netwinder, shark, x86_64.
...
Fix acorn32, algor, playstation2.
Problem reported by Matthias Drochner.
2002-07-18 22:50:46 +00:00
manu
210ae8794f
Added PHY to the config file so that most PCMCIA ethernet board will work.
2002-07-18 20:03:41 +00:00
mycroft
c5c651d529
If there is no PLT, do not output a DT_PLTGOT entry, as this causes the
...
dynamic linker to blast other things (like the second GOT entry).
2002-07-18 17:35:09 +00:00
rafal
04d70c3689
Fix PR port-sgimips/17567: sysinst wasn't installing/upgrading bootblocks on
...
the new disk. This requires my previous changes to sgivol to get a non-
interactive mode. While here, change the way sysinst invoked sgivol (it
called system(), now it uses run_prog()) so we don't mess up the logging
and scripting contexts.
2002-07-18 16:23:36 +00:00
rafal
695a5c114c
Cleanup and enhancements to sgivol, mostly from Scott G. Taylor, with some
...
tweaking by me. Specifically, this gives sgivol an "unattended" mode that
can be used from eg. sysinst to install the bootblocks.
2002-07-18 16:02:42 +00:00
tsutsui
b58660379a
Fix cd and md entries since RAW_PART is 2 on sh3 ports.
2002-07-18 15:07:48 +00:00
abs
c2fcad8607
If /etc/ld.so.conf contains an invalid sysctl name any dynamically
...
executable that uses the library on that line has the rather cryptic
"sysctl" printed when it starts executing.
Switch to (_PATH_LD_HINTS": unknown sysctl for %s", name);
Discovered after someone copied /etc from an i386 to a sparc64 box.
2002-07-18 14:46:11 +00:00
scw
0096beb078
Add code to setup hardware or software flow control (or none at
...
all, if necessary) depending on the user-specified termios flags.
This allows the device to talk to DCEs which don't assert RTS
(i.e. dumb, 3-wire serial ports).
2002-07-18 14:44:10 +00:00
bouyer
cd3752a0a3
Wrap debug printf in #ifdef DEBUG/#endif
2002-07-18 13:31:58 +00:00
kanaoka
69c8929084
- Disable Interrput before execute AcpiEnterSleepState().
...
- Add acpi_md_OsDisableInterrupt() for this.
2002-07-18 12:05:11 +00:00
wiz
e00173a7f2
Spell 'should' correctly.
2002-07-18 11:59:06 +00:00
wiz
18c66da5b7
Two typos.
2002-07-18 10:41:17 +00:00
agc
f30405c842
Add ./usr/share/man/cat9/bufq.0 and ./usr/share/man/man9/bufq.9
2002-07-18 09:35:48 +00:00
scottr
9f0a09b27b
Automatically select the appropriate kernel set based on the
...
kernel used to do the installation.
2002-07-18 05:35:00 +00:00
wrstuden
332b66d974
When a new connection arrives on a listening port, copy over the
...
value of the TCP_NODELAY socket option from the listener to the
newly connected connection. Agrees with how Linux & FreeBSD behave,
and goes more with the spirit of accept(2) creating a socket with
the same properties as the listener.
Analysis by Kevin Lahey. Closes PR 17616 by myself.
2002-07-18 03:23:01 +00:00
wrstuden
578bd7c516
historical BSD sounds better than BSD historical
2002-07-18 03:22:11 +00:00
thorpej
0c9b77712e
Add Sun4d "special nodes".
2002-07-18 03:22:00 +00:00
wrstuden
b1950d5c05
Update to match change in TCP_NODELAY inheritance for passive sockets.
2002-07-18 03:20:51 +00:00
thorpej
417877e5d7
Add checks for Sun4d. Use CPU_HAS_SRMMU as appropriate.
2002-07-18 02:32:35 +00:00
mjl
395027b4be
Correct obviously switched args to memset()
2002-07-18 02:07:13 +00:00
fredette
2683443f81
Added ./usr/include/m68k/proc.h to the list.
2002-07-17 23:35:12 +00:00
fredette
9090c61c66
Added support for ad.${machine_cpu}.shl listfiles. These list
...
architecture-dependent files that are present when shared libraries are in use.
2002-07-17 23:34:20 +00:00
hubertf
73239eb26f
Document VGA_CONSOLE_SCREENTYPE and VGA_CONSOLE_ATI_BROKEN_FONTSEL
...
kernel options.
Submitted by Julio Merino <jmmv@hispabsd.org> in PR 17624.
2002-07-17 22:02:13 +00:00
itojun
ab94671147
parse T_AAAA responses. patch sent to wietse.
2002-07-17 21:23:04 +00:00
fredette
783b314624
Only declare and define syscall_fancy if KTRACE and/or SYSTRACE are defined.
2002-07-17 21:21:46 +00:00
drochner
db2036e03e
adda driver to read the temerature sensors on a NSC PC87366 Super IO chip
...
(the chip provides voltage / fan rpm control too, but we don't care yet)
2002-07-17 21:10:29 +00:00
mycroft
6b3df890c5
USE_XF86_4 on macppc.
2002-07-17 20:02:15 +00:00
wiz
50ae89bcee
Remove superfluous quotation marks in options. Noted by Julio Merino
...
ing misc/17623.
2002-07-17 19:36:30 +00:00
fredette
f53ba8285a
Now build profiled libraries on m68000.
2002-07-17 18:46:12 +00:00
mycroft
e5b593969a
Whack the atexit(_IO_cleanup), as per ../../libio/cleanup.c 1.2, for the same
...
reasons:
1) There is already a destructor that does this. The atexit() is superfluous.
2) If libstdc++ is loaded dynamically by dlopen() and then is removed by
dlclose(), the pointer is no longer valid and the program would core dump
at exit() time. (This caused xmms to core dump at exit when xmms-sid was
installed, for example.)
2002-07-17 18:01:22 +00:00
thorpej
8d23955168
Add sun4d cases for early bootstrap. This is good enough to
...
get as far as printing the copyright on an SPARCserver 1000.
2002-07-17 16:59:09 +00:00
thorpej
b122660639
More sun4m/sun4d common stuff.
2002-07-17 15:57:12 +00:00