uch
2682fb8227
increase inode of miniroot
2002-03-27 13:32:08 +00:00
abs
1aa20af166
Regen for 'CONEXANT 56KFAXMODEM 0x1085 HW 56K Fax Modem'
2002-03-27 13:12:11 +00:00
abs
4b98be096f
Add 'CONEXANT 56KFAXMODEM 0x1085 HW 56K Fax Modem'
2002-03-27 13:11:37 +00:00
uch
0ae715f6d2
All the sh3 ports had an identical procfs_machdep.c, so use a common
...
file under arch/sh3/sh3.
2002-03-27 10:44:38 +00:00
darrenr
9074b14439
Merge in the patch (PR kern/15963) to provide unaccelerated 24bit support
...
for the S24.
2002-03-27 10:14:17 +00:00
lukem
e512d5dcf7
Set command_args to '-f ${sshd_conf_dir}/${name}.conf'.
...
This occurs before the first load_rc_config() so that it may be
overridden by the user, and appears in single quotes so the
variables don't get evaluated until the eval in run_rc_command().
Problem noted by Patrick Welche <prlw1@cam.ac.uk> in [bin/15912].
2002-03-27 09:15:54 +00:00
lukem
5ee7ac8886
Replace $critical_filesystems_beforenet with $critical_filesystems_local .
...
Replace $critical_filesystems with $critical_filesystems_remote .
The new names are now consistent with the type argument that
mount_critical_filesystems() is called with, and allows for other types to
be easily supported by that function.
For backwards compatibility purposes, if the now obsolete variable is defined
(even empty), it takes precedence over the new form, and you will be warned.
If you want to stop the warnings, update your rc.conf(5) settings!
2002-03-27 08:53:39 +00:00
lukem
1dad4ca74f
clean up warnings.
...
don't bother setting defcorename from obsolete $defcorename.
2002-03-27 08:03:08 +00:00
onoe
45a8f0749c
Fix to work Symbol firmware card, which cannot be initialized more than once.
...
Tested with 3Com 3CRWE737A and Intel Pro/Wireless 2011.
2002-03-27 08:01:22 +00:00
chs
150665fbb1
91C96 has the same chip ID as 91C94, list both in attach output. PR 11413.
2002-03-27 07:50:54 +00:00
martin
ebd73ccd11
After Jason Thorpe explained to me how it is supposed to work, implement
...
(de)activate for pcmcia cards.
Implement detach/(de)activate for PCI cards.
Clean up internal state (free call-descriptors) if a controller is
detached while it has open connections.
2002-03-27 07:39:35 +00:00
lukem
88eb34e804
clean up warning
2002-03-27 07:37:56 +00:00
lukem
5260db633f
etc/ssh is mode 0755 not 0644. Noted by Toru TAKAMIZU on current-users.
2002-03-27 07:15:57 +00:00
briggs
e0d951068b
Add fxp* (Intel EtherExpress PRO 10+/100B).
2002-03-27 06:39:16 +00:00
eeh
f0a7e18ff6
Use the medium low model for sparc64 programs that don't 2GB of data segment.
2002-03-27 05:40:54 +00:00
eeh
72feb11b6e
Reserve %g4 for backwards compatibility with the old ABI.
2002-03-27 05:39:00 +00:00
simonb
8e523e0470
Fix pci/pchb attachments after the recent ibm4xx mainbus rototil.
2002-03-27 05:25:28 +00:00
phil
1e490dbb97
Add the statfs upcall so df now reports cache size and usage.
2002-03-27 05:10:40 +00:00
chs
e0a7781fc7
avoid accounting errors in pmap_enter() by only updating the counters
...
once the operation can no longer fail. fixes PR 16028.
2002-03-27 04:47:28 +00:00
thorpej
33bf2a81e0
Note that this module will also work with the IQ80321 eval board.
2002-03-27 04:14:25 +00:00
thorpej
eb1415ce49
Stand-alone memory sizing routine for the Intel i80321 I/O processor
...
("Verde").
2002-03-27 04:13:39 +00:00
jmc
bb22d1e732
Instead of removing ARRAY_SIZE just #ifndef around it so patches can be
...
generated against the gcc-2.95.3 tag and this will compile. (as ARRAY_SIZE
isn't provided in libiberty included in gcc-2.95.3 itself
2002-03-27 04:09:03 +00:00
jmc
a7839b0fdc
Fix typo in previous commit
2002-03-27 03:43:39 +00:00
jmc
a1fe3592c6
Correct mistaken signature for _Qp_dtoq. It gets a double passed in, not
...
a pointer to double which causes obvious errors on evaluation
2002-03-27 03:41:54 +00:00
thorpej
c915b880c5
The 80321 manual lies; it does have a CPU ID distinct from the 80200.
...
Add that CPU ID, and add a case for it.
2002-03-27 01:34:47 +00:00
jmc
93fcfe16c5
Oops...don't check against &0x1 as the address is already even which is the
...
problem that was being solved in the first place
2002-03-27 00:00:16 +00:00
christos
56a72506f9
nicer printing.
2002-03-26 23:56:45 +00:00
christos
d9d77caa18
PR/16073: Jachym _Freza_ Holecek: Add the ability to list known partition types.
...
While I am here, KNF a bit.
2002-03-26 23:56:05 +00:00
fredette
0fe578ec56
On the m68000, instead of extracting integer support from
...
libgcc, use bits from sys/lib/libkern.
2002-03-26 23:19:31 +00:00
fredette
749a99134b
When DDB is not defined but Debugger() is anyways, define
...
console_debugger() to be Debugger(). This is relevant on
the sun2 and sun3, where a monitor is always available.
2002-03-26 23:17:09 +00:00
fredette
23aa52421d
No longer assume that !DDB implies that Debugger() isn't defined.
...
Now only define Debugger() if it isn't defined already.
2002-03-26 23:14:49 +00:00
fredette
ba0d9b105c
In the machine-links target, the sun2 also needs a sun68k symlink.
...
Plan ahead and make it on the sun3 also.
2002-03-26 23:13:08 +00:00
fredette
f3cbb9ef0a
Added ${G_CONFIGDIR} to .PATH. This is needed on m68000 so that
...
libgcc1 gets built.
2002-03-26 23:10:58 +00:00
fredette
a39d5cb13b
Note that libhack.o depends on gethost.o, otherwise
...
the latter won't get built.
2002-03-26 23:09:40 +00:00
manu
fff388471d
Added the SETMASK32 command for sigprocmask(2). This is equivalent to
...
SETMASK except that the upper 32 bits are left untouched
2002-03-26 22:59:32 +00:00
fredette
cbc8e60f5f
Added support for stl.mi and a stl.${objfmt} files for each set,
...
which respectively contain MI and objfmt-specific things associated
with static libraries. Useful for systems that don't have shared
libraries. Currently only used by lists/comp/stl.elf.
2002-03-26 22:58:17 +00:00
fredette
58830d68c5
Added brand-new integer multiply and divide support, used only
...
on the m68000.
2002-03-26 22:49:32 +00:00
fredette
26755e068d
Now also build libm68k when MACHINE_ARCH is m68000.
2002-03-26 22:48:04 +00:00
kleink
032762e1e9
On the 601, construct the CPU counter value from the RTC[UL] registers.
2002-03-26 21:50:39 +00:00
matt
12810ed37d
Use size_t in prototype (so this will be LP64 clean for PPC64 someday).
...
Calculate len separately for icache & dcache in case each has different
cacheline widths. Make the code for both loops the same except for the
dcbst/icbi. Deal with sizes >=2GB properly (like that'll happen but ...)
2002-03-26 21:20:24 +00:00
thorpej
dde8f75509
Only build pciconf.o if pci is configured.
2002-03-26 19:31:40 +00:00
thorpej
41f47f03e7
Restructure a few things in order to support other XScale core
...
I/O processors:
* The i80200 and the i80321 have the same CPU ID, so split the
CPU_XSCALE option into CPU_XSCALE_80200 and CPU_XSCALE_80321
options, and don't let them both be defined at the same time.
XXX May want to revisit this in the future.
* Split some registers common between the i80200 and i80321 into
<arm/xscale/xscalereg.h>.
* Rename a few existing functions.
2002-03-26 19:29:44 +00:00
drochner
fe52be52a6
Add the actual session offset to the volume size. This makes
...
a) the "df" output not an underestimate (Multisession cd filesystems can
refer to data in previous sessions)
b) some checks where a block number is compared against the volume size
succeed - I got mysterious misbehaviour with RR extensions
2002-03-26 19:04:23 +00:00
manu
58537aa4d9
Fixed a typo in DEBUG_IRIX code
2002-03-26 16:58:56 +00:00
manu
a4085df772
- Uses p->p_stats->p_ru instead of p->P_ru to get ressource usage, since
...
p->p_ru sometime happens to be equal to 0xdeadbeef.
- added more debug output.
2002-03-26 16:38:12 +00:00
christos
5c8e181780
We are not guaranteed that we have enough bytes to get a struct ip from our
...
mbuf. So if we receive a short packet, that looks like gif we would panic.
Reviewed by thorpej, tested by Kimmo Suominen and Andreas Wrede. Thanks for
the help in tracking this down.
2002-03-26 16:05:03 +00:00
fvdl
edcf4b63ed
Fix stack usage for temporary storage. From Stephen Ma in PR xsrc/15404.
2002-03-26 15:17:37 +00:00
isaki
d4e117205d
set factor=1/2 even if recording.
2002-03-26 15:05:29 +00:00
fvdl
2f5a2ef5af
Start signal stack at -128(%rsp), like the ABI specifies.
2002-03-26 15:02:42 +00:00
fredette
c3d894c1c3
Wait longer for the mouse self-test to complete, otherwise some
...
faster machines decide that the mouse is broken.
2002-03-26 13:59:10 +00:00