summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Use `Er' variable to define first column width in ERRORS section.phantom2000-05-0617-17/+17
|
* mdoc related cleanup:phantom2000-05-061-17/+17
| | | | | | . use construction ".Aq Pa filename" instead of ".Pa <filename>" . replace Section Heading macro (.Sh) with Subsection (.Ss) macro for subsections
* Use suggested by mdoc(7) style section name (ERROR -> ERRORS)phantom2000-05-061-1/+1
|
* Use `Er' variable to define first column width in ERRORS section.phantom2000-05-066-6/+6
|
* Fix comment.ps2000-05-061-1/+1
|
* Put the FTP_PASSIVE_MODE issue to rest once and for all.billf2000-05-051-1/+1
| | | | | Reviewed by: des Obtained from: FreeBSD's src/usr.bin/ftp/main.c
* Minor mdoc cleanup.mpp2000-05-052-3/+5
| | | | PR: docs/13218
* Add a kqueue(2) manual page.jlemon2000-05-042-1/+401
|
* Move netgraph node type man pages from section 8 to section 4.archie2000-05-041-3/+3
|
* Use `Er' variable to define first column width in ERRORS section. It wasphantom2000-05-0453-54/+54
| | | | initially suggested by mdoc(7) style, but was broken over the years
* mdoc(7) cleanup:phantom2000-05-0415-132/+163
| | | | | | | | | | | . use real function names as `.Nm' macro argument in NAME section. It allows them to appear in apropos(1) or whatis(1) output. . replace empty lines with `.Pp' macro. . replace hardcoded standard names with their `.St' macro equivalents. . sort cross references in SEE ALSO section
* Use assembler directives rather than ALTENTRY() so that longjmp() andjasone2000-05-044-20/+16
| | | | | siglongjmp() are weak symbols. This is necessary to allow static linking with the linuxthreads library port.
* Add missing .El macro.jasone2000-05-032-0/+2
|
* Disconnect libm from the build tree. It's broken, not beingjoe2000-05-022-8/+9
| | | | | | | | | maintained, and has been replaced by msun. The libm sources shouldn't be removed just yet as there are parts that should be merged into msun first. PR: misc/17848 Discussed with: phk & bde
* Add missing man pages. Fix various compliance bugs, mostly having to do withjasone2000-05-0232-71/+1869
| | | | | | error return values. Implement pthread_mutexattr_gettype(). PR: docs/16537, docs/17538
* Add readdir support to the NFS filesystem in libstand.ps2000-05-012-1/+82
|
* . remove some unneeded commentsphantom2000-05-011-8/+6
| | | | | | . replace .Os value with empty value since this library is not KAME only anymore . add a note about IPv6 and IPsec integration to the FreeBSD
* . add a note about IPv6/IPsec integration to the FreeBSDphantom2000-05-011-14/+7
| | | | | | . replace .Po/.Pc pairs with .Pq . remove some unneeded comments . .Lb-ify
* Do not attempt to free a nfs node if it is the root node. The rootps2000-05-011-2/+3
| | | | | node is statically allocated and is not guarded, so free will panic in nfs_close.
* Add xref to cap_mkdb(1).nik2000-04-301-0/+1
| | | | | PR: docs/17544 Submitted by: Christ J. Clark <cjc@cc942873-a.ewndsr1.nj.home.com>
* Add a readdir function to the loader fsops vector, and implement thejlemon2000-04-2912-154/+249
| | | | functionality for some of the filesystesms.
* Add ext2fs support to the loader.jlemon2000-04-291-0/+903
|
* Fix a bug handling the debug level when displaying control messagesarchie2000-04-281-9/+15
| | | | in their ASCII forms at debug levels >= 3.
* Replace PacketAliasRedirectPptp() (which had nothing specificru2000-04-285-111/+88
| | | | | | | to PPTP) with more generic PacketAliasRedirectProto(). Major number is not bumped because it is believed that noone has started using PacketAliasRedirectPptp() yet.
* Spell PacketAliasRedirectAddr() correctly.ru2000-04-271-1/+1
|
* Load Sharing using IP Network Address Translation (RFC 2391, LSNAT).ru2000-04-273-27/+150
| | | | | | LSNAT links are first created by either PacketAliasRedirectPort() or PacketAliasRedirectAddress() and then set up by one or more calls to PacketAliasAddServer().
* Add a wrapper for the sendfile() system call.jasone2000-04-277-3/+166
| | | | PR: bin/17366
* Add test to detect propagation of cancellation points within libc_r.jasone2000-04-266-3/+225
|
* Remove cancellation point propagation.jasone2000-04-261-4/+4
|
* Fix typo. Use `.Fa' to denote a function argument.jkoshy2000-04-261-2/+4
| | | | | PR: docs/18214 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
* Reassemble a sentence that has been botched in rev 1.4.joerg2000-04-251-1/+1
| | | | Reported by: Alexander Leidinger <Alexander@leidinger.net>
* Automated regression test harness for libc_r. Existing tests are integrated,jasone2000-04-2448-75/+7983
| | | | | a new test for POSIX semaphores was added, and examples of harness usage are included.
* Make FTP_PASSIVE_MODE check more specific.jkh2000-04-231-2/+3
| | | | Suggested by: Eric D. Futch <efutch@nyct.net>
* Spell MAP_NOSYNC correctly.wollman2000-04-232-2/+2
| | | | Submitted by: allenc@verinet.com
* .Lb-ifywollman2000-04-232-0/+4
|
* Oops, remove vestigial reference to SHS passwords.kris2000-04-221-3/+2
|
* Introduce .Lb macro to libvgl manpagephantom2000-04-221-1/+3
|
* Introduce .Lb macro to libutil manpagesphantom2000-04-2220-133/+52
| | | | | | Sort .Nm values in some manpages Remove explicit note about compiling with -lutil, it's implicitly declared by .Lb macro now.
* Introduce .Lb macro to libskey manpagephantom2000-04-221-1/+3
|
* Introduce .Lb macro to libposix1e manpagesphantom2000-04-2222-30/+74
| | | | | Sort some .Nm values Decapitalize .Nd values
* Introduce .Lb macro to netgraph library manpagephantom2000-04-221-0/+2
|
* Introduce .Lb macro to libmd manpagesphantom2000-04-223-0/+6
|
* Introduce .Lb macro to libmanpagesphantom2000-04-2226-0/+52
|
* Introduce .Lb macro to libkvm manpages.phantom2000-04-229-1/+19
| | | | Use .Pa macro for "enlighting" path
* Introduce .Lb macro to libfetch manpagephantom2000-04-221-6/+8
| | | | | | Sort .Nm values Change first column width in errors list (table look much better now) Remove redundant comma
* Introduce .Lb macro to libedit manpagephantom2000-04-221-0/+2
|
* Introduce .Lb macro to libipx library manpagephantom2000-04-221-0/+2
|
* Introduce .Lb macro to libdisk manpagephantom2000-04-221-1/+3
|
* Introduce .Lb macro to libdevstat library manpagephantom2000-04-221-0/+2
|
* Introduce .Lb macro to libcrypt manpage.phantom2000-04-221-19/+54
| | | | | | | Make it more mdoc(7) compliant: . use .Tn for DES, MD5 andSHS. . Replace double quotes with .Dq macro . use An/Aq scheme for listing authors
OpenPOWER on IntegriCloud