Suleiman Souhlal
e80dde60e3
- Make WARNS?= 6 clean
...
- Add WARNS?= 6
Approved by: stefanf, grehan (mentor)
2005-01-25 14:34:57 +00:00
Suleiman Souhlal
3ac2b17742
- The first argument of getmode() is a void *
...
- Add WARNS?= 6
Approved by: stefanf, grehan (mentor)
Obtained from: DragonFlyBSD
2005-01-25 14:31:19 +00:00
Suleiman Souhlal
6449237fe6
- Make WARNS?= 6 clean
...
- Add WARNS?= 6
Approved by: stefanf, grehan (mentor)
2005-01-25 14:28:31 +00:00
Suleiman Souhlal
e65b439414
Remove useless mode argument to open().
...
Reported by: Liam J. Foy <liamfoy@gmail.com>
Approved by: grehan (mentor)
2005-01-25 14:25:18 +00:00
Suleiman Souhlal
4dd5ff1fce
- Remove useless includes
...
- Add WARNS?= 6 to Makefile
Submitted by: Liam J. Foy <liamfoy@gmail.com>
Approved by: grehan (mentor)
2005-01-25 14:22:20 +00:00
Suleiman Souhlal
1fbff2d146
Mention that 'options ALQ' is required when using KTR_ALQ.
...
Approved by: simon, trhodes, grehan (mentor)
2005-01-25 14:17:38 +00:00
Suleiman Souhlal
e5faa1a423
- Continue, in case of error.
...
- Add WARNS?= 6
Submitted by: Liam J. Foy <liamfoy@gmail.com>
Approved by: stefanf, grehan (mentor)
2005-01-25 14:12:01 +00:00
Suleiman Souhlal
46c2bd6103
- Make find(1) WARNS?= 6 clean
...
- Bump to WARNS?= 6
Approved by: stefanf, grehan (mentor)
2005-01-25 14:07:25 +00:00
Poul-Henning Kamp
a18a49dcba
Bump __FreeBSD_version to 600007 for the recent VFS gymnastics.
2005-01-25 10:48:14 +00:00
Jeff Roberson
013e6650ca
- Make lf_print static and move its prototype into kern_lockf.c
...
- Protect all of the advlock code with Giant as some filesystems
may not be entering with Giant held now.
Sponsored by: Isilon Systems, Inc.
2005-01-25 10:15:26 +00:00
Ruslan Ermilov
b58635504c
libpam is now standard.
2005-01-25 09:37:37 +00:00
Ruslan Ermilov
2ed83d261b
MFV: Latest mdoc(7) fixes.
2005-01-25 09:32:56 +00:00
Ruslan Ermilov
3899af05ce
This commit was generated by cvs2svn to compensate for changes in r140801,
...
which included commits to RCS files with non-trunk default branches.
2005-01-25 09:29:48 +00:00
Ruslan Ermilov
bc33253bf8
Bring in latest mdoc(7) fixes over here.
2005-01-25 09:29:48 +00:00
Poul-Henning Kamp
4f8d23d662
Previously a read of zero bytes got handled in devfs:vop_read() but I
...
missed that when the vnode bypass was introduced.
Deal with zero length transfers before we even get to fo_ops->fo_read().
Found by: Slawa Olhovchenkov <slwzxy.spb.ru@zxy.spb.ru>
PR: 75758
2005-01-25 09:15:32 +00:00
Michael Reifenberger
8924340f2f
Add quirk for easyRAID ER5 alias areca ARC-6010.
...
It reports itself as SCSI-3 but doesnt like getting probed on high luns
because it hangs hard after finding itself again on lun 32...
Suggested by: Kenneth Merry
2005-01-25 08:59:06 +00:00
Poul-Henning Kamp
33ae5dfb15
Remove dummy vendor id for DIGITAL now that we have the real one.
2005-01-25 08:51:28 +00:00
Xin LI
f74b6bc2c1
Use new style declarations instead of K&R ones.
2005-01-25 08:40:51 +00:00
Xin LI
f906f84330
Use modern style defination for main() and move a extern
...
declaration to global section.
Bump WARNS?= to 6
2005-01-25 08:37:04 +00:00
Xin LI
36737a0b77
Code style tweaks: Use static and const where suitable.
2005-01-25 08:24:06 +00:00
Xin LI
faa0ecdd5d
The kernel specified in main() of reboot(8) will be initialized
...
with -k option and never be used without kflag. This confuses
gcc because we set "kflag" at the same time with "kernel", but
the logic is not that apparant for gcc.
Since we can initialize "kernel" to NULL then know if "k" option
is set through determining whether it is still NULL, don't try
to have gcc to guess why we are connecting "kflag" with "kernel"
and use "kernel" directly in place of kflag.
Bump WARNS?= from 2 to 6
2005-01-25 08:14:00 +00:00
Warner Losh
f93ad95f27
Minor whitespace cleanup
...
Add Digitial vendor ID (from NetBSD)
Add Anycom vendor and products (from NetBSD)
2005-01-25 07:46:47 +00:00
Warner Losh
72d45750d4
Add NEXTCOM NEXTHAWK ethernet card.
...
From NetBSD
2005-01-25 07:25:49 +00:00
Tim Kientzle
5958ff08bd
Basic support for ZIP archives.
...
Only supports "deflate" and "none" compression for now.
Also, add a few clarifications to the archive_read.3 manpage as
requested by William Dean DeVries.
2005-01-25 06:07:28 +00:00
Warner Losh
102e51ce42
Remove obsolete comment from head this time. The RELENG_5 commit was
...
accidental, but harmless and correct so I'll not be reverting it unless
there's some hidden damage I can't see right now...
2005-01-25 04:45:25 +00:00
Makoto Matsushita
8272aecfc7
Add "NTP pool servers" to the list, including Worldwide, Asia, Europe,
...
Oceania, and North America.
Obtained from: http://ntp.isc.org/bin/view/Servers/NTPPoolServers
MFC after: 1 week
2005-01-25 02:56:17 +00:00
Makoto Matsushita
beda0fa4ef
ntp.cyber-fleet.net is not in DNS database, remove it.
...
Reported by: sarumaru at ReichaNet IRC, users-jp@jp.FreeBSD.org , etc.
2005-01-25 02:51:47 +00:00
Warner Losh
c106422ff7
Add MagicRAM PC Card Ethernet as ne2000 clone
2005-01-25 02:50:58 +00:00
Juli Mallett
e2816c1489
Take a swing at using roundup().
2005-01-25 01:35:02 +00:00
Poul-Henning Kamp
729fcf7efb
Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now.
2005-01-25 00:42:16 +00:00
Poul-Henning Kamp
8516dd18e1
Don't use VOP_GETVOBJECT, use vp->v_object directly.
2005-01-25 00:40:01 +00:00
Poul-Henning Kamp
69816ea35e
Kill VOP_CREATEVOBJECT(), it is now the responsibility of the filesystem
...
for a given vnode to create a vnode_pager object if one is needed.
2005-01-25 00:12:24 +00:00
Poul-Henning Kamp
2a967a99c3
Don't implement vop_createvobject(), vop_open() and vop_close() manages
...
this for nullfs now.
2005-01-24 23:54:45 +00:00
Poul-Henning Kamp
dcff5b1440
Don't call VOP_CREATEVOBJECT(), it's the responsibility of the
...
filesystem which owns the vnode.
2005-01-24 23:53:54 +00:00
Poul-Henning Kamp
f74b3b1f6c
Create a vnode object when the file is opened. Trust that we did so.
2005-01-24 23:04:33 +00:00
Poul-Henning Kamp
b3a4d73ebe
Create a vnode_pager object when a file is opened.
2005-01-24 23:03:29 +00:00
Poul-Henning Kamp
c683c4ee04
Add null_open() and null_close() which calls null_bypass() and managed
...
the v_object pointer.
2005-01-24 22:56:24 +00:00
Robert Watson
31c436a2a9
Acquire the raw_cb mutex around LIST_REMOVE() of a raw socket control
...
block from the global raw socket list.
Submitted by: Roselyn Lee <rosel at verniernetworks dot com>
MFC after: 1 week
2005-01-24 22:56:09 +00:00
Poul-Henning Kamp
ce12d37e7b
Don't create vnode_pager objects for the disk device.
...
geom_vfs will do that.
2005-01-24 22:41:59 +00:00
Poul-Henning Kamp
bc0fc6fcc3
Create a correctly sized vnode objects for disk devices.
2005-01-24 22:41:21 +00:00
Poul-Henning Kamp
b5b6ec5faa
Eliminate the constant flags argument to vclean()
2005-01-24 22:22:02 +00:00
Giorgos Keramidas
73717ac382
Add a reference to the periodic.conf(5) manual page.
...
Suggested by: simon
2005-01-24 22:21:13 +00:00
Poul-Henning Kamp
c62801a7f8
Don't try to create vnode_pager objects on other filesystems vnodes,
...
either they did it themselves or it won't happen.
2005-01-24 22:09:13 +00:00
Giorgos Keramidas
ac7be2ddeb
Add a reference to rc.conf(5).
...
PR: docs/35648
Submitted by: Gary W. Swearingen
2005-01-24 21:52:32 +00:00
Poul-Henning Kamp
625d4bc03a
Create a vp->v_object in VFS_FHTOVP() if we want to be exportable
...
with NFS.
We are moving responsibility for creating the vnode_pager object into
the filesystems which own the vnode, and this is one of the places
we have to cover.
We call vnode_create_vobject() directly because we own the vnode.
If we can get the size easily, pass it as an argument to save the
call to VOP_GETATTR() in vnode_create_vobject()
2005-01-24 21:51:19 +00:00
Poul-Henning Kamp
d07a6d3f61
Move the body of vop_stdcreatevobject() over to the vnode_pager under
...
the name Sande^H^H^H^H^Hvnode_create_vobject().
Make the new function take a size argument which removes the need for
a VOP_STAT() or a very pessimistic guess for disks.
Call that new function from vop_stdcreatevobject().
Make vnode_pager_alloc() private now that its only user came home.
2005-01-24 21:21:59 +00:00
Sam Leffler
49a152366e
update node reference count debug msgs to include the node address
...
since the mac address may not be sufficient to uniquely identify a node
2005-01-24 20:50:20 +00:00
Giorgos Keramidas
7a46d27566
EISCONN may be returned by sendto() if an attempt is made to specify the
...
destination address to a datagram socket that is already connected.
Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz>
PR: docs/76399
MFC after: 1 week
2005-01-24 20:41:44 +00:00
Sam Leffler
5aa17efa69
clear IEEE80211_F_WMEUPDATE when building the initial beacon frame so we
...
don't do an update on the first beacon
2005-01-24 20:41:12 +00:00
Sam Leffler
2c21ffc8f5
noop change so RUN->RUN transition isn't considered invalid
...
(it happens on ibss merge)
2005-01-24 20:39:29 +00:00