summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fixed various type errors in synopsis.bde2001-10-031-7/+7
|
* Fixed bitrot in synopsis. The TI-RPC changes gave mounds of it, mainlybde2001-10-0310-31/+33
| | | | | inconsistently weird const poisoning in the man pages relative to the headers.
* Fixed spelling of rpow in rpow's prototype.bde2001-10-031-1/+1
|
* Fixed missing `const' in synopsis.bde2001-10-031-1/+1
|
* Fixed return type in synopsis.bde2001-10-031-1/+1
|
* Fixed bitrot in synopsis. The change of the color type from byte to u_longbde2001-10-031-8/+8
| | | | had not reached here.
* Avoid getting stuck in system(3) when the internal call to wait4()alfred2001-10-031-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(),bde2001-10-031-2/+2
| | | | exp2f(), log2() and log2f().
* Removed .Nm's for the nonexistent functions exp2() and exp2f().bde2001-10-031-2/+0
|
* Made this header self-sufficient.bde2001-10-031-6/+9
| | | | Fully parenthesized a macro definition.
* Fixed syntax errors in synopsis. The restrict keyword doesn't exist yet.bde2001-10-031-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.bde2001-10-031-1/+1
|
* Fixed bitrot in synopsis. The change of the return type ofbde2001-10-031-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.bde2001-10-031-1/+1
|
* Fixed missing include in synopsis.bde2001-10-031-0/+1
|
* - cope with sa_len < sizeof(struct sockaddr).ume2001-10-021-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.obrien2001-10-011-25/+19
|
* Fix ID's after a total boch CVS merge due to multiple people makingobrien2001-10-0113-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.obrien2001-10-011-1/+0
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-01627-903/+903
|
* Re-applied some of rev. 1.11 and 1.13 fixes that were lost in the last commit.ru2001-10-011-11/+17
| | | | Fixed some more.
* mdoc(7) police: don't split author names in the AUTHORS section.ru2001-10-011-0/+1
|
* mdoc(7) police: markup nits.ru2001-10-011-9/+13
|
* mdoc(7) police: s/atof/atoi/ru2001-10-011-1/+1
|
* Add the 4.4-FreeBSD libperl.so.3 as the version in -CURRENT is .so.4.obrien2001-10-012-0/+5825
|
* Add the 4.4-FreeBSD libedit.so after the sh version bump in -CURRENT dueobrien2001-10-012-0/+725
| | | | to the API changes from merging with the NetBSD libedit.
* What was I thinking???obrien2001-10-011-2/+1
| | | | | | <JEDI MIND TRICK> That was not the commit you wanted to get. </JEDI MIND TRICK>
* What was I thinking....obrien2001-10-011-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 toobrien2001-10-012-1/+276
| | | | the API changes from merging with the NetBSD libwrap.
* + Sync with NetBSD, bringing in feature enhancements.obrien2001-10-0137-8660/+9754
| | | | | | | + Convert to ANSI-C function definitions + style(9) Submitted by: kris
* Add huff __FBSDID()s puff to whew! libzdillon2001-09-3018-13/+44
|
* Add __FBSDID()s to libydillon2001-09-302-0/+6
|
* Add __FBSDID()s to libutildillon2001-09-3021-54/+62
|
* Add __FBSDID()s to libusbdillon2001-09-308-22/+24
|
* Add __FBSDID()s to libtelnetdillon2001-09-303-9/+9
|
* Add __FBSDID()s to libtacplusdillon2001-09-301-2/+3
|
* Add __FBSDID()s to libstanddillon2001-09-3053-49/+161
|
* Add __FBSDID()s to librpcsvcdillon2001-09-307-16/+25
|
* Add __FBSDID()s to libradiusdillon2001-09-301-2/+3
|
* Add __FBSDID()s to libpamdillon2001-09-3019-39/+56
|
* Add __FBSDID()s to libopiedillon2001-09-301-2/+3
|
* Add __FBSDID()s to libnetgraphdillon2001-09-303-6/+9
|
* Add __FBSDID()s to libncursesdillon2001-09-302-4/+6
|
* Add __FBSDID()s to libncpdillon2001-09-3014-31/+52
|
* Add __FBSDID()s to libmpdillon2001-09-301-4/+2
|
* add __FBSDID()s to libmddillon2001-09-3010-14/+30
|
* Add __FBSDID()s to libmdillon2001-09-3033-2/+99
|
* Add __FBSDID()s to libipxdillon2001-09-302-2/+6
|
* Add __FBSDID()s to libipsecdillon2001-09-306-6/+18
|
* Add __FBSDID()s to libiodillon2001-09-304-10/+12
|
OpenPOWER on IntegriCloud