| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
|
|
|
|
| |
one already we can test for.
|
|
|
|
| |
Submitted by: "Steven G. Kargl" <kargl@troutmask.apl.washington.edu>
|
| |
|
| |
|
|
|
|
|
|
| |
Updated comments about rotten modules.
Fixed disorder and English errors.
|
|
|
|
|
| |
I do breaks world or the nightly snapshots. (you can still do it by hand
though for the moment)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
worked accidentally because the rule to generate ${OBJS} from ${SRCS}
is sloppy.
Fixed style bugs.
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
regular intervals, when the module is used as a screen saver.
Submitted by: asami
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
.gdbinit.crash contains a top-level .gdbinit suitable for debugging
crash dumps
.gdbinit.serial contains a top-level .gdbinit suitable for serial
debugging
Each of these two files reads the following files:
.gdbinit.kernel: This file contains general macros suitable for kernel
debugging. It is not related to vinum
.gdbinit.vinum: This file contains macros specific to debugging
vinum.
.gdbinit.paths: Contains information about the location of the source
and object files on the system.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
.gdbinit.crash contains a top-level .gdbinit suitable for debugging
crash dumps
.gdbinit.serial contains a top-level .gdbinit suitable for serial
debugging
Each of these two files reads the following files:
.gdbinit.kernel: This file contains general macros suitable for kernel
debugging. It is not related to vinum
.gdbinit.vinum: This file contains macros specific to debugging
vinum.
.gdbinit.paths: Contains information about the location of the source
and object files on the system.
|
| |
|
|
|
|
| |
Submitted by: Matt Dillon <dillon@freebsd.org>
|
|
|
|
|
|
|
|
|
|
|
| |
The old VN device broke in -4.x when the definition of B_PAGING
changed. This patch fixes this plus implements additional capabilities.
The new VN device can be backed by a file ( as per normal ), or it can
be directly backed by swap.
Due to dependencies in VM include files (on opt_xxx options) the new
vn device cannot be a module yet. This will be fixed in a later commit.
This commit delimitted by tags {PRE,POST}_MATT_VNDEV
|
|
|
|
| |
should now be completely automatic.
|
|
|
|
| |
as a module...
|
| |
|
| |
|
|
|
|
|
| |
don't really work if the first one isn't "FreeBSD", and "FreeBSD-Experimental"
isn't an OS name.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
world breakage (mainly for cross-world cases). The world Makefile
attempts to build tools static so that nonexistent or wrong shared
libraries and interpreters don't get used. This is broken anyway
since the world Makefile doesn't know about svr4_genassym.
Force building svr4_genassym static. This is part of "fixing"
aout-to-elf-build breakage. aout-to-elf-build abuses NOTOOLS to
avoid rebuilding all the aout tools. This saves time and avoids
some complications. However, it breaks all the internal tools --
they get linked to target libraries which might not work. Cases
where the host can run the target's static libraries are "fixed"
by encrufting all Makefiles that build internal tools to build the
tools static.
Don't add .depend to CLEANFILES -- it just breaks the separation of
`make cleandepend' from `make clean'.
Removed some superflous explicit dependencies.
|
|
|
|
|
| |
- va_mode_flags -> va_info.vi_flags
- scanline width may be different from screen width
|
|
|
|
|
|
|
| |
the screen width.
- Store the current video mode information in the `video_adapter' struct.
- The size of the `v_offscreensize' field in the VESA mode information
block is u_int16, not u_int8.
|
|
|
|
| |
debugging, the other for dump analysis.
|
|
|
|
| |
Reviewed by: David O'Brien <obrien@NUXI.com>
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
|
|
|
| |
Reviewed by: David O'Brien
|
|
|
|
|
|
|
| |
Remove white space between CFLAGS and +=
Remove unneeded options
Implied-by: bde
|
|
|
|
| |
been teleported to share/examples/svr4).
|
|
|
|
| |
to -current explaining how to use this sucker.
|
| |
|
|
|
|
|
| |
See http://www.freebsd.org/~newton/freebsd-svr4 for limitations,
capabilities, history and TO-DO list.
|
| |
|
| |
|
|
|
|
|
|
| |
(oops).
Submitted by: "Richard Seaman, Jr." <dick@tar.com>
|
| |
|
|
|
|
| |
kernel where #include "filename.h" has been disabled.
|
|
|
|
|
| |
or the VESA KLD is preloaded by the boot loader, you can load a 256 color
BMP file larger than 320x200.
|
| |
|
| |
|