sobomax
d5e6fbaada
Style policy: reformat multiline comments to conform to style(9).
2001-05-17 10:12:45 +00:00
obrien
ba39ea3893
Fix the rcsid's.
2001-05-17 09:38:49 +00:00
peter
f76a1a77af
Argh. Fix a long-standing man page filter botch. See terminfo(5) for
...
the effect.
2001-05-17 08:48:26 +00:00
peter
5b0fd89ea9
This commit was generated by cvs2svn to compensate for changes in r76732,
...
which included commits to RCS files with non-trunk default branches.
2001-05-17 08:39:21 +00:00
peter
3dc0fc4cca
Update for ncurses 5.2-20010512 import
2001-05-17 08:30:09 +00:00
peter
60e75b9041
Merge changes from vendor branch to mainline.
2001-05-17 08:24:39 +00:00
ru
a82c71e390
... but we do provide .St -isoC-99, and it is not required to have the
...
history info as:
: .Sh STANDARDS If the command, library function or file adheres to a
: specific implementation such as IEEE Std 1003.2
: (``POSIX.2'') or ANSI X3.159-1989 (``ANSI C'') this
: should be noted here. If the command does not adhere
: to any standard, its history should be noted in the
: HISTORY section.
2001-05-17 08:22:43 +00:00
peter
2d92ca4d14
This commit was generated by cvs2svn to compensate for changes in r76726,
...
which included commits to RCS files with non-trunk default branches.
2001-05-17 08:21:06 +00:00
peter
b7ada7f244
Import ncurses-5.2-20010512 onto the vendor branch
...
Obtained from: ftp://dickey.his.com/ncurses/
2001-05-17 08:21:06 +00:00
mckusick
5411edc0fb
When a new block is allocated to a directory, an fsync of a file
...
whose name is within that block must ensure not only that the block
containing the file name has been written, but also that the on-disk
directory inode references that block. When a new directory block
is created, we allocate a newdirblk structure which is linked to
the associated allocdirect (on its ad_newdirblk list). When the
allocdirect has been satisfied, the newdirblk structure is moved
to the inodedep id_bufwait list of its directory to await the inode
being written. When the inode is written, the directory entries
are fully committed and can be deleted from their pagedep->id_pendinghd
and inodedep->id_pendinghd lists.
2001-05-17 07:24:03 +00:00
ru
61d50b9b55
Removed reference to non-existing make(7).
...
PR: docs/27392
Submitted by: Hendrik Scholz <hendrik@scholz.net>
2001-05-17 06:58:57 +00:00
bp
d0e9de0900
VOP getwritemount() can be invoked on vnodes with VFREE flag set (used in
...
snapshots code). At this point upper vp may not exist.
2001-05-17 04:58:25 +00:00
bp
61ab4d4ff9
Use vop_*vobject() VOPs to get reference to VM object from upper or lower fs.
2001-05-17 04:52:57 +00:00
bp
f9fd9a4dce
Do not leave an extra reference on vnode.
...
PR: kern/27250
Submitted by: "Vladimir B. Grebenschikov" <vova@express.ru>
MFC after: 2 weeks
2001-05-17 04:40:01 +00:00
dcs
9a2404aa1f
Allocate more memory if necessary.
2001-05-17 04:34:02 +00:00
peter
859d222e45
Back out last commit. This was already fixed. This should never have
...
happened, this is why we have commit mail expressly delivered to
committers.
2001-05-17 03:14:42 +00:00
peter
fdd845cf6b
Fix the latest telnet breakage. Obviously this was never compiled.
2001-05-17 03:13:00 +00:00
eric
5d8c743866
Check for the expiration of an account and its password in the proper
...
order.
Reviewed by: -audit (silence)
Approved by: murray
Obtained from: OpenBSD
MFC after: 5 days
2001-05-17 03:10:04 +00:00
obrien
9dc1e5fad0
Back out rev 1.50. VCS was correct -- it is Version Control System.
2001-05-17 02:05:36 +00:00
brian
bd2902426d
digiModel_t -> enum digi_model
...
Remove special -I flags that are no longer needed.
2001-05-17 01:42:52 +00:00
brian
d46af0e09d
Install /sys/dev/digi/digiio.h as /usr/include/dev/digi/digiio.h
...
I use the (new) DEVFILES variable rather than LSUBDIRS because
only the public interface (digiio.h) should be installed.
2001-05-17 01:42:34 +00:00
brian
853c35eea7
digiModel_t -> enum digi_model
...
Remove a forgotton and unused structure.
2001-05-17 01:42:18 +00:00
brian
5155b1b679
Add /usr/include/dev/digi/
2001-05-17 01:41:57 +00:00
dougb
739f8043e7
Minor typos
2001-05-17 01:36:01 +00:00
obrien
89ba5881e5
Consistently define the rune types.
...
Follow NetBSD's lead and add a _BSD_MBSTATE_T_ type.
2001-05-16 22:32:44 +00:00
obrien
9e804492ab
Move the int typedefs to the top so they can be used in defining other types.
...
Ensure every platform has __offsetof.
Make multiple inclusion detection consistent with other
<platform>/include/*.h files.
2001-05-16 22:21:43 +00:00
jasone
047f94e139
Mark a thread that is suspended while sleeping as interrupted.
2001-05-16 21:58:45 +00:00
nsayer
295844e3ff
Since the root-on-insecure-tty code was added to telnetd, a dependency
...
on char *line was added to libtelnet. Put a dummy one in to keep the
linker happy.
2001-05-16 20:34:42 +00:00
nsayer
02a47b1303
Make sure the protocol actively rejects bad data rather than
...
(potentially) not responding to an invalid SRA 'auth is' message.
2001-05-16 20:24:58 +00:00
jesper
d10919aae8
Link /etc/ssh/ssh_host_key to /etc/ssh/ssh_host_rsa_key to deal with
...
gratutious changes in the latest SSH
Reviewed by: obrien
Approved by: obrien
2001-05-16 19:23:54 +00:00
imp
20a8339c87
Fix type noticed by jasone
2001-05-16 19:15:32 +00:00
imp
d3f66389ff
Migrate from using MAXPATHLEN to MAX_PATH. Use strlcpy to copy the
...
strings.
2001-05-16 19:10:40 +00:00
imp
e2fa665e9f
Add entry for cygwin, the Cygnus Windows emulator.
...
Submitted by: "Karsten W. Rohrbach" <karsten@rohrbach.de>
Reviewed by: ache
2001-05-16 19:01:45 +00:00
nsayer
280add2b35
srandomdev() affords us the opportunity to radically improve, and at the
...
same time simplify, the random number selection code.
2001-05-16 18:32:46 +00:00
nsayer
ca01fb27dc
Catch any attempted buffer overflows. The magic numbers in this code
...
(512) are a little distressing, but the method really needs to be
extended to allow server-supplied DH parameters anyway.
Submitted by: kris
2001-05-16 18:27:09 +00:00
nsayer
ce94eedfd7
Catch malloc return failures. This should help avoid dereferencing NULL on
...
low-memory situations.
Submitted by: kris
2001-05-16 18:17:55 +00:00
iedowse
dafd513732
Change the second argument of vflush() to an integer that specifies
...
the number of references on the filesystem root vnode to be both
expected and released. Many filesystems hold an extra reference on
the filesystem root vnode, which must be accounted for when
determining if the filesystem is busy and then released if it isn't
busy. The old `skipvp' approach required individual filesystem
xxx_unmount functions to re-implement much of vflush()'s logic to
deal with the root vnode.
All 9 filesystems that hold an extra reference on the root vnode
got the logic wrong in the case of forced unmounts, so `umount -f'
would always fail if there were any extra root vnode references.
Fix this issue centrally in vflush(), now that we can.
This commit also fixes a vnode reference leak in devfs, which could
result in idle devfs filesystems that refuse to unmount.
Reviewed by: phk, bp
2001-05-16 18:04:37 +00:00
archie
7faffe08a5
Add BUGS section describing the requirement to manually load the KLD.
2001-05-16 17:30:15 +00:00
joerg
7762b1766a
Fix man page markup.
...
Submitted by: ru
2001-05-16 17:09:00 +00:00
ru
6560bf44e9
Unbreak world; _DIAGASSERT macro is not available in FreeBSD.
2001-05-16 14:34:47 +00:00
ru
b9f33f3993
mdoc(7) police: fix markup.
2001-05-16 13:53:19 +00:00
ru
fca4d51ba4
Install wchar.h and wctype.h.
...
Forgotten by: tshiozak
2001-05-16 11:38:18 +00:00
brian
afd03a45c4
Remove forgotten -Wall
...
Reminded by: ru
2001-05-16 11:15:49 +00:00
phk
9c6cf1aa44
Fix an array which was too small.
...
PR: 27380
Submitted by: Samuel Greear <sgreear@vsni.com>
2001-05-16 11:13:16 +00:00
markm
9b4ed06108
Fix problem with static linking:
...
> Script started on Sat May 12 22:18:47 2001
> ttyp1:bde@gamplex:/usr/src/libexec/rshd> rsh localhost ls
> rcmd: localhost: Undefined error: 0
Reported by: bde
2001-05-16 11:05:03 +00:00
ru
68e6f85ec2
mdoc(7) police: fix markup and spelling.
2001-05-16 10:39:42 +00:00
ru
d191b7b736
mdoc(7) police: fix markup and spelling.
2001-05-16 10:29:51 +00:00
ru
f46bc2e2e9
mdoc(7) police: fix markup (demonstrates new -xwidth modifier).
2001-05-16 10:18:20 +00:00
ru
5f3f5f8091
mdoc(7) police: fix markup.
2001-05-16 09:50:12 +00:00
ru
95f6793be4
mdoc(7) police: uppercase abbreviations in revision 1.34.
2001-05-16 09:43:48 +00:00