jhb
22915435df
Change callout_stop() to return an integer. If callout_stop() succeeds in
...
removing the callout entry, return 1. If callout_stop() fails to remove
the callout entry because it is currently executing or has already been
executed, then the function returns 0. The idea was obtained from BSD/OS,
however, BSD/OS changed untimeout(), and I've just changed callout_stop()
to be more conservative.
Obtained from: BSD/OS
2001-08-10 21:06:59 +00:00
jhb
18c8b84e2f
Style nit: covert a couple of if (p_wchan) tests to if (p_wchan != NULL).
2001-08-10 20:56:25 +00:00
dd
cbf63217c2
Use .Fn, .Fa, and .Dv where appropriate.
2001-08-10 20:49:38 +00:00
markm
0935831088
Clean up this module very extensively. Fix the logging, the coding
...
standards and the option handling. This module is now much more easy
to maintain as a part of the FreeBSD tree.
2001-08-10 19:24:34 +00:00
markm
d4dc7767d7
Code clean up; make logging same as other modules and fix warnings.
2001-08-10 19:21:45 +00:00
markm
74d9830e38
General code clean-up. Sort out warnings, and make the warning and
...
logging work the same as other modules.
2001-08-10 19:18:52 +00:00
markm
746b322ce6
Simplify code. Also verbose logging, verbose overridable error reporting.
2001-08-10 19:15:48 +00:00
markm
30eda03ef6
Verbose logging, overridable verbose error reporting.
2001-08-10 19:12:59 +00:00
markm
846c7876be
Module clean-up. Verbose logging, Overridable verbose error reporting,
...
FreeBSD pam_prompt() usage to simplify conversation function usage.
2001-08-10 19:10:43 +00:00
markm
6d1911d4af
Verbosely (overridable) report failure to the user.
2001-08-10 19:07:45 +00:00
markm
d6d9a9d422
Use the FreeBSD pam_prompt() interface to the conversation function
...
instead of home-rolling it. Clean up debugging code and tidy the
module.
2001-08-10 19:05:57 +00:00
markm
cda9e6f687
Verbosely report errors to the user (overridable), and make sure
...
that the correct failure mode is reported.
2001-08-10 19:02:21 +00:00
dd
d77d8edd3d
libgmp has been superseded by libmp.
2001-08-10 18:41:56 +00:00
dd
ac6635ed48
Remove libgmp build infrastructure.
2001-08-10 18:35:08 +00:00
brian
72b206d9b8
Change copyright to BSD-style copyright.
...
Ok'd by: Gabor Kincses <gabor@acm.org>
2001-08-10 17:42:58 +00:00
dd
38be2fbd6c
cvs updated to 1.11.1p1
2001-08-10 17:41:36 +00:00
ru
f858dca3dc
mdoc(7) police: join split punctuation to macro calls.
2001-08-10 17:35:21 +00:00
julian
f3e8b0f40c
Do NOT allocate a 1K buffer on the kernel stack.
...
Found by: Smashed u-area and hardware watch points.
MFC after: 1 week
2001-08-10 17:32:11 +00:00
jhb
e294674e6c
Include string.h for the strlen() prototype to quiet a warning.
2001-08-10 16:55:09 +00:00
ru
7221cd94bd
mdoc(7) police: fixed the "new sentence" bogons.
2001-08-10 15:03:10 +00:00
yokota
a685abddda
Fix missing splx().
2001-08-10 14:26:48 +00:00
markm
fef690379a
Fix broken logic so that this actually works for the superuser.
...
Verbosely log (properly).
Verbosely report errors to the user.
2001-08-10 14:21:58 +00:00
markm
12c08f0451
Rework this to prevent a nasty problem involving different modules'
...
option interacting with each other.
2001-08-10 14:16:47 +00:00
markm
9768c83960
Declare the new user-error reporting macro.
...
This is a macro to allow use of the __FILE__ and __FUNCTION__
macros.
2001-08-10 14:15:00 +00:00
markm
7b1059217e
Add a routine for providing feedback via the conversation mechanism
...
(usually to stderr) for user-reportable errors.
2001-08-10 14:13:16 +00:00
ru
80f060f0cf
mdoc(7) police: protect trailing full stops of abbreviations
...
with a trailing zero-width space: `e.g.\&'.
2001-08-10 13:45:36 +00:00
phk
aa55336f13
Eliminate the hot-spare 'r' in Arrray.
...
Submitted by: Søren Schrøder <sch@chaos.dk>
2001-08-10 11:47:08 +00:00
ru
14c81f3796
Fixed style bugs (dot `.' at the end of error and warning messages).
...
Noticed by: bde
2001-08-10 11:46:37 +00:00
ru
c41292f634
Markup nits: use diagnostic type lists for error and warning messages.
...
Backout previous revision. We should not expand plain text xrefs if
they appear in the literal text, e.g. in the error or warning message
of the library function. (Submitted by: bde)
Moved "out of memory" from warning to errors section.
2001-08-10 11:41:55 +00:00
peter
f9feb25a75
Use some slightly less horrible make magic for doing the version stuff.
2001-08-10 11:24:23 +00:00
peter
e0b94042d7
One more version related tweak after cvs-1.11 -> 1.11.1p1
2001-08-10 11:18:35 +00:00
peter
42325ad854
Argh, this could not possibly have worked as it existed in the tree.
2001-08-10 11:14:53 +00:00
peter
b52f372000
Copy our changes from sccs2rcs.csh to sccs2rcs.in
2001-08-10 11:14:18 +00:00
peter
27d520da05
This commit was generated by cvs2svn to compensate for changes in r81440,
...
which included commits to RCS files with non-trunk default branches.
2001-08-10 11:04:36 +00:00
peter
101930d69e
Update build rules for .in and tidy up.
2001-08-10 11:03:29 +00:00
peter
8e62bd79e3
This commit was generated by cvs2svn to compensate for changes in r81437,
...
which included commits to RCS files with non-trunk default branches.
2001-08-10 11:02:03 +00:00
peter
4d6f4adb8c
This file is gone in cvs-1.11.1p1 (replaced by log.in)
2001-08-10 11:00:14 +00:00
peter
43f9c4ed31
This commit was generated by cvs2svn to compensate for changes in r81434,
...
which included commits to RCS files with non-trunk default branches.
2001-08-10 10:55:45 +00:00
ru
53dd954220
mdoc(7) police: add zdestroy() to NAME.
2001-08-10 10:53:10 +00:00
peter
0f086e4aad
Tools dir is now empty and unused
2001-08-10 10:47:28 +00:00
ru
49de19efcc
mdoc(7) police: fix markup and a SYNOPSIS bug from revision 1.24.
2001-08-10 10:45:59 +00:00
ru
6b03fce48e
mdoc(7) police: fix markup.
2001-08-10 10:43:45 +00:00
ru
7e122f76a8
mdoc(7) police: removed (now gratuitous) .Xo/.Xc brackets.
2001-08-10 10:41:30 +00:00
peter
51dcafc969
Re-kill this file. It got whiplash being killed and restored on the
...
mainline, it is truely dead now.
2001-08-10 10:39:29 +00:00
peter
15024f87a2
This commit was generated by cvs2svn to compensate for changes in r81426,
...
which included commits to RCS files with non-trunk default branches.
2001-08-10 10:38:11 +00:00
peter
55acc2cedc
This commit was generated by cvs2svn to compensate for changes in r81424,
...
which included commits to RCS files with non-trunk default branches.
2001-08-10 10:33:41 +00:00
peter
81a09b283d
This commit was generated by cvs2svn to compensate for changes in r81422,
...
which included commits to RCS files with non-trunk default branches.
2001-08-10 10:29:04 +00:00
peter
04819cf85d
Generate version.c on the fly rather than using a generated file.
2001-08-10 10:29:04 +00:00
peter
3d7368c400
This commit was generated by cvs2svn to compensate for changes in r81420,
...
which included commits to RCS files with non-trunk default branches.
2001-08-10 10:22:43 +00:00
peter
f0188b1960
Get the version source from the (more) correct place.
...
Remove the obsolete cvsbug.sh script
2001-08-10 10:22:43 +00:00