wiz
94f29563af
Better mdoc; add a missing 'is'.
2003-04-08 21:15:21 +00:00
jdolecek
c2704241db
add a comment on SMB packet PID purpose to smb_rq_new()
...
adjust the commented out code to be compilable, but keep using '1' as the PID
2003-04-08 21:10:33 +00:00
wiz
0aa9f9348a
Fix part of last.
2003-04-08 21:09:40 +00:00
jdolecek
1ae0467918
back to passing magic '1' as lock id in smbfs_advlock() - the number
...
is used to setup a 'PID' for the lock; if a SMB write request is sent
to server, it returns EDEADLK if it doesn't have same PID. since we
use '1' as request PID (see smb_rq_new()), we must use '1' here too,
for now
add a comment what is the ID used for, to avoid similar mistake in future
this partially back off rev 1.5, and makes advisory locking work
on SMB shares mounted from Windows again (sigh)
2003-04-08 21:06:33 +00:00
thorpej
9e156cf668
Add ADI_BRH_INSTALL, INTEGRATOR_INSTALL, IQ80310_INSTALL, and
...
IQ80321_INSTALL.
2003-04-08 21:06:08 +00:00
thorpej
4c08dfb615
Remove LINKENTRY and LOADADDRESS vars; it's all handled by the linker
...
script on evbarm platforms.
2003-04-08 20:50:05 +00:00
thorpej
4818d283ff
Factor out common INSTALL kernel config fragments into a new INSTALL
...
file. Add INSTALL kernels for the ADI BRH, IQ80310, and IQ80321.
2003-04-08 20:49:01 +00:00
thorpej
f26807bd26
Add a selection of storage devices, and also build netbsd-sd0 and
...
netbsd-wd0 kernels.
2003-04-08 20:48:03 +00:00
jdolecek
50162d1023
add a fortune contributed by Petter "Nosfisk" Lindquist in PR misc/21070
...
a nice one - thanks!
2003-04-08 19:41:08 +00:00
matt
46acdfd875
Deal with discovery strangeness/timing issue. Sometimes the Ownership bit
...
on descriptor doesn't get reset so look beyond to the next descriptor to
see if it's been returned. If it has, then just process the current one.
2003-04-08 19:37:17 +00:00
matt
eb675c41cf
Select MPSC console and the proper PCI slots. Use -D__boardtype__ instead
...
of -Dboardtype.
2003-04-08 19:35:24 +00:00
jdolecek
a66d80ca2a
smbfs_remove(): undo broken condition change from rev. 1.3 - apparently
...
the condition was changed to be true when the file _should_ be removed,
but ended up wrong way
this fixes a problem where it wasn't possible to remove regular files
from mounted smbfs share
2003-04-08 19:01:00 +00:00
abs
89c93ddc45
Note that BSDI binaries require COMPAT_12, COMPAT_13, and COMPAT_43.
...
Addresses PR/3553, PR/6872, and PR/8029. Does not address PR/7262
Also add some missing COMPAT_15 entries.
2003-04-08 18:58:19 +00:00
jdc
a1a7bef1e4
Document LINES and COLS environment variables.
2003-04-08 18:57:09 +00:00
jdc
7a37df1b93
Add ESCDELAY variable to control the inter-key delay in escape sequences.
...
Fixes PR 20031 by Thomas Klausner.
2003-04-08 18:55:43 +00:00
jdolecek
3068339e18
fix locking issues uncovered by LOCKDEBUG, reorganize code a bit so that
...
even the initial directory notify request is sent by smbkq thread
problems found during LOCKDEBUG hunt, adresses PR kern/21067 by Martin Husemann
2003-04-08 18:16:01 +00:00
jdolecek
dfc728f814
fix pasto in smb_rq_setcallback(), mistakely used SMBRQ_SLOCK() instead
...
of SMBRQ_SUNLOCK()
found during LOCKDEBUG PR kern/21067 hunt
2003-04-08 18:13:41 +00:00
christos
9d921a9a8d
PR/1523: Chris Demetriou: don't count a library as built, if there is no way
...
to build it.
2003-04-08 17:46:59 +00:00
jmmv
d20b88e377
Homogenize paragraphs to begin with capital letter. Fixes my own PR misc/18773.
2003-04-08 17:25:15 +00:00
jdolecek
99137c03cc
add edit to Userland Libraries, add christos and me as responsible for that
...
also add myself to kernel/general:emulations
2003-04-08 17:13:59 +00:00
jdolecek
9e423ce633
release the vnode interlock sooner in smbfs_close[l](), before calling
...
smbfs_smb_close() - that routine allocates memory and could sleep
problem found with LOCKDEBUG, change adresses PR kern/21067 by Martin Husemann
g/c unneeded VOP_GETATTR() call from smbfs_closel()
2003-04-08 17:09:22 +00:00
jdolecek
49d2e49597
FILE_USE()/FILE_UNUSE() file entry returned from fd_getfile() properly
...
bug discovered with LOCKDEBUG, adresses PR kern/21067 by Martin Husemann
2003-04-08 16:29:11 +00:00
jdolecek
293074e648
attach/detach also malloc type M_SMBFSHASH ('oops')
2003-04-08 16:26:31 +00:00
kml
a7a92560e3
hostap power saving mode
2003-04-08 15:22:23 +00:00
uwe
d7080d6b9d
In msiiep_attach print \n to terminate its attachment line.
2003-04-08 15:16:14 +00:00
christos
c8921f6410
PR/21064: Perry Metzger: Re-add -k to tar (--keep-old-files)
2003-04-08 15:13:10 +00:00
fvdl
e06c710852
Swap the right blocks in an inode in the byteswapping case.
2003-04-08 14:59:52 +00:00
jdolecek
ddf683ae7a
fix simplelock acquire/release in smb_co_rele()
...
adresses PR kern/21067 by Martin Husemann
2003-04-08 14:56:49 +00:00
fvdl
bbc00e975a
Fix reverse test for UFS2 in the blks command.
2003-04-08 14:46:21 +00:00
wiz
a659d8b26d
Bump date for last.
2003-04-08 11:56:07 +00:00
oki
fb4bbe16fc
Regen.
2003-04-08 10:58:55 +00:00
oki
105a3bb543
Added missing syscalls from native syscalls.master.
2003-04-08 10:57:56 +00:00
dsl
d20417ef01
Add -t tabstop to synopsis for unexpand
2003-04-08 10:50:30 +00:00
dsl
f15823e97e
Add -t tabsize to fix bin/21058
2003-04-08 10:47:03 +00:00
fvdl
2812e7d837
Since the size passed in may be different from the fs blocksize, just
...
allocate a buffer each time instead of using a static one.
2003-04-08 10:02:23 +00:00
dsl
80989e12c8
KNF
2003-04-08 09:44:47 +00:00
fvdl
0835d456dd
dblk should be static. Fixes PR 21020, by Geoff Wing. Patch supplied
...
by him.
2003-04-08 09:16:19 +00:00
wiz
3297c18d12
gdb(1), not ddb(4). Noted by mrg.
2003-04-08 07:58:56 +00:00
wiz
4072f61f9b
Use .Ss for subsections.
2003-04-08 07:51:39 +00:00
wiz
7feb1a243c
ddb(4), not gdb(4).
2003-04-08 07:50:49 +00:00
he
6a6aa0e6ca
Track the SBSIZE -> SBLOCKSIZE rename after the UFS2 merge.
2003-04-08 06:54:24 +00:00
jdc
6e028f681b
Add mvwin manual pages.
...
From PR 21041.
2003-04-08 06:02:17 +00:00
jdc
38b99f1400
Make sure that windows are not off the left or top edges of the screen.
...
Noticed while looking at PR 21041.
2003-04-08 05:56:01 +00:00
jdc
119cd94332
Document mvwin().
...
Fixes PR 21041 by Tyler Retzlaff.
2003-04-08 05:53:49 +00:00
kml
0ad9e0dccc
Host AP power saving support. The Host AP notices that the power
...
saving bit is set in incoming frames from a station, and buffers the
outgoing frames for the station until they are polled for. This
requires support in the driver to set a bit in the TIM bitmap sent
during 802.11 beacons.
So far, support for power saving in Host AP mode is only available
for the PRISM2 chipset.
2003-04-08 04:31:23 +00:00
petrov
cc92472571
Fix alignment for socket addresses in routing socket requests for
...
LP64 machines. Addresses port-alpha/11089. Reviewed by thorpej.
2003-04-08 04:04:01 +00:00
lukem
5b7b2b655b
Document that the flag that sets RB_ASKNAME (usually '-a') also asks
...
for the path to init(8).
Per discussion with Geoff Wing on the (unrelated) PR/21060.
Other consistency tweaks.
2003-04-08 03:49:44 +00:00
uwe
cb7b4919ec
Make v8_*_len symbols local so that they don't get in the way in ddb.
2003-04-08 01:51:46 +00:00
perry
9738336d1a
note that kent seems to be the auich maintainer
2003-04-08 01:32:57 +00:00
itojun
6605cddb45
new copyright notice (w/ TNF copyright). thanks millert
2003-04-08 01:19:08 +00:00