summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Urge the reader to start using getaddrinfo(3) and getnameinfo(3)ru2001-08-081-0/+14
| | | | | | | protocol-independant functions that don't use static memory area. Suggested by: nik Liked by: ume, brian
* mdoc(7) police: remove whitespace at EOL.ru2001-08-081-1/+1
|
* mdoc(7) police: markup nits.ru2001-08-081-16/+11
|
* Update ptrace(2) re: PT_READ_U and PT_WRITE_Upeter2001-08-081-45/+0
|
* mdoc(7) police:ru2001-08-0723-116/+83
| | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block.
* More spelling fixes.ru2001-08-071-3/+3
|
* mdoc(7) police: sort xrefs.ru2001-08-071-1/+1
|
* mdoc(7) police: markup nits.ru2001-08-071-1/+2
|
* printed current sequence number of the SA. accordingly, changedume2001-08-061-7/+9
| | | | | | | | into sadb_x_sa2_sequence from sadb_x_sa2_reserved3 in the sadb_x_sa2 structure. Also the output of setkey is changed. sequence number of the sadb is replaced to the end of the output. Obtained from: KAME
* varargs -> stdargdd2001-08-051-2/+2
|
* Fix style/consistency in Makefile and repair static module building.markm2001-08-042-5/+4
| | | | Submitted by: bde(partially)
* Don't clobber CFLAGSmarkm2001-08-041-1/+1
| | | | Submitted by: bde
* Add some features to libdevstat, and overhaul the interface a bit:tmm2001-08-045-195/+1220
| | | | | | | | | | | | | | | | | | | | | 1.) prefix all functions in the library with devstat_ (compatability functions are available for all functions that were chaned in an incompatible way, but are deprecated). 2.) Add a pointer to a kvm_t as the first argument to functions that used to get their information via sysctl; they behave the same as before when NULL is passed as this argument, otherwise, the information is obtained via libkvm using the supplied handle. 3.) Add a new function, devstat_compute_statistics(), that is intended to replace the old compute_stats() function. It offers more statistics data, and has a more flexible interface. libdevstat does now require libkvm; a library depedency is added, so that libkvm only needs to be explicitely specified for statically linked programs. The library major version number is bumped. Submitted by: Sergey A. Osokin <osa@freebsd.org.ru>, ken (3) Reviewed by: ken
* Fix the bug where this modulke was not checking the priamry GID, onlymarkm2001-08-041-24/+11
| | | | | | | the GIDS in /etc/group or NIS's group map. Tested by: sheldonh PR: 29349
* Don't clobber the default for CFLAGS.bde2001-08-031-1/+2
|
* In getclnthandle(), if the address is found in the cache we neediedowse2001-08-021-2/+5
| | | | | | | | | | to strdup() the address string before returning it via *targaddr because the caller will free the string. Change the comment at the top of getclnthandle() to clarify that the caller is responsible for freeing *targaddr. Noticed by: sobomax
* With the S/KEY removal, this is no longer buildable or necessary.markm2001-08-022-102/+0
|
* Don't try to make pam_ssh module if NO_OPENSSH is set.markm2001-08-021-1/+1
|
* Add opieaccess(5) functionality under the INSECURE_OPIE .ifdef.markm2001-08-021-1/+2
| | | | Asked for by: ache
* Fix a cryptoless world by disconnecting libmp from the build when there is nosobomax2001-08-021-1/+5
| | | | | | | | | | | crypto bits installed and/or NOCRYPTO/NO_OPENSSL is defined. This unfortunately meants that usr.bin/chkey, usr.bin/newkey and usr.sbin/keyserv have also to be disconnected. IMO it is merely a workaround, the proper solution is to move libmp to src/crypto where it belongs and use libgmp for the cryptoless builds instead. Missed by: dd
* Repair the get/set UID() stuff so this works in both su(1) and login(1)markm2001-08-021-3/+3
| | | | modes.
* mdoc(7) police: remove hard sentence breaks.dd2001-08-011-4/+4
|
* MFS: in HISTORY section, fix release number of first appearancesheldonh2001-08-014-4/+4
|
* Fix broken Fn calls; Fn doesn't take a manual page section as ansheldonh2001-08-011-5/+5
| | | | | | argument. Terminate the last sentence with a period.
* Update our bpf.h with tcpdump.org's new DLT_ types.fenner2001-07-311-1/+1
| | | | Use our bpf.h instead of tcpdump.org's to build libpcap.
* Only pull in the MD files if they exist. This allows for progressivemp2001-07-315-0/+10
| | | | implementation and compilation when bringing up a new architecture.
* Fix compilation errors by adding forward declarations and fix typo.mp2001-07-311-3/+7
|
* Make include file consistent with the rest of libstand.mp2001-07-311-1/+2
|
* Mention the sa_handler and sa_sigaction #defines in the synopsis.brian2001-07-311-3/+7
| | | | | | Mark sa_sigaction consistently. MFC after: 1 week
* FreeBSD now also defines EIDRM and uses it.asmodai2001-07-301-8/+0
| | | | | | Inspired by PR: 22470 Which was submitted by: Bjorn Tornqvist <bjorn@west.se> MFC after: 1 week
* Remove bogus BUGS section.asmodai2001-07-301-6/+1
| | | | | | | | FreeBSD _does_ define ENOMSG as per SVID when IPC_NOWAIT is set. PR: 22470 Submitted by: Bjorn Tornqvist <bjorn@west.se> MFC after: 1 week
* Making this major bump was a BAD idea. The API change is internal (to PAM)markm2001-07-301-1/+1
| | | | and it caused problems without solving any.
* Rename mp.3 to libmp.3 since that's what all the other "library"dd2001-07-302-323/+1
| | | | | | manual pages (e.g., libstand, libdisk) are called. Submitted by: sheldonh
* Add a manual page for the libmp interface. Some of the descriptionsdd2001-07-301-0/+321
| | | | great, but then again neither is the interface it's documenting.
* Correct the old length argument passed to sysctlbyname to be a pointertmm2001-07-291-1/+2
| | | | | | to a size_t (not to an int). MFC after: 2 days
* (Re)Add an SSH module for PAM, heavily based on Andrew Korty's modulemarkm2001-07-294-332/+404
| | | | from ports.
* Avoid any chance of being misunderstood as having libelled developerssheldonh2001-07-291-1/+1
| | | | | | | | or developers' vendors without compromising the importance of warning against bad practice. Reported by: mjacob MFC after: 1 week
* Move SHLIB_MAJOR to below LIB and add a comment about why NO_WARNS is set.dd2001-07-291-1/+2
|
* Install the man page and add mp.h to INCS.dd2001-07-291-0/+3
|
* Add a manual page for the libmp interface. It isn't real great, butdd2001-07-291-0/+321
| | | | then again neither is the interface it's documenting.
* Don't xref mt(1) just because it mentions ioctl.dd2001-07-291-1/+0
| | | | Submitted by: Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de>
* Don't capitalize variable names.dd2001-07-291-3/+3
|
* ioctl(2) can return EFAULT from copyin.dd2001-07-291-0/+3
| | | | | PR: 29285 Submitted by: Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de>
* Enable the new libmp in the build, and disable libgmp and itsdd2001-07-291-1/+1
| | | | henchmen.
* This is the traditional BSD libmp interface implemented in terms ofdd2001-07-293-0/+636
| | | | | the OpenSSL BIGNUM interface. It is provided for compatibility only and should not be used in new code.
* Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatiblemikeh2001-07-292-21/+24
| | | | | | | | | | with NetBSD and OpenBSD. glob(3) will now return GLOB_NOSPACE with errno set to 0 instead of GLOB_LIMIT when we match more than `gl_matchc' patterns. GLOB_MAXPATH has been left as an alias of GLOB_LIMIT to maintain backwards compatibility. Reviewed by: sheldonh, assar Obtained from: NetBSD/OpenBSD
* The fix for schemeless and hostless URLs (rev. 1.27) broke the schemelessse2001-07-281-1/+2
| | | | | | | | | proxy specification, which seems to be valid according to the man page. Change the logic to consider "hostname:port" a hostname and port instead of a file URL. Approved by: des
* Add cross-references for the new kldsym(2) man page.chris2001-07-279-0/+9
|
* Add a new kldsym(2) man page.chris2001-07-272-2/+124
|
* Fix spelling in the last commit. (Oh, I thought I had run ispell... ;-<yokota2001-07-261-3/+3
| | | | Spotted by: sheldonh
OpenPOWER on IntegriCloud