summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix comment.Paul Saab2000-05-061-1/+1
| | | | Notes: svn path=/head/; revision=60071
* Put the FTP_PASSIVE_MODE issue to rest once and for all.Bill Fumerola2000-05-051-1/+1
| | | | | | | | Reviewed by: des Obtained from: FreeBSD's src/usr.bin/ftp/main.c Notes: svn path=/head/; revision=60051
* Minor mdoc cleanup.Mike Pritchard2000-05-052-3/+5
| | | | | | | PR: docs/13218 Notes: svn path=/head/; revision=60015
* Add a kqueue(2) manual page.Jonathan Lemon2000-05-042-1/+401
| | | | Notes: svn path=/head/; revision=59995
* Move netgraph node type man pages from section 8 to section 4.Archie Cobbs2000-05-041-3/+3
| | | | Notes: svn path=/head/; revision=59974
* Use `Er' variable to define first column width in ERRORS section. It wasAlexey Zelkin2000-05-0453-54/+54
| | | | | | | initially suggested by mdoc(7) style, but was broken over the years Notes: svn path=/head/; revision=59954
* mdoc(7) cleanup:Alexey Zelkin2000-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 Notes: svn path=/head/; revision=59944
* Use assembler directives rather than ALTENTRY() so that longjmp() andJason Evans2000-05-044-20/+16
| | | | | | | | siglongjmp() are weak symbols. This is necessary to allow static linking with the linuxthreads library port. Notes: svn path=/head/; revision=59933
* Add missing .El macro.Jason Evans2000-05-032-0/+2
| | | | Notes: svn path=/head/; revision=59916
* Disconnect libm from the build tree. It's broken, not beingJosef Karthauser2000-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 Notes: svn path=/head/; revision=59897
* Add missing man pages. Fix various compliance bugs, mostly having to do withJason Evans2000-05-0232-71/+1869
| | | | | | | | | error return values. Implement pthread_mutexattr_gettype(). PR: docs/16537, docs/17538 Notes: svn path=/head/; revision=59892
* Add readdir support to the NFS filesystem in libstand.Paul Saab2000-05-012-1/+82
| | | | Notes: svn path=/head/; revision=59853
* . remove some unneeded commentsAlexey Zelkin2000-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 Notes: svn path=/head/; revision=59847
* . add a note about IPv6/IPsec integration to the FreeBSDAlexey Zelkin2000-05-011-14/+7
| | | | | | | | | . replace .Po/.Pc pairs with .Pq . remove some unneeded comments . .Lb-ify Notes: svn path=/head/; revision=59846
* Do not attempt to free a nfs node if it is the root node. The rootPaul Saab2000-05-011-2/+3
| | | | | | | | node is statically allocated and is not guarded, so free will panic in nfs_close. Notes: svn path=/head/; revision=59824
* Add xref to cap_mkdb(1).Nik Clayton2000-04-301-0/+1
| | | | | | | | PR: docs/17544 Submitted by: Christ J. Clark <cjc@cc942873-a.ewndsr1.nj.home.com> Notes: svn path=/head/; revision=59804
* Add a readdir function to the loader fsops vector, and implement theJonathan Lemon2000-04-2912-154/+249
| | | | | | | functionality for some of the filesystesms. Notes: svn path=/head/; revision=59766
* Add ext2fs support to the loader.Jonathan Lemon2000-04-291-0/+903
| | | | Notes: svn path=/head/; revision=59765
* Fix a bug handling the debug level when displaying control messagesArchie Cobbs2000-04-281-9/+15
| | | | | | | in their ASCII forms at debug levels >= 3. Notes: svn path=/head/; revision=59732
* Replace PacketAliasRedirectPptp() (which had nothing specificRuslan Ermilov2000-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. Notes: svn path=/head/; revision=59726
* Spell PacketAliasRedirectAddr() correctly.Ruslan Ermilov2000-04-271-1/+1
| | | | Notes: svn path=/head/; revision=59704
* Load Sharing using IP Network Address Translation (RFC 2391, LSNAT).Ruslan Ermilov2000-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(). Notes: svn path=/head/; revision=59702
* Add a wrapper for the sendfile() system call.Jason Evans2000-04-277-3/+166
| | | | | | | PR: bin/17366 Notes: svn path=/head/; revision=59671
* Add test to detect propagation of cancellation points within libc_r.Jason Evans2000-04-266-3/+225
| | | | Notes: svn path=/head/; revision=59667
* Remove cancellation point propagation.Jason Evans2000-04-261-4/+4
| | | | Notes: svn path=/head/; revision=59666
* Fix typo. Use `.Fa' to denote a function argument.Joseph Koshy2000-04-261-2/+4
| | | | | | | | PR: docs/18214 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Notes: svn path=/head/; revision=59635
* Reassemble a sentence that has been botched in rev 1.4.Joerg Wunsch2000-04-251-1/+1
| | | | | | | Reported by: Alexander Leidinger <Alexander@leidinger.net> Notes: svn path=/head/; revision=59624
* Automated regression test harness for libc_r. Existing tests are integrated,Jason Evans2000-04-2448-75/+7983
| | | | | | | | a new test for POSIX semaphores was added, and examples of harness usage are included. Notes: svn path=/head/; revision=59612
* Make FTP_PASSIVE_MODE check more specific.Jordan K. Hubbard2000-04-231-2/+3
| | | | | | | Suggested by: Eric D. Futch <efutch@nyct.net> Notes: svn path=/head/; revision=59579
* Spell MAP_NOSYNC correctly.Garrett Wollman2000-04-232-2/+2
| | | | | | | Submitted by: allenc@verinet.com Notes: svn path=/head/; revision=59551
* .Lb-ifyGarrett Wollman2000-04-232-0/+4
| | | | Notes: svn path=/head/; revision=59527
* Oops, remove vestigial reference to SHS passwords.Kris Kennaway2000-04-221-3/+2
| | | | Notes: svn path=/head/; revision=59524
* Introduce .Lb macro to libvgl manpageAlexey Zelkin2000-04-221-1/+3
| | | | Notes: svn path=/head/; revision=59517
* Introduce .Lb macro to libutil manpagesAlexey Zelkin2000-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. Notes: svn path=/head/; revision=59516
* Introduce .Lb macro to libskey manpageAlexey Zelkin2000-04-221-1/+3
| | | | Notes: svn path=/head/; revision=59515
* Introduce .Lb macro to libposix1e manpagesAlexey Zelkin2000-04-2222-30/+74
| | | | | | | | Sort some .Nm values Decapitalize .Nd values Notes: svn path=/head/; revision=59514
* Introduce .Lb macro to netgraph library manpageAlexey Zelkin2000-04-221-0/+2
| | | | Notes: svn path=/head/; revision=59513
* Introduce .Lb macro to libmd manpagesAlexey Zelkin2000-04-223-0/+6
| | | | Notes: svn path=/head/; revision=59512
* Introduce .Lb macro to libmanpagesAlexey Zelkin2000-04-2226-0/+52
| | | | Notes: svn path=/head/; revision=59511
* Introduce .Lb macro to libkvm manpages.Alexey Zelkin2000-04-229-1/+19
| | | | | | | Use .Pa macro for "enlighting" path Notes: svn path=/head/; revision=59510
* Introduce .Lb macro to libfetch manpageAlexey Zelkin2000-04-221-6/+8
| | | | | | | | | Sort .Nm values Change first column width in errors list (table look much better now) Remove redundant comma Notes: svn path=/head/; revision=59509
* Introduce .Lb macro to libedit manpageAlexey Zelkin2000-04-221-0/+2
| | | | Notes: svn path=/head/; revision=59508
* Introduce .Lb macro to libipx library manpageAlexey Zelkin2000-04-221-0/+2
| | | | Notes: svn path=/head/; revision=59507
* Introduce .Lb macro to libdisk manpageAlexey Zelkin2000-04-221-1/+3
| | | | Notes: svn path=/head/; revision=59506
* Introduce .Lb macro to libdevstat library manpageAlexey Zelkin2000-04-221-0/+2
| | | | Notes: svn path=/head/; revision=59505
* Introduce .Lb macro to libcrypt manpage.Alexey Zelkin2000-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 Notes: svn path=/head/; revision=59504
* Introduce .Lb macro to libcam manpages.Alexey Zelkin2000-04-222-0/+4
| | | | Notes: svn path=/head/; revision=59503
* Introduce .Lb macro to libcalendar manpage.Alexey Zelkin2000-04-221-0/+2
| | | | Notes: svn path=/head/; revision=59502
* Introduce .Lb macro to libc_r manpages.Alexey Zelkin2000-04-2288-0/+176
| | | | Notes: svn path=/head/; revision=59501
* Add shm_open(3) and shm_unlink(3). The documentation could use a goodGarrett Wollman2000-04-224-2/+457
| | | | | | | | bit of work (and is stylistically probably the worst manual page I've ever written). Notes: svn path=/head/; revision=59497