Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-01-11 | from netbsd; sync with tzcode96a | Theo de Raadt | |
1996-01-10 | describe actual openbsd rfork() details. this should be converted to a | Theo de Raadt | |
mandoc manpage by some brave individual (prettier because they fit more data on the same page). please? | |||
1996-01-10 | original rfork(2) manpage from plan9. This will be modified to describe | Theo de Raadt | |
the actual implimentation in OpenBSD. > From: "Rob Pike" <rob@plan9.att.com> > feel free to borrow the text of the plan 9 rfork page, with attribution. | |||
1996-01-08 | from ragge; Changed to only include <machine/asm.h>, as the other ports | Theo de Raadt | |
1996-01-08 | add rfork.o and minherit.o | Theo de Raadt | |
1996-01-07 | add minherit() system call | Theo de Raadt | |
1996-01-07 | typo in strspn manpage; from kashmir@umiacs.umd.edu; netbsd pr#1905 | Theo de Raadt | |
1996-01-06 | update from jtk@kolvir.arlington.ma.us; netbsd pr#1650 | Theo de Raadt | |
1996-01-05 | from netbsd; make get_myaddress() return failure if it is unable to | Theo de Raadt | |
determine address, make other code understand this failure. | |||
1996-01-04 | increment major version because we changed the supplied interfaces. | Theo de Raadt | |
(ie. this library is now empty) | |||
1996-01-04 | libresolv must exist for backwards compatibility. however, it need not | Theo de Raadt | |
contain anything -- programs will still be linked against libc and thus use the routines provided there. | |||
1995-12-30 | from netbsd: removed :errfix; const qualifier makes it unnecessary | Theo de Raadt | |
1995-12-30 | "advise" is a verb, "advice" is a noun; from seebs@taniemarie.solon.com; | Theo de Raadt | |
netbsd pr#1846 | |||
1995-12-30 | from netbsd: Fixed %u to expand to a single digit | Theo de Raadt | |
1995-12-30 | from netbsd: Removed unused CALL macro | Theo de Raadt | |
1995-12-30 | from netbsd: Use <machine/asm.h> instead of DEFS.h | Theo de Raadt | |
1995-12-30 | from netbsd: | Theo de Raadt | |
Remove #include "SYS.h"; it is not needed (by normal assembly functions) | |||
1995-12-26 | from netbsd: | Theo de Raadt | |
Change mips assembly code for {,_,sig}setjmp.S to get register names from <machine/regnum.h>, not <machine/reg.h> (which also defines structs.) | |||
1995-12-21 | from netbsd; Rearrange to avoid sign problems with GCC. | Theo de Raadt | |
1995-12-21 | from netbsd; limit the flags that get passed to cpp | Theo de Raadt | |
1995-12-21 | from netbsd; memory mapped clock functions for a start | Theo de Raadt | |
1995-12-20 | add ability to zero out entry; from millert@cs.colorado.edu; netbsd pr#1851 | Theo de Raadt | |
also add a prototype for skeyzero() | |||
1995-12-18 | i believe i took care of the 32bit and alignment issues, so the comment can ↵ | Theo de Raadt | |
go away | |||
1995-12-17 | expose even more internals, for bdes | Theo de Raadt | |
1995-12-16 | non-USA crypto code by davidb@werj.com.au. The source has been split | Theo 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-15 | use alloca() instead of malloc() | Theo de Raadt | |
1995-12-15 | sigsetjmp from Havard.Eidnes@runit.sintef.no; netbsd pr#1793 | Theo de Raadt | |
1995-12-15 | look for additional sources in crypt/ | Theo de Raadt | |
1995-12-15 | from ragge; Add defs to understand K&R cpp | Theo de Raadt | |
1995-12-15 | from netbsd; do not override other CFLAGS settings | Theo de Raadt | |
1995-12-14 | libcrypt is now an empty library | Theo de Raadt | |
1995-12-14 | update from netbsd | Theo de Raadt | |
1995-12-14 | from 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-14 | update from netbsd | Theo de Raadt | |
1995-12-14 | from 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-14 | from netbsd; cannot be sure cpp can handle x ## y | Theo de Raadt | |
1995-12-14 | from netbsd; sigsetjmp/siglongjmp was missing. Code fix by Arne H. Juul. | Theo de Raadt | |
1995-12-14 | properly add them... | Theo de Raadt | |
1995-12-14 | from netbsd: | Theo de Raadt | |
add & fix a bunch of system call pages | |||
1995-12-14 | make first arg of strtod/strtoq const | Theo de Raadt | |
1995-12-14 | from cgd@netbsd: | Theo de Raadt | |
kill a gratuitous cast of lowpc to an int Add support for PROFDIR environment variable | |||
1995-12-14 | setmode() returns void * | Theo de Raadt | |
1995-12-14 | unvis() works on plain char, not u_char | Theo de Raadt | |
1995-12-14 | initgroups() takes a gid_t | Theo de Raadt | |
1995-12-14 | getgrouplist() returns array of gid_t | Theo de Raadt | |
1995-12-14 | from cgd@netbsd; be more conservative when setting the gp | Theo de Raadt | |
1995-12-14 | from netbsd; fix profiling support | Theo de Raadt | |
1995-12-14 | from netbsd: | Theo de Raadt | |
Added spanish language message catalog from Jesus M. Gonzalez <jgb@ordago.uc3m.es> | |||
1995-12-04 | a.out is more likely, so check for it first | Theo de Raadt | |
1995-11-22 | fix long/u_int32_t botch; do gethostbyname() only if netgroups are going to | Theo 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. |