wiz
2bf9002908
This header file needs no __RCSID.
2001-03-07 09:44:40 +00:00
tsubai
83eac66533
Cosmetics.
2001-03-07 08:18:45 +00:00
tsubai
973904ff17
Include trap_subr_mp.S if MULTIPROCESSOR is defined.
2001-03-07 08:12:55 +00:00
tsubai
bf498eb12e
Remove MULTIPROCESSOR part. (moved to separate file)
2001-03-07 08:10:44 +00:00
tsubai
90aabafdd1
MP version of trap routines.
2001-03-07 08:05:07 +00:00
garbled
e254aae479
Add and delete mtree entries for the change in how scripting/logging is
...
organized in sushi.
2001-03-07 07:14:16 +00:00
garbled
eb43d0a679
Remove the old sushi entries here.. just in case anyone installed a snapshot
2001-03-07 07:10:11 +00:00
garbled
33a0323189
Add entries for the new sushi menu items
2001-03-07 07:08:25 +00:00
garbled
36d2c103c1
Add util to the index and top Makefile, and while I'm here, fix an
...
oversight WRT the new system config menus added earlier today.
2001-03-07 07:05:08 +00:00
garbled
f283024f81
Add scripting and logging toggles to sushi under a new directory hierarchy.
2001-03-07 07:02:20 +00:00
garbled
e4e43b585b
Remove these files and directories. They will be replaced.
2001-03-07 06:58:25 +00:00
briggs
20d5755843
Set the PCI mem tag to 0. The BAR already contains the value that was here.
2001-03-07 05:52:28 +00:00
eeh
4e77731eee
Fix inverted preprocessor logic. (Spotted by Charles.)
2001-03-07 01:47:02 +00:00
matt
21b608bb3b
Regen.
2001-03-07 01:44:51 +00:00
matt
f5a5af26a2
Add Galileo GT-64260.
2001-03-07 01:42:37 +00:00
bjh21
328780b294
Leave selection of APCS mode to the compiler -- future versions of cpp will
...
get it right.
Always include new softfloat code -- it seems OK on arm32.
2001-03-07 00:49:48 +00:00
itohy
7ffa2a0375
Add RTC_OFFSET support to inittodr() on dreamcast.
...
No changes to other sh ports.
2001-03-07 00:47:22 +00:00
lukem
15e5ad3658
add BIALW. sort AYBABTU
2001-03-07 00:06:19 +00:00
bjh21
4ada0ac792
Create cpufunc_null_fixup() to replace all the CPU-specific abort-fixup
...
routines that did nothing.
2001-03-06 22:29:13 +00:00
thorpej
76eec79181
Don't misuse bus_dmamap_load_raw().
2001-03-06 22:27:59 +00:00
garbled
f646706dac
Add the mtree entries for the new sushi subdirectories
2001-03-06 21:59:49 +00:00
thorpej
51aeeceeaf
Clean up TLB trap handling a little.
...
- When printing a user trap, include p->p_comm in the message.
- In the TLB fault handler, don't just go charging along if
the fault can't be handled. If we get a fatal kernel TLB
fault, we need to panic! Or, if DDB is enabled, call the
Debugger().
2001-03-06 21:58:23 +00:00
garbled
e9d5d128e9
Oops.. forgot to add the entry for the helpfile in sushi/system.
2001-03-06 21:55:56 +00:00
garbled
1e6815d6b9
Add the new sushi menu items to the setlist
2001-03-06 21:54:49 +00:00
garbled
db020d150d
Add the menu entries into the parent menu. Also, add a help file
...
explaining what each of the functions perform.
2001-03-06 21:48:08 +00:00
garbled
0f105abbea
Add menu to sushi to edit /etc/weekly.conf file.
2001-03-06 21:28:53 +00:00
garbled
4d827fcbd3
Add new menu to sushi to deal with editing the /etc/usermgmt.conf file.
2001-03-06 21:26:27 +00:00
garbled
2544d3c650
Add a menu entry to sushi to deal with editing the /etc/security.conf file.
2001-03-06 21:24:12 +00:00
garbled
a3e0c8a6d8
Add scripts to edit your /etc/mailer.conf file. Currently it can also deal
...
with the exim/sendmail88 and postfix-current packages.
2001-03-06 21:21:06 +00:00
garbled
ec637bec44
Add entry to sushi for managing your /etc/inetd.conf file
2001-03-06 21:18:42 +00:00
garbled
ec910948f9
Add a menu entry to sushi to handle editing of the /etc/daily.conf file.
2001-03-06 21:15:40 +00:00
briggs
9fcf8e36a4
Sync with reality. Add NetBSD tag.
2001-03-06 20:16:09 +00:00
thorpej
6f05b85270
Make this manual page a lot more helpful.
2001-03-06 20:12:33 +00:00
briggs
d6ff14bfde
Update the defaults of MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ to those used
...
in macppc.
2001-03-06 20:11:41 +00:00
briggs
7446055d62
Disable interrupts during autoconf.
...
Move identifycpu() from machdep.c to autoconf.c, make it table-driven, and
add a few more models to it.
2001-03-06 20:10:20 +00:00
mycroft
237ef77d7f
Optimize a little more for the case where `off' is entirely covered by one
...
mbuf -- which is always is.
2001-03-06 19:20:51 +00:00
mycroft
f7a6910822
Rework the in4_cksum() code a bit.
2001-03-06 19:14:37 +00:00
jmc
f208d4f546
Extend note to mention named user as well
2001-03-06 19:03:31 +00:00
jmc
bea7336f20
Add note about named group needing to be hand added or make build will fail.
2001-03-06 19:00:59 +00:00
fvdl
e55dd7530b
Use assembly version of in4_cksum (which is a piece of code that
...
does some of the extra work and then jumps into in_cksum).
2001-03-06 14:55:13 +00:00
pk
a917eabaec
* A couple of `#if defined(SUN4M)' should be `#if defined(MULTIPROCESSOR)'
...
* Print notice if not all CPUs were attached
* Switch to SMP version of cache flush routines in just one place: in
cpu_attach() after all known CPUs have been configured.
2001-03-06 13:39:22 +00:00
tron
9e01e0d32d
Add new files created by the latest XFree86 sources.
2001-03-06 12:13:55 +00:00
tron
43a973206d
Add missing directory entries for "/usr/X11R6/share/examples".
2001-03-06 12:12:53 +00:00
wiz
f2496b9080
Test matching entries in /var/db/pkg on if they are directories.
...
Fixes pkg/12073 by Dan McMahill.
2001-03-06 10:30:54 +00:00
wiz
e0fc1c5416
Fix typos in comments
2001-03-06 10:29:11 +00:00
dogcow
84e3a863c2
missed a \n after dhclient_flags=\"%s\".
2001-03-06 09:22:40 +00:00
mrg
f1d2503dc5
rework pci_attach_hook() to just deal with the INO, not the full
...
interrupt number. properly find interrupts for the E250. modify
pci_intr_map() accordingly. retire psycho_intr_map(). deal with
INO values upto 0x3f, not upto 0x32. restructure sabre_init() and
psycho_init() to be more similar, and display each psycho's IGN.
psycho_intr_establish() deals with INO upto 0x3f, values from 0x32
and higher get 0 for IPL.
tested on E250 & U5.
2001-03-06 08:09:16 +00:00
matt
b7cd0eeaac
Move arm32/arm32/ast.c to arm/arm32/ast.c
2001-03-06 07:52:35 +00:00
matt
d4792454d8
Change parameter to int from u_short as gcc doesn't like subint
...
arguments.
2001-03-06 07:40:52 +00:00
matt
5b634b6b3a
Add the PCI frontend for the TI LYNX firewire chip. Note that the
...
backend still needs to be worked on.
2001-03-06 07:38:32 +00:00