Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `Er' variable to define first column width in ERRORS section. | phantom | 2000-05-06 | 17 | -17/+17 |
| | |||||
* | mdoc related cleanup: | phantom | 2000-05-06 | 1 | -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) | phantom | 2000-05-06 | 1 | -1/+1 |
| | |||||
* | Use `Er' variable to define first column width in ERRORS section. | phantom | 2000-05-06 | 6 | -6/+6 |
| | |||||
* | Fix comment. | ps | 2000-05-06 | 1 | -1/+1 |
| | |||||
* | Put the FTP_PASSIVE_MODE issue to rest once and for all. | billf | 2000-05-05 | 1 | -1/+1 |
| | | | | | Reviewed by: des Obtained from: FreeBSD's src/usr.bin/ftp/main.c | ||||
* | Minor mdoc cleanup. | mpp | 2000-05-05 | 2 | -3/+5 |
| | | | | PR: docs/13218 | ||||
* | Add a kqueue(2) manual page. | jlemon | 2000-05-04 | 2 | -1/+401 |
| | |||||
* | Move netgraph node type man pages from section 8 to section 4. | archie | 2000-05-04 | 1 | -3/+3 |
| | |||||
* | Use `Er' variable to define first column width in ERRORS section. It was | phantom | 2000-05-04 | 53 | -54/+54 |
| | | | | initially suggested by mdoc(7) style, but was broken over the years | ||||
* | mdoc(7) cleanup: | phantom | 2000-05-04 | 15 | -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() and | jasone | 2000-05-04 | 4 | -20/+16 |
| | | | | | siglongjmp() are weak symbols. This is necessary to allow static linking with the linuxthreads library port. | ||||
* | Add missing .El macro. | jasone | 2000-05-03 | 2 | -0/+2 |
| | |||||
* | Disconnect libm from the build tree. It's broken, not being | joe | 2000-05-02 | 2 | -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 with | jasone | 2000-05-02 | 32 | -71/+1869 |
| | | | | | | error return values. Implement pthread_mutexattr_gettype(). PR: docs/16537, docs/17538 | ||||
* | Add readdir support to the NFS filesystem in libstand. | ps | 2000-05-01 | 2 | -1/+82 |
| | |||||
* | . remove some unneeded comments | phantom | 2000-05-01 | 1 | -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 FreeBSD | phantom | 2000-05-01 | 1 | -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 root | ps | 2000-05-01 | 1 | -2/+3 |
| | | | | | node is statically allocated and is not guarded, so free will panic in nfs_close. | ||||
* | Add xref to cap_mkdb(1). | nik | 2000-04-30 | 1 | -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 the | jlemon | 2000-04-29 | 12 | -154/+249 |
| | | | | functionality for some of the filesystesms. | ||||
* | Add ext2fs support to the loader. | jlemon | 2000-04-29 | 1 | -0/+903 |
| | |||||
* | Fix a bug handling the debug level when displaying control messages | archie | 2000-04-28 | 1 | -9/+15 |
| | | | | in their ASCII forms at debug levels >= 3. | ||||
* | Replace PacketAliasRedirectPptp() (which had nothing specific | ru | 2000-04-28 | 5 | -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. | ru | 2000-04-27 | 1 | -1/+1 |
| | |||||
* | Load Sharing using IP Network Address Translation (RFC 2391, LSNAT). | ru | 2000-04-27 | 3 | -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. | jasone | 2000-04-27 | 7 | -3/+166 |
| | | | | PR: bin/17366 | ||||
* | Add test to detect propagation of cancellation points within libc_r. | jasone | 2000-04-26 | 6 | -3/+225 |
| | |||||
* | Remove cancellation point propagation. | jasone | 2000-04-26 | 1 | -4/+4 |
| | |||||
* | Fix typo. Use `.Fa' to denote a function argument. | jkoshy | 2000-04-26 | 1 | -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. | joerg | 2000-04-25 | 1 | -1/+1 |
| | | | | Reported by: Alexander Leidinger <Alexander@leidinger.net> | ||||
* | Automated regression test harness for libc_r. Existing tests are integrated, | jasone | 2000-04-24 | 48 | -75/+7983 |
| | | | | | a new test for POSIX semaphores was added, and examples of harness usage are included. | ||||
* | Make FTP_PASSIVE_MODE check more specific. | jkh | 2000-04-23 | 1 | -2/+3 |
| | | | | Suggested by: Eric D. Futch <efutch@nyct.net> | ||||
* | Spell MAP_NOSYNC correctly. | wollman | 2000-04-23 | 2 | -2/+2 |
| | | | | Submitted by: allenc@verinet.com | ||||
* | .Lb-ify | wollman | 2000-04-23 | 2 | -0/+4 |
| | |||||
* | Oops, remove vestigial reference to SHS passwords. | kris | 2000-04-22 | 1 | -3/+2 |
| | |||||
* | Introduce .Lb macro to libvgl manpage | phantom | 2000-04-22 | 1 | -1/+3 |
| | |||||
* | Introduce .Lb macro to libutil manpages | phantom | 2000-04-22 | 20 | -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 manpage | phantom | 2000-04-22 | 1 | -1/+3 |
| | |||||
* | Introduce .Lb macro to libposix1e manpages | phantom | 2000-04-22 | 22 | -30/+74 |
| | | | | | Sort some .Nm values Decapitalize .Nd values | ||||
* | Introduce .Lb macro to netgraph library manpage | phantom | 2000-04-22 | 1 | -0/+2 |
| | |||||
* | Introduce .Lb macro to libmd manpages | phantom | 2000-04-22 | 3 | -0/+6 |
| | |||||
* | Introduce .Lb macro to libmanpages | phantom | 2000-04-22 | 26 | -0/+52 |
| | |||||
* | Introduce .Lb macro to libkvm manpages. | phantom | 2000-04-22 | 9 | -1/+19 |
| | | | | Use .Pa macro for "enlighting" path | ||||
* | Introduce .Lb macro to libfetch manpage | phantom | 2000-04-22 | 1 | -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 manpage | phantom | 2000-04-22 | 1 | -0/+2 |
| | |||||
* | Introduce .Lb macro to libipx library manpage | phantom | 2000-04-22 | 1 | -0/+2 |
| | |||||
* | Introduce .Lb macro to libdisk manpage | phantom | 2000-04-22 | 1 | -1/+3 |
| | |||||
* | Introduce .Lb macro to libdevstat library manpage | phantom | 2000-04-22 | 1 | -0/+2 |
| | |||||
* | Introduce .Lb macro to libcrypt manpage. | phantom | 2000-04-22 | 1 | -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 |