aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update to the most recent version. Among other things, this also solvesJoerg Wunsch1999-02-0343-613/+635
* Oops. Missed this in the last commit.Jordan K. Hubbard1999-02-011-3/+1
* Document type for 'req' argument to clnt_control.Alexander Langer1999-01-311-0/+1
* Install -C radlib.hBrian Somers1999-01-293-7/+23
* Add MAINTAINER.Dag-Erling Smørgrav1999-01-291-1/+2
* More support for Alpha installs.Jordan K. Hubbard1999-01-293-4/+76
* Removed evil typedef kvm_swap_t and all uses of it (not many).Bruce Evans1999-01-272-11/+13
* Typo: `kern.somaxconn' -> `kern.ipc.somaxconn'Joseph Koshy1999-01-271-4/+4
* Correct typo.Joseph Koshy1999-01-271-1/+2
* Clarify format of exit status code. Note when a return code of -1 canJoseph Koshy1999-01-271-4/+8
* Mostly remove the VM_STACK OPTION.Julian Elischer1999-01-261-0/+19
* Enable Linux threads support by default.Julian Elischer1999-01-261-0/+6
* Fix swap radix tree dump formatting ( pstat -ss ), it was printing theMatthew Dillon1999-01-251-4/+4
* gethostbyname2() was broken for lookups via NIS on FreeBSD/alphaAndrew Gallatin1999-01-251-4/+7
* Fix symlinking. Without the -f "force" option, the wrong versionMark Murray1999-01-241-4/+4
* Backed out most of previous commit to go with backing out support forBruce Evans1999-01-241-4/+6
* The new crypt code broke "make world". Back it out.Mark Murray1999-01-2315-1667/+149
* Fixed missing cross reference to kvm_getfiles.Bruce Evans1999-01-231-0/+1
* Fixed unsorting of SRCS and MAN3 in previous commit.Bruce Evans1999-01-231-4/+4
* Fixed unsorting of cross references in previous commit.Bruce Evans1999-01-231-1/+1
* Oops, forgot this. Needed by libkvm.Matthew Dillon1999-01-231-1/+14
* Fix breakage for the static a.out case. The a.out linker doesn'tJohn Polstra1999-01-221-4/+10
* Fix type-o's in manualMatthew Dillon1999-01-221-3/+3
* Add SWIF_DEV_PREFIX flag to add "/dev/..." to device name.Matthew Dillon1999-01-221-2/+3
* Implement kvm_getswapinfo() libkvm function. Will be used byMatthew Dillon1999-01-224-2/+551
* Typo police.Brian Somers1999-01-221-1/+1
* Revert my last change, "Rename some globals to reduce namespaceJohn Polstra1999-01-212-20/+20
* Merge from vendor branch: timezone file structure changes and doco.Garrett Wollman1999-01-213-25/+45
* Moved from the old secure/lib/libcrypt area, because of the rewrite to howBrandon Gillespie1999-01-215-0/+532
* Rewrite of crypt library to be more modular, and addition of theBrandon Gillespie1999-01-2110-149/+1135
* Rename some globals to reduce namespace pollution.John Polstra1999-01-202-20/+20
* Make it possible to use PAM in statically-linked applications.John Polstra1999-01-2015-74/+86
* Install man page link for strtok_r.John Polstra1999-01-191-1/+2
* Spell check and minor grammar fix.John Polstra1999-01-191-3/+3
* Document the errno return if the restrictions on the fcntl(F_SETOWN, ...)Don Lewis1999-01-191-0/+7
* Initialize __progname by argv[0] before striping leading path,Hidetoshi Shimokawa1999-01-191-1/+2
* revoke(2) is supported on regular files under current. Change wordingJoseph Koshy1999-01-181-6/+5
* Use the correct type for uid and gid in struct passwd. Document it.Dag-Erling Smørgrav1999-01-181-2/+2
* Increase the size of private thread flags so that the test for aJohn Birrell1999-01-153-3/+3
* Bring us one step closer to sysinstall'ing on a DOC2k device.Poul-Henning Kamp1999-01-141-1/+3
* Fix an NFS-related installation problem.John Polstra1999-01-111-1/+1
* POSIX introduced optreset to deal with multiple invocationsMike Smith1999-01-111-2/+2
* Fix a minor security problem in libc_r.Warner Losh1999-01-113-12/+75
* Merge changes from vendor branch (1.1.1 -> 1.1.3) into mainline.Peter Wemm1999-01-1013-103/+157
* This commit was generated by cvs2svn to compensate for changes in r42468,Peter Wemm1999-01-1012-145/+553
|\
| * Import zlib 1.1.3 onto the vendor branch.Peter Wemm1999-01-1021-235/+697
* | If we can't open alias.log, don't try to write to theBrian Somers1999-01-101-2/+4
* | Switch to using ".So" as the extension for PIC object files ratherJohn Polstra1999-01-094-10/+10
* | Changes for alpha support.Jordan K. Hubbard1999-01-082-2/+21
* | Strip the leading path from __progname.Steve Price1999-01-071-3/+7