| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MFC: options USER_LDT is required for these functions. | Alexander Langer | 2000-06-14 | 1 | -0/+4 |
| | | | | | Notes: svn path=/stable/3/; revision=61665 | ||||
| * | Add note, that options VM86 is required for these functions. | Alexander Langer | 2000-06-13 | 1 | -0/+4 |
| | | | | | | | | | | PR: 18943 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Reviewed by: asmodai Notes: svn path=/stable/3/; revision=61635 | ||||
| * | MFC: Fix namespace pollution which will less likely cause | Jeroen Ruigrok van der Werven | 2000-06-13 | 2 | -49/+145 |
| | | | | | | | | | problems in the future. This should fix C++ stdlib problems when using ctype.h as well. Notes: svn path=/stable/3/; revision=61632 | ||||
| * | MFC: Back up following macros by functions: ishexnumber, isideogram, | Jeroen Ruigrok van der Werven | 2000-06-13 | 1 | -7/+58 |
| | | | | | | | | isnumber, isphonogram, isrune, isspecial. Fix ordering. Notes: svn path=/stable/3/; revision=61631 | ||||
| * | MFC: Fix typo: turn of -> turn off | Alexander Langer | 2000-06-13 | 1 | -1/+1 |
| | | | | | Notes: svn path=/stable/3/; revision=61625 | ||||
| * | MFC: Zorch references to VAX and Tahoe compilers | Kris Kennaway | 2000-06-08 | 1 | -6/+1 |
| | | | | | Notes: svn path=/stable/3/; revision=61407 | ||||
| * | MFC: Sync variable name | Kris Kennaway | 2000-06-08 | 1 | -2/+2 |
| | | | | | Notes: svn path=/stable/3/; revision=61406 | ||||
| * | MFC: Sync contents of structure | Kris Kennaway | 2000-06-08 | 1 | -2/+2 |
| | | | | | Notes: svn path=/stable/3/; revision=61405 | ||||
| * | MFC: Fix buffer overflows | Kris Kennaway | 2000-06-08 | 1 | -2/+2 |
| | | | | | Notes: svn path=/stable/3/; revision=61404 | ||||
| * | MFC: Update variable types | Kris Kennaway | 2000-06-08 | 1 | -2/+2 |
| | | | | | Notes: svn path=/stable/3/; revision=61403 | ||||
| * | MFC: Spelling fixes, update example code. | Kris Kennaway | 2000-06-08 | 1 | -14/+16 |
| | | | | | Notes: svn path=/stable/3/; revision=61401 | ||||
| * | MFC: rev 1.12, mdoc fixes | Alexey Zelkin | 2000-05-12 | 1 | -19/+22 |
| | | | | | Notes: svn path=/stable/3/; revision=60468 | ||||
| * | MFC: Fix miscellaneous mdoc macro argument limit infringements. | Sheldon Hearn | 2000-05-09 | 1 | -1/+1 |
| | | | | | Notes: svn path=/stable/3/; revision=60260 | ||||
| * | MFC: Use `Er' variable to define first column width in ERRORS section. | Alexey Zelkin | 2000-05-06 | 73 | -74/+74 |
| | | | | | Notes: svn path=/stable/3/; revision=60087 | ||||
| * | MFC: rev 1.9, EXAMPLE -> EXAMPLES | Alexey Zelkin | 2000-05-06 | 1 | -1/+1 |
| | | | | | Notes: svn path=/stable/3/; revision=60086 | ||||
| * | MFC: rev 1.35, mdoc cleanup | Alexey Zelkin | 2000-05-06 | 1 | -16/+16 |
| | | | | | Notes: svn path=/stable/3/; revision=60085 | ||||
| * | MFC: introduce .Lb macro to libc manpages | Alexey Zelkin | 2000-04-23 | 350 | -3/+887 |
| | | | | | | | | Great bunch of $freeBSD$ tags added Notes: svn path=/stable/3/; revision=59572 | ||||
| * | MFC: (rev 1.12) document EWOULDBLOCK. | Archie Cobbs | 2000-04-09 | 1 | -0/+8 |
| | | | | | Notes: svn path=/stable/3/; revision=59106 | ||||
| * | MFC: Remove single-space hard sentence breaks. | Sheldon Hearn | 2000-03-03 | 47 | -149/+327 |
| | | | | | Notes: svn path=/stable/3/; revision=57732 | ||||
| * | MFC rev 1.27: avoid core dump on huge # of PTR records. | Bill Fenner | 2000-02-16 | 1 | -0/+4 |
| | | | | | | | | | PR: bin/10344 Reviewed by: billf Notes: svn path=/stable/3/; revision=57253 | ||||
| * | MFC: Properly describe KERN_QUANTUM. | Chris Costello | 2000-02-10 | 1 | -4/+2 |
| | | | | | Notes: svn path=/stable/3/; revision=57103 | ||||
| * | Repair consistency among references to the resolved path name | Chris Costello | 2000-01-29 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | filled in by realpath(3). Specifically, the manual page referred to three different variations of the same variable, which has no doubt confused some people. The variable reference was changed to ``resolved_path'' as it is in /usr/include/stdlib.h In summary: resolvedname -> resolved_path resolved_name -> resolved_path Additionally, $FreeBSD$ tags were added to this file for the commit to be permitted. Notes: svn path=/stable/3/; revision=56879 | ||||
| * | MFC: (rev 1.5) Fixes for 2nd part of bin/5604. | Ruslan Ermilov | 2000-01-27 | 1 | -3/+8 |
| | | | | | Notes: svn path=/stable/3/; revision=56678 | ||||
| * | MFC: (rev. 1.4): Document inherent memory leak | Archie Cobbs | 2000-01-26 | 1 | -0/+16 |
| | | | | | Notes: svn path=/stable/3/; revision=56653 | ||||
| * | Sync with -current: add locking support to the dynamic linker. | John Polstra | 2000-01-21 | 2 | -1/+15 |
| | | | | | Notes: svn path=/stable/3/; revision=56358 | ||||
| * | MFC: close PR 16028 (fix zero length record test) | Bill Paul | 2000-01-19 | 1 | -1/+1 |
| | | | | | Notes: svn path=/stable/3/; revision=56275 | ||||
| * | MFC: Document KERN_QUANTUM. | Chris Costello | 2000-01-19 | 1 | -0/+6 |
| | | | | | | | | PR: 15637 Notes: svn path=/stable/3/; revision=56269 | ||||
| * | MFC: Document isnanf() for determining whether a float is NaN (``Not-a- | Chris Costello | 2000-01-19 | 2 | -4/+10 |
| | | | | | | | | | | Number'') PR: 13878 Notes: svn path=/stable/3/; revision=56267 | ||||
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_3'. | cvs2svn | 2000-01-17 | 1 | -0/+106 |
| | | | | | Notes: svn path=/stable/3/; revision=56172 | ||||
| * | MFC: Compound MFC: | Jeroen Ruigrok van der Werven | 2000-01-13 | 1 | -2/+2 |
| | | | | | | | | | rev 1.7: Change ``from'' to ``to'', addresses PR 15729 rev 1.8: Correct placement of $FreeBSD$ CVS identifier. Notes: svn path=/stable/3/; revision=55916 | ||||
| * | MFC: Add rand_r and readdir_r. | Thomas Gellekum | 2000-01-04 | 5 | -6/+148 |
| | | | | | | | | Reviewed by: deischen Notes: svn path=/stable/3/; revision=55402 | ||||
| * | MFC rev 1.26: silence spurious libc DNS warnings on receiving DNSsec T_SIG | Robert Watson | 1999-12-29 | 1 | -3/+4 |
| | | | | | | | | | PR: bin/15056, bin/7352 Reviewed by: eivind, peter Notes: svn path=/stable/3/; revision=55226 | ||||
| * | MFC: rev.1.12 | Brian Feldman | 1999-12-18 | 1 | -45/+94 |
| | | | | | | | | | | | OpenBSD fts.c, including bug fixes for this gross piece of coding badness. Approved by: jkh Obtained from: OpenBSD Notes: svn path=/stable/3/; revision=54771 | ||||
| * | MFC: DTRT with trailing : args. | Jordan K. Hubbard | 1999-12-17 | 1 | -2/+8 |
| | | | | | Notes: svn path=/stable/3/; revision=54714 | ||||
| * | MFC: rev1.4 (remove x-ref to itself), add $FreeBSD$ | Bill Fumerola | 1999-12-14 | 1 | -1/+1 |
| | | | | | Notes: svn path=/stable/3/; revision=54599 | ||||
| * | MFC: correct compilance notes | Alexey Zelkin | 1999-12-14 | 1 | -2/+9 |
| | | | | | Notes: svn path=/stable/3/; revision=54597 | ||||
| * | MFC: Sync with CURRENT, fixing several problems. | Sheldon Hearn | 1999-12-10 | 6 | -62/+309 |
| | | | | | | | | Approved by: jkh Notes: svn path=/stable/3/; revision=54397 | ||||
| * | Add $FreeBSD$. | Sheldon Hearn | 1999-12-10 | 1 | -0/+1 |
| | | | | | Notes: svn path=/stable/3/; revision=54390 | ||||
| * | Back out previous commit. I know what the problem is, but this isn't | Sheldon Hearn | 1999-12-09 | 2 | -204/+39 |
| | | | | | | | | | | | the time to leave ``make release'' broken and I need to go home right now. Reported by: truckman Notes: svn path=/stable/3/; revision=54366 | ||||
| * | MFC: Various fixes. This commit syncs RELENG_3 with HEAD. | Sheldon Hearn | 1999-12-09 | 2 | -39/+204 |
| | | | | | | | | Approved by: jkh Notes: svn path=/stable/3/; revision=54349 | ||||
| * | MFC: Add a cross-reference to the fabs(3) man page. | Chris Costello | 1999-12-07 | 1 | -0/+1 |
| | | | | | | | | | PR: docs/15337 Submitted by: Bruce A. Mah <bmah@ca.sandia.gov> Notes: svn path=/stable/3/; revision=54275 | ||||
| * | MFC: HISTORY (hopefully I've finally gotten this right) | David E. O'Brien | 1999-11-20 | 1 | -4/+4 |
| | | | | | Notes: svn path=/stable/3/; revision=53441 | ||||
| * | MFC 1.15 -> 1.16: Fix select/accept race. | John Polstra | 1999-11-19 | 1 | -0/+18 |
| | | | | | Notes: svn path=/stable/3/; revision=53434 | ||||
| * | MFC: sync HISTORY | David E. O'Brien | 1999-11-19 | 1 | -3/+7 |
| | | | | | Notes: svn path=/stable/3/; revision=53427 | ||||
| * | MFC: mkstemps() | David E. O'Brien | 1999-11-18 | 3 | -17/+56 |
| | | | | | Notes: svn path=/stable/3/; revision=53365 | ||||
| * | MFC 1.14 -> 1.15: Don't hang on connections from port 20. | John Polstra | 1999-11-17 | 1 | -3/+2 |
| | | | | | Notes: svn path=/stable/3/; revision=53285 | ||||
| * | MFC: Properly document ENOENT. | Chris Costello | 1999-11-14 | 1 | -3/+1 |
| | | | | | Notes: svn path=/stable/3/; revision=53157 | ||||
| * | MFC: dead loop fix | Andrey A. Chernov | 1999-11-09 | 1 | -1/+3 |
| | | | | | Notes: svn path=/stable/3/; revision=53051 | ||||
| * | MFC: rev. 1.4, remove useless section | Alexey Zelkin | 1999-11-09 | 1 | -2/+2 |
| | | | | | Notes: svn path=/stable/3/; revision=53041 | ||||
| * | Sync with HEAD; that's mainly 1.3 and 1.8's changes regarding comments | Joerg Wunsch | 1999-11-02 | 1 | -24/+18 |
| | | | | | | | | about ELF which is applicable to RELENG_3 as well. Notes: svn path=/stable/3/; revision=52803 | ||||
