thorpej
9f287be633
Add EXEC_AOUT to all kernels.
1996-10-03 01:25:32 +00:00
abrown
748b2c4bbe
Add cgfourteen framebuffer to generic configs
1996-10-03 00:05:41 +00:00
mycroft
d675cc33af
Add examples of NTP, MROUTING, and serial console.
1996-10-02 23:56:43 +00:00
mycroft
99e5b1260c
Add EXEC_ options.
1996-10-02 23:15:58 +00:00
mycroft
3d3546293e
Update to match reality.
1996-10-02 23:14:04 +00:00
mycroft
eb5fab46d8
No longer used.
1996-10-02 22:24:44 +00:00
mycroft
652ec49cc8
Update to current reality.
1996-10-02 22:20:51 +00:00
mycroft
284b1db215
No longer used.
1996-10-02 22:07:59 +00:00
thorpej
5636f8d06d
Make sure a kgdb.h file gets generated.
...
(*grumble*)
1996-10-02 21:41:37 +00:00
cgd
000f32225c
bump the version
1996-10-02 21:26:17 +00:00
cgd
f0e79e47bf
spaces/tabs cleanup
1996-10-02 21:18:45 +00:00
cgd
0783bd2801
clean and polish a bit
1996-10-02 21:06:56 +00:00
cgd
bd581c1c73
fix several endianness bugs that caused name lookup (!!) and symlink
...
expansion to fail on little-endian machines.
1996-10-02 20:28:26 +00:00
ws
199624cb52
Use an integer instead of a char to store the getopt() return value in
...
order to match prototypes.
1996-10-02 18:21:03 +00:00
ws
fddfc1d33f
Fix p_nice vs. NZERO code.
...
Remove some unnecessary casts.
Remove an unused time format field.
1996-10-02 18:07:20 +00:00
ws
2da166f660
Fix p_nice vs. NZERO code.
...
Change NZERO to 20 to always make p_nice positive.
On Christos' suggestion make p_nice explicitly u_char.
1996-10-02 18:04:56 +00:00
ws
31afb65969
Remove superfluous -I. accidently introduced when I imported the PPC port
1996-10-02 16:19:51 +00:00
christos
a1ba72f394
PR/1551: clarify usage in manual page
...
PR/2452: add -t option to print label in disktab(5) format.
Misc cleanups...
1996-10-02 13:49:44 +00:00
mrg
14d1592766
update for exec changes.
1996-10-02 07:11:45 +00:00
jonathan
fa2f6c517a
Update pmax GENERIC config to use revamped config files with per-model
...
include files containing model-specific I/O device configuration.
Add more options and devices (ccd, LKM, etc), as appropriate for
documentation and as examples in a "template" GENERIC config file,
even though not all of these work completely yet.
1996-10-02 06:41:13 +00:00
jonathan
15e3cf2814
Add explicit options for elf and script exec packges to std.pmax.
...
Add ECOFF exec option to my own config file; untested.
1996-10-02 05:56:37 +00:00
thorpej
54ab7c44c8
Change name of ypservers file to /var/yp/binding/domain.ypservers.
...
This is a compromise between the Solaris 2.5 naming of this file
(/var/yp/binding/domain/ypservers and /var/yp/binding/domain/vers)
and traditional NetBSD naming (/var/yp/binding/domain.vers).
Changing to the Solaris naming makes the C library incompatible
with ypbind. While it's easy to change the C library, I don't feel
right about introducing a gratuitous incompatibility.
The current name (/var/yp/domain/ypservers) conflicts with the name
of the YP map listing slave servers for a domain.
Per discussion w/ Chris Demetriou and Luke Mewburn.
1996-10-02 05:55:05 +00:00
cgd
cc06b3f10f
Remove the implicit inclusion of EXEC_ELF32 when COMPAT_LINUX and/or
...
COMPAT_SVR4 is included.
1996-10-02 05:30:29 +00:00
cgd
ccd26363f6
allow a.out executable support to be optional (conditioned on EXEC_AOUT),
...
and shell script support to be optional (conditioned on EXEC_SCRIPT).
Remove the implicit inclusion of EXEC_ECOFF when COMPAT_OSF1 and/or
COMPAT_ULTRIX is included, and of EXEC_ELF32 when COMPAT_LINUX and/or
COMPAT_SVR4 is included.
1996-10-02 05:29:29 +00:00
cgd
e99f8a7ce2
document that EXEC_AOUT and EXEC_ELF{32,64} need to be specified a kernel
...
options to get support for those executable types. (Actually, EXEC_ELF64
isn't supported by these emulations yet, but in theory, eventually, it
should work, so i've documented it.)
1996-10-02 05:23:02 +00:00
mrg
0b5143d0a7
we don't need bsd.prog.mk here.
1996-10-01 23:42:47 +00:00
cgd
60b9a20b61
initialize vnode_free_list and mountlist at compile time with the new
...
queue.h list/queue head initializer macros. mountlist was converted so
that panics (or other reboots) early on in kernel startup don't cause
sys_sync() to croak. vnode_free_list was converted because it was nearby.
1996-10-01 22:49:11 +00:00
cgd
ed72b85031
add and document *_HEAD_INITIALIZER macros, which provide structure
...
initializers which can be used to initialize list/queue heads at
compile time.
1996-10-01 22:45:06 +00:00
cgd
8af9f8ec8f
prototype __fdnlist(), since it's used by things outside of libc (libkvm,
...
in particular).
1996-10-01 21:48:30 +00:00
cgd
f3f6da3473
clean up a bit
1996-10-01 21:24:37 +00:00
cgd
1d7d5ec2f8
add support for real KV addresses, and clean up some.
1996-10-01 21:12:05 +00:00
cgd
c143646f2f
Translate Lev1map to physical address for CPU core header.
1996-10-01 20:21:37 +00:00
cgd
4588414318
move kvtol1pte outside of _KERNEL
1996-10-01 20:21:05 +00:00
cgd
4540a28ede
Real alpha support, minus actual KV -> physical translation. (Does K0SEG ->
...
physical translation, though, which is enough for e.g. dmesg and vmstat -i.)
1996-10-01 19:04:02 +00:00
cgd
2af2958a7d
add code so that if kvm_nlist() failed because __fdnlist() failed,
...
kvm_geterr() actually provides useful information rather than just an
empty string.
1996-10-01 18:56:11 +00:00
cgd
d928dbc14a
support for new-style kernel core dumps for the alpha. Could probably
...
be cleaned up a bit, but it works.
1996-10-01 18:41:08 +00:00
cgd
0b1ff14ff3
first cut at alpha machdep kernel coredump header
1996-10-01 18:38:05 +00:00
cgd
0b10619181
make datas item copied out from kernel (panicstr) and/or used as kvm pointers
...
(panicloc) be 'long's, not 'int's.
1996-10-01 18:21:48 +00:00
ws
f828028e92
Add some files that CVS missed somehow
...
These are empty for now, but are needed by MI code
1996-10-01 16:13:50 +00:00
cgd
d657ae260c
add alpha to the list of ports that use new savecore
1996-10-01 14:42:31 +00:00
cgd
ec641b91a7
Fix spelling error, add alpha to list of ports that use new libkvm
1996-10-01 14:38:28 +00:00
cgd
51e3315ea1
stub _kvm_pa2off so that new libkvm links
1996-10-01 14:37:00 +00:00
cgd
acaf5ffad5
kill __BDEVSW_DUMP_OLD_TYPE
1996-10-01 14:26:18 +00:00
cgd
4f59e73235
implement a simple (mostly brain-dead; old-style) kernel core dump routine,
...
which dumps all "system"-cluster memory we know about.
1996-10-01 14:25:47 +00:00
cgd
e5629b37cc
clone from nlist_elf32.c (with ECOFF mods). Adds comments,
...
optimization, cleanup.
1996-10-01 13:37:05 +00:00
cgd
802cbd1ba7
clean up comments a bit.
1996-10-01 13:35:34 +00:00
cgd
6964f6b023
treat arrays used with XDR_INLINE as arrays of 'int32_t's, rather than
...
arrays of 'long's.
1996-10-01 04:13:53 +00:00
cgd
d09d0bdcc7
disable use of dk_xfer since it's no longer in the kernel. eventually,
...
this should be updated to use the new disk statistics structures, but it
would be good if there were an efficient way to get them from the kernel
before that's done. Also, while here, terminate nlist struct array with
an entry with a NULL name, not the name "".
1996-10-01 04:01:52 +00:00
abrown
8d69359e1b
Add *minimal* man page for cgfourteen framebuffer
1996-10-01 03:50:27 +00:00
thorpej
2b63ba3bc9
.ypservers -> ypservers, to match Solaris 2.5
1996-10-01 01:37:58 +00:00