summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Added functions fseeko() and ftello() (from susv2).dt1999-02-086-15/+83
| | | | | | | Fixed fgetpos() and fsetpos() for offsets > 2GB. PR: 8637 Submitted by: Dan Nelson <dnelson@emsphone.com> (adjusted by me a little)
* Handle case where no swap is configureddillon1999-02-061-3/+10
|
* Allow an alternate to rad_send_request() for programs thatbrian1999-02-054-137/+224
| | | | | don't wish to wait for the RADIUS server to respond. Reviewed by: jdp
* Update to the most recent version. Among other things, this also solvesjoerg1999-02-0343-613/+635
| | | | | | | | | | | | | | the function naming problem for complex double function i've recently aksed for in -committers. (The recently committed rev 1.5 of proc.c was actually also part of this update.) Should the mailing lists come to an agreement that f2c better belongs into the ports, this could be done nevertheless. For the time being, we've at least got a current version now. Thanks, Steve! Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
* Oops. Missed this in the last commit.jkh1999-02-011-3/+1
| | | | Submitted by: Daniel C. Sobral <dcs@newsguy.com>
* Document type for 'req' argument to clnt_control.alex1999-01-311-0/+1
|
* Install -C radlib.hbrian1999-01-293-7/+23
| | | | | | | | Don't insist that RAD_USER_PASSWORD is supplied before calling rad_send_request(). Instead, insist on only one of RAD_USER_PASSWORD and RAD_CHAP_PASSWORD. Sponsored by: Internet Business Solutions Ltd., Switzerland
* Add MAINTAINER.des1999-01-291-1/+2
|
* More support for Alpha installs.jkh1999-01-293-4/+76
| | | | Submitted by: dfr
* Removed evil typedef kvm_swap_t and all uses of it (not many).bde1999-01-272-11/+13
| | | | Hoped for by: wollman
* Typo: `kern.somaxconn' -> `kern.ipc.somaxconn'jkoshy1999-01-271-4/+4
| | | | | PR: docs/9717 Submitted by: Nathan Dorfman <nathan@rtfm.net>
* Correct typo.jkoshy1999-01-271-1/+2
| | | | | PR: docs/9597 Submitted by: Christoph Kukulies <kuku@FreeBSD.ORG>
* Clarify format of exit status code. Note when a return code of -1 canjkoshy1999-01-271-4/+8
| | | | | | | be expected. PR: docs/9701 Submitted by: Marc van Kempen <marc@bowtie.nl>
* Mostly remove the VM_STACK OPTION.julian1999-01-261-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the definitions of a few items so that structures are the same whether or not the option itself is enabled. This allows people to enable and disable the option without recompilng the world. As the author says: |I ran into a problem pulling out the VM_STACK option. I was aware of this |when I first did the work, but then forgot about it. The VM_STACK stuff |has some code changes in the i386 branch. There need to be corresponding |changes in the alpha branch before it can come out completely. what is done: | |1) Pull the VM_STACK option out of the header files it appears in. This |really shouldn't affect anything that executes with or without the rest |of the VM_STACK patches. The vm_map_entry will then always have one |extra element (avail_ssize). It just won't be used if the VM_STACK |option is not turned on. | |I've also pulled the option out of vm_map.c. This shouldn't harm anything, |since the routines that are enabled as a result are not called unless |the VM_STACK option is enabled elsewhere. | |2) Add what appears to be appropriate code the the alpha branch, still |protected behind the VM_STACK switch. I don't have an alpha machine, |so we would need to get some testers with alpha machines to try it out. | |Once there is some testing, we can consider making the change permanent |for both i386 and alpha. | [..] | |Once the alpha code is adequately tested, we can pull VM_STACK out |everywhere. | Submitted by: "Richard Seaman, Jr." <dick@tar.com>
* Enable Linux threads support by default.julian1999-01-261-0/+6
| | | | | | | | | This takes the conditionals out of the code that has been tested by various people for a while. ps and friends (libkvm) will need a recompile as some proc structure changes are made. Submitted by: "Richard Seaman, Jr." <dick@tar.com>
* Fix swap radix tree dump formatting ( pstat -ss ), it was printing thedillon1999-01-251-4/+4
| | | | wrong radix for recursive subnodes.
* gethostbyname2() was broken for lookups via NIS on FreeBSD/alphagallatin1999-01-251-4/+7
| | | | | due to _gethostbynis() setting h.h_length to sizeof(u_long), which works out to 8 on alphas. And 8!= NS_INADDRSZ.
* Fix symlinking. Without the -f "force" option, the wrong versionmarkm1999-01-241-4/+4
| | | | | can be found. Submitted by: Bruce
* Backed out most of previous commit to go with backing out support forbde1999-01-241-4/+6
| | | | revoke() on non-device files.
* The new crypt code broke "make world". Back it out.markm1999-01-2315-1667/+149
|
* Fixed missing cross reference to kvm_getfiles.bde1999-01-231-0/+1
| | | | | | | This man page may be overdoing the cross references by referencing man pages that are just links to other pages that are referenced. kvm_uread() is still completely undocumented in kvm*.3.
* Fixed unsorting of SRCS and MAN3 in previous commit.bde1999-01-231-4/+4
| | | | Sorted MLINKS.
* Fixed unsorting of cross references in previous commit.bde1999-01-231-1/+1
|
* Oops, forgot this. Needed by libkvm.dillon1999-01-231-1/+14
|
* Fix breakage for the static a.out case. The a.out linker doesn'tjdp1999-01-221-4/+10
| | | | | | | | consider a linker set definition to be sufficient reason to pull an object module from an archive library. This caused undefined symbols when linking with libpam.a using a.out. I solved it by linking in the object that references the linker set in the "ld -r" step.
* Fix type-o's in manualdillon1999-01-221-3/+3
|
* Add SWIF_DEV_PREFIX flag to add "/dev/..." to device name.dillon1999-01-221-2/+3
|
* Implement kvm_getswapinfo() libkvm function. Will be used bydillon1999-01-224-2/+551
| | | | pstat, top, and systat.
* Typo police.brian1999-01-221-1/+1
|
* Revert my last change, "Rename some globals to reduce namespacejdp1999-01-212-20/+20
| | | | | pollution." Unfortunately, some of these globals are used by ftpd, and I broke make world. Pointy hat, please.
* Merge from vendor branch: timezone file structure changes and doco.wollman1999-01-213-25/+45
| | | | | | Fix localtime.c to deal with new magic number field. Obtained from: ftp://elsie.nci.nih.gov/pub/tzcode1999a.tar.gz
* Moved from the old secure/lib/libcrypt area, because of the rewrite to howbrandon1999-01-215-0/+532
| | | | | | the Makefile handles des support by just including the single .c file. Reviewed by: Mark Murray
* Rewrite of crypt library to be more modular, and addition of thebrandon1999-01-2110-149/+1135
| | | | | | | | | | | | | | | | | | | | | | | | | | | Secure Hashing Algorithm - 1 (SHA-1), along with the further refinement of what $x$salt$hash means. With this new crypt the following are all acceptable: $1$ $MD5$ $SHA1$ Note: $2$ is used by OpenBSD's Blowfish, which I considered adding as $BF$, but there is no actual need for it with SHA-1. However, somebody wishing to add OpenBSD password support could easilly add it in now. There is also a malloc_crypt() available in the library now, which behaves exactly the same as crypt(), but it uses a malloced buffer instead of a static buffer. However, this is not standard so will likely not be used much (at all). Also, for those interested I did a brief speed test Pentium 166/MMX, which shows the DES crypt to do approximately 2640 crypts a CPU second, MD5 to do about 62 crypts a CPU second and SHA1 to do about 18 crypts a CPU second. Reviewed by: Mark Murray
* Rename some globals to reduce namespace pollution.jdp1999-01-202-20/+20
|
* Make it possible to use PAM in statically-linked applications.jdp1999-01-2015-74/+86
|
* Install man page link for strtok_r.jdp1999-01-191-1/+2
|
* Spell check and minor grammar fix.jdp1999-01-191-3/+3
|
* Document the errno return if the restrictions on the fcntl(F_SETOWN, ...)truckman1999-01-191-0/+7
| | | | | argument implemented by the security patch in PR kern/7899 are violated. PR: kern/7899
* Initialize __progname by argv[0] before striping leading path,simokawa1999-01-191-1/+2
| | | | otherwise we always get empty name.
* revoke(2) is supported on regular files under current. Change wordingjkoshy1999-01-181-6/+5
| | | | | | | in manual page that indicated otherwise. PR: docs/9517 Submitted by: David Malone <dwmalone@maths.tcd.ie>
* Use the correct type for uid and gid in struct passwd. Document it.des1999-01-181-2/+2
|
* Increase the size of private thread flags so that the test for ajb1999-01-153-3/+3
| | | | | | | thread trying to call pthread_exit() from a cleanup handler actually works. Submitted by: David Leonard <david.leonard@csee.uq.edu.au> OpenBSD
* Bring us one step closer to sysinstall'ing on a DOC2k device.phk1999-01-141-1/+3
|
* Fix an NFS-related installation problem.jdp1999-01-111-1/+1
| | | | Submitted by: asami
* POSIX introduced optreset to deal with multiple invocationsmsmith1999-01-111-2/+2
| | | | | | | | | | of getopt (as in, multiple input lines :). This is documented in the man page and is used in the code, but unistd.h and stand.h do not declare it. Incidentally, it prevents me fixing a bug in loader's code... :-) PR: misc/9373 Submitted by: "Daniel C. Sobral" <dcs@newsguy.com>
* Fix a minor security problem in libc_r.imp1999-01-113-12/+75
| | | | | | Submitted by: Alexandre Snarskii <snar@paranoia.ru> Approved by: John Birrell Reminded me that I'd been sitting on this too long: snar@paranoia.ru
* Merge changes from vendor branch (1.1.1 -> 1.1.3) into mainline.peter1999-01-1013-103/+157
|
* This commit was generated by cvs2svn to compensate for changes in r42468,peter1999-01-1012-145/+553
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import zlib 1.1.3 onto the vendor branch.peter1999-01-1021-235/+697
| | | | | | | | Obtained from: ftp.cdrom.com:/pub/infozip/zlib
* | If we can't open alias.log, don't try to write to thebrian1999-01-101-2/+4
| | | | | | | | | | resulting NULL FILE *. PR: 9403
OpenPOWER on IntegriCloud