summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixed disordering of MLINKS in previous commit. Fixed old disorder inbde1998-02-121-17/+15
* | Fix _listmatch() again so that it works with group lists containing onlywpaul1998-02-121-7/+14
* | - Bump the minor # due to the addition of the stringlist functions.nate1998-02-121-2/+2
* | Remove the include of <dlfcn.h> from crt0.c; it is not needed nowjdp1998-02-113-79/+3
* | Do signal handlig he Posix wayguido1998-02-101-40/+11
* | Be more verbose if we can't determine device major/minor.jkh1998-02-101-1/+2
* | environment variables missing from ftpio(3) man pagejkh1998-02-101-1/+12
* | Move the trampolines for dlopen and related functions from crt0.ojdp1998-02-096-128/+122
* | Implement dladdr.jdp1998-02-064-13/+169
* | slight cleanup in handling sockets and file descriptors.julian1998-02-051-3/+13
* | Document the fpgetprec/fpsetprec functions in their man page.jlemon1998-02-044-2/+14
* | Cleanup the manpage now that setpwent has a void return type.steve1998-02-011-7/+7
* | XOpen says the void setpwent(void) is correct. Also call setpassent(0)steve1998-02-011-7/+2
* | Kill lfs files that were causing make world to fail.imp1998-01-311-3/+2
* | PR: 5573danny1998-01-272-2/+4
* | Fix a cast from a pointer to a long instead of an int which was enoughjb1998-01-241-2/+2
* | Don't swap carriage return and new line in quoted mode (after ^V).helbig1998-01-221-2/+2
* | Eliminate sprintfimp1998-01-211-1/+2
* | Fixed #includes in the synopsis and in an example. <sys/socket.h>bde1998-01-202-3/+3
* | Moved most of the (source-level) compatibility hacks for the vfsconfbde1998-01-201-2/+4
* | Added cross references to mincore(2) and minherit(2).alex1998-01-201-0/+3
* | Added #include <sys/types.h> to synopsis.alex1998-01-202-1/+4
* | Started getting rid of the compatibility cruft for the Lite1 mount()bde1998-01-171-0/+2
* | Don't install the tcl implementation headers. The tcl distributionbde1998-01-171-9/+1
* | Updated shlib version to 80.4 in the correct place.bde1998-01-171-2/+2
* | Fixed bitrot in the prototype for logwtmp().bde1998-01-161-2/+2
* | Fixed bugs in the conversion of kvm to to use procfs in rev.1.3. Allbde1998-01-161-9/+14
* | Fixed wrong prototype for history().bde1998-01-161-3/+3
* | Fixed missing #include in synopsis.bde1998-01-161-0/+2
* | Fixed wrong prototype for clock_getres().bde1998-01-161-2/+2
* | Fixed wrong prototypes. Most of the prototypes had missing return types,bde1998-01-161-9/+19
* | Fixed missing return type in a prototype.bde1998-01-161-0/+1
* | Fixed a missing #include in the synopsis.bde1998-01-161-4/+5
* | Added prototypes for functions that were documented in libalias.3bde1998-01-161-0/+8
* | Non-intrusive changes to support Justin's CAM stuff.jkh1998-01-162-3/+5
* | PR: 5489danny1998-01-151-5/+5
* | Return the correct errno from getcwd() even if free() or closedir()mckay1998-01-151-0/+4
* | Add #ifndef __NETBSD_SYSCALLS around calls to issetugid() whichjb1998-01-153-6/+18
* | Typo fix.alex1998-01-151-2/+12
* | Include string.h for memcpy function prototype.jb1998-01-141-0/+1
* | Remove __libalias_version. Ppp no longer uses it.brian1998-01-141-3/+0
* | Consistently reference init as .Xr init 8.alex1998-01-131-2/+2
* | Return type and argument to sleep are unsigned int.alex1998-01-131-2/+3
* | When printf'ing the result of pointer arithmetic, cast the result tojb1998-01-131-9/+9
* | Dump the constant NGROUPS in favor of the POSIX way:alex1998-01-131-9/+6
* | Use .Fn for sysconf(_SC_CLOCK_TCK) reference.alex1998-01-131-1/+3
* | ${TARGET} -> ${.TARGET}eivind1998-01-121-2/+2
* | Formatting fix & improved comment for struct timeval.alex1998-01-111-1/+3
* | Fixed brk(2) xref.alex1998-01-111-1/+2
* | Added sys/types.h to synopsis as per POSIX.alex1998-01-111-1/+2
OpenPOWER on IntegriCloud