sommerfe
6f883a0b1c
Include checks (under DIAGNOSTIC) to catch vnode lock leaks soon after
...
they happen (while we still know which remote op is to blame for it),
instead of later when we trip over the already-locked vnode.
1999-05-04 16:08:02 +00:00
sommerfe
623d43160b
Fix vnode lock leak in nfsrv_mknod() if to-be-created vnode already existed.
1999-05-04 16:01:37 +00:00
sommerfe
c0d15c5c7c
Count lockmgr locks held by process if LOCKDEBUG || DIAGNOSTIC.
...
(previously, it was just under LOCKDEBUG).
1999-05-04 15:58:53 +00:00
kleink
2e50200254
Add links for asctime_r(3), ctime_r(3), gmtime_r(3) and localtime_r(3).
1999-05-04 15:50:24 +00:00
kleink
76c34aa87f
Add documentation for asctime_r(), ctime_r(), gmtime_r() and localtime_r().
1999-05-04 15:34:50 +00:00
kleink
0b4eeeca95
Use a _files prefix for local backend routines; would clash with namespace.h
...
otherwise.
1999-05-04 15:11:42 +00:00
is
7470bd006a
Fix for PR 7490 by Olaf Seibert, fix mostly from PR 7497 bei Zdenek Salvet,
...
but with more verbose error messages.
1999-05-04 14:58:27 +00:00
leo
38029cf240
If the floppy has no label, fake one.
1999-05-04 14:29:44 +00:00
lukem
f3e5b2a6c6
clarify what uses gate-ftp mode. suggested by simonb
1999-05-04 14:16:15 +00:00
lukem
25bacdd4ea
print the "xxx bare linefeeds" message after the progressmeter. noted by dan@
1999-05-04 14:12:37 +00:00
christos
62a2dac0d8
whitespace...
1999-05-04 13:57:19 +00:00
christos
9d88908dad
use a local vfork declaration to avoid symbol renaming.
1999-05-04 13:53:11 +00:00
christos
5b997c7925
Remove unused 'len' and the relevant gcc kludges.
1999-05-04 13:51:39 +00:00
christos
361f7917c8
clean up old GCC.1 stuff; move common definitions to the top.
1999-05-04 13:36:44 +00:00
christos
7d5c65239e
clean up old GCC.1 stuff.
1999-05-04 13:36:10 +00:00
simonb
a4b250cd02
If an error is encountered, exit with non-zero status.
...
Based on FreeBSD fix (in 1996!), and fixes PR bin/7514 from
Jorgen Pehrson.
1999-05-04 11:55:22 +00:00
cgd
ff38fb6396
regen
1999-05-04 05:23:05 +00:00
cgd
e7f2a6f938
stub classcntl(). for now, it returns ENOSYS. (a stub for classcntl()
...
was suggested by Anders Magnusson <ragge@ludd.luth.se>.)
1999-05-04 05:17:22 +00:00
cgd
e24a4116bc
add a few XXXs
1999-05-04 05:11:03 +00:00
cgd
debeb21304
regen
1999-05-04 05:00:21 +00:00
cgd
ab7cdebda6
emulate shm*(), but only so far as to return ENOSYS for now (until
...
they're really needed). put them in their own file because when we
need to emulate them, they'll need a bunch of code.
1999-05-04 04:59:21 +00:00
cgd
2165378111
add a 'clean' target to nuke files built from syscalls.master, so that
...
it's easier to commit non-generated files all at once.
1999-05-04 04:56:44 +00:00
simonb
f6f8865538
Mainly formatting. Sysinst does make FTP/NFS easier...
1999-05-04 03:42:20 +00:00
simonb
c327e3a779
Mention some highlights since 1.3.
1999-05-04 03:41:46 +00:00
simonb
ff08ee4418
Use common/upgrade.
1999-05-04 03:41:11 +00:00
simonb
d610c1f1cc
Most of this is gone, into pmax/install. Just keep a mention that
...
backups are important.
1999-05-04 03:40:22 +00:00
simonb
f7395fddb7
Big clean up for ramdisk install kernel (don't need diskimages in
...
swap partitions, etc).
Mention PROM commands here instead of pmax/prep.
Better list of set retrieval methods (based on Alpha page).
Use common/sysinst.
1999-05-04 03:39:32 +00:00
simonb
4e72e5afe8
DECsystation capitialisation.
...
Mention that PX and PXG graphics boards are supported in -current.
Minor formatting.
1999-05-04 03:38:40 +00:00
simonb
a05781204e
The pmax doesn't use sd* or wd*.
1999-05-04 03:37:44 +00:00
simonb
9a2c838c56
The pmax needs to upgrade bootblocks before booting the install kernel.
...
And don't mention those darn floppies...
1999-05-04 03:37:09 +00:00
simonb
268918ca6d
For a pmax:
...
+ Don't include pcmcia goop.
+ Don't mention floppy disks!
+ Add minimum memory requirements.
+ Only mention rz* disks, not wd* or sd*.
Mention that watching the file extraction list can slow things down on
a slow console.
1999-05-04 03:36:15 +00:00
simonb
21a058f060
Change terminal type and ifconfig interface for pmax.
...
Mention some new files that have appears in NetBSD 1.4.
Make i386 and arm32 X configuration conditional on those archs.
Remove pmax X11R5 discussion - uses X11R6 now.
1999-05-04 03:35:03 +00:00
simonb
bdb75f209e
Update src set sizes to current reality.
...
Prune 1.2->1.3 compatilbity issues, and 1 (only!) 1.3->1.4
issue. More could go here!!!
1999-05-04 03:34:14 +00:00
simonb
7e55f1498b
Add a html <name> to second-level subsection macro.
1999-05-04 03:33:30 +00:00
simonb
11de58919c
Add pmax kernels.
...
Update available set sizes to current reality.
Remove comment about sysinst not being able to install X sets.
1999-05-04 03:32:55 +00:00
simonb
528b59cd0b
Oops, remove ".include <bsd.sys.mk>" added by mistake in previous commit.
1999-05-04 02:46:15 +00:00
cgd
d0937ee8b6
don't pull in osf1_syscall.h
1999-05-04 02:45:35 +00:00
cgd
15e8e0d207
IPC key_t
1999-05-04 02:44:43 +00:00
simonb
3434f6e05e
Add dummy depend targets so that "make depend" doesn't bomb out.
1999-05-04 02:44:22 +00:00
cgd
759a1e3cd7
regen
1999-05-04 02:12:33 +00:00
cgd
bd7a54454d
pathconf/fpathconf
1999-05-04 02:12:15 +00:00
scottr
bdd60e98f9
Include opt_ddb.h so we will get the Debugger() prototype.
1999-05-04 00:35:37 +00:00
thorpej
3faa72bd56
Fix an ininitialized variable that the MIPS compiler caught (but the
...
SPARC, Alpha, Arm, and i386 compilers missed).
1999-05-03 23:30:27 +00:00
thorpej
a40dff106e
In INADDR_TO_IA(), skip interfaces which are not up. Revert previous change
...
to ip_input.c to check the interface status after INADDR_TO_IA().
Fix cooked up by Heiko Rupp and myself.
Fixes PR 7480.
1999-05-03 22:12:44 +00:00
fvdl
06d4645b5d
Update this. From Izumi Tsutsui.
1999-05-03 21:58:10 +00:00
hwr
33a8a5933b
Drop packets, that have a Class-D address as source address.
...
Implements the first half of PR 7003.
1999-05-03 21:14:47 +00:00
pk
f499d38511
Gain one instruction..
1999-05-03 20:56:11 +00:00
scottr
a4adbf2f86
Move initialization of the iomem extent struct from mac68k_set_io_offset()
...
to mac68k_init(), so that we're through frobbing the MMU in special ways
by the time we get there. While it doesn't actually cause a problem with
the current structure of our initialization code, it probably would have
in the future.
1999-05-03 19:10:54 +00:00
cgd
b2d4e4e618
add compat_ibcs2 manual page to lists
1999-05-03 19:04:10 +00:00
cgd
a3e1dae8b6
compat_ibcs2.8 was missing from MAN list. also, alphabetize MAN list
1999-05-03 19:02:34 +00:00