Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | The .Fn function. Use .Xr where appropriate. | charnier | 2003-03-24 | 26 | -57/+112 | |
| | ||||||
* | mdoc(7) police: Scheduled sweep. | ru | 2003-02-24 | 12 | -148/+119 | |
| | ||||||
* | Add AUTHORS section | phantom | 2003-02-13 | 1 | -0/+6 | |
| | ||||||
* | Finally! Document all undocumented functions in libc_r. | phantom | 2003-02-13 | 10 | -0/+696 | |
| | | | | | | | | | | | | | | | | | | | | Add manual pages for following functions: . pthread_attr_setcreatesuspend_np(3) . pthread_main_np(3) . pthread_multi_np(3) . pthread_single_np(3) . pthread_mutexattr_getkind_np(3) . pthread_mutexattr_setkind_np(3) . pthread_resume_all_np(3) . pthread_resume_np(3) . pthread_set_name_np(3) . pthread_suspend_all_np(3) . pthread_suspend_np(3) . pthread_switch_add_np(3) . pthread_switch_delete_np(3) MFC after: 3 days | |||||
* | Break important implementation detail note into IMPLEMENTATION DETAILS | phantom | 2003-02-13 | 1 | -3/+7 | |
| | | | | | | section. Add cross reference to pthread_attr_getstack() function. MFC after: 1 day | |||||
* | Add cross reference for pthread_attr_get_np() | phantom | 2003-02-13 | 1 | -0/+1 | |
| | ||||||
* | Add pthread_attr_getstack() and pthread_attr_setstack(). | alfred | 2003-02-10 | 1 | -0/+8 | |
| | | | | Submitted by: Craig Rodrigues <rodrigc@attbi.com> | |||||
* | The .Fn function | charnier | 2003-02-06 | 11 | -29/+58 | |
| | ||||||
* | Document additional behaviour of this function (see | phantom | 2003-02-03 | 1 | -2/+12 | |
| | | | | rev 1.3 of uthread_attr_get_np.c) | |||||
* | pthread_attr_get_np() now takes 'pthread_t' (not 'pthread_t *') | fjoe | 2003-01-07 | 1 | -2/+2 | |
| | | | | to be consistent with other pthread_XXX functions | |||||
* | english(4) police. | schweikh | 2002-12-27 | 2 | -2/+2 | |
| | ||||||
* | mdoc(7) police: Deal with self-xrefs. | ru | 2002-12-24 | 2 | -4/+5 | |
| | ||||||
* | mdoc(7) police: sort xrefs in SEE ALSO. | ru | 2002-12-13 | 1 | -7/+7 | |
| | ||||||
* | mdoc(7) police: markup overhaul. | ru | 2002-12-13 | 1 | -118/+142 | |
| | ||||||
* | Uniformly refer to a file system as "file system". | ru | 2002-12-12 | 1 | -1/+1 | |
| | | | | Approved by: re | |||||
* | mdoc(7) police: overhaul. | ru | 2002-12-09 | 1 | -12/+12 | |
| | ||||||
* | Consistently mark std(in|out|err) with .Dv, because that's how they | ru | 2002-12-04 | 1 | -1/+1 | |
| | | | | | | | are marked up in stdio(3), and because they are defined expressions of type "FILE *". Approved by: re | |||||
* | mdoc(7) police: scheduled sweep. | ru | 2002-11-29 | 1 | -4/+4 | |
| | | | | Approved by: re | |||||
* | Add & hookup manpage for pthread_attr_get_np(3). | phantom | 2002-10-26 | 1 | -0/+95 | |
| | | | | MFC after: 3 days | |||||
* | Make the example "assertion failure" message match reality. | tjr | 2002-10-25 | 1 | -1/+1 | |
| | ||||||
* | Update the Standards section for the addition of the C99 va_copy macro. | tjr | 2002-10-25 | 1 | -2/+4 | |
| | ||||||
* | Implement C99's va_copy() macro. | mike | 2002-09-18 | 2 | -2/+25 | |
| | ||||||
* | Fix a typo. | maxim | 2002-07-10 | 1 | -1/+1 | |
| | | | | MFC after: 3 days | |||||
* | Install the tree(3) man page. | des | 2002-06-23 | 1 | -1/+37 | |
| | ||||||
* | This commit was generated by cvs2svn to compensate for changes in r98681, | des | 2002-06-23 | 1 | -0/+453 | |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | |||||
| * | Import the documentation for <sys/tree.h> | des | 2002-06-23 | 1 | -0/+453 | |
| | | | | Obtained from: OpenBSD | |||||
* | More file system > filesystem | trhodes | 2002-05-16 | 1 | -1/+1 | |
| | ||||||
* | Document STAILQ_CONCAT and TAILQ_CONCAT. | tmm | 2002-04-17 | 2 | -0/+26 | |
| | | | | | | | PR: 20024 Submitted by: Tony Finch <dot@dotat.at> (TAILQ_CONCAT, slightly changed by me) Reviewed by: ru (earlier version) | |||||
* | mdoc(7) police: tidy up. | ru | 2002-03-18 | 1 | -33/+31 | |
| | ||||||
* | Add a bunch of functions. | maxim | 2002-03-11 | 1 | -7/+76 | |
| | | | | | | | PR: docs/32561 Reviewed by: deischen, ru Approved by: ru MFC after: 2 weeks | |||||
* | fix MLINKS for timeradd.3 | fjoe | 2002-01-14 | 1 | -1/+2 | |
| | ||||||
* | Add manpage for timeradd macros and friends. A companion page for | dwhite | 2002-01-14 | 2 | -1/+124 | |
| | | | | | | timespecadd should be added at a future point... PR: 13079 | |||||
* | mdoc(7) police: tidy up previous delta. | ru | 2002-01-09 | 1 | -2/+4 | |
| | ||||||
* | Document some behaviour I'm depending on. | julian | 2001-12-28 | 1 | -0/+2 | |
| | | | | (TAILQ_FOREACH leaves the variable NULL if there were no more to do) | |||||
* | mdoc(7) police: one-line literal displays are faster. | ru | 2001-11-20 | 1 | -6/+4 | |
| | ||||||
* | Describe handling of NULLs passed to pthread_setcancelstate(). | murray | 2001-11-05 | 1 | -2/+10 | |
| | | | | | PR: docs/31745 Submitted by: Andrew <andrew@ugh.net.au> | |||||
* | Mark up NULL in .Dv. | dd | 2001-11-04 | 1 | -1/+3 | |
| | | | | | PR: 31747 Submitted by: <andrew@ugh.net.au> | |||||
* | Only provide function information in compile environments that support | mike | 2001-10-27 | 1 | -9/+9 | |
| | | | | | | | the C99 variable __func__ and never for C++. Provide a more meaningful example in the assert(3) manual. Reviewed by: asmodai, bde | |||||
* | Document C99 conformity. | asmodai | 2001-10-24 | 1 | -2/+7 | |
| | | | | Update text which is printed out to reflect reality. | |||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 48 | -50/+50 | |
| | ||||||
* | STAILQ_LAST() macro takes 3 arguments, not 1. | sobomax | 2001-08-21 | 1 | -1/+1 | |
| | ||||||
* | Remove unused variable in example. | dd | 2001-08-16 | 1 | -1/+1 | |
| | ||||||
* | mdoc(7) police: s/OpenBSD/.Ox/ where appropriate. | ru | 2001-08-13 | 1 | -1/+4 | |
| | ||||||
* | Spell "FreeBSD" with "F" and "BSD" in uppercase. | ru | 2001-08-13 | 6 | -6/+6 | |
| | ||||||
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -5/+3 | |
| | | | | | | | 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. | |||||
* | Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used to | jasone | 2001-07-20 | 1 | -0/+6 | |
| | | | | | | | | be malloc()ed, but they are now allocated using mmap(), just as the default-size stacks are. A separate cache of stacks is kept for non-default-size stacks. Collaboration with: deischen | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 11 | -24/+24 | |
| | ||||||
* | Removed whitespace at end-of-line; no content changes. I simply did | schweikh | 2001-07-14 | 4 | -13/+13 | |
| | | | | | | | | | | cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 4 | -4/+4 | |
| | ||||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 24 | -24/+24 | |
| |