itohy
cfcb284c09
cachectl -> cachectl1
1999-03-02 18:22:29 +00:00
itohy
a2bbc02716
Fix parameter type mismatch.
1999-03-02 18:18:38 +00:00
christos
5ac821facc
s/BSD/STTY_BSD/ where I missed it before.
1999-03-02 17:30:05 +00:00
christos
32ee4be51a
- char -> unsigned char
...
- #ifdef BSD4_4 for for non POSIX features
- prefix with STTY_ all the FMT constants to avoid namespace collisions.
1999-03-02 17:27:03 +00:00
christos
b08d0d82a9
Add netgroup and innetgr
1999-03-02 14:07:24 +00:00
christos
6ddc400a5b
const poisoning.
1999-03-02 14:02:02 +00:00
christos
7a3f6c58a0
Netgroup access program.
1999-03-02 13:59:17 +00:00
pk
cf93b65b10
Print version prettier.
1999-03-02 13:41:03 +00:00
pk
e2909faa19
Sanatize consinit() a bit.
1999-03-02 13:40:05 +00:00
matthias
55fad95f1f
reenable gdb for ns32k.
1999-03-02 13:11:43 +00:00
jonathan
74c847de33
Fix up eliding nested interrupts.
1999-03-02 12:23:58 +00:00
dbj
e7058e7205
turn on diagnostic check in dma for controller bits at shutdown.
...
adjusted esp overrun to avoid diagnostic check triggering.
1999-03-02 12:11:24 +00:00
agc
21fa5d1385
Cosmetic but annoying - no need to append a newline character in warnx()
...
string - it's done by warnx() itself.
1999-03-02 10:32:23 +00:00
jonathan
19ad1c6c19
Re-enable 3MIN clock intrs after servicing. Prepare to do same for ttys.
1999-03-02 09:37:35 +00:00
jonathan
004971519d
Do callouts for IOCTL asic lance interrupts before SCSI callouts.
1999-03-02 09:24:17 +00:00
sommerfe
4e5d074ea4
Welcome to 1.3K (due to the lock.h change)
1999-03-02 08:04:06 +00:00
matthias
5748a83696
Add invalid_float (from opcodes/ns32k-dis.c).
1999-03-02 07:59:33 +00:00
fvdl
31289a4af8
Fill in vnodecovered in the mount structure before calling VFS_MOUNT anyway,
...
some things (e.g. unionfs) may depend on it. It's currently ok
for vnodecovered to be set already; it's not for v_mountedhere in
the vnode, though.
From John Darrow.
XXX should probably just extend VFS_MOUNT to take the vnode pointer as
an argument.
1999-03-02 07:47:49 +00:00
oster
98d8c12355
Update for recent changes including component label support, clean
...
bits, rebuilding components in-place, adding hot spares, shutdownhooks, etc.
1999-03-02 03:18:48 +00:00
oster
d17a319fc8
Update for recent addition of component labels and hot-adding spares.
1999-03-02 03:14:43 +00:00
oster
53d349a107
Update for recent changes: component labels, clean bits, adding hot
...
spares, and rebuilding components in-place. Re-arrange the
letters/options to make more sense (and make better use of the alphabet).
1999-03-02 03:13:59 +00:00
hubertf
bae5f0c988
use mkdtemp also on 1.3I and up
1999-03-02 03:04:06 +00:00
hubertf
c9234a4571
- Put no assumptions into require_delete() on where the old CWD was
...
- Fix check for circular dependency
- Most importantly: DO NOT remove the package if something depends
on it, and -r isn't given!!!!! Without this change, pkg_delete was
happily nuking away any package even if it had some dependencies.
1999-03-02 02:31:23 +00:00
nisimura
370ab4d04e
- Make compilable with DECstation. Looks running well on MI SCSI enabled
...
kernel. Will be relocated to sys/dev/tc/ soon.
1999-03-02 01:44:30 +00:00
nisimura
e19cedee17
- Make sfb_emulops standard feature of sfb wscons. Scrolling is now
...
acceptable. Still lacks of horizontal copy and glyph rendering with
SFB ASIC assistance. TGA could be benefitted in the similiar way.
1999-03-02 00:22:42 +00:00
thorpej
673ddc8f39
Style nits in last.
1999-03-01 22:24:53 +00:00
scottr
624b6ac9a6
Implement the BUFCACHE kernel config option.
1999-03-01 21:32:24 +00:00
christos
c346a6827a
fix rdbg macro args.
1999-03-01 18:59:31 +00:00
mjl
382ab5ae40
Correct behaviour in case of dangling symlinks: they would be (contrary
...
to what the manpage and POSIX say) copied as symlinks, even without -R.
Return ENOENT instead. Closes PR 6975 by Johan Danielsson <joda@pdc.kth.se>.
From FreeBSD: return correct error message if source directory is
unreadable; remove unnecessarily included headers.
1999-03-01 18:57:29 +00:00
christos
26475619ed
KNF
1999-03-01 16:40:07 +00:00
christos
bc97a25328
Reality check.
1999-03-01 16:33:21 +00:00
christos
77aa6b2a64
- Use c style comments.
...
- & -> and
- align 4 in both functions for consistency.
1999-03-01 14:40:32 +00:00
matthias
470ebb82a6
Define PMAP_NEED_PROCWR and make pmap_procwr flush the icache.
...
Thank's to Ignatios Souvatzis noticing this.
1999-03-01 14:27:59 +00:00
matthias
943fbfc027
about everything in these files got doubled during the 4.17 update.
1999-03-01 13:15:06 +00:00
simonb
1397fd691b
fix spel.
1999-03-01 12:46:16 +00:00
agc
fc1bcfe208
Quieten braindead gcc 2.8.1 unused warning.
1999-03-01 12:11:42 +00:00
agc
d7c7ee9aba
Include <fcntl.h> for the O_* definitions.
1999-03-01 12:06:57 +00:00
simonb
d9c1c30e0e
If we get an error (file or bootblocks too big), unlink xxboot and
...
bootxx and exit(1) so a make will fail. Especially in the too big
case, we don't want a make to work!
1999-03-01 11:52:34 +00:00
mark
98c62c02c3
Since all the calls to the postmortem debug code have been removed by
...
various folks, the actual code can be removed as well.
1999-03-01 10:01:52 +00:00
jonathan
0d4c6bb54a
Recalibrate MIPS3 delay constants.
...
XXX mips4, faster clocks than 100MHz?
1999-03-01 08:37:05 +00:00
ross
877897554f
Make this build on alpha. Still doesn't work well, though, and now
...
it can't read corefiles.
1999-03-01 07:58:56 +00:00
mark
d4a3aa46b4
Add support for tracing other processes with trace /t.
1999-03-01 05:48:31 +00:00
simonb
19893da01b
Add a callback to the PROM routine clear_cache. Not needed now, but
...
used in two-stage bootblocks.
1999-03-01 04:05:18 +00:00
simonb
33fe56f80f
Fix prototype for clear_cache (takes an address and length, not void).
1999-03-01 04:01:50 +00:00
kim
62b98a9670
Make mkdep succeed (use matching quotes in comment).
1999-03-01 03:39:39 +00:00
nisimura
f85c9832ac
- Fix cursor image validity check error in set_cursor().
1999-03-01 02:45:04 +00:00
kim
d3a3d58726
Try not to run when kernel is in secure mode.
1999-03-01 01:05:51 +00:00
simonb
19221fa28e
A 5800 is a kn5800.
1999-03-01 00:18:13 +00:00
carrel
c8a301dac0
defopt AHC_SCBPAGING_ENABLE. Other ahc options are already defopt-ed.
1999-02-28 22:24:30 +00:00
jonathan
5f9b5ac4f4
Garbage-collect pmax writebuffer drain when invalidating caches, pass 0:
...
Change `#ifdef pmax' to `#ifdef PMAX_CACHEFLUSH_FORCES_WBFLUSH'.
1999-02-28 21:53:00 +00:00