Robert Drehmel
d542f511a0
- Add the C99 'restrict' qualifier using the '__restrict' macro to
...
function prototype and definition of strptime(3).
- Update the manual page.
2002-08-14 22:36:22 +00:00
Robert Watson
912dd12ad1
Use "ugidfw.h" rather than <ugidfw.h> so that mkdep can find it.
...
Suggested by: mike
2002-08-14 22:30:07 +00:00
Robert Drehmel
840b798c83
- Add the 'restrict' qualifier to match the IEEE Std 1003.1-2001
...
prototype of the tdelete(3) function.
- Remove duplicated space.
- Use an ANSI-C function definition for tdelete(3).
- Update the manual page.
2002-08-14 21:16:41 +00:00
Robert Drehmel
33f9b60eee
- Add the 'restrict' qualifier required by IEEE Std 1003.1-2001
...
to the function definition of strxfrm(3) in form of our
'__restrict' macro.
- Use an ANSI-C function definition for strxfrm(3).
- Change the manual page accordingly.
2002-08-14 21:01:04 +00:00
Robert Drehmel
b7dbaf7b46
-Add the restrict required by IEEE Std 1003.1-2001 in form
...
of our __restrict macro to the prototypes and function
definitions of inet_pton and inet_ntop.
- Use ANSI-C function argument lists.
- Adjust the prototypes in the manual page.
2002-08-14 20:40:35 +00:00
Juli Mallett
0054a46d1d
Document why the has_f00f_bug variable is initialised rather than placed into
...
the BSS (so that it can be binary-patched).
Inspired by: bde
2002-08-14 18:07:09 +00:00
Juli Mallett
c96c380580
When talking about c_db_sym_t, mention that it is not just like db_sym_t:
...
it's const.
Inspired by: bde
2002-08-14 17:56:47 +00:00
Juli Mallett
8a3e49fd52
Spell kenrel as 'kernel' for consistency with the rest of the universe.
...
Inspired by: bde
2002-08-14 17:55:11 +00:00
Ruslan Ermilov
0f90a39a29
Removed the (never-released) FreeBSD 4.6.1.
...
Inspired by: bmah's commit to www/en/releases/4.6.1R
2002-08-14 16:57:14 +00:00
Ruslan Ermilov
7a7a00ad2c
Collapsed the export list, added CD_EXTRA_BITS to it.
2002-08-14 16:50:50 +00:00
Bosko Milekic
d8aadd88cf
Unbreak building of fstat following version 1.23 of
...
src/sys/ufs/ufs/quota.h by including mount.h before ufs/quota.h.
2002-08-14 16:34:13 +00:00
Ruslan Ermilov
c887ca5b8a
mdoc(7) police: fixed indentation in SYNOPSIS.
...
Submitted by: style(9) police (bde)
2002-08-14 16:09:31 +00:00
Jake Burkholder
ed5434f0e3
Set kernel_vm_end. Panic if we try to grow the kernel.
2002-08-14 15:05:26 +00:00
Andrey A. Chernov
3b2d61780f
Use proper #include
2002-08-14 11:59:57 +00:00
Andrey A. Chernov
02826007ca
Add #undefs to separate local buffers declaration and now dinamic libc buffers
2002-08-14 11:51:26 +00:00
Ruslan Ermilov
93df249471
mdoc(7) police: simplify.
2002-08-14 11:38:30 +00:00
Ruslan Ermilov
eaa529121a
mdoc(7) police: Forgot to bump .Dd.
2002-08-14 11:32:32 +00:00
Ruslan Ermilov
3791250688
mdoc(7) police:
...
Added -F and -W options to the SYNOPSIS.
Fixed options DESCRIPTION to match style(9).
Document the default for -F.
2002-08-14 11:31:37 +00:00
Ruslan Ermilov
67cb90ecd7
Fix the usage() to match style(9).
2002-08-14 11:28:07 +00:00
Ruslan Ermilov
d3ee5eafe5
mdoc(7) police: nits.
2002-08-14 11:05:40 +00:00
Joerg Wunsch
d718f8d486
Implement the DIOCGSECTORSIZE and DIOCGMEDIASIZE ioctls, and rename
...
the DIOCGDINFO ioctl into DIOCGDVIRGIN. This allows the newfs(8) to
work on vinum volumes without the now removed -v option.
Approved by: grog
2002-08-14 09:28:19 +00:00
Murray Stokely
13a705e1d1
Add definition for FreeBSD 4.6.2.
2002-08-14 06:32:17 +00:00
Gordon Tetlow
8987faac82
Don't export variables from /etc/rc when doing rc_ng because the scripts
...
are sourced in a subshell.
Submitted by: Mike Makonnen <makonnen@pacbell.net>
2002-08-14 05:58:44 +00:00
Gordon Tetlow
88f7d3e22b
Clean up the scripts to use the new variables:
...
xntpd_* -> ntpd_*
portmap_* -> rpcbind_*
Also change single_mountd_enable -> mountd_enable
Changing the mountd flags brings us closer to NetBSD.
All of the old variable names are shimmed so you can continue to use the
old variable name.
Finally make /etc/rc.d/mountd no longer dependent on nfs as there are
(apparently) other consumers of mountd.
Submitted by: Mike Makonnen <makonnen@pacbell.net>
2002-08-14 05:44:32 +00:00
Gordon Tetlow
2ee93c5780
Clean up some variables that should have been done before:
...
xntpd_* -> ntpd_*
portmap_* -> rpcbind_*
Also change single_mountd_enable to mountd_enable.
We also include shims for all the old variable names.
Submitted by: Mike Makonnen <makonnen@pacbell.net>
2002-08-14 05:37:15 +00:00
Robert Watson
c44d84056d
Move to nested include of _label.h instead of mac.h, reducing namespace
...
pollution.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
Suggested by: bde
2002-08-14 01:37:22 +00:00
Robert Watson
01abbb4285
Move to a nested include of _label.h instead of mac.h in sys/sys/*.h
...
(Most of the places where mac.h was recursively included from another
kernel header file. net/netinet to follow.)
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
Suggested by: bde
2002-08-14 01:04:43 +00:00
Jeff Roberson
08d2496abf
- Add the missing td argument to vn_lock that I missed in my last commit.
2002-08-13 20:34:30 +00:00
Doug Barton
a6d192950e
A much better description of the -q option.
...
Obtained from: Andrew Brown <atatat@NetBSD.org>
2002-08-13 20:07:36 +00:00
Ruslan Ermilov
c0cb7cc399
mdoc(7) police: minor nits.
...
Approved by: imp
2002-08-13 19:43:47 +00:00
Poul-Henning Kamp
ae89fdaba7
remove spurious printf
2002-08-13 19:13:23 +00:00
David Greenman
9e63574ea4
Moved sf_buf_alloc and sf_buf_free function declarations to sys/socketvar.h
...
so that they can be seen by external callers.
2002-08-13 19:03:19 +00:00
Poul-Henning Kamp
209c34ba95
Unbreak one of the most confusing breaks of the tree I've seen.
...
The last commit cannot possibly have been tested.
2002-08-13 18:55:51 +00:00
David Greenman
a370c70055
Remove obsolete comment about sf_buf_* functions being static. They were
...
made un-static in rev 1.114.
2002-08-13 18:20:08 +00:00
Ruslan Ermilov
c3a2e97634
Two more variables to export: KERNELS and AUTO_KEYBOARD_DETECT.
...
Submitted by: Alan Judge <Alan.Judge@eircom.net>
2002-08-13 16:59:56 +00:00
Ruslan Ermilov
9645701d92
Bootstrapping aid for pre-getprogname(3) systems.
...
Spotted by: Gareth Hopkins <gareth@za.uu.net>
Approved by: nectar
MFC after: 3 days
2002-08-13 16:52:52 +00:00
Ian Dowse
35655e3c45
If a timeout is specified, make sure that rcmd() completes within
...
the specified time. Previously, rsh could potentially hang indefinitely
at this point even when a timeout was set, for example if the server
accepts the connection and then never sends any reply.
PR: bin/20042
Submitted by: Keith White <Keith.White@site.uottawa.ca>
MFC after: 1 week
2002-08-13 16:25:38 +00:00
Maxime Henrion
bf20c7a3f2
Forward define struct iovec instead of including
...
sys/uio.h and polluting the namespace even more.
2002-08-13 16:20:12 +00:00
Maxime Henrion
eddb9a0d78
Don't depend on namespace pollution in sys/mount.h and
...
include sys/uio.h.
2002-08-13 16:07:39 +00:00
Ruslan Ermilov
a654c53e16
mdoc(7) police: Removed redundant .Ns calls.
2002-08-13 16:07:28 +00:00
Ruslan Ermilov
5e27573309
mdoc(7) police: untangle.
2002-08-13 15:59:28 +00:00
Robert Watson
f6d4af7c72
Define 'struct label' in _label.h rather than mac.h, which will permit
...
us to reduce namespace pollution by doing a nested include of _label.h
rather than mac.h. mac.h contains lots of baggage, whereas _label.h
contains much less. A follow-up sweep to change nested inclusion will
follow. The problem regarding exporting 'struct label' to userland
due to excessive exporting of kernel structures to userland still
needs to be resolved.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
Suggested by: bde
2002-08-13 15:54:28 +00:00
Josef Karthauser
96991a6ae8
Add a bugs section to mention that this device probably doesn't work
...
properly.
2002-08-13 15:12:11 +00:00
Ruslan Ermilov
8d2987d91e
mdoc(7) police: Get rid of hard sentence breaks.
2002-08-13 15:09:33 +00:00
Ruslan Ermilov
be0056cdab
mdoc(7) police: revert unapproved changes in rev. 1.43, added missing markup bits in rev. 1.45.
2002-08-13 15:06:48 +00:00
Ruslan Ermilov
75aee0b96c
mdoc(7) police: nits.
2002-08-13 15:01:26 +00:00
Ruslan Ermilov
6c8c60988b
mdoc(7) police: typos.
2002-08-13 14:57:33 +00:00
Andrey A. Chernov
a2a26d0a3d
Reduce BSS size for programs which not load collate by eliminating
...
static buffer.
2002-08-13 14:55:17 +00:00
Ruslan Ermilov
635e2e682b
mdoc(7) police: nit.
2002-08-13 14:52:41 +00:00
Ruslan Ermilov
e6d3dae8cd
mdoc(7) police: tidy up formatting.
2002-08-13 14:51:17 +00:00