markm
a13ca6e9d2
Changes for KTH KerberosIV.
...
telent.h is installed from libtelnet, not the include dir.
1997-09-28 09:12:04 +00:00
ache
7ff3236447
Oops, fix typo in istype definition
1997-09-27 04:30:50 +00:00
ache
a4d6990ae6
1) Bring '!!' back since we wan't overflow even a char
...
2) Revive __maskrune, just return mask now
3) Express __istype via !!__maskrune
4) Use __maskrune in digittoint
1997-09-27 04:22:47 +00:00
ache
a411894a17
Oops, wrong version of digittoint fix was commited, step back to v1.8
...
instead just remove '!!' to make digittoint() work and re-arrange
things a little
1997-09-25 22:44:21 +00:00
ache
253e0dc600
Fix digittoint broken long ago
...
Redesign to allow digittoint work for runes too
__maskrune removed, __istype become a macro, __runeflags added
1997-09-25 22:27:45 +00:00
peter
d84a9433e4
Bandaid for the build-breaking reference to _BSD_RUNE_T_. I'm not sure
...
that this is right, but the old reference defaintely was not.
1997-09-25 03:06:19 +00:00
julian
60b0e6fbbf
Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>
...
Basic support for the Shift JIS encoding of japanese.
(and one tiny typo fixed in a comment)
1997-09-24 20:38:12 +00:00
bde
6c065dd935
Removed installhdrs target. It was an unnecessary complication.
1997-09-16 10:52:59 +00:00
peter
ab48d764a4
SYSV has both <poll.h> and <sys/poll.h>. (poll.h merely #includes
...
sys/poll.h). Just provide a link, it's close enough. :-) In an ideal
world the prototype for poll() would be in <poll.h> but some code seems
to expect it in <sys/poll.h>, so we can't win there.
1997-09-14 03:32:44 +00:00
brian
a059b2e7c8
Add "options no_tld_query" to resolv.conf.
...
Mention the capability in resolver(5).
Mention that RES_OPTIONS can be used in resolver(5).
Discussed with: -hackers
1997-09-01 01:19:23 +00:00
bde
22cfa5fbad
Removed ifndef of AUTH_NONE. The conflict with login_cap.h was fixed
...
better by not defining AUTH_NONE in login_cap.h.
1997-08-21 19:31:04 +00:00
bde
941fd54212
Don't traverse subdirectories twice for normal installs.
1997-08-21 18:40:04 +00:00
bde
834e560c34
Fix and simplify installhdrs target. It didn't install the headers in
...
${HFILES} and it's simpler to install the non-headers in ${XFILES}.
1997-08-21 18:33:13 +00:00
jmg
7e95ba029e
fix a problem with headers not being installed properly... basicly the
...
installhdrs target was not being propagated to the subdirs...
also fix rpcsvc's Makefile to have a installhdrs target to install the
headers..
1997-08-21 09:29:49 +00:00
peter
c7048791d0
Prototypes for getsid() and getpgid(). Also, prefix type names in
...
setpgrp() prototype with _ as per style(9).
1997-08-19 06:19:45 +00:00
peter
0abf5130c2
split beforeinstall hook up so that the header install stuff is reachable
...
without risking invoking ${SHARED}.
1997-08-18 06:28:47 +00:00
steve
a900aa0a5e
Make this compile with the -traditional cc flag.
...
PR: misc/2189
Submitted by: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
1997-08-16 23:32:42 +00:00
fenner
e4360f10b8
Fix typo: "send" -> "end"
...
PR: bin/3474
Submitted by: graphix@iastate.edu (Kent Vander Velden)
1997-08-11 04:19:11 +00:00
joerg
7f6efbc9e1
Import strptime(3) into libc. We've got permission by Kevin Ruddy to
...
modify the original `no modifications' copyright message, and i've
included his mail into the source file.
The common localization functions between strptime(3) and strftime(3)
have been broken out into timelocal.[ch].
1997-08-09 15:43:59 +00:00
jdp
2ed649b29b
Implement dlsym(RTLD_NEXT, symbol).
1997-08-02 04:56:44 +00:00
asami
84f21d2d49
Use relative symlinks so they work even when ${DESTDIR} is not empty.
...
Reviewed by: jkh, bde
1997-07-31 11:32:25 +00:00
peter
486333fcfd
kill the undead
1997-07-13 14:26:00 +00:00
peter
43ce060734
merge in bind-4.9.6 changes (only effect is __res_send #define reverted)
1997-06-27 08:32:38 +00:00
msmith
8f700a6d43
Update histedit.h to match the new libedit.
...
Obtained from: NetBSD
1997-06-25 09:47:31 +00:00
msmith
0349f8963a
Add stringlist functions from NetBSD. (required for the new ftp(1)
...
Obtained from: NetBSD
1997-06-25 08:04:52 +00:00
ache
f9302eec85
Move machine/types.h to non-standard section
...
Change order of arc4* functions
Pointed-by: bde
1997-06-14 10:45:25 +00:00
ache
cbd380e632
Add arc4random family declaration
1997-06-14 01:33:52 +00:00
ache
98ddc15c28
Instead of copying fallback code over and over in each program,
...
implement (better) falback code inside srandomdev() itself.
Change return type from int to void (binary compatibility surprisely
achieved). Userland code will be changed soon.
1997-06-14 00:14:29 +00:00
jkh
d1abd2cb44
Go to SHARED=copies by default.
...
Agreed-upon by: lots-o-folks.
1997-06-05 21:20:58 +00:00
wpaul
7b004237fc
Undo small change I accidentally left in while testing (files were
...
installed with wrong ownerships).
Pointed out by: bde
1997-05-28 16:26:05 +00:00
wpaul
088fb5121b
Add new files in include/rpc.
1997-05-28 04:46:38 +00:00
wpaul
db46899f5a
Resolve conflicts.
1997-05-28 04:45:15 +00:00
wpaul
3be3c10157
This commit was generated by cvs2svn to compensate for changes in r26209,
...
which included commits to RCS files with non-trunk default branches.
1997-05-28 04:42:53 +00:00
wpaul
fd6d99f49e
Resolve conflicts.
1997-05-28 04:38:30 +00:00
wpaul
4b109a080d
This commit was generated by cvs2svn to compensate for changes in r26206,
...
which included commits to RCS files with non-trunk default branches.
1997-05-28 04:35:55 +00:00
jdp
a57b7759a5
Fill out the ELF header files to make them more or less complete.
...
Fix a macro name that was misspelled both in brandelf.c and
imgact_elf.h.
1997-05-21 23:07:31 +00:00
peter
26a980720c
fix missing close comment in login_cap additions
1997-05-18 08:12:14 +00:00
peter
bbffd7053b
struct timespec needs to be useable with just <time.h>, but needs to not
...
conflict with the kernel visible one. Make the new stuff not visible if
_ANSI_SOURCE or _POSIX_SOURCE is defined (!) because the new things are
not part of the base 1003.1-1990 standard (or ansi).
1997-05-13 09:33:24 +00:00
peter
b5da4216b3
remove stray forward declaration for struct timespec
...
Pointed out by: bde
1997-05-13 09:25:15 +00:00
ache
e43c7e0e2a
Add clockid_t definition like in sys/types.h to allow time.h
...
to be included without sys/types.h, it fixes broken groff compilation
1997-05-13 09:25:03 +00:00
peter
28bb5a5088
Oops, move clock_*() and nanosleep() to time.h
...
Submitted by: Peter Dufault <dufault@hda.com>
1997-05-12 12:58:40 +00:00
peter
892e2dec90
prototype clock_settime(), clock_gettime(), clock_getres(), nanosleep().
1997-05-12 09:57:39 +00:00
peter
71199e7776
Build osreldate.h at build time rather than install time. This fixes
...
a breakage with 'make reinstall' on a read-only source tree.
1997-05-12 09:50:19 +00:00
davidn
4ca868f8b8
Removed login_cap.h, now moved to src/lib/libutil.
1997-05-10 12:50:03 +00:00
eivind
1ab5f06651
Back out all of yesterdays include file changes.
1997-05-07 20:01:10 +00:00
eivind
93aa89ea52
Back out part of yesterdays changes. They were obviously not tested well
...
enough :-( (With backout on this file, libc compiles. 'make world' isn't
finished yet.)
Pointed out by: Oliver Roberts
1997-05-07 19:10:49 +00:00
eivind
379be4bd69
Make a lot of include-files self-contained. I excluded the patches changing
...
int's to gid_t and uid_t - should I commit these, too?
Closes PR misc/2625.
Submitted by: Julian Assange <proff@iq.org>
1997-05-07 02:27:18 +00:00
bde
173bd2da2e
Fixed missing __P() to complete the K&R support in this header.
1997-05-07 00:58:23 +00:00
asami
90e3a3c005
Don't try to install f2c'h now that it's installed from
...
/usr/src/usr.bin/f2c. :)
1997-04-25 09:58:24 +00:00
jmz
48749204e4
This file is a duplicate of src/usr.bin/f2c/f2c.h
...
Reviewed by: bde
1997-04-24 17:03:41 +00:00