jtc
b64dadb1ac
#include <string.h> to bring function prototypes into scope.
1993-12-28 19:45:46 +00:00
jtc
991b130549
#include <ctype.h> to use the isspace() macro.
1993-12-28 19:42:49 +00:00
jtc
3f5672d010
Explicitly declare function return types to silence "gcc -Wall".
1993-12-23 23:14:43 +00:00
cgd
fc5a16e0c4
add file eaten by crash
1993-12-23 14:00:07 +00:00
jtc
d486fccc08
Add explicit "int" return types to silence gcc -Wall.
1993-12-22 18:59:39 +00:00
jtc
892c4f7549
#include <string.h> to bring prototypes into scope.
1993-12-22 18:52:58 +00:00
cgd
a686a9cf52
make empty static
1993-12-22 09:38:20 +00:00
cgd
6039a60bb3
don't squish newline at end of fgetline()... from bostic
1993-12-22 07:10:58 +00:00
cgd
13a95c06c9
don't squish newline at end of fgetline()... from bostic
1993-12-22 07:09:11 +00:00
jtc
bd1ff5e87a
Fix bug #12 , strtod() now uses localeconv() to get locale specific
...
decimal point character.
1993-12-21 19:24:09 +00:00
jtc
31b9353995
Use isspace() instead of a switch statement with explicit values when
...
skipping leading spaces. This is needed for compliant behavior once
localization support is integrated.
1993-12-21 18:59:11 +00:00
proven
881ae40055
Copyrights added to each file.
1993-12-20 19:31:06 +00:00
mycroft
add5cd71dc
Clean up deleted files.
1993-12-20 19:30:59 +00:00
proven
abe1bf3801
Copyrights added to each file.
1993-12-20 19:30:07 +00:00
pk
47b4886a7f
Return a well-known constant after becoming a daemon.
1993-12-19 08:44:42 +00:00
jtc
eeb1800b0e
Fix bug #24 by renaming _logname_valid to __logname_valid.
1993-12-18 01:16:18 +00:00
jtc
0e09f939b2
Fix bug #24 by renaming _logname_valid to __logname_valid.
1993-12-18 01:02:47 +00:00
deraadt
46c1a166d2
small bug fixed
1993-12-16 19:19:14 +00:00
deraadt
e1d7e3c22c
ethers(3) man page by Roland McGrath <roland@frob.com>
1993-12-16 15:50:20 +00:00
deraadt
6a3865505c
ethers(3) sunos-like support from Roland McGrath <roland@frob.com>
...
YP code fixed by myself (looked in wrong maps, didn't free things :-)
used by rarpd & friends.
1993-12-16 05:17:35 +00:00
jtc
412e7d5328
More manpage tweaks.
1993-12-15 20:32:47 +00:00
jtc
7f6c106f52
Add explicit return type in SYNOPSIS section.
1993-12-15 18:10:20 +00:00
jtc
448b825466
Remove unwanted comma from NAME section.
1993-12-15 18:09:42 +00:00
jtc
348a090081
Add explicit return types and needed header files to SYNOPSIS section.
1993-12-15 18:08:12 +00:00
jtc
8ee12398cc
Must #include <sys/types.h> to use these functions.
1993-12-15 17:40:20 +00:00
jtc
0477eb4598
Tell user to #include <fcntl.h>, not <sys/fcntl.h> or <sys/file.h>.
1993-12-15 17:36:56 +00:00
jtc
1b7c71cc45
Tell user to #include <fcntl.h>.
1993-12-15 17:36:23 +00:00
pk
ada9ac5f49
Cleanup
1993-12-15 09:46:28 +00:00
mycroft
cbe3d33b6d
P[GD]_SHIFT --> P[GD]SHIFT
1993-12-15 00:50:45 +00:00
jtc
b30024a6da
Change from Chris Torek (via comp.std.c) to make fread() ANSI compliant.
1993-12-14 23:17:09 +00:00
jtc
bd3bf0fe0d
RPCSRC 4.0, which our RPC implementation is derrived from, erroneously
...
sets a default timeout of 25 seconds in clnt_create(). This bug causes
timeouts specified as the last argument to clnt_call to be ignored.
With this fix, timeouts will be taken from clnt_call() unless the
program sets its own default timeout with clnt_control().
1993-12-10 20:01:45 +00:00
deraadt
6401f7c13a
speed up getpwnam/getpwuid for standard cases
1993-12-10 12:46:29 +00:00
mycroft
7af32d8c3c
memcpy.S and memmove.S on i386 are now separate.
1993-12-10 10:55:12 +00:00
mycroft
cc81da7447
Shorten setup for longword operations a little.
1993-12-10 10:51:11 +00:00
mycroft
dca61f6f90
Share code.
1993-12-10 10:45:18 +00:00
jtc
a9e5cc4f83
No reason these can't share code...
1993-12-08 22:10:14 +00:00
mycroft
ed306b5df9
Add strchr.S and strrchr.S for m68k.
1993-12-08 21:03:05 +00:00
mycroft
cd8e1bd162
No reason these can't share code...
1993-12-08 21:01:56 +00:00
pk
230b816542
Use %hi operator when fiddling a bit high...
1993-12-08 18:33:43 +00:00
pk
49d5ac06cc
Added some Sparc sources.
1993-12-08 13:31:01 +00:00
pk
ca6c5f72ae
Fix location of sources -> arch/sparc
1993-12-08 13:30:16 +00:00
pk
d1639c316e
Use sigstack() in stead of sigaltstack() until we have a sigaltstack()
...
in the kernel.
1993-12-08 11:25:12 +00:00
jtc
865516f9d5
Restore 4 lines of code that UCB added that got lost when I upgraded to
...
the latest version of this code. This bug was responsible for printf
formatting errors when values were rounded to 0.
1993-12-07 18:54:32 +00:00
mycroft
1f063d60c0
Fix a bug, and speed up by a few cycles.
1993-12-07 06:58:35 +00:00
mycroft
2c216884a8
Fix typo.
1993-12-07 03:28:53 +00:00
mycroft
6103136f3b
Fix typo.
1993-12-07 02:05:27 +00:00
mycroft
b06640f168
Also a memcpy.S for m68k.
1993-12-07 01:00:06 +00:00
mycroft
e3b5d6cf18
Remove -p flags from .so builds.
1993-12-07 00:54:09 +00:00
mycroft
ca4372787c
Fix a couple of nits.
1993-12-06 23:45:48 +00:00
mycroft
91ae666ad3
Add memmove.S to m68k assembler stuff.
1993-12-06 23:39:42 +00:00