Commit Graph

4875 Commits

Author SHA1 Message Date
markm
9e3fb9a2ce Fix a horrible bug introduced by myself where the options collection
keeps on growing as the module stack is parsed.
2001-07-10 16:59:30 +00:00
ru
ecbb298b07 mdoc(7) police: removed HISTORY info from the .Os call. 2001-07-10 14:16:33 +00:00
ru
940dc0c680 mdoc(7) police: removed HISTORY info from the .Os call. 2001-07-10 13:41:46 +00:00
obrien
6c92db5963 MFS: add the FreeBSD history. 2001-07-10 00:12:50 +00:00
obrien
b44d306aaa Give the FreeBSD history also. 2001-07-10 00:11:00 +00:00
obrien
6aa8907844 style nit 2001-07-09 23:12:23 +00:00
tobez
ba096e7080 Document more resolver(3) routines: dn_skip() from resolv.h, and
ns_get16(), ns_get32(), ns_put16(), and ns_put32() from arpa/nameser.h.

Markup by:	ru
OK'ed by:	markm
2001-07-09 20:46:00 +00:00
markm
b93e321e4a Clean up (and in some cases write) the PAM mudules, using
o The new options-processing API
o The new DEBUG-logging API

Add man(1) pages for ALL modules. MDOC-Police welcome
to check this.

Audit, clean up while I'm here.
2001-07-09 18:20:51 +00:00
markm
88481e2817 Bump the major number. The libraries API has changed incompatibly. 2001-07-09 18:16:33 +00:00
markm
ce40061f63 Almost completely rewrite the PAM module options processing
routines, and provide a more extended API for doing this.

Provide an API for debug logging.

Audit and clean up the code.
2001-07-09 18:14:43 +00:00
markm
c1b5c1af3a Add the WANT_INSECURE_OPIE frob which is useful for debugging and
over secure (encrypted) links.

Add a MLINK for skey(4) to opie(4) to assist in the transition.
2001-07-09 18:08:16 +00:00
markm
b4bc00b9ce Axe S/Key. OPIE is the legal successor. 2001-07-09 17:52:34 +00:00
ru
ae06dbeeb4 mdoc(7) police: eliminate -ww warnings. 2001-07-09 15:54:36 +00:00
dd
978810079e mdoc(7) police: remove extraneous .Pp before and/or after .Sh. 2001-07-09 09:54:33 +00:00
brian
34ad3e29c4 Fix the type of the NULL arg to execl()
Idea from: Theo de Raadt <deraadt@openbsd.org>
2001-07-09 09:24:06 +00:00
des
757dd1764a Handle shemeless, hostless URLs correctly. 2001-07-08 15:59:15 +00:00
mikeh
f5470d0455 Attempt to use the environment variable TMPDIR for the temporary
directory, defaulting to /tmp.

PR:		bin/16924
Reviewed by:	dd
MFC after:	2 weeks
2001-07-07 04:08:32 +00:00
ru
884f4c52f0 mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). 2001-07-06 16:46:48 +00:00
ru
41797d793c mdoc(7) police: fixed formatting. 2001-07-06 07:29:59 +00:00
ru
aee3c7d3da mdoc(7) police: fixed markup and typo. 2001-07-05 11:24:26 +00:00
yar
20160f2e98 Use the .Rv macro to describe the return value.
Suggested by:	ru
MFC after:	5 days
2001-07-04 13:07:38 +00:00
ru
5ca1a122bf mdoc(7) police: added missing newline after .Dv macro call,
removed hard sentence breaks.
2001-07-04 12:39:22 +00:00
ru
7bc2aa069c mdoc(7) police: use .Rv -std. 2001-07-04 12:32:43 +00:00
ru
891aecc820 mdoc(7) police: mark NULL with .Dv. 2001-07-04 12:04:25 +00:00
ru
7ced5fbc6b mdoc(7) police: fixed/simplified formatting. 2001-07-04 11:59:14 +00:00
ru
a15d9a775b mdoc(7) police: sort xrefs. 2001-07-04 11:02:10 +00:00
ru
6faa17b0cf mdoc(7) police: print some example text with literal font. 2001-07-04 10:59:30 +00:00
ru
e3d8945908 mdoc(7) police: fixed bugs in rev. 1.19, split section headers names. 2001-07-04 10:53:15 +00:00
ru
6ba49a5fe2 mdoc(7) police: compact VFCF_ list. 2001-07-04 10:42:03 +00:00
mjacob
c93073bc36 Make sure you don't have a file descriptor leak for the 'real'
underlying CAM device. This needs to be checked not only in
the open routine, but the device->fd has to be initialized
as well.

