summaryrefslogtreecommitdiffstats
path: root/lib/libc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bumbed to 12.4 for binddm1996-02-241-1/+1
|
* From NetBSD: Fix embarassing typoniklas1996-02-241-2/+2
|
* From NetBSD: Fixed SEE ALSO section. Closes PR # 2049 (from Mike Longniklas1996-02-241-2/+3
| | | | <mike.long@analog.com>)
* From NetBSD: Add explicit return typeniklas1996-02-246-5/+15
|
* netbsd: bind 4.9.3dm1996-02-1915-542/+1120
|
* Add kernel PLL for system clocktholo1996-01-291-1/+3
| | | | | Add ntp_adjtime() and ntp_gettime() system calls Mostly stolen from FreeBSD
* new common tz codederaadt1996-01-296-63/+53
|
* from netbsd; add S_IFWHTderaadt1996-01-291-1/+2
|
* need errno.h because err declerations have movedderaadt1996-01-291-1/+2
|
* realloc(ptr, 0) does not free; from seebs@taniemarie.solon.com;deraadt1996-01-291-2/+11
| | | | netbsd pr#1806
* typo; fix from norijuki soda; netbsd pr#1954deraadt1996-01-291-2/+2
|
* from netbsd; warnx called incorrectlyderaadt1996-01-291-3/+3
|
* from netbsd:deraadt1996-01-151-1/+4
| | | | | Document the EACCES errno value as returned by sendmsg(2), per Ted Mellon <mellon@fugue.com>, PR #1093.
* from netbsd:deraadt1996-01-151-12/+13
| | | | | Don't read the network address as an alias when there isn't whitespace after the network address. Closes PR 1940.
* Redid formatting with mandoc macros. Added an "ERRORS" section.niklas1996-01-141-54/+66
|
* Completed incomplete edit and corrected historyniklas1996-01-121-5/+5
|
* from netbsd; sync with tzcode96aderaadt1996-01-1110-108/+291
|
* describe actual openbsd rfork() details. this should be converted to aderaadt1996-01-101-70/+16
| | | | | mandoc manpage by some brave individual (prettier because they fit more data on the same page). please?
* original rfork(2) manpage from plan9. This will be modified to describederaadt1996-01-101-0/+155
| | | | | | 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.
* from ragge; Changed to only include <machine/asm.h>, as the other portsderaadt1996-01-081-77/+2
|
* add rfork.o and minherit.oderaadt1996-01-081-1/+3
|
* add minherit() system callderaadt1996-01-076-1/+71
|
* typo in strspn manpage; from kashmir@umiacs.umd.edu; netbsd pr#1905deraadt1996-01-071-2/+2
|
* from netbsd; make get_myaddress() return failure if it is unable toderaadt1996-01-053-15/+19
| | | | determine address, make other code understand this failure.
* from netbsd: removed :errfix; const qualifier makes it unnecessaryderaadt1995-12-301-8/+0
|
* "advise" is a verb, "advice" is a noun; from seebs@taniemarie.solon.com;deraadt1995-12-301-2/+2
| | | | netbsd pr#1846
* from netbsd: Fixed %u to expand to a single digitderaadt1995-12-301-2/+2
|
* from netbsd: Removed unused CALL macroderaadt1995-12-301-2/+11
|
* from netbsd: Use <machine/asm.h> instead of DEFS.hderaadt1995-12-307-28/+28
|
* from netbsd:deraadt1995-12-303-15/+12
| | | | Remove #include "SYS.h"; it is not needed (by normal assembly functions)
* from netbsd:deraadt1995-12-263-6/+6
| | | | | Change mips assembly code for {,_,sig}setjmp.S to get register names from <machine/regnum.h>, not <machine/reg.h> (which also defines structs.)
* from netbsd; Rearrange to avoid sign problems with GCC.deraadt1995-12-214-73/+115
|
* i believe i took care of the 32bit and alignment issues, so the comment can go awayderaadt1995-12-182-16/+2
|
* expose even more internals, for bdesderaadt1995-12-171-1/+308
|
* non-USA crypto code by davidb@werj.com.au. The source has been splitderaadt1995-12-164-0/+1298
| | | | | | | | & 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.
* use alloca() instead of malloc()deraadt1995-12-151-58/+55
|
* sigsetjmp from Havard.Eidnes@runit.sintef.no; netbsd pr#1793deraadt1995-12-152-2/+73
|
* look for additional sources in crypt/deraadt1995-12-151-0/+1
|
* from ragge; Add defs to understand K&R cppderaadt1995-12-151-1/+16
|
* update from netbsdderaadt1995-12-1417-71/+187
|
* from netbsd:deraadt1995-12-141-1/+2
| | | | | Didn't take care of errors when return parameter was long long. Bug pointed out by Arne Henrik Juul.
* from netbsd; cannot be sure cpp can handle x ## yderaadt1995-12-141-1/+18
|
* from netbsd; sigsetjmp/siglongjmp was missing. Code fix by Arne H. Juul.deraadt1995-12-142-2/+70
|
* properly add them...deraadt1995-12-1410-0/+1576
|
* from netbsd:deraadt1995-12-1421-38/+48
| | | | add & fix a bunch of system call pages
* make first arg of strtod/strtoq constderaadt1995-12-141-3/+3
|
* from cgd@netbsd:deraadt1995-12-141-5/+54
| | | | | kill a gratuitous cast of lowpc to an int Add support for PROFDIR environment variable
* setmode() returns void *deraadt1995-12-141-2/+2
|
* unvis() works on plain char, not u_charderaadt1995-12-141-2/+2
|
* initgroups() takes a gid_tderaadt1995-12-141-2/+2
|