deraadt
ef60c11b2d
getaddrinfo() info prototypes and such; cmetz
25 years ago
angelos
4ce3371b53
Add libkeynote target for includes
25 years ago
espie
e13aed530b
proper const semantics for dirname & basename.
(this follows FreeBSD and Linux. Single Unix 2 is still illogical)
25 years ago
espie
194fbcd9ee
Link in egcs, kill gcc and libg++
25 years ago
weingart
63929f59f5
Add swapctl(2) prototype.
25 years ago
espie
cb37c452aa
typo
25 years ago
espie
61c20d92d9
Change include links shennannigans to make more sense,
so that machine -> i386, and not the other way around,
or, for arches such as amiga/m68k, make amiga & m68k true directories
and let machine -> amiga.
25 years ago
aaron
976f423820
use UTC when abbreviating Coordinated Universal Time, not CUT
25 years ago
aaron
7445f852db
appropiate -> appropriate
25 years ago
millert
0fc6b0a96d
c++ clasess for ncurses
26 years ago
millert
37b3ece184
mention that strings in lastlog and utmp are not guaranteed to be NUL-terminated
26 years ago
rahnds
cc03007ece
powerpc does not support shared libraries and thus should not ship
link.h or dlfcn.h
26 years ago
pjanzen
c830d1f32b
Daylight Saving Time, not savings
26 years ago
niklas
ea55b126b2
Some style issues, make stuff neded before depend be built by beforedepend.
Also make them prereq in the case of make includes
26 years ago
niklas
63e446254e
Provide a method to do prerequisites needed before
installation of includes can happen. Do these before and not run via ${SUDO}.
26 years ago
deraadt
d63c17e8c3
skipjack in libc; isakmpd and such will want it
26 years ago
millert
0be6da5c32
constify getcap(3). This fixes a warning in libcurses and doesn't
really change the API since those parameters that was been constified
really are not modified by getcap(3) routines.
26 years ago
millert
d4cf62e866
real dbm_rdonly
26 years ago
millert
2532e0e63d
Update HASHKEY macro from db 1.8.6. I didn't update that initially as I thought it related to the new hash code--it does not
26 years ago
millert
be999a6bec
missed this in the libc/db update
26 years ago
millert
926b3f4f9f
o Minor changes from db.1.86 (sleepycat). Does not include the new hash
routines since they cannot read a hashed .db file from the old code.
Most of these files just have their RCS/SCCS tags standardized.
Note that mpool.3 has not been updated to reflect the new mpool interface.
o Add a real dbm(3) manpage
26 years ago
millert
d007a399f2
add old dbm-compatible interface from db-1.86 with minor changes by me (needs a man page)
26 years ago
angelos
d51d3afea3
Add syslogd's paths.
26 years ago
angelos
456867e3f5
Add some useful defines (used by ssyslog).
26 years ago
d
49c2730419
add libc_r
26 years ago
deraadt
0ef2f6a4fd
install netinet6 include files
26 years ago
millert
1c961bc819
move uint*_t to machine/types.h
26 years ago
millert
d94c9d8323
pull in rpc/pmap_clnt.h to silence gcc and prototype xdr_opaque_auth for the same reason
26 years ago
d
31570910f0
Add thread-safety to libc, so that libc_r will build (on i386 at least).
All POSIX libc api now there (to P1003.1c/D10)
(more md stuff is needed for other libc/arch/*)
(setlogin is no longer a special syscall)
Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS).
Doc some re-entrant routines
Add libc_r to intro(3)
dig() uses some libc srcs and an extra -I was needed there.
Add more md stuff to libc_r.
Update includes for the pthreads api
Update libc_r TODO
26 years ago
deraadt
8be72764ad
add getpgid() proto; form
26 years ago
millert
c10d7a59ff
protos for strlcat, strlcpy
26 years ago
art
c539fb03e5
add a path to afsd
26 years ago
deraadt
40dbd6d743
install /usr/include/ssl/
26 years ago
art
48eeec4d93
install the xfs includes
26 years ago
deraadt
ac6a8b1e68
change pmap_set() protocol to u_int, similar to solaris; ref: casper
26 years ago
deraadt
a90434c34f
make errors unsigned
26 years ago
millert
403b58da2c
add _PATH_KSYMS
26 years ago
art
2d606d8952
remove bogus ifdef PERL5
26 years ago
provos
9124668bb4
add ECB and CBC encryption for octet streams
26 years ago
millert
b1b9784c54
curses.h frontend
26 years ago
provos
8de558a493
s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and include
header files from the correct path.
26 years ago
provos
f4846928f6
Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>.
Man pages will come soon, I hope.
26 years ago
espie
f5882f1bac
. is a regex.
26 years ago
millert
5bc0b9f5dc
pw_uid is uid_t, pw_gid is gid_t
26 years ago
deraadt
0c67318ce2
provide TMP_MAX like stdio.h; kleink
26 years ago
marc
e0a421c96d
change _PATH_KVMDB to be the same name as the db created by kvm_mkdb
26 years ago
art
f611bf8de3
do not install includes from libss
26 years ago
deraadt
ea09bc7536
add mkstemp(char *template, int suffixlen) interface
26 years ago
deraadt
34c438b830
install isofs headers, we need them
26 years ago
millert
03d98b5707
Remove the advertising clause in my old license, it impedes free use
of the code as a large number of similar clauses makes it impossible
to write an ad for a product using the code...
26 years ago