pk
|
762232f3d7
|
The sparc port no longer needs special casing.
|
1995-01-12 16:30:52 +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
|
c304971439
|
Eliminate _kvm_uvatop(), in favor of using the machine-independent VM structures.
|
1995-01-09 08:59:25 +00:00 |
mycroft
|
fb7161aa7e
|
Use ${COMPILE.S}, not ${CPP} directly.
|
1995-01-07 23:21:41 +00:00 |
mycroft
|
3dbc1e9443
|
Patch from Giles Lean to make compilation flags more consistent.
|
1995-01-07 23:07:03 +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 |
jtc
|
4b8de372d4
|
fix typo
|
1994-12-22 17:57:02 +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
|
3a370daf86
|
specify man pages the new way.
|
1994-12-22 09:44:45 +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 |
cgd
|
688980eb06
|
type sanity
|
1994-12-20 16:00:32 +00:00 |
cgd
|
6b300e59b8
|
do the conditional stuff later, so it works with NOPROFILE
|
1994-12-20 15:51:13 +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
|
d8f841190c
|
.s -> .S
|
1994-12-16 10:01:23 +00:00 |
jtc
|
600d3f84d5
|
Add volatile qualifier to huge and tiny, so that huge*huge and tiny*tiny
are performed at run-time.
|
1994-12-16 08:38:20 +00:00 |
mycroft
|
201fac6e3d
|
More underscores...
|
1994-12-15 17:24:44 +00:00 |
mycroft
|
c32023e792
|
More underscores...
|
1994-12-15 17:02:08 +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 |