Ruslan Ermilov
ca78f10352
Sync program's usage() with manpage's SYNOPSIS.
2005-02-10 14:47:06 +00:00
Hartmut Brandt
d2bda84a20
Describe a pre-condition of Var_Parse().
...
Submitted by: Max Okumoto <okumoto@ucsd.edu>
2005-02-10 14:43:22 +00:00
Hartmut Brandt
f804a7b3b1
Remove a comment that's not actual anymore.
...
Submitted by: Max Okumoto <okumoto@ucsd.edu>
2005-02-10 14:41:22 +00:00
Hartmut Brandt
5cb05d7962
Fix spacing by converting mixes of space and tab to tab. Also add a number
...
of empty lines in appropriate places.
Submitted by: Max Okumoto <okumoto@ucsd.edu>
2005-02-10 14:39:05 +00:00
Hartmut Brandt
96089951e4
Initialise the status variable. W_SETTERMSIG uses its value.
...
Submitted by: stefanf
2005-02-10 14:32:14 +00:00
Dag-Erling Smørgrav
b83d741b1c
Fully document (no)?(device|option)s?.
...
This page should probably be repocopied to src/usr.sbin/config/.
2005-02-10 14:26:21 +00:00
Hartmut Brandt
51079b278c
Lst_Append returns void, so the other case of the ? statement
...
should also be void.
Submitted by: stefanf
2005-02-10 14:25:12 +00:00
Poul-Henning Kamp
6628aaee13
Update a little bit.
2005-02-10 12:47:55 +00:00
Xin LI
69315c6f32
Full modernize cleanup:
...
- De-__P()
- constify where appropriate
- ANSI functions instead of K&R
Pointed out by: stefanf
2005-02-10 12:43:16 +00:00
Poul-Henning Kamp
1ba212823f
Make various vnode related functions static
2005-02-10 12:28:58 +00:00
Poul-Henning Kamp
44dc16a986
Make some file/filedesc related functions static
2005-02-10 12:27:58 +00:00
Poul-Henning Kamp
b1cb412630
Make M_NETGRAPH_ETF static
2005-02-10 12:26:57 +00:00
Poul-Henning Kamp
ebbfc2f82d
Make various mountpoint related functions static.
2005-02-10 12:25:38 +00:00
Poul-Henning Kamp
5ece08f57a
Make a SYSCTL_NODE static
2005-02-10 12:23:29 +00:00
Poul-Henning Kamp
502a35d60f
MD5Pad() should never have been exposed.
2005-02-10 12:20:42 +00:00
Poul-Henning Kamp
adf4157738
Make a some SYSCTL_NODEs and some of FFS's VFS_ methods static.
2005-02-10 12:20:08 +00:00
Poul-Henning Kamp
39a79f0c01
Make three SYSCTL_NODEs static
2005-02-10 12:18:36 +00:00
Poul-Henning Kamp
253de0a143
Make npages static and const.
2005-02-10 12:18:17 +00:00
Poul-Henning Kamp
502a590bf1
make cluster_callback() static
2005-02-10 12:17:48 +00:00
Poul-Henning Kamp
2adc2b87c7
Make a SYSCTL_NODE and a mutex static
2005-02-10 12:16:42 +00:00
Poul-Henning Kamp
85eb15a2ce
Make another bunch of SYSCTL_NODEs static
2005-02-10 12:16:08 +00:00
Poul-Henning Kamp
0c898376fa
Make a bunch of SYSCTL_NODEs static.
2005-02-10 12:15:49 +00:00
Poul-Henning Kamp
07e95ed633
Make various random things static
2005-02-10 12:10:35 +00:00
Poul-Henning Kamp
66ae53f804
make M_NTFSMNT and ntfs_calccfree() static
2005-02-10 12:09:49 +00:00
Poul-Henning Kamp
9def42f333
Make fdesc_root static
2005-02-10 12:09:15 +00:00
Poul-Henning Kamp
923da43e9b
Statification
2005-02-10 12:08:55 +00:00
Poul-Henning Kamp
f70f851c60
Make smbfs_debuglevel private.
2005-02-10 12:07:02 +00:00
Poul-Henning Kamp
271c679c17
don't call vprint with NULL.
2005-02-10 12:06:34 +00:00
Poul-Henning Kamp
87c045d5a2
Statize malloc types.
...
Don't call vprint with NULL.
2005-02-10 12:05:06 +00:00
Poul-Henning Kamp
df32e67c73
Statize devfs_ops_f
2005-02-10 12:04:26 +00:00
Poul-Henning Kamp
c711aea6ca
Make a bunch of malloc types static.
...
Found by: src/tools/tools/kernxref
2005-02-10 12:02:37 +00:00
Dag-Erling Smørgrav
d67c43b3a9
"device" and "nodevice" lines can actually specify more than one device
...
(separated by commas), so add "devices" and "nodevices" as aliases.
MFC after: 2 weeks
2005-02-10 10:46:27 +00:00
Alfred Perlstein
ed5769e305
back out 1.7 changes, unneeded and possibly wrong.
2005-02-10 10:44:29 +00:00
Joseph Koshy
de8eca17df
Note that the ICH6 controller is supported.
...
Reviewed by: sos
2005-02-10 10:31:32 +00:00
Ruslan Ermilov
96994dec73
Sync program's usage() with manpage's SYNOPSIS.
2005-02-10 09:39:51 +00:00
Ruslan Ermilov
8d646af581
Sync program's usage() with manpage's SYNOPSIS.
2005-02-10 09:19:34 +00:00
Stefan Farfeleder
5bcb8532a8
Turn K&R functions into prototypes.
2005-02-10 09:13:20 +00:00
Stefan Farfeleder
7fea68fae0
The variable `ROOTKEY' has internal linkage in keyserv.c, don't declare it as
...
extern here.
2005-02-10 09:09:18 +00:00
Stefan Farfeleder
3ce1d6bb59
The variable `arglist' has internal linkage in pw.c, don't declare it as extern
...
here.
2005-02-10 09:05:27 +00:00
Stefan Farfeleder
bf94610c6b
Turn K&R functions into prototypes.
2005-02-10 09:00:55 +00:00
Poul-Henning Kamp
8d63297e2d
Add __printflike() to vn_printf()
2005-02-10 08:55:40 +00:00
Poul-Henning Kamp
fe0198779c
Don't pass NULL to vprint()
2005-02-10 08:55:08 +00:00
Stefan Farfeleder
4f83fd1962
Let the generated code include <string.h> instead of <memory.h>.
2005-02-10 08:12:38 +00:00
Xin LI
6e92ff07a3
Code cleanup:
...
- Prefer modern declaration of functions
- WARNS?= 4 -> 6
2005-02-10 07:07:32 +00:00
Warner Losh
f2566fc59b
Extricate probing of the gwether card (Gateway AT) from the middle of
...
probing the novell ne[12]000 cards. It should be its own thing, ala
how we do the dl100xx support doing its own thing at the right time.
For the moment, it is just a function, which makes the mainline of the
generic probe easier to follow.
Also, correct a couple of comments that looked wrong.
# there may be a bug in setting up gwether, in that we set
# sc->rec_page_stop based on memsize, rather than sc->mem_size, so if
# these two are different, then the rec_page_stop will be wrong. I'm
# hesitant to fix it without real hardware to test with. Since
# gwether isn't in the hardware list of the man page nor in the commit
# messages, it is hard to know for sure.
2005-02-10 06:09:03 +00:00
Warner Losh
1e379d3696
Remove an ifdef that's been here for a long time. So long, in fact,
...
that it references a function parameter that's not been passed in for
more than 4 years.
This has been if 0'd since 1994.
2005-02-10 05:34:25 +00:00
Archie Cobbs
25b67768f0
Fix incorrect comment.
...
Submitted by: James Bowman <jamesb@acelere.net>
2005-02-10 02:43:26 +00:00
Jeff Roberson
5c18d18b1d
- Add more information to the getnewbuf() recycling KTR.
...
Sponsored by: Isilon Systems, Inc.
2005-02-10 02:22:56 +00:00
Bernd Walter
d84def1440
Implement interrupt routing for DEC_KN20AA.
...
Tested by: wilko
MFC after: 2 weeks
2005-02-10 00:35:31 +00:00
Jeff Roberson
a3caf16e99
- In the softupdates case for ffs_truncate() we use vinvalbuf() to
...
invalidate pending io and dependencies. However, vinvalbuf() rightfully
does not call vnode_pager_setsize() for us. We must do this here. This
could potentially have caused numerous kinds of bugs, but it was
specifically causing msync() deadlocks because msync() was writing
flushing pages that should not have been valid.
Sponsored by: Isilon Systems, Inc.
Reported by: kkenn
2005-02-09 23:05:20 +00:00