Ruslan Ermilov
753d686d34
mdoc(7) police: s/BSD/.Bx/ where appropriate.
2001-08-14 10:01:54 +00:00
Ruslan Ermilov
57e4378bf6
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
Ruslan Ermilov
c4d9468ea0
mdoc(7) police:
...
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.
2001-08-07 15:48:51 +00:00
Bruce Evans
a7dff00b1e
Don't clobber the default for CFLAGS.
2001-08-03 21:45:54 +00:00
Jonathan Chen
685233abc5
Fixes file descriptor leak in standalone mode.
...
Prevents simultaneous calls to updatestat() as function is not reentrant.
PR: bin/24857
Submitted by: Martin Butkus <mb@bagheera.thgwf.de>
MFC after: 1 month
2001-08-03 00:23:37 +00:00
Brian Somers
a63c2b97d7
Don't use SA_RESETHAND here. We gain nothing.
...
Suggested by: bde
2001-07-31 15:29:50 +00:00
Brian Somers
e9ffffff4b
Add a -l flag used to specify a label when no -p flag is given.
...
Start new sentences on new lines in pppoed.8.
MFC after: 1 week
2001-07-31 11:45:53 +00:00
Brian Somers
7042cfcdd6
Use sigaction() without SA_RESTART rather than signal() so that we
...
don't block in NgRecvData() after receiving a signal.
MFC after: 1 week
2001-07-31 09:53:20 +00:00
Mike Heffner
75dc5f1a82
Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatible
...
with NetBSD and OpenBSD. glob(3) will now return GLOB_NOSPACE with
errno set to 0 instead of GLOB_LIMIT when we match more than `gl_matchc'
patterns. GLOB_MAXPATH has been left as an alias of GLOB_LIMIT to
maintain backwards compatibility.
Reviewed by: sheldonh, assar
Obtained from: NetBSD/OpenBSD
2001-07-29 00:52:37 +00:00
Sheldon Hearn
e1b4d8d074
Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The
...
definitions are more readable, and it's possible that they're
more portable to pathalogical platforms.
Submitted by: David Hill <david@phobia.ms>
2001-07-26 11:02:39 +00:00
Kris Kennaway
5179b63f5d
Xref to openssl(1) (i.e. "openssl passwd")
...
PR: 28885
Submitted by: Gregory Bond <gnb@itga.com.au>
MFC After: 1 week
2001-07-26 02:41:53 +00:00
Dima Dorfman
3fd95272b3
yp_errno is an enum ypstat
.
...
PR: 29190
Submitted by: Cristan Szmajda <cristan@unsw.edu.au>
Reviewed by: md5(1)
2001-07-24 12:33:08 +00:00
Kris Kennaway
5007eafa5e
Save errno in signal handler
...
Obtained from: OpenBSD
MFC After: 1 week
2001-07-24 05:41:13 +00:00
Kris Kennaway
66e9cfc57f
MFcrypto/telnet/telnetd: Correct semantics of output_data*() and netflush()
...
to ensure deterministic operation
2001-07-23 22:00:51 +00:00
Kris Kennaway
3697d3f8ca
by by -> by
...
Obtained from: OpenBSD
MFC After: 1 week
2001-07-23 11:00:31 +00:00
Ruslan Ermilov
989a718dbb
MFCrypto: fixed the remote buffer overflow.
2001-07-20 15:14:03 +00:00
David E. O'Brien
4b40ae1e46
Portability configuration data for LukeM ftpd.
2001-07-19 17:45:14 +00:00
Dima Dorfman
7ebcc426ef
Remove whitespace at EOL.
2001-07-15 07:53:42 +00:00
Brian Somers
76dada465b
Print the month number properly
...
MFC after: 1 week
2001-07-13 15:07:06 +00:00
Brian Somers
5d2ed9f13b
Remove an extraneous space
2001-07-11 23:02:07 +00:00
Ruslan Ermilov
0efe23d669
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 10:49:54 +00:00
Mark Murray
fa1746c93c
Remove S/Key. PAM can do its job. Well, not quite - there is an issue
...
with the conversation function and challenges which needs to be
revisited, so in the interim a hack is introduced to provide
an OPIE challenge (which is random if OPIE does not apply)
at all non-anonymnous logins.
2001-07-09 17:46:24 +00:00
Mark Murray
20934175ae
Goodbye S/Key, Hello OPIE.
...
I believe I have done due dilligence on this, but I'd appreciate
decent test scenarios and sucess (or failure) reports.
2001-07-09 17:34:22 +00:00
Dima Dorfman
70d51341bf
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
2001-07-09 09:54:33 +00:00
Brian Somers
7bc6d0158f
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
Ruslan Ermilov
5521ff5a4d
mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).
2001-07-06 16:46:48 +00:00
Ruslan Ermilov
d7075b330a
mdoc(7) police: sort xrefs.
2001-07-04 13:30:53 +00:00
Ruslan Ermilov
bbe745973d
mdoc(7) police: removed hard sentence breaks.
2001-07-04 13:27:05 +00:00
Mike Heffner
33a22f46e0
stat(2) filesystem quotas act on, not filesystem quotas file resides on.
...
PR: bin/4949
MFC after: 2 weeks
2001-06-19 04:45:50 +00:00
Jimmy Olgeni
c8c4ff4416
Fix some typos.
...
MFC after: 1 week
2001-06-15 11:25:26 +00:00
Dima Dorfman
ad442344b6
Move the definition of epsvall out of #ifdef VIRTUAL_HOSTING so that
...
the latter is not required for ftpd to compile.
2001-06-13 00:06:42 +00:00
Guy Helmer
7582054e10
Fix the number of bytes allocated by realloc when more space is needed
...
for the vector of arguments.
MFC after: 1 week
2001-06-07 20:05:18 +00:00
Yaroslav Tykhiy
db563f3175
Add 'df' string to gettytab - the strftime(3) format for %d
...
in the banner messages (of course, defaults to "%+").
Submitted by: Gleb Smirnoff <glebius@tak.estra.ru>
2001-06-07 13:53:23 +00:00
Dima Dorfman
4513fdec5e
In the "Message from Talk_Daemon" announcement, print the date as well
...
as the current time. It's nice to know whether the talk request you
see was sent just a few minutes ago (assuming you didn't hear the
bell), or if it's been decaying for days (weeks?).
2001-06-07 05:26:57 +00:00
Maxim Sobolev
fe11f6f605
Correct cross-references:
...
ng_bpf.8 --> ng_bpf.4
ng_ether.8 --> ng_ether.4
ng_iface.8 --> ng_iface.4
ng_pppoe.8 --> ng_pppoe.4
ng_socket.8 --> ng_socket.4
ng_tty.8 --> ng_tty.4
ng_{type}.4 --> /dev/null
MFC after: 1 week
2001-06-05 12:40:03 +00:00
Ruslan Ermilov
4cf39050cc
Use new backup feature of install(1).
2001-05-28 16:58:35 +00:00
John Polstra
c15e7faad5
Performance improvements for the ELF dynamic linker. These
...
particularly help programs which load many shared libraries with
a lot of relocations. Large C++ programs such as are found in KDE
are a prime example.
While relocating a shared object, maintain a vector of symbols
which have already been looked up, directly indexed by symbol
number. Typically, symbols which are referenced by a relocation
entry are referenced by many of them. This is the same optimization
I made to the a.out dynamic linker in 1995 (rtld.c revision 1.30).
Also, compare the first character of a sought-after symbol with its
symbol table entry before calling strcmp().
On a PII/400 these changes reduce the start-up time of a typical
KDE program from 833 msec (elapsed) to 370 msec.
MFC after: 5 days
2001-05-05 23:21:05 +00:00
David E. O'Brien
5e6220d9d0
* include/elf.h has been repo copied to include/elf-hints.h, and it no
...
longer includes machine/elf.h.
* consumers of elf.h now use the minimalist elf header possible.
This change is motivated by Binutils 2.11.0 and too much clashing over
our base elf headers and the Binutils elf headers.
2001-05-02 23:56:21 +00:00
David Malone
ea66ccbf96
Avoid a warning by making a variable a const char *.
2001-05-01 10:35:20 +00:00
Mark Murray
3a6235e555
Replacement of the old error() routine with errx(3) was premature.
...
There are protocol issues to deal with.
Bring back this routine (renamed to avoid a library conflict in libssh)
and overhaul it for more 21st Century style coding.
Pointed out by: bde
2001-04-29 17:50:29 +00:00
Mark Murray
c0264d438b
Grrr. Fix a line that was fatfingered out during the cleanup.
...
Submitted by: bde
Pointy hat: markm
2001-04-29 09:03:52 +00:00
Mark Murray
c7d9dcd340
Cleaner method of making PAMable apps static (in the optional case of
...
wanting static apps).
2001-04-28 15:18:10 +00:00
Mark Murray
9c3f4f5208
Damn. That should be _enable_ static linking, not _force_ static linking.
2001-04-28 07:58:12 +00:00
Mark Murray
d0392caa7b
Enable (optional) static linking.
...
Asked for by: BDE
2001-04-28 07:56:49 +00:00
Mark Murray
618b0bba1f
Change names of functions and variables with global scope that are
...
in conflict with library values of the same name. This allows static
linking.
2001-04-28 07:55:19 +00:00
Mark Murray
f9ebf4c2b5
Allow static linking.
...
Asked for by: BDE
2001-04-28 07:44:37 +00:00
Mark Murray
8490ea92d6
Clean up the error handling code a bit. There is no need to "roll our
...
own" error() routine when errx() is available. This resolves a conflict
when linking statically.
2001-04-28 07:43:01 +00:00
Kris Kennaway
6e76e16fe6
Replace a strcat() with a strlcat(). Partial sync with OpenBSD; more
...
work is needed.
Submitted by: "Andrew R. Reiter" <arr@watson.org>
Obtained from: OpenBSD
2001-04-24 10:33:46 +00:00
Ruslan Ermilov
eb0838029f
mdoc(7) police: normalize .Nd.
2001-04-18 15:54:10 +00:00
Ruslan Ermilov
5f95f24bf4
mdoc(7) police: uppercase document title.
2001-04-18 08:25:26 +00:00