summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* - 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
|
* Add missing '*/' (? why wasn't this caught earlier?)dillon2001-09-301-0/+1
|
* Add __FBSDID()s to internal libgnumalloc()dillon2001-09-301-0/+7
|
* Add __FBSDID()s to libftpiodillon2001-09-301-3/+3
|
* Add __FBSDID()s to libfetchdillon2001-09-305-10/+15
|
* Add __FBSDID()s to libeditdillon2001-09-3018-12/+37
|
* Add __FBSDID()s to libdiskdillon2001-09-309-27/+27
|
* Add __FBSDID()s to libcamdillon2001-09-302-3/+7
|
* Add __FBSDID's to libcalendardillon2001-09-302-4/+6
|
* __FBSDID() Cleanupdillon2001-09-306-1/+7
|
* Add __FBSDID's to libaliasdillon2001-09-3010-21/+32
|
* Update COMPAT3X libc from RELENG_3. This solves the problem of runningpeter2001-09-282-11492/+11506
| | | | 3.x binaries with a mixture of 3.x and 5.x libraries (eg: Metro-X server).
* Add ERRORS section.asmodai2001-09-261-1/+18
| | | | | | | | Mention thread safety and async-cancel safety status [not]. Add standards compliancy references. Note strtol() is preferred over atoi(). MFC after: 2 weeks
* Be explicit about the POSIX version it conforms to [in this case 1990].asmodai2001-09-261-5/+5
| | | | Put the error comment under the more appropriate ERRORS section.
* Change standards compliancy order so that C and POSIX are grouped.asmodai2001-09-261-1/+1
|
* 1) Back out ~/.login_conf disableache2001-09-252-8/+5
| | | | 2) Pick only "me" class from ~/.login_conf as documented
OpenPOWER on IntegriCloud