ru
a32be2043c
mdoc(7) police: markup overhaul.
2002-12-13 15:27:27 +00:00
ru
c5a591f1ad
mdoc(7) police: markup overhaul.
2002-12-13 10:38:42 +00:00
tjr
81e4753c41
Fix build with SMB_VNODE_DEBUG defined; use td_proc->p_pid instead of
...
the nonexistent td_pid.
2002-12-13 10:25:08 +00:00
tjr
99f5994bb4
Store a reference to the parent directory's vnode in struct smbnode,
...
not to the parent's smbnode, which may be freed during the lifetime
of the child if the mount is forcibly unmounted. umount -f should now
work properly (ie. not panic) on smbfs mounts.
2002-12-13 10:15:01 +00:00
ru
0d70b12472
mdoc(7) police: markup overhaul.
2002-12-13 10:04:12 +00:00
tjr
bcd327d9a4
Drop filedesc lock and acquire Giant around calls to malloc() and free().
...
These call uma_large_malloc() and uma_large_free() which require Giant.
Fixes panic when descriptor table is larger than KMEM_ZMAX bytes
noticed by kkenn.
Reviewed by: jhb
2002-12-13 09:59:40 +00:00
fenner
33cac8d368
Renumber divert.
...
Forgotten by: fenner
Approved by: re (murray)
2002-12-13 09:18:09 +00:00
ru
db94319c60
mdoc(7) police: SEE ALSO references aren't real sentences.
2002-12-13 09:06:44 +00:00
ru
c33595b094
mdoc(7) police: sort xrefs in SEE ALSO.
2002-12-13 09:05:50 +00:00
murray
f08e9395e3
HEAD is 5.0-CURRENT again.
2002-12-13 08:48:34 +00:00
murray
add83e3b73
HEAD reverts to 5.0-CURRENT
...
RELENG_5_0 is 5.0-RC
5.0-RELEASE will be built off of the RELENG_5_0 branch
2002-12-13 08:47:15 +00:00
murray
cef26dbbe5
Move the creation of the DRIVERS.TXT file to a more appropriate area
...
of this file, so it will be created for other platforms that use a
third floppy disk, not just i386.
Approved by: re
2002-12-13 06:54:33 +00:00
obrien
a1b0463b9c
Update for the just-done-import.
2002-12-13 05:03:15 +00:00
obrien
279a30e7a9
Vendor import of bwk's 29-Nov-2002 release.
...
Most significant update is the inclusion of our port's locale patches.
2002-12-13 04:59:48 +00:00
obrien
896a07f9e4
This commit was generated by cvs2svn to compensate for changes in r107806,
...
which included commits to RCS files with non-trunk default branches.
2002-12-13 04:59:48 +00:00
jake
d9f442c592
Don't run kldxref when installing modules on sparc64. kldxref and the whole
...
module dependency system rely on linker behaviour that is machine dependent
and not part of the elf spec, and only work by accident on other platforms.
Approved by: re
2002-12-13 00:32:29 +00:00
grog
5b7e5464ee
Create raw plexes and subdisks, not the old volume-related ones. This
...
crept in in the transition to devfs, and caused a number of "device
not configured" errors.
Approved by: re (rwatson)
2002-12-13 00:27:32 +00:00
murray
3e61cacbd9
Add more information about the third floppy disk, drivers.flp.
...
Approved by: re (jhb)
2002-12-12 23:11:43 +00:00
chris
dbe6f22dd9
Use the correct compartment notation in sample labels.
...
Sponsored by: DARPA, Network Associates Labs
Approved by: re (blanket)
2002-12-12 22:47:08 +00:00
chris
c85bc9a282
Change an "i.e." to an "e.g." This will be changed when a better
...
solution is worked out to clarify more specific compartment-related
cases.
Submitted by: dcs
Sponsored by: DARPA, Network Associates Labs
Approved by: re (blanket)
2002-12-12 22:27:00 +00:00
scottl
d4efe3a207
sable the CAM interface on some more cards. It seemed to be confusing and
...
upsetting the firmware there.
Thanks to imp@freebsd.org for suffering through testing with this.
Approved by: re
2002-12-12 22:23:06 +00:00
trhodes
eb277a30c8
Fix the HISTORY to match reality. They were never MFC'ed to 4.X.
...
Submitted by: R. Imura <imura@ryu16.org>
Approved by: re (murray)
2002-12-12 22:22:51 +00:00
chris
e2c68238d2
Add and fix cross-references.
...
Prompted by: rwatson, dcs
Sponsored by: DARPA, Network Associates Labs
2002-12-12 22:17:44 +00:00
green
7a0edb674f
Account for fts(3)'s FTS_SLNONE case for symbolic links which have
...
a nonexistant target, in addition to the FTS_SL previously, so e.g.
setfmac -h sebsd/system_u:object_r:malloc_conf_t /etc/malloc.conf
succeeds.
Approved by: re
2002-12-12 20:32:45 +00:00
trhodes
40707e7c04
Update the pcm(4) manual page to explain devfs, fix a grammar error and
...
cross-ref devfs(5).
Approved by: re (jhb)
2002-12-12 19:50:09 +00:00
ticso
1b96b61111
The uftdi driver runs with multiple instances.
...
Remove a comment claiming the opposite.
Approved by: re (rwatson)
gallatin (Mentor)
MFC after: 1 week
2002-12-12 19:03:43 +00:00
yar
ff5e0540fc
Clear the "device open" flag in daopen() before returning a error,
...
so the device won't stay marked as open whereas it isn't.
Approved by: re, njl
MFC after: 1 week
2002-12-12 18:09:35 +00:00
markm
824369dc3e
Fix a buffer overrun in /dev/random which, due to the nature of the
...
kernel memory allocator, is harmless. This could be a problem for
other systems, though. I've modified Darren's patch a little.
Original patch by: Darren Schack, Isilon Systems, Inc <darrens@isilon.com>
Also analysed by: SGI, and in particular Divy Le Ray of SGI
OK'ed by: re(rwatson)
2002-12-12 17:38:45 +00:00
ru
041d1287e8
Uniformly refer to a file system as "file system".
...
Approved by: re
2002-12-12 17:26:04 +00:00
scottl
719bf11717
Incorporate some suggestions from several others about talking about
...
device hints.
Approved by: re
2002-12-12 15:40:11 +00:00
trhodes
aa80416521
MFS: Spelling: s/transfered/transferred/
...
PR: 46104
Pointed out by: Rich Morin <rdm@cfcl.com>
Approved by: re (rwatson)
2002-12-12 15:38:07 +00:00
ru
0ed6cc605c
mdoc(7) police: markup fixes.
...
Approved by: re
2002-12-12 15:27:26 +00:00
ru
cca6aee310
mdoc(7) police: overhaul.
...
Approved by: re
2002-12-12 15:25:56 +00:00
ru
cc1cb35688
mdoc(7) police: markup overhaul.
...
Approved by: re
2002-12-12 14:36:08 +00:00
ru
9622c79f57
mdoc(7) police: markup overhaul.
...
Approved by: re
2002-12-12 14:25:52 +00:00
ru
e479f313a6
mdoc(7) police: markup overhaul.
...
Approved by: re
2002-12-12 14:17:24 +00:00
ru
3e0fbd7bc4
mdoc(7) police: markup overhaul.
...
Approved by: re
2002-12-12 14:09:25 +00:00
ru
7bc1e921e0
mdoc(7) police: tiny markup nits.
...
Approved by: re
2002-12-12 13:58:27 +00:00
ru
b657accd64
mdoc(7) police: overhaul.
2002-12-12 13:40:31 +00:00
ru
c8e88473cb
mdoc(7) police: markup fixes.
...
Approved by: re
2002-12-12 13:26:32 +00:00
imp
bcca72ef4d
o redirect the grep to /dev/null
...
o use ifn rather than interface in rc.network
o merge into rc.d/network1
Approved by: (re blanket)
2002-12-12 09:31:10 +00:00
ru
cf2d9d0438
mdoc(7) police: markup overhaul.
...
Approved by: re
2002-12-12 08:53:20 +00:00
ru
19dddca3de
Bring the NOTICE section into the DESCRIPTION section and wrap it in
...
.Bf -symbolic ... .Ef
Approved by: re
Obtained from: gbde(8)
2002-12-12 08:32:22 +00:00
ru
ea54687b0d
mdoc(7) police: .Dt is ALL UPPERCASE.
...
Approved by: re
2002-12-12 08:19:47 +00:00
ru
5fe302ba72
mdoc(7) police: overhaul.
...
Approved by: re
2002-12-12 08:18:53 +00:00
trhodes
f93e0dc3b7
mount_udf(8) is currently not in 4.X, so obviously it did not first appear
...
in 4.6
PR: 46117
Submitted by: Ryuichiro Imura <imura@ryu16.org>
Approved by: re (bmah)
2002-12-12 05:56:36 +00:00
eric
20084b3a37
Add Remote AppleEvents/PPC Toolbox.
...
Approved by: rwatson
Obtained from: IANA
Sponsored by: Apple
2002-12-12 03:05:56 +00:00
grog
3d5b59e90e
vinum_info: Correct the print formats to allow for 64 bit pointers.
...
Approved by: re (jhb).
2002-12-12 02:25:30 +00:00
grog
d483f1ceb2
revive_block: If we have an I/O error, don't forget to drop the stripe lock.
...
Approved by: re (jhb)
2002-12-12 01:03:45 +00:00
trhodes
b45b4e9e9e
Remove the comment about dump(8) not working properly with snapshots.
...
Discussed with: mckusick
Approved by: re (rwatson)
2002-12-12 00:31:45 +00:00