summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1996-03-25Pull in prototypesThorsten Lockert
Do the right thing in presense of __STDC__
1996-03-25Pull in more prototypesThorsten Lockert
1996-03-25Pull prototypes into scopeThorsten Lockert
Remove graticious casts
1996-03-25Prototype internal functionsThorsten Lockert
Do the right thing in presense of __STDC__
1996-03-25Cast negative args to their unsigned typeThorsten Lockert
1996-03-25Use correct prototype in the presense of __STDC__Thorsten Lockert
1996-03-25Add prototypes for internal functionsThorsten Lockert
1996-03-25Minor cleanupThorsten Lockert
1996-03-25Add prototypes for local functions, add const qualifiers where neededThorsten Lockert
1996-03-25Somewhat better support for building lint libraryThorsten Lockert
1996-03-23Use __inline, not inlineThorsten Lockert
1996-03-22sethostid() is documented and has historically returned int, not longThorsten Lockert
1996-03-19Fix RCS Id botch in last changeNiklas Hallqvist
1996-03-19Fix RCS Id botch in last changeNiklas Hallqvist
1996-03-19From NetBSD: merge of 960317Niklas Hallqvist
1996-03-09From NetBSD: 960217 mergeNiklas Hallqvist
1996-03-05Don't use -fpic if NOPIC defined. From Dale Rahn.Niklas Hallqvist
1996-03-04Update to the latest LBL release.Michael Shalayeff
1996-02-24bumbed to 12.4 for binddm
1996-02-24From NetBSD: Fix embarassing typoNiklas Hallqvist
1996-02-24From NetBSD: Fixed SEE ALSO section. Closes PR # 2049 (from Mike LongNiklas Hallqvist
<mike.long@analog.com>)
1996-02-24From NetBSD: Add explicit return typeNiklas Hallqvist
1996-02-19netbsd: bind 4.9.3dm
1996-01-29Add kernel PLL for system clockThorsten Lockert
Add ntp_adjtime() and ntp_gettime() system calls Mostly stolen from FreeBSD
1996-01-29new common tz codeTheo de Raadt
1996-01-29from netbsd; add S_IFWHTTheo de Raadt
1996-01-29need errno.h because err declerations have movedTheo de Raadt
1996-01-29realloc(ptr, 0) does not free; from seebs@taniemarie.solon.com;Theo de Raadt
netbsd pr#1806
1996-01-29typo; fix from norijuki soda; netbsd pr#1954Theo de Raadt
1996-01-29from netbsd; warnx called incorrectlyTheo de Raadt
1996-01-15from netbsd:Theo de Raadt
Document the EACCES errno value as returned by sendmsg(2), per Ted Mellon <mellon@fugue.com>, PR #1093.
1996-01-15from netbsd:Theo de Raadt
Don't read the network address as an alias when there isn't whitespace after the network address. Closes PR 1940.
1996-01-14Redid formatting with mandoc macros. Added an "ERRORS" section.Niklas Hallqvist
1996-01-12Completed incomplete edit and corrected historyNiklas Hallqvist
1996-01-11from netbsd; sync with tzcode96aTheo de Raadt
1996-01-10describe actual openbsd rfork() details. this should be converted to aTheo de Raadt
mandoc manpage by some brave individual (prettier because they fit more data on the same page). please?
1996-01-10original rfork(2) manpage from plan9. This will be modified to describeTheo 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-08from ragge; Changed to only include <machine/asm.h>, as the other portsTheo de Raadt
1996-01-08add rfork.o and minherit.oTheo de Raadt
1996-01-07add minherit() system callTheo de Raadt
1996-01-07typo in strspn manpage; from kashmir@umiacs.umd.edu; netbsd pr#1905Theo de Raadt
1996-01-06update from jtk@kolvir.arlington.ma.us; netbsd pr#1650Theo de Raadt
1996-01-05from netbsd; make get_myaddress() return failure if it is unable toTheo de Raadt
determine address, make other code understand this failure.
1996-01-04increment major version because we changed the supplied interfaces.Theo de Raadt
(ie. this library is now empty)
1996-01-04libresolv must exist for backwards compatibility. however, it need notTheo de Raadt
contain anything -- programs will still be linked against libc and thus use the routines provided there.
1995-12-30from netbsd: removed :errfix; const qualifier makes it unnecessaryTheo 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-30from netbsd: Fixed %u to expand to a single digitTheo de Raadt
1995-12-30from netbsd: Removed unused CALL macroTheo de Raadt
1995-12-30from netbsd: Use <machine/asm.h> instead of DEFS.hTheo de Raadt