mrg
92e05e0e2c
add a verbose (-v) flag for when adding/deleting arp entries.
1998-02-10 03:45:05 +00:00
mrg
2fe3f46005
make swapctl exit with non-zero if -A and nothing swapped on
1998-02-10 03:14:32 +00:00
perry
021fdb646a
add/cleanup multiple inclusion protection.
1998-02-10 02:34:17 +00:00
perry
57f323af87
re-alphabetize LDIRS
1998-02-10 02:06:06 +00:00
perry
f73530ba55
add/cleanup multiple inclusion protection.
1998-02-10 01:26:19 +00:00
thorpej
5887833ac7
Kernel for babylon.netbsd.org.
1998-02-10 00:48:14 +00:00
perry
3d7d6c33df
cleanup multiple inclusion protection.
1998-02-10 00:44:23 +00:00
perry
3b3774fc83
add/cleanup multiple inclusion protection.
1998-02-10 00:38:16 +00:00
perry
d39928a203
add/cleanup multiple inclusion protection.
1998-02-10 00:25:25 +00:00
cjs
4d03919ab5
Add -F option to follow files though rotations and truncations.
1998-02-09 22:39:41 +00:00
is
cb1085870c
Add the LIMITMEM workaround for the kernel address space size problem.
...
Will be removed as soon as the kernel can auto-adapt to its address space.
1998-02-09 22:14:43 +00:00
jeremy
a1efa84a4d
Modified the comments for the recentlty implemented pmap_map() function.
1998-02-09 19:56:37 +00:00
perry
41c3fea850
add multiple inclusion protection (and cleanup).
1998-02-09 17:43:44 +00:00
mrg
45eb2a7d5d
clean up memory totals in UVM case.
1998-02-09 15:29:52 +00:00
mrg
e92c7d991e
KNF.
1998-02-09 14:35:48 +00:00
mrg
7bd27d00fd
make "systat vmstat" much much much more UVM friendly.
1998-02-09 14:14:43 +00:00
mrg
4e8c1720a8
print almost all of uvmexp with -s. do pagein/pageout counts correctly.
...
also include freed pages count (that was missing from mach vm, but present
in the "output" but hard coded to 0 in vmstat.c.
1998-02-09 13:11:26 +00:00
mrg
7d3aef40b3
keep statistics on pageout/pagein, total pages, and total operations.
1998-02-09 13:08:22 +00:00
lukem
7d9cd1c869
* remove explicit bin:bin override on the last few directories that had it
...
* don't bother making some of the /usr/share/zoneinfo subdirs; zic(8) does
it for us...
1998-02-09 12:01:57 +00:00
thorpej
eda74e6121
- Perform all necessary bus_dmamap_sync() operations.
...
- Greatly simplify allocation and DMA mapping of the mailbox and ccbs.
- Be more robust against resource shortage errors, and report errors better.
1998-02-09 10:53:07 +00:00
thorpej
5fe6759646
Fix serial console support, which was broken by the previous revision:
...
- In the console getc routine, block until a character becomes ready
(no, really, we mean it). This routine should _never_ time out.
- In the console putc routine, if the UART has trouble, do NOT proceed
to print a diagnostic message, which would recursively invoke the
console putc routine ad nauseum.
1998-02-09 10:22:45 +00:00
thorpej
69c0c710e5
Fix some printfs and prototypes.
1998-02-09 07:40:15 +00:00
thorpej
fee167dd96
Needs <time.h>
1998-02-09 07:34:16 +00:00
hubertf
1705f47464
some more presidents, via tsarna@endicor.com in PR 4957
1998-02-09 07:05:35 +00:00
phil
c39e6b7b4f
Moved selection of distribution sets to before selection of distribution
...
medium.
1998-02-09 07:03:38 +00:00
enami
85da38999e
Make C sentense end with `;'.
1998-02-09 06:58:39 +00:00
phil
4b083bc3ac
Ask for custom/full and select distribution files before selecting
...
distribution medium. Makes ftp fetch only needed files.
1998-02-09 06:55:27 +00:00
mrg
279ce528ce
add -DUVM to CPPFLAGS if defined(UVM)
1998-02-09 06:25:15 +00:00
scottb
033ca43437
added new iBCS2 man page
1998-02-09 05:12:45 +00:00
lukem
214d10bfb8
${TMAC,FONT}{OWN,GRP,MODE} default to $FILE{OWN,GRP,MODE}
1998-02-09 04:22:14 +00:00
mrg
3112d4b3e1
KNF.
1998-02-09 04:05:36 +00:00
scottb
2ee5fa7f17
iBCS2 code cleanup
...
added support for ELF binaries
added support for ELF shared libs via mmap code borrowed from svr4_misc.c
incorporated a few XENIX patches from Andreas Wrede <andreas@planix.com>
1998-02-09 02:30:42 +00:00
lukem
906cb46ddb
cons up a makefile to install whatis.db with FILES=
1998-02-09 01:34:57 +00:00
scottb
876dc027a1
added support for SCO UNIX (derived from iBCS2)
1998-02-09 01:29:10 +00:00
hubertf
450b3dd272
Fix PR 4884 by replacing STRIP with STRIPFLAG.
...
This addes yet another step towards bsd.pkg.mk. :)
1998-02-09 00:47:23 +00:00
mrg
7ff12d37cc
fill out vmtotals: t_free, t_vm, t_avm, t_rm and t_arm. leaves shared of same, and t_pw.
1998-02-08 22:23:33 +00:00
kleink
b000238f6e
* Add an entry for ENOMSG that fits its wild semantics.
...
* Change all references from <sys/errno.h> to <errno.h>, which is the
canonical location of that file.
* Bump the date.
1998-02-08 20:34:34 +00:00
kleink
e02c517556
Due to the addition of EIDRM and ENOMSG, document these in the ERRORS section,
...
and nuke the (now obsolete) BUGS section. Bump the date.
1998-02-08 20:09:12 +00:00
kleink
1fc029a47c
Sync with <nl_types.h>: const'ify the `s' argument.
1998-02-08 19:54:54 +00:00
kleink
f0be96e51b
Per XPG4.2, set errno to ENOMSG to indicate that the requested message could
...
not be found in the catalog. Bump the date.
1998-02-08 19:45:22 +00:00
kleink
c06a85e453
Per XPG4.2, set errno to ENOMSG to indicate that the requested message could
...
not be found in the catalog.
1998-02-08 19:42:59 +00:00
thorpej
da21f06eb5
Remove the pager options; they're in std.sparc, and will stay there
...
until UVM is no longer optional.
1998-02-08 19:24:28 +00:00
thorpej
93b0450b6a
Back out previous change (again, grrrr).
1998-02-08 19:23:20 +00:00
kleink
cc3aa14290
Add EAUTH, ENEEDAUTH, EIDRM and ENOMSG.
1998-02-08 19:21:12 +00:00
kleink
014cb94529
Add ENOMSG.
1998-02-08 19:15:44 +00:00
kleink
7cf291e0dd
Add ENOMSG.
1998-02-08 19:04:31 +00:00
thorpej
223caea788
pmap_page_index() is not used in the MACHINE_NEW_NONCONTIG case.
1998-02-08 18:47:06 +00:00
thorpej
2f55a48f5c
Implement MACHINE_NEW_NONCONTIG and switch the hp300 port to use it.
1998-02-08 18:37:55 +00:00
thorpej
39f8b8c99b
Round allocations to page size in uvm_pageboot_alloc().
1998-02-08 18:27:30 +00:00
thorpej
d319b28938
Round allocations to page size in vm_bootstrap_steal_memory().
1998-02-08 18:24:52 +00:00