summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* typo: patched->matchedMike Heffner2001-08-091-1/+1
| | | | Notes: svn path=/head/; revision=81326
* mdoc(7) police: expand plain text xrefs.Ruslan Ermilov2001-08-0813-13/+33
| | | | Notes: svn path=/head/; revision=81285
* Urge the reader to start using getaddrinfo(3) and getnameinfo(3)Ruslan Ermilov2001-08-081-0/+14
| | | | | | | | | | protocol-independant functions that don't use static memory area. Suggested by: nik Liked by: ume, brian Notes: svn path=/head/; revision=81283
* mdoc(7) police: remove whitespace at EOL.Ruslan Ermilov2001-08-081-1/+1
| | | | Notes: svn path=/head/; revision=81281
* mdoc(7) police: markup nits.Ruslan Ermilov2001-08-081-16/+11
| | | | Notes: svn path=/head/; revision=81276
* Update ptrace(2) re: PT_READ_U and PT_WRITE_UPeter Wemm2001-08-081-45/+0
| | | | Notes: svn path=/head/; revision=81266
* mdoc(7) police:Ruslan Ermilov2001-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. Notes: svn path=/head/; revision=81251
* More spelling fixes.Ruslan Ermilov2001-08-071-3/+3
| | | | Notes: svn path=/head/; revision=81236
* mdoc(7) police: sort xrefs.Ruslan Ermilov2001-08-071-1/+1
| | | | Notes: svn path=/head/; revision=81235
* mdoc(7) police: markup nits.Ruslan Ermilov2001-08-071-1/+2
| | | | Notes: svn path=/head/; revision=81233
* printed current sequence number of the SA. accordingly, changedHajimu UMEMOTO2001-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 Notes: svn path=/head/; revision=81215
* varargs -> stdargDima Dorfman2001-08-051-2/+2
| | | | Notes: svn path=/head/; revision=81149
* Fix style/consistency in Makefile and repair static module building.Mark Murray2001-08-042-5/+4
| | | | | | | Submitted by: bde(partially) Notes: svn path=/head/; revision=81143
* Don't clobber CFLAGSMark Murray2001-08-041-1/+1
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=81142
* Add some features to libdevstat, and overhaul the interface a bit:Thomas Moestl2001-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 Notes: svn path=/head/; revision=81133
* Fix the bug where this modulke was not checking the priamry GID, onlyMark Murray2001-08-041-24/+11
| | | | | | | | | | the GIDS in /etc/group or NIS's group map. Tested by: sheldonh PR: 29349 Notes: svn path=/head/; revision=81124
* Don't clobber the default for CFLAGS.Bruce Evans2001-08-031-1/+2
| | | | Notes: svn path=/head/; revision=81118
* In getclnthandle(), if the address is found in the cache we needIan Dowse2001-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 Notes: svn path=/head/; revision=81069
* With the S/KEY removal, this is no longer buildable or necessary.Mark Murray2001-08-022-102/+0
| | | | Notes: svn path=/head/; revision=81064
* Don't try to make pam_ssh module if NO_OPENSSH is set.Mark Murray2001-08-021-1/+1
| | | | Notes: svn path=/head/; revision=81063
* Add opieaccess(5) functionality under the INSECURE_OPIE .ifdef.Mark Murray2001-08-021-1/+2
| | | | | | | Asked for by: ache Notes: svn path=/head/; revision=81062
* Fix a cryptoless world by disconnecting libmp from the build when there is noMaxim Sobolev2001-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 Notes: svn path=/head/; revision=81054
* Repair the get/set UID() stuff so this works in both su(1) and login(1)Mark Murray2001-08-021-3/+3
| | | | | | | modes. Notes: svn path=/head/; revision=81036
* mdoc(7) police: remove hard sentence breaks.Dima Dorfman2001-08-011-4/+4
| | | | Notes: svn path=/head/; revision=80904
* MFS: in HISTORY section, fix release number of first appearanceSheldon Hearn2001-08-014-4/+4
| | | | Notes: svn path=/head/; revision=80898
* Fix broken Fn calls; Fn doesn't take a manual page section as anSheldon Hearn2001-08-011-5/+5
| | | | | | | | | argument. Terminate the last sentence with a period. Notes: svn path=/head/; revision=80895
* Update our bpf.h with tcpdump.org's new DLT_ types.Bill Fenner2001-07-311-1/+1
| | | | | | | Use our bpf.h instead of tcpdump.org's to build libpcap. Notes: svn path=/head/; revision=80767
* Only pull in the MD files if they exist. This allows for progressiveMark Peek2001-07-315-0/+10
| | | | | | | implementation and compilation when bringing up a new architecture. Notes: svn path=/head/; revision=80743
* Fix compilation errors by adding forward declarations and fix typo.Mark Peek2001-07-311-3/+7
| | | | Notes: svn path=/head/; revision=80740
* Make include file consistent with the rest of libstand.Mark Peek2001-07-311-1/+2
| | | | Notes: svn path=/head/; revision=80736
* Mention the sa_handler and sa_sigaction #defines in the synopsis.Brian Somers2001-07-311-3/+7
| | | | | | | | | Mark sa_sigaction consistently. MFC after: 1 week Notes: svn path=/head/; revision=80723
* FreeBSD now also defines EIDRM and uses it.Jeroen Ruigrok van der Werven2001-07-301-8/+0
| | | | | | | | | Inspired by PR: 22470 Which was submitted by: Bjorn Tornqvist <bjorn@west.se> MFC after: 1 week Notes: svn path=/head/; revision=80671
* Remove bogus BUGS section.Jeroen Ruigrok van der Werven2001-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 Notes: svn path=/head/; revision=80669
* Making this major bump was a BAD idea. The API change is internal (to PAM)Mark Murray2001-07-301-1/+1
| | | | | | | and it caused problems without solving any. Notes: svn path=/head/; revision=80617
* Rename mp.3 to libmp.3 since that's what all the other "library"Dima Dorfman2001-07-302-323/+1
| | | | | | | | | manual pages (e.g., libstand, libdisk) are called. Submitted by: sheldonh Notes: svn path=/head/; revision=80610
* Add a manual page for the libmp interface. Some of the descriptionsDima Dorfman2001-07-301-0/+321
| | | | | | | great, but then again neither is the interface it's documenting. Notes: svn path=/head/; revision=80609
* Correct the old length argument passed to sysctlbyname to be a pointerThomas Moestl2001-07-291-1/+2
| | | | | | | | | to a size_t (not to an int). MFC after: 2 days Notes: svn path=/head/; revision=80552
* (Re)Add an SSH module for PAM, heavily based on Andrew Korty's moduleMark Murray2001-07-294-332/+404
| | | | | | | from ports. Notes: svn path=/head/; revision=80542
* Avoid any chance of being misunderstood as having libelled developersSheldon Hearn2001-07-291-1/+1
| | | | | | | | | | | or developers' vendors without compromising the importance of warning against bad practice. Reported by: mjacob MFC after: 1 week Notes: svn path=/head/; revision=80541
* Move SHLIB_MAJOR to below LIB and add a comment about why NO_WARNS is set.Dima Dorfman2001-07-291-1/+2
| | | | Notes: svn path=/head/; revision=80540
* Install the man page and add mp.h to INCS.Dima Dorfman2001-07-291-0/+3
| | | | Notes: svn path=/head/; revision=80539
* Add a manual page for the libmp interface. It isn't real great, butDima Dorfman2001-07-291-0/+321
| | | | | | | then again neither is the interface it's documenting. Notes: svn path=/head/; revision=80538
* Don't xref mt(1) just because it mentions ioctl.Dima Dorfman2001-07-291-1/+0
| | | | | | | Submitted by: Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de> Notes: svn path=/head/; revision=80533
* Don't capitalize variable names.Dima Dorfman2001-07-291-3/+3
| | | | Notes: svn path=/head/; revision=80532
* ioctl(2) can return EFAULT from copyin.Dima Dorfman2001-07-291-0/+3
| | | | | | | | PR: 29285 Submitted by: Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de> Notes: svn path=/head/; revision=80531
* Enable the new libmp in the build, and disable libgmp and itsDima Dorfman2001-07-291-1/+1
| | | | | | | henchmen. Notes: svn path=/head/; revision=80530
* This is the traditional BSD libmp interface implemented in terms ofDima Dorfman2001-07-293-0/+636
| | | | | | | | the OpenSSL BIGNUM interface. It is provided for compatibility only and should not be used in new code. Notes: svn path=/head/; revision=80529
* Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatibleMike Heffner2001-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 Notes: svn path=/head/; revision=80525
* The fix for schemeless and hostless URLs (rev. 1.27) broke the schemelessStefan Eßer2001-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 Notes: svn path=/head/; revision=80520
* Add cross-references for the new kldsym(2) man page.Chris Costello2001-07-279-0/+9
| | | | Notes: svn path=/head/; revision=80433