jtc
|
62c2139aff
|
Fix spelling errors.
|
1994-01-10 23:58:48 +00:00 |
jtc
|
12d5be7f56
|
Fix spelling errors.
|
1994-01-10 23:54:08 +00:00 |
jtc
|
584ac8448e
|
Fix spelling errors.
|
1994-01-10 23:32:20 +00:00 |
jtc
|
38bdf5186b
|
Fix typos & formatting.
|
1994-01-10 23:09:09 +00:00 |
jtc
|
aa0356b56a
|
Set errno to EINVAL and return -1 if the argument to sigaddset(), sigdelset(),
or sigismember() is out of range. POSIX.1 allowed the old behavior, but
detecting the errors is a more reasonable course of action.
|
1994-01-10 23:02:09 +00:00 |
deraadt
|
fefdca9988
|
c++ not g++
|
1994-01-10 14:09:16 +00:00 |
mycroft
|
6d4a19bff5
|
Clean up deleted files.
|
1994-01-07 19:15:52 +00:00 |
pk
|
36328be690
|
Rename lib/csu/g++ to lib/csu/c++
|
1994-01-07 19:15:31 +00:00 |
cgd
|
3a44018403
|
get rid of the awful RSS hack
|
1994-01-07 19:10:06 +00:00 |
mycroft
|
abeb62670e
|
Delete special rules for syscall.S; they are not needed, and one of them
is wrong anyway.
|
1994-01-07 16:36:45 +00:00 |
pk
|
39c0326588
|
PIC_*() macros moved to <machine/asm.h>
|
1994-01-07 00:48:22 +00:00 |
pk
|
e2c9704c72
|
Simplify code and add copyright.
|
1994-01-06 23:39:25 +00:00 |
deraadt
|
2d1eff419c
|
glob_t not GLOB_t. pointed out by <lm@rmit.edu.au>
|
1994-01-06 13:24:09 +00:00 |
mycroft
|
d6718d4665
|
Put back ld -x -r.
|
1994-01-06 04:35:39 +00:00 |
mycroft
|
22f50fc547
|
Remove ld -x -r until it actually works.
|
1994-01-05 23:47:35 +00:00 |
mycroft
|
8381eeac4d
|
Use -fpic.
|
1994-01-05 23:32:09 +00:00 |
pk
|
e5ea148320
|
Subdirectory g++ contains C++ shared library helper routines.
|
1994-01-05 21:05:11 +00:00 |
mycroft
|
2ac9b46bdd
|
Allow ld.so to be QMAGIC.
|
1994-01-04 23:40:31 +00:00 |
mycroft
|
34dbfc64b6
|
Fix two compiler warnings.
|
1994-01-04 21:40:23 +00:00 |
jtc
|
672f7a6292
|
Use _PATH_TTY constant instead of "/dev/tty".
|
1994-01-04 18:27:08 +00:00 |
cgd
|
f45b975fa5
|
rename fgetline()
|
1994-01-04 05:36:22 +00:00 |
cgd
|
02254e0c37
|
rename fgetline() and sharpen axe for bostic...
|
1994-01-04 05:16:44 +00:00 |
cgd
|
7cf02fbc34
|
bump shlib version so people don't get screwed again by fgetline()
|
1994-01-04 05:15:30 +00:00 |
mycroft
|
4fdb06a4f5
|
Clean up deleted files.
|
1994-01-04 05:13:19 +00:00 |
cgd
|
a18790e65d
|
rename fgetline() and sharpen axe for bostic...
|
1994-01-04 05:13:16 +00:00 |
cgd
|
fdacf1c630
|
DTRT if op is =
|
1994-01-04 05:05:36 +00:00 |
jtc
|
bfc2593ae5
|
Integrate strtoq() and strtouq() from bsd-sources on uunet.
|
1994-01-03 22:58:35 +00:00 |
jtc
|
58f143a599
|
Add explicit return types to function definitions.
|
1993-12-31 19:13:47 +00:00 |
jtc
|
8ec96af59d
|
Changed return value from int to pid_t.
|
1993-12-30 19:16:46 +00:00 |
deraadt
|
1a361f13ba
|
"struct ether_addr" is in netinet/if_ether.h (as in SunOS)
|
1993-12-30 04:21:05 +00:00 |
jtc
|
a5313a04b3
|
#include <stdlib.h> & <string.h> to bring function prototypes into scope.
|
1993-12-28 19:51:37 +00:00 |
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 |