perseant
5aaab72dd6
change KES license to standard NetBSD license
2004-03-20 22:31:13 +00:00
bjh21
b38b985f56
pckbport(9) and friends.
2004-03-20 22:05:56 +00:00
snj
a374a1f8f1
Fix a typo.
2004-03-20 21:52:54 +00:00
groo
80ddfc8cb9
update documentation from 0.9.7b to 0.9.7d
2004-03-20 21:48:44 +00:00
wiz
1f250009b5
New sentence, new line. Remove superfluous double quote.
...
Fix a typo.
2004-03-20 21:43:03 +00:00
bjh21
8808a41bd8
Kernel-internal documentation for pckbport.
2004-03-20 21:28:59 +00:00
oster
ac19c32ed5
Can't conditionalize cleanup on numStripeUnitsBailed -- have to
...
cleanup regardless.
More importantly, we can't free any of the AccessStripeMaps here!
2004-03-20 21:25:55 +00:00
christos
e4b3e03b4c
Remove extraneous ; from OpenBSD.
2004-03-20 21:16:55 +00:00
jdolecek
64022a06e1
Add missing permission checks to the smbfs VOP_SETATTR vnode op for the
...
case where the caller requests to change access or modification times.
Change obtained from FreeBSD rev. 1.30
2004-03-20 21:03:42 +00:00
dsl
439e722c72
Don't remove ${.TARGET} - thanks Alexander for pointing it out.
2004-03-20 20:41:33 +00:00
christos
ba3c0c1bd8
Oops, put back my copyright.
2004-03-20 20:30:48 +00:00
christos
7570f6e829
Remove my license.
2004-03-20 20:28:44 +00:00
christos
1074321aa8
- remove my license
...
- un __P
- de-lint
2004-03-20 20:26:58 +00:00
jdolecek
bfa09b45ff
ditch busted access check in smbfs_access(), and use vaccess() instead;
...
also normalize function contents to resemble other filesystems,
and add a SMBVDEBUG() to ease eventual future debugging
partially based on FreeBSD rev. 1.29
fixes PR kern/23373 by Piotr Stolc
2004-03-20 20:26:28 +00:00
jdolecek
f3503f30a7
escape the backslash in badchars so that smbfs_pathcheck() correctly
...
rejects pathnames with backslashes in them (and to avoid a syntax error)
change from FreeBSD
2004-03-20 19:48:30 +00:00
wiz
08abac00be
New sentence, new line; use Ev for environment variable;
...
use "its" where correct; use standard section headers; add missing .Os.
2004-03-20 18:54:33 +00:00
wiz
d5ca829d8b
Single-letter options do not need a line each; add more
...
commas; drop trailing whitespace; use Pa where appropriate.
2004-03-20 18:51:06 +00:00
wiz
24be734e2d
Nm needs no argument; also, correct wrong Nm usage.
2004-03-20 18:49:33 +00:00
wiz
e574a06f6f
Bump date for previous, and readd newline at EOF.
2004-03-20 18:45:09 +00:00
wiz
3ed664c272
New sentence, new line, and add newline at EOF.
2004-03-20 18:44:08 +00:00
jdolecek
edb0fb0a4c
pullup FreeBSD change rev. 1.44 - restore closing of SMB find handle
...
in smbfs_close(); it's necessary to overcome limitation of the current
directory lookup code
this fixes problem where ls wouldn't show newly created files, such as:
> touch a b c
> ls
>
problem and fix pointed out by YAMAMOTO Takashi
2004-03-20 18:41:02 +00:00
he
cbeffeb007
Make this compile on platforms which do not define
...
__HAVE_GENERIC_SOFT_INTERRUPTS, such as sun3.
2004-03-20 18:34:57 +00:00
he
e475443b64
Need <bsd.obj.mk> and <bsd.inc.mk> to support "obj" and "include" targets
...
now that we use <bsd.files.mk> instead of <bsd.prog.mk>.
2004-03-20 18:24:17 +00:00
christos
639e111c0e
Do not expose the current implementation of the serv*_r proto*_r functions,
...
since this is not how we will implement them when we do. From discussions
with Brian Ginsbach and Soda-san.
2004-03-20 18:22:22 +00:00
oster
06f16f554f
NO_STRIPE_LOCKS is never set, so this code will always execute.
...
Remove conditionals, and left-shift code.
2004-03-20 17:30:40 +00:00
dsl
57f6eb7ead
Change comments - one I wrote earlier wasn't right.
...
Add a couple of notes about areas of the superblock being reassigned
when ffsv2 was imported.
2004-03-20 17:26:16 +00:00
bjh21
0e487deb4a
Add a SEE ALSO section.
2004-03-20 17:13:39 +00:00
bjh21
803d1effdc
SEE ALSO wskbd(4).
2004-03-20 17:13:08 +00:00
snj
b2cab1b295
Remove superfluous comma.
2004-03-20 17:10:33 +00:00
bjh21
093d228060
iomdkbc(4), rpckbd(4).
2004-03-20 17:09:04 +00:00
christos
4d4a846694
PR/24862: Peter Postma: From Andrey Matveev via OpenBSD:
...
1. use socklen_t instead of int
2. compare socket error return value to == -1 instead of <= 0
2004-03-20 17:07:33 +00:00
bjh21
04fff4f351
Add manual pages for iomdkbc(4) and rpckbd(4) (because I wanted to xref it).
...
Also tidy up a rogue "qms.4".
2004-03-20 17:02:34 +00:00
bjh21
9becfad46d
Mention how bells work on acorn32. Also make the English a little less
...
German in places.
2004-03-20 16:48:10 +00:00
oster
1966e6afbb
Cleanup function prototypes.
2004-03-20 16:48:05 +00:00
oster
a7f8d0aef6
[bah.. specifying rf_dagutils.c twice on a checkin doesn't get you
...
rf_dagutils.h... missed this one from yesterday. sorry folks :( ]
Change signature of rf_AllocBuffer() to take a dag_h and buffer size
instead of an PDA and an alloclist. This lets us do the vple dance
inside of rf_AllocBuffer().
Cleanup usage of rf_AllocIOBuffer() and use rf_AllocBuffer() instead.
Fix all uses of rf_AllocBuffer() to conform to the new way of doing
things.
2004-03-20 15:56:21 +00:00
dsl
11f75824d0
Add a large comment about the balls-up caused by the ffsv2 superblock
...
not being at 8k - causes all sorts of problems, in particular with
ffsv1 filessytems with 64k blocks, and disks that are reformatted from
ffsv1 to ffsv2 (and v.v.). see also PR kern/24809
2004-03-20 15:37:12 +00:00
dsl
5101188f02
When searching for the superblock, check that the fs_sblockloc field
...
matches the location we read it from to ensure we don't have one of the
alternate superblocks.
Fixes part of PR kern/24809
2004-03-20 14:24:59 +00:00
dsl
9d06a8cddd
When searching for the superblock, check that the fs_sblockloc field
...
matches the location we read it from to ensure we don't have one of the
alternate superblocks.
Fixes part of PR kern/24809
2004-03-20 14:09:44 +00:00
jdolecek
2151f6ca26
eliminate redundant aperture size printouts
...
reported in PR kern/24859 by Nicolas Joly
2004-03-20 14:00:40 +00:00
dsl
a5b028e397
rm -f and CLEANFILES all the *.me.tmp files created during install
2004-03-20 11:35:15 +00:00
jdolecek
ac4f86b471
log also the time when the job finishes (with CMD FINISH tag), and change
...
the tag for job start log to ``CMD START''
adresses PR bin/22201 by John Hawkinson
2004-03-20 10:42:00 +00:00
martin
c72dda16a9
Include <lib/libkern/libkern.h> for KASSERT.
2004-03-20 10:39:21 +00:00
jdolecek
098027866f
when encoding the command for printing in logs, use strvisx() instead
...
of homegrown code, and skip leading white space
2004-03-20 10:38:34 +00:00
jdolecek
580f716bfc
document -x - adresses PR bin/22201 by John Hawkinson
...
reference rc.d framework instead of rc/rc.local
sprinkle couple more .Pa's
2004-03-20 10:04:13 +00:00
jdolecek
251e6a062a
convert to mandoc, bump date
2004-03-20 09:18:03 +00:00
jdolecek
f72b1e5951
automatically fallback to server name *SMBSERVER if using -I and initial
...
request fails
fixes PR bin/23401 by Hubert Feyrer
2004-03-20 08:55:00 +00:00
jdolecek
217903eeea
explicitly use REG_BASIC when calling regcomp(3), instead of 0
2004-03-20 08:45:05 +00:00
atatat
299501e0d7
A little syntactic sugar
2004-03-20 05:22:41 +00:00
oster
9aa1b6b7c0
Change signature of rf_AllocBuffer() to take a dag_h and buffer size
...
instead of an PDA and an alloclist. This lets us do the vple dance
inside of rf_AllocBuffer().
Cleanup usage of rf_AllocIOBuffer() and use rf_AllocBuffer() instead.
Fix all uses of rf_AllocBuffer() to conform to the new way of doing
things.
2004-03-20 05:21:53 +00:00
snj
17709cebba
Err, nevermind.
2004-03-20 05:03:32 +00:00