olgeni
857e450bf0
Typo: compatability -> compatibility
2001-11-06 21:27:30 +00:00
olgeni
638e15c75f
Fixes:
...
* compatability -> compatibility
* El Torrito -> El Torito
* repectively -> respectively
2001-11-06 21:26:13 +00:00
olgeni
76f9bc14e1
website -> web site
2001-11-06 21:24:59 +00:00
olgeni
8ccc6c4e19
Fix typo:
...
* compatability -> compatibility
2001-11-06 21:23:28 +00:00
olgeni
d250f795f7
Fix typos:
...
* initialise -> initialize
* maintenence -> maintenance
* manufacured -> manufactured
* accomodate -> accommodate
2001-11-06 21:21:33 +00:00
olgeni
4fb8b3e1dd
Fix typos:
...
* intially -> initially
* accomodate -> accommodate
2001-11-06 21:17:25 +00:00
tmm
16168d94cf
Add emul.c and in_cksum.c, make the OpenFirmware console driver optional,
...
reorder a bit.
2001-11-06 20:25:44 +00:00
tmm
1c8bcc6aa9
Add a special OpenFirmware entry point for terminating the kernel (in
...
this case, the firmware trap table needs to be restored). Make use of
it in cpu_halt() and cpu_reset(), and make cpu_reset() reboot the kernel
that was used previously insead of behaving like cpu_halt().
Add a shutdown_final event handler that turns the power off if requested.
2001-11-06 20:22:18 +00:00
tmm
594c8e829b
Add code to emulate unimplemented (non-fp) instructions and to fixup
...
unaligned accesses, and instr.h, which contrains definitions for the
sparc64 instruction set (partly from NetBSD).
Make use of some definitions from instr.h in db_disasm.c.
2001-11-06 20:13:44 +00:00
rwatson
bd13886bd8
o Cache the process's struct prison so as to create a more visually
...
appealing code structure. In particular, s/req->p->p_ucred->cr_prison/pr/
Requested by: imp, jhb, jake, other hangers on
2001-11-06 20:09:33 +00:00
tmm
ce1ebd733b
Add optimized implementations of in_cksum_skip() and related functions
...
for sparc64.
2001-11-06 20:05:01 +00:00
tmm
00cf34fe14
Fix the intial setup of the stray interrupt handler (it takes a struct
...
*intr_vec as argument now, not the vector number).
2001-11-06 19:59:21 +00:00
jhb
e2cdd54d9a
- Add a simple SUSP parser.
...
- Use the SUSP parser to detect Rock Ridge (RRIP) extensions and to look
up alternate names when opening files.
2001-11-06 19:59:19 +00:00
rwatson
835371a313
o Remove a tab missed in the previous whitespace commit.
2001-11-06 19:58:43 +00:00
rwatson
08fb9c82f6
o Remove double-indentation of sysctl_kern_securelvl. This change is
...
consistent with the one other function in the file, and prevents long
lines in up-coming changes. This nominally pulls kern_mib.c a little
further down the long path to style(9) compliance.
2001-11-06 19:56:58 +00:00
bmah
9e980199c2
Fix typo: s/dirver/driver/
2001-11-06 19:48:22 +00:00
green
b9c07fd74b
Add missing include for <ctype.h>
...
Make sockaddr printing code unbad.
Always copy in sizeof(sockaddr_un) bytes for an AF_UNIX sockaddr,
despite what the length may be.
2001-11-06 19:26:51 +00:00
jhb
a2723fd68c
Switch to using ANSI function declarations and add missing function
...
prototypes. I'm tired of getting stupid bugs from changing function
parameters and not getting warnings from the compiler when I goof it up.
2001-11-06 17:13:05 +00:00
green
096e732df4
Correctly unlock the target process if /proc/$foo/mem is open()ed by
...
another process which cannot p_candebug() it. The bug was introduced
in rev. 1.100.
Approved by: des
2001-11-06 17:00:40 +00:00
obrien
df78d8e6b5
Fix tab damage in rev 1.326.
2001-11-06 16:15:47 +00:00
iwasaki
37688d6327
Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support.
...
- Add S4BIOS sleep implementation. This will works well if MIB
hw.acpi.s4bios is set (and of course BIOS supports it and hibernation
is enabled correctly).
- Add DSDT overriding support which is submitted by takawata originally.
If loader tunable acpi_dsdt_load="YES" and DSDT file is set to
acpi_dsdt_name (default DSDT file name is /boot/acpi_dsdt.aml),
ACPI CA core loads DSDT from given file rather than BIOS memory block.
DSDT file can be generated by iasl in ports/devel/acpicatools/.
- Add new files so that we can add our proposed additional code to Intel
ACPI CA into these files temporary. They will be removed when
similar code is added into ACPI CA officially.
2001-11-06 15:00:30 +00:00
nyan
e2aa5ac96d
Remove /usr/src/sbin/pc98 from srcdirs entry. It is not exist.
...
Add special entry for the fdisk command.
2001-11-06 12:34:07 +00:00
nyan
f6200bb4f8
MFi386: sys/boot/i386/loader/main.c revision 1.25
2001-11-06 12:31:56 +00:00
nyan
0975bb0246
MFi386: sys/boot/i386/libi386/Makefile revision 1.21
2001-11-06 12:31:05 +00:00
phk
b6b202ac74
This file was part of something grander, which doesn't seem to be
...
around anymore.
2001-11-06 07:26:21 +00:00
phk
304a17b108
This file is a 2.2 vintage pre-CAM file of no current value.
2001-11-06 07:24:54 +00:00
assar
d6a7ad3361
use cp instead of mv to get the right name of the yacc-generated
...
files, mv fails badly with parallel makes
Submitted by: Vincent Poy <vince@oahu.WURLDLINK.NET>
2001-11-06 04:30:15 +00:00
des
54f1e4643d
More drive-by stylification, and some clarifications
2001-11-06 03:28:21 +00:00
des
ee0efa2718
More drive-by stylification
2001-11-06 02:40:09 +00:00
des
96acf65088
Drive-by stylification + reintroduce set_border().
2001-11-06 02:38:09 +00:00
des
9e8fe7fac8
syscons' set_border() is now named sc_set_border(), so there is no longer
...
a naming conflict.
2001-11-06 02:36:26 +00:00
arr
9ed45cbd11
- Fixes non-zero'd out sin_zero field problem so that the padding
...
is used as it is supposed to be.
Inspired by: PR #31704
Approved by: jdp
Reviewed by: jhb, -net@
2001-11-06 00:48:01 +00:00
peter
421cbc37ad
Document the reset command. I would have thought it blatently obvious,
...
but here it is: reset - Hard reset the system
2001-11-05 23:46:10 +00:00
kbyanc
b952fa42f3
Add quirk entry for Olympus E-100RS digital camera. This and the existing
...
quirk regarding the C- series makes me suspect that all Olympus models have
the same quirks, but I cannot prove it.
Submitted by: Bernd Walter <ticso@cicely8.cicely.de>
2001-11-05 23:33:18 +00:00
arr
786277e5d2
o No need to set values to 0 when we utilize M_ZERO
...
Approved by: peter
2001-11-05 22:27:46 +00:00
phk
4fe31a633b
Update.
2001-11-05 22:07:44 +00:00
phk
1304746cba
This is long since unused.
2001-11-05 22:06:33 +00:00
phk
22696e16e8
This simple shell-script tries to find *.c files under /sys
...
which are not in some way used or referenced somewhere.
2001-11-05 22:06:09 +00:00
phk
87f18c0e4e
GC the a.out support in DDB, nothing anywhere would pull this
...
file into a build.
2001-11-05 21:55:42 +00:00
arr
d1ac48c2ff
- Include machine/md_var.h to get rid of cpu_reset() warning. (-Wall)
...
Approved by: jhb
2001-11-05 21:50:55 +00:00
phk
9bb69cda68
GC userconfig after Peter axed it 15 months ago.
2001-11-05 21:46:35 +00:00
dwmalone
c54bcb1109
Add a note explaining why CLOCKS_PER_SEC isn't 1000000.
...
While I'm here, "of a second" does not belong to CLOCKS_PER_SEC.
PR: 30297
Submitted by: Bernd Luevelsmeyer <bdluevel@heitec.net>
2001-11-05 21:30:43 +00:00
phk
b66cb8c56d
3.5 years ago Wollman wrote:
...
"[...] and removes the hostcache code from standard kernels---the
code that depends on it is not going to happen any time soon,
I'm afraid."
Time to clean up.
2001-11-05 21:25:02 +00:00
phk
61107309cd
Also remove the .h files for the old rp driver.
2001-11-05 21:23:24 +00:00
phk
09765133b4
Garbage call!
...
These files have been obsoleted by compiler technology (such as it is
for gcc) for quite some time.
2001-11-05 21:10:09 +00:00
rwatson
a81b61a4c5
o dpt_control.c is not compiled into the system (commented out in
...
conf/files) and as a result appears to have been missed in the bulk
KSE update of drivers. This change replaces references to proc
with thread. It has not been compile-tested.
2001-11-05 21:02:26 +00:00
jhay
0bc3277306
src/sbin/i386 does not exist anymore. Tripped over by make release.
2001-11-05 20:56:54 +00:00
phk
5a206914a7
Remove the old RocketPort driver which was left behind in favour
...
of the new driver. The new driver works, the old one is 1+ year behind.
2001-11-05 20:49:30 +00:00
dwmalone
8a1a60f839
Anding the fsid with 0xffff was causing aliasing problems.
...
PR: 17405, 16320
Submitted by: Mark W. Krentel <krentel@dreamscape.com>
Submitted by: Peter Edwards <peter.edwards@ireland.com>
MFC after: 2 weeks
2001-11-05 20:40:24 +00:00
dwmalone
3e00db61ef
Make filenames const to avoid a few warnings.
...
Add FreeBSD tags.
Reviewed by: cmp
2001-11-05 20:33:40 +00:00