Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed various type errors in synopsis. | bde | 2001-10-03 | 1 | -7/+7 |
| | |||||
* | Fixed bitrot in synopsis. The TI-RPC changes gave mounds of it, mainly | bde | 2001-10-03 | 10 | -31/+33 |
| | | | | | inconsistently weird const poisoning in the man pages relative to the headers. | ||||
* | Fixed spelling of rpow in rpow's prototype. | bde | 2001-10-03 | 1 | -1/+1 |
| | |||||
* | Fixed missing `const' in synopsis. | bde | 2001-10-03 | 1 | -1/+1 |
| | |||||
* | Fixed return type in synopsis. | bde | 2001-10-03 | 1 | -1/+1 |
| | |||||
* | Fixed bitrot in synopsis. The change of the color type from byte to u_long | bde | 2001-10-03 | 1 | -8/+8 |
| | | | | had not reached here. | ||||
* | Avoid getting stuck in system(3) when the internal call to wait4() | alfred | 2001-10-03 | 1 | -2/+3 |
| | | | | | | | | | | is interrupted by saving the pid. The old code would assign the return value to pid which would trash it, to fix the problem save a copy of the pid to be used as the paramter to wait4(). Submitted by: Toshihiko ARAI <toshi@jp.FreeBSD.org> | ||||
* | Don't install manpage links for the nonexistent functions exp2(), | bde | 2001-10-03 | 1 | -2/+2 |
| | | | | exp2f(), log2() and log2f(). | ||||
* | Removed .Nm's for the nonexistent functions exp2() and exp2f(). | bde | 2001-10-03 | 1 | -2/+0 |
| | |||||
* | Made this header self-sufficient. | bde | 2001-10-03 | 1 | -6/+9 |
| | | | | Fully parenthesized a macro definition. | ||||
* | Fixed syntax errors in synopsis. The restrict keyword doesn't exist yet. | bde | 2001-10-03 | 1 | -5/+5 |
| | | | | | | The corresponding bugs in <wchar.h> have no effect because the function prototypes there don't have args so the __restrict "keyword" is misinterpreted as an arg. | ||||
* | Fixed wrong arg type in synopsis. | bde | 2001-10-03 | 1 | -1/+1 |
| | |||||
* | Fixed bitrot in synopsis. The change of the return type of | bde | 2001-10-03 | 1 | -1/+1 |
| | | | | | Set_Boot_Blocks() from void to int had not reached here. Callers still don't check the new return value. | ||||
* | Fixed misspelled arg type in synopsis. | bde | 2001-10-03 | 1 | -1/+1 |
| | |||||
* | Fixed missing include in synopsis. | bde | 2001-10-03 | 1 | -0/+1 |
| | |||||
* | - cope with sa_len < sizeof(struct sockaddr). | ume | 2001-10-02 | 1 | -35/+44 |
| | | | | | | | | From: Patrik Lindergren <patrik@datacom.nu> - delint (pointer cast issue). from netbsd-current Obtained from: KAME MFC after: 1 week | ||||
* | Clean this up after the NetBSD syncing. | obrien | 2001-10-01 | 1 | -25/+19 |
| | |||||
* | Fix ID's after a total boch CVS merge due to multiple people making | obrien | 2001-10-01 | 13 | -26/+0 |
| | | | | | | | | commits to these files. As I sing to CVS: Have I told you lately that I hate your guts? Have I told you all SCM's are above you? You fill my heart with pain, take away all my merging joy, grow my troubles that's what you do." | ||||
* | Our histedit.h lives in src/include. | obrien | 2001-10-01 | 1 | -1/+0 |
| | |||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 627 | -903/+903 |
| | |||||
* | Re-applied some of rev. 1.11 and 1.13 fixes that were lost in the last commit. | ru | 2001-10-01 | 1 | -11/+17 |
| | | | | Fixed some more. | ||||
* | mdoc(7) police: don't split author names in the AUTHORS section. | ru | 2001-10-01 | 1 | -0/+1 |
| | |||||
* | mdoc(7) police: markup nits. | ru | 2001-10-01 | 1 | -9/+13 |
| | |||||
* | mdoc(7) police: s/atof/atoi/ | ru | 2001-10-01 | 1 | -1/+1 |
| | |||||
* | Add the 4.4-FreeBSD libperl.so.3 as the version in -CURRENT is .so.4. | obrien | 2001-10-01 | 2 | -0/+5825 |
| | |||||
* | Add the 4.4-FreeBSD libedit.so after the sh version bump in -CURRENT due | obrien | 2001-10-01 | 2 | -0/+725 |
| | | | | to the API changes from merging with the NetBSD libedit. | ||||
* | What was I thinking??? | obrien | 2001-10-01 | 1 | -2/+1 |
| | | | | | | <JEDI MIND TRICK> That was not the commit you wanted to get. </JEDI MIND TRICK> | ||||
* | What was I thinking.... | obrien | 2001-10-01 | 1 | -274/+0 |
| | | | | | | <JEDI MIND TRICK> This is not the commit you wanted to get. </JEDI MIND TRICK> | ||||
* | Add the 4.4-FreeBSD libwrap after the sh version bump in -CURRENT due to | obrien | 2001-10-01 | 2 | -1/+276 |
| | | | | the API changes from merging with the NetBSD libwrap. | ||||
* | + Sync with NetBSD, bringing in feature enhancements. | obrien | 2001-10-01 | 37 | -8660/+9754 |
| | | | | | | | + Convert to ANSI-C function definitions + style(9) Submitted by: kris | ||||
* | Add huff __FBSDID()s puff to whew! libz | dillon | 2001-09-30 | 18 | -13/+44 |
| | |||||
* | Add __FBSDID()s to liby | dillon | 2001-09-30 | 2 | -0/+6 |
| | |||||
* | Add __FBSDID()s to libutil | dillon | 2001-09-30 | 21 | -54/+62 |
| | |||||
* | Add __FBSDID()s to libusb | dillon | 2001-09-30 | 8 | -22/+24 |
| | |||||
* | Add __FBSDID()s to libtelnet | dillon | 2001-09-30 | 3 | -9/+9 |
| | |||||
* | Add __FBSDID()s to libtacplus | dillon | 2001-09-30 | 1 | -2/+3 |
| | |||||
* | Add __FBSDID()s to libstand | dillon | 2001-09-30 | 53 | -49/+161 |
| | |||||
* | Add __FBSDID()s to librpcsvc | dillon | 2001-09-30 | 7 | -16/+25 |
| | |||||
* | Add __FBSDID()s to libradius | dillon | 2001-09-30 | 1 | -2/+3 |
| | |||||
* | Add __FBSDID()s to libpam | dillon | 2001-09-30 | 19 | -39/+56 |
| | |||||
* | Add __FBSDID()s to libopie | dillon | 2001-09-30 | 1 | -2/+3 |
| | |||||
* | Add __FBSDID()s to libnetgraph | dillon | 2001-09-30 | 3 | -6/+9 |
| | |||||
* | Add __FBSDID()s to libncurses | dillon | 2001-09-30 | 2 | -4/+6 |
| | |||||
* | Add __FBSDID()s to libncp | dillon | 2001-09-30 | 14 | -31/+52 |
| | |||||
* | Add __FBSDID()s to libmp | dillon | 2001-09-30 | 1 | -4/+2 |
| | |||||
* | add __FBSDID()s to libmd | dillon | 2001-09-30 | 10 | -14/+30 |
| | |||||
* | Add __FBSDID()s to libm | dillon | 2001-09-30 | 33 | -2/+99 |
| | |||||
* | Add __FBSDID()s to libipx | dillon | 2001-09-30 | 2 | -2/+6 |
| | |||||
* | Add __FBSDID()s to libipsec | dillon | 2001-09-30 | 6 | -6/+18 |
| | |||||
* | Add __FBSDID()s to libio | dillon | 2001-09-30 | 4 | -10/+12 |
| |