charnier
3699f60e15
Spelling
...
Remove unused #includes
2001-02-06 20:13:48 +00:00
charnier
aa6a70fb70
Remove duplicate FreeBSD Id
...
Remoce unused #include
Use imperative mode to start flag description
2001-02-06 20:03:48 +00:00
charnier
54fa1fab44
Rework diagnostics text
...
Remove unused #include
2001-02-06 20:01:40 +00:00
sos
4793d374a0
Introduce busspace instead of the good old in/out instructions.
...
Not pretty but it works (I hope)...
2001-02-06 16:44:25 +00:00
ru
68da07f735
mdoc(7) police: removed leading (non-sense) .Ns call.
2001-02-06 16:22:17 +00:00
ru
954949c02d
mdoc(7) police: simplify construct.
2001-02-06 16:20:31 +00:00
ru
7c656f15b8
mdoc(7) police: correct .Dd, add missing .El.
2001-02-06 16:17:49 +00:00
ru
2d01e31481
mdoc(7) police: .Xr name -> .Nm
2001-02-06 16:15:11 +00:00
ru
31fcefb910
mdoc(7) police: correct .Dd format.
2001-02-06 16:13:09 +00:00
ru
e7014a61ed
mdoc(7) police: minor style/formatting fixes.
2001-02-06 15:07:35 +00:00
n_hibma
918933a2c3
Regen.
2001-02-06 14:59:28 +00:00
n_hibma
cae922e49c
Add a comment about the fact that adding an ID doesn't actually do anything.
2001-02-06 14:59:03 +00:00
ru
abe7e4afb5
mdoc(7) police: minor style/formatting fixes.
2001-02-06 14:58:39 +00:00
sos
29e0bb6e63
Damn! that was the wrong patch! get it right this time....
2001-02-06 12:49:33 +00:00
asmodai
30048f7c05
Our manual pages are no longer in /usr/man, but in /usr/share/man.
...
Also, add the default #!/bin/sh for shellscripts, as well as $FreeBSD$.
2001-02-06 12:45:29 +00:00
sos
00a84250a0
Fix the clone functionality in atapi-cd, it didn't work for
...
devs other than the first, and allowed to clone a nonexistent
device..
2001-02-06 12:41:53 +00:00
asmodai
7d76aced28
Fix typo: compatability -> compatibility.
...
Compatability is not an existing english word.
2001-02-06 12:05:58 +00:00
asmodai
7dcfea0100
Fix typo: compatability -> compatibility.
...
Compatability is not an existing english word.
Add $FreeBSD$.
2001-02-06 12:04:54 +00:00
asmodai
2f1d3e2cdf
Fix typo: seperate -> separate.
...
Seperate does not exist in the english language.
2001-02-06 11:21:58 +00:00
asmodai
3ade7f7578
Fix typo: seperate -> separate.
...
Seperate does not exist in the english language.
Also add $FreeBSD$ to README.
2001-02-06 11:21:40 +00:00
asmodai
47a2266000
Fix typo: seperate -> separate.
...
Seperate does not exist in the english language.
Submitted to look at by: kris
2001-02-06 10:39:38 +00:00
asmodai
5a1663094b
Fix typo: seperate -> separate.
...
Seperate does not exist in the english language.
Also add $FreeBSD$
Submitted to look at by: kris
2001-02-06 10:39:13 +00:00
bp
a3946b3321
Add man page for VOP_GETVOBJECT, VOP_CREATEVOBJECT and VOP_DESTROYVOBJECT
...
operations.
Reviewed by: sheldonh
2001-02-06 10:33:37 +00:00
cracauer
ee151afe78
Fix child's SIGSTOP behaviour in scripts.
...
When a child is receiving SIGSTOP, eval continues with the next
command. While that is correct for the interactive case (Control-Z
and you get the prompt back), it is wrong for a shellscript, which
just continues with the next command, never again waiting for the
stopped child. Noted when childs from cronjobs were stopped, just to
make more processes (by wosch).
The fix is not to return from a job wait when the wait returned for a
stopped child while in non-interactive mode. This bahaviour seems to
be what bash2 and ksh implement. I tested for correct behaviour for
finnaly killing the child with and without forgrounding it first.
When not foregrouding before killing, the shell continues with the
script, which is what the other shells do as well.
Reviewed by: Silence on -current
2001-02-06 10:29:34 +00:00
asmodai
61e9b8f80f
Fix typo: depricated -> deprecated.
2001-02-06 10:22:22 +00:00
phk
d214ae2171
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
...
backwards in the three drivers which want to do that.
Reviewed by: mikeh
2001-02-06 10:12:15 +00:00
asmodai
43450ced68
Fix typo: wierd -> weird.
...
There is no such thing as wierd in the english language.
2001-02-06 09:32:26 +00:00
asmodai
e69fe706f1
Fix typo: wierd -> weird.
...
There is no such thing as wierd in the english language.
2001-02-06 09:25:10 +00:00
asmodai
010d68ca1c
Fix typo: wierd -> weird.
2001-02-06 09:20:17 +00:00
asmodai
57d8a16ab6
Fix typo: teh -> the.
2001-02-06 09:18:39 +00:00
asmodai
95353f0060
Add vcount.9 / count_dev.9.
...
Touched up a bit and added some consistency to the text by your's truly.
PR: 23745
Submitted by: Andrew Stevenson <andrew@ugh.net.au>
2001-02-06 09:04:52 +00:00
jkh
83ab63b539
Ack, that will teach me to grep for "symbolic link" as well as "symlink" in
...
the commit logs - I just found the reason for the self-pointing symlink, as
documented in revision 1.517 by phk, who committed the change over a year
ago. Accordingly, put the feature back and drop all plans to MFC the previous
"fix".
2001-02-06 08:36:00 +00:00
jkh
4e0608cba3
Remove the annoying ftp area symlink pointing at ourselves - people keep
...
asking what it's for and I can't answer since I can't see any conceivable
use for it. Unless someone corrects that impression, I'll also MFC this
change in a few days.
2001-02-06 08:27:56 +00:00
wes
7f8fcc0b1f
Add package signing utilities; somebody might actually want them.
...
These are not enabled in the pkg_install Makefile as of yet;
adding the "sign" directory to the SUBDIR list will enable
building of sign.
Submitted by: Wes Peters
Obtained from: Original framework from OpenBSD 2.7, X.509 bits from DoBox.
2001-02-06 06:46:42 +00:00
rwatson
b056d4c773
o Introduce automated log rotation for /var/log/console, the
...
default syslog target for console messages (when enabled in
syslog.conf). Use the same rotation defaults as with
/var/log/messages -- every 100kb of log, compress back logs,
and keep five rotated logs.
o Note: phk also thought it would be useful to force rotation
each boot. This commit does not introduce such a rotation.
Reviewed by: phk
2001-02-06 06:07:00 +00:00
bde
03e580293f
Don't set a bad example by putting the function type in ".Fo".
2001-02-06 01:42:56 +00:00
bde
80ed1c3008
Debogotified #includes in synopsis. Paths beginning with /sys were
...
only required when dev/ppbus wasn't installed, and they should not
been delimited by <> even then.
2001-02-06 01:39:11 +00:00
bde
9b5d717b5a
Fixed missing include in synopsis. <sys/types.h> is still a prerequisite
...
for almost everything.
2001-02-06 01:33:08 +00:00
bde
f8aeca213d
Fixed missing #include and wrong prototypes. Most of these bugs were
...
duplicated in libc_r/man/*.3 but were fixed years ago there. Here
they were hiding under mdoc errors.
2001-02-06 01:31:04 +00:00
bde
99cef5f18b
Fixed missing include of <unistd.h> and wrong prototype for setkey().
2001-02-06 01:17:59 +00:00
bde
1fafc41400
Declare strunvisx().
2001-02-06 01:15:32 +00:00
bde
cb4a3ae95b
Fixed prototype of logout() (const poisoning).
2001-02-06 01:06:25 +00:00
bde
55aff82fbc
Fixed prototypes. About half of them were wrong (mainly due to const
...
poisoning having not reached here).
2001-02-06 01:02:59 +00:00
bde
41bcb6a4a0
Added used include of <sys/cdefs.h>.
...
Declare all the interfaces documented in usb.3 (2 were missing).
2001-02-06 00:54:00 +00:00
bde
9f31431f35
Fixed C error(s) in synopsis.
2001-02-06 00:02:32 +00:00
bde
8f3c8fbf04
Fixed wrong return type for ftpLoginAf() in synopsis.
2001-02-05 23:58:59 +00:00
bde
82a1988f70
Fixed bitrot in prototype(s) in synopsis.
2001-02-05 23:56:05 +00:00
bmah
5ddaad85a0
Note that find -empty works on files, not just directories.
...
Submitted by: olgeni
2001-02-05 22:06:33 +00:00
bmah
3454aa52f8
New release notes: ipfilter 3.4.16, pcm(4) updates including kobj and
...
new drivers, pkg_info(1) -g, tftp(1)/tftpd(8) large file transfers.
MFCs noted: pkg_create(1)/pkg_install(1) and bzip2-ed packages.
2001-02-05 21:56:58 +00:00
julian
b617346dc6
Fix bad patch from a few days ago. It broke some bridging.
2001-02-05 21:25:27 +00:00