PR:		28688
Submitted (partially) by:	T. William Wells <bill@twwells.com>
MFC after:	2 weeks
2001-07-04 07:43:10 +00:00
dd
0317595065 Describe the condition when EACCES is returned more explicitly.
Submitted by:	bde
2001-07-04 06:29:36 +00:00
dd
d20dc39998 mdoc(7) police: fix spacing issue
Submitted by:	ru
2001-07-03 21:16:34 +00:00
yar
bbacc45e20 First, fix a leftover of the cut'n'paste from the kld* pages:
change the name of the page (.Nm) from "kldstat" to "modstat".
Second, don't claim that modstat(2) always returns 0. Actually,
it behaves as most syscalls do - returns 0 on success, or -1
on failure.

MFC after:	5 days
2001-07-03 14:56:08 +00:00
dd
2b4a46319e EACCES may be returned if write permission was denied as well.
PR:		28553
Submitted by:	Ronald F. Guilmette <rfg@monkeys.com>
2001-07-02 22:53:40 +00:00
mikeh
68aff2218c Reset errno so that subsequent TFTP requests don't fail after the
first failure.

PR:		misc/25502
MFC after:	2 weeks
2001-06-30 21:39:09 +00:00
deischen
8ca2a5a3c2 Clear the in thread scheduler flag after jumping to the start of
a signal handler from the scheduler.

MFC after:	1 week
2001-06-29 17:09:07 +00:00
dd
2832d76308 Fix a one-byte overrun.
PR:		28472
Submitted by:	David Xu <davidx@viasoft.com.cn>
Obtained from:	OpenBSD
2001-06-28 21:50:53 +00:00
dd
ffff6de4be getcwd(3) is defined by POSIX, not ISO C.
Approved by:	bde
2001-06-28 19:27:02 +00:00
dd
5c6c06824a Document the existing vfc_flags.
PR:		25837
Submitted by:	Tony Finch <dot@dotat.at>
2001-06-28 06:50:19 +00:00
dd
28088a22e6 event.h -> sys/event.h
Submitted by:	David Hill <david@phobia.ms>
2001-06-27 19:55:57 +00:00
ru
eb1ec486b2 Fixed the brain-o in rev. 1.10: the logic check was reversed.
Reported by:	Bernd Fuerwitt <bf@fuerwitt.de>
2001-06-27 14:11:25 +00:00
jasone
411db152c0 Fix a race condition in pthread_join(). All of the following must occur
atomically:

1) Search _thread_list for the thread to join.
2) Search _dead_list for the thread to join.
3) Set the running thread as the joiner.

While we're at it, fix a race in the case where multiple threads try to
join on the same thread.  POSIX says that the behavior of multiple joiners
is undefined, but the fix is cheap as a result of the other fix.
2001-06-27 11:41:15 +00:00
gshapiro
1bade14028 Typo fix: requires -> reacquires
Submitted by:	Murray S. Kucherawy <msk@sendmail.com>
MFC after:	3 days
2001-06-27 06:01:17 +00:00
chris
a856aed5fa Remove an extra word "fo" in the sentence "there is no process whose
process ID equals fo pid".

PR:		28436
Submitted by:	Gregory Bond <gnb@itga.com.au>
2001-06-27 04:21:28 +00:00
ache
3eaa0fb4d6 Return "" if reallocf() fails 2001-06-25 20:56:59 +00:00
ache
05b8fd28dd Describe success return value 2001-06-25 20:50:06 +00:00
ache
a2c49c5199 Add transition period hack allowing old locale names return proper codeset too 2001-06-25 09:03:10 +00:00
dd
9f64d8bb22 Add RETURN VALUES and ERRORS sections. 2001-06-25 01:25:01 +00:00
dd
7864491bf1 Minor cleanup: sort includes, fix name. 2001-06-25 01:21:13 +00:00
dd
8bbd4f0856 Add a link to extattr.2 (from extattr_get_file.2). The other names
are too specific and too long, and extattr.2 makes a nice point of
reference for "extattr-related syscalls".
2001-06-24 23:58:27 +00:00