summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1995-12-17expose even more internals, for bdesTheo de Raadt
1995-12-16non-USA crypto code by davidb@werj.com.au. The source has been splitTheo de Raadt
& copied into two pieces so that use of crypt() pulls in a crypt.o that contains only that one programmer interface -- this permits USA export of binaries that use crypt() for authentication purposes. morecrypt.c contains the other DES programmer interfaces commonly used.
1995-12-15use alloca() instead of malloc()Theo de Raadt
1995-12-15sigsetjmp from Havard.Eidnes@runit.sintef.no; netbsd pr#1793Theo de Raadt
1995-12-15look for additional sources in crypt/Theo de Raadt
1995-12-15from ragge; Add defs to understand K&R cppTheo de Raadt
1995-12-15from netbsd; do not override other CFLAGS settingsTheo de Raadt
1995-12-14libcrypt is now an empty libraryTheo de Raadt
1995-12-14update from netbsdTheo de Raadt
1995-12-14from netbsd:Theo de Raadt
Changed w_gamma.c, w_gamma_r.c, w_gammaf.c, w_gammaf_r.c to call __ieee754_lgamma_r or __ieee754_lgammaf_r. Removed e_gamma.c, e_gamma_r.c, e_gammaf.c, e_gammaf_r.c, e_lgamma.c, e_lgamma_f.c.
1995-12-14update from netbsdTheo de Raadt
1995-12-14from netbsd:Theo de Raadt
Didn't take care of errors when return parameter was long long. Bug pointed out by Arne Henrik Juul.
1995-12-14from netbsd; cannot be sure cpp can handle x ## yTheo de Raadt
1995-12-14from netbsd; sigsetjmp/siglongjmp was missing. Code fix by Arne H. Juul.Theo de Raadt
1995-12-14properly add them...Theo de Raadt
1995-12-14from netbsd:Theo de Raadt
add & fix a bunch of system call pages
1995-12-14make first arg of strtod/strtoq constTheo de Raadt
1995-12-14from cgd@netbsd:Theo de Raadt
kill a gratuitous cast of lowpc to an int Add support for PROFDIR environment variable
1995-12-14setmode() returns void *Theo de Raadt
1995-12-14unvis() works on plain char, not u_charTheo de Raadt
1995-12-14initgroups() takes a gid_tTheo de Raadt
1995-12-14getgrouplist() returns array of gid_tTheo de Raadt
1995-12-14from cgd@netbsd; be more conservative when setting the gpTheo de Raadt
1995-12-14from netbsd; fix profiling supportTheo de Raadt
1995-12-14from netbsd:Theo de Raadt
Added spanish language message catalog from Jesus M. Gonzalez <jgb@ordago.uc3m.es>
1995-12-04a.out is more likely, so check for it firstTheo de Raadt
1995-11-22fix long/u_int32_t botch; do gethostbyname() only if netgroups are going toTheo de Raadt
be used and do not abort; check for A->PTR->A loop otherwise only match on #.#.#.# addresses; do not assume !0 is 1 as in ANSI C. netbsd pr#1683 led to finding these problems.
1995-11-20gethostbyname("#.#.#.#") should fail; not return an incompletely andTheo de Raadt
incorrectly initialized hostent. in particular, h_name is supposed to be `an official name', and gethostbyname() wasn't even trying to meet that requirement.
1995-11-13pcap inject function is a good idea; from scottr@edsi.org; netbsd pr#1747Theo de Raadt
1995-11-06complete ufs -> ffs change (From John Kohl; PR #1403)Theo de Raadt
1995-11-01vax c runtime supportTheo de Raadt
1995-11-01error in system(3) man page from John KohlTheo de Raadt
1995-10-31__fdnlist() is used by libkvmTheo de Raadt
1995-10-30nlist will now handle many formats (once the code is written)Theo de Raadt
1995-10-30do ecoff on the pica as well (for now)Theo de Raadt
1995-10-28update from NetBSDTheo de Raadt
1995-10-28Eliminate race by stopping timer before restarting it with remaining timeTheo de Raadt
(one more system call).
1995-10-28update from NetBSDTheo de Raadt
1995-10-25fix accidental free() of unallocated objectTheo de Raadt
1995-10-24new email address :-)Theo de Raadt
never forget to call _yp_unbind() if we need to bail out
1995-10-24install curses.h from src/includeTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt