jtc
|
2893ea1742
|
Removed conflicting "backwards compatibility" code to make scanf
ANSI compliant.
|
1995-01-26 01:34:44 +00:00 |
jtc
|
a40e8f9215
|
Fixed bug with '+' or ' ' flags and precision.
for example, printf("% 6.4d\n", 77) output one two many padding chars.
|
1995-01-25 11:20:41 +00:00 |
cgd
|
dc70e3ae1b
|
document sysctl variable kern.maxpartitions
|
1995-01-25 06:09:12 +00:00 |
cgd
|
26099b453e
|
note KERN_DOMAINNAME, the addition of tickadj to KERN_CLOCKINFO.
|
1995-01-24 23:55:48 +00:00 |
mellon
|
1afdb958f0
|
+Infinity for MIPS
|
1995-01-18 01:27:24 +00:00 |
pk
|
a64c43edd8
|
Add sigsetjmp() for sparc.
|
1995-01-11 20:23:59 +00:00 |
pk
|
7530512a37
|
Machine dependent sig{set,long}jmp().
|
1995-01-11 20:22:28 +00:00 |
mycroft
|
f1b3337a0b
|
Need to divide count by 2.
|
1995-01-07 03:44:55 +00:00 |
pk
|
c6df61219c
|
svc_getreq(): pay attention to registered sockets only. This allows
passing a `fd_set' with unrelated bits set.
|
1995-01-06 13:05:16 +00:00 |
cgd
|
966e78191e
|
pull in changes from libkern.
|
1995-01-06 00:45:20 +00:00 |
cgd
|
9125e2c436
|
don't forget to copy ntohs to libkern
|
1995-01-06 00:09:19 +00:00 |
jtc
|
ee4db031bc
|
sigmask() macro doesn't belong here, it's in the sigblock() manpage
|
1995-01-04 18:48:00 +00:00 |
mycroft
|
00f8cda6d6
|
Remove local definitions of svc_maxfd.
|
1995-01-04 02:58:45 +00:00 |
jtc
|
f34d1ed7d1
|
Password databases live in /etc, not /var/db. (PR #685)
|
1995-01-03 15:57:32 +00:00 |
mycroft
|
33c7f89b0e
|
Remove useless invocation of the evil getdtablesize(3).
|
1994-12-30 04:40:13 +00:00 |
mycroft
|
31146ca7e8
|
Format police, and a small patch for 64-bitness.
|
1994-12-28 03:34:37 +00:00 |
mycroft
|
0121eacdc1
|
Repair a couple of things.
|
1994-12-28 03:22:37 +00:00 |
mycroft
|
05fe3ff1f7
|
Mostly sync with CSRG.
|
1994-12-28 03:06:05 +00:00 |
mycroft
|
e0354b7995
|
Build undelete(2) stub.
|
1994-12-28 01:42:56 +00:00 |
jtc
|
b4bd7fea24
|
Replaced pops with adds.
|
1994-12-24 01:16:44 +00:00 |
jtc
|
26eccb0a9b
|
Exchange offsets of "saved signal mask" and "signal mask saved" so
that the layout of sigjmp_bufs and jmp_bufs are the same (except
for the "signal mask saved" appended to the end).
|
1994-12-24 01:05:44 +00:00 |
jtc
|
38163d03a8
|
#include <machine/endian.h>.
|
1994-12-23 22:50:19 +00:00 |
jtc
|
7141eb20ba
|
4.4lite's C language sigsetjmp() implementation is bogus, restore
machine dependant versions.
|
1994-12-23 22:25:48 +00:00 |
cgd
|
a05aca32f7
|
clear up type inconsistency.
|
1994-12-23 14:24:20 +00:00 |
cgd
|
517b869072
|
note that the file name is const, and fix a couple of roff bogons.
|
1994-12-23 13:04:39 +00:00 |
cgd
|
3f3c777922
|
more than i thought...
|
1994-12-23 13:01:30 +00:00 |
cgd
|
26d1df904e
|
oops; one too many __const's
|
1994-12-23 12:54:14 +00:00 |
cgd
|
425d26fd98
|
fix up for new compiler predefines
|
1994-12-22 15:02:58 +00:00 |
cgd
|
9903c64a33
|
(1) fix up for new compiler predefines
(2) clean up IEEE format defines, so that their names are accurate again.
|
1994-12-22 15:02:48 +00:00 |
cgd
|
ae9172d6cd
|
specify man pages the new way.
|
1994-12-22 09:57:51 +00:00 |
cgd
|
9e3970d80f
|
make the char *'s that some of these routines take/return __const.
It quiets some warnings, and is the 'right thing' anyway.
|
1994-12-20 16:18:16 +00:00 |
cgd
|
00676a51e4
|
type-size sanity
|
1994-12-20 16:12:10 +00:00 |
jtc
|
6a9043df2e
|
Use "const" qualifier so that tens, tinytens, and bigtens arrays are stored
in the text segment.
|
1994-12-20 00:43:48 +00:00 |
cgd
|
2eed827e82
|
make libc work again, on systems that don't support __warn_reference
|
1994-12-18 11:32:37 +00:00 |
cgd
|
510290ed54
|
make sure link for inet_aton is in alphabetical order in MLINKS.
|
1994-12-18 09:42:18 +00:00 |
cgd
|
b70de87ec8
|
make type-size safe.
|
1994-12-18 09:09:48 +00:00 |
cgd
|
02ae34d854
|
add #include description, from Jim Jegers
|
1994-12-18 04:26:06 +00:00 |
pk
|
26a352d1dd
|
Provide backwards compatibility with previous "doubly-underscored"
symbols. Avoids updating libc's major version number for this internal change.
|
1994-12-17 16:27:03 +00:00 |
pk
|
7c93bbccb8
|
Refer to _sys_siglist with just one underscore.
|
1994-12-17 16:18:10 +00:00 |
pk
|
c0aee44a2f
|
Correct number of underscores on internal function calls.
|
1994-12-17 16:16:00 +00:00 |
mycroft
|
201fac6e3d
|
More underscores...
|
1994-12-15 17:24:44 +00:00 |
jtc
|
37d79a5d9d
|
Fixed cross reference: sysctl(1) -> sysctl(8).
|
1994-12-15 08:44:35 +00:00 |
jtc
|
c2cf556f97
|
Fix cross references: sysctl(2) -> sysctl(3) (PR #643).
|
1994-12-15 08:43:29 +00:00 |
cgd
|
3c5606e4ea
|
fix for bug 638
|
1994-12-14 07:24:12 +00:00 |
jtc
|
92737ece73
|
Rework indirect reference support as outlined by my recent message to
the tech-userlevel mailing list.
|
1994-12-12 22:42:20 +00:00 |
mycroft
|
e4db9f8bda
|
Clean up deleted files.
|
1994-12-12 22:42:14 +00:00 |
jtc
|
3c98cdcd84
|
Rework indirect reference support as outlined by my recent message to
the tech-userlevel mailing list.
|
1994-12-12 22:41:50 +00:00 |
dean
|
a51d5c8eef
|
underscore changes
|
1994-12-12 19:31:22 +00:00 |
christos
|
cc23e692fb
|
Return null for empty strings in triplets, not the empty string.
Fix memory corruption with double-freeing ng_copy. (From Jason Downs)
|
1994-12-12 19:05:31 +00:00 |
christos
|
b69aa4831d
|
NIS -> YP changes and other typos fixed (From Jason Thorpe)
|
1994-12-11 22:47:06 +00:00 |