summaryrefslogtreecommitdiffstats
path: root/lib/libcompat
Commit message (Collapse)AuthorAgeFilesLines
...
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aqcharnier1998-03-191-5/+3
|
* kill the undeadpeter1997-07-131-21/+0
|
* This commit was generated by cvs2svn to compensate for changes in r27180,bde1997-07-031-0/+21
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import Lite2's src/lib, except for non-i386 machine-dependent directories,bde1997-07-031-0/+21
| | | | | | | | | | libc/db, libc/gen/crypt.* and libtelnet. All affected files except 3 unimportant ones have already left the vendor branch.
| * recording cvs-1.6 file deathpeter1995-12-301-21/+0
| |
* | Fixed #include and/or prototype bugs in synopsis.bde1997-04-191-1/+3
| |
* | "Fixed" prototype bugs in synopsis.bde1997-04-131-2/+4
| |
* | Fixed missing #include in synopsis.bde1997-04-131-0/+1
| |
* | Speedup in case locale not usedache1997-04-042-27/+17
| |
* | Remove unneded define from CFLAGS (from orand* compatibility)ache1997-03-291-1/+1
| |
* | Remove orand* compatibility as promised (next release)ache1997-03-291-5/+1
| |
* | FIxed arg types (mostly missing consts) in synopsis.bde1997-03-192-5/+5
| |
* | Fixed missing function types in synopsis.bde1997-03-191-0/+2
| |
* | Revert $FreeBSD$ to $Id$peter1997-02-2211-11/+11
| |
* | Sort cross references.wosch1997-01-205-7/+7
| |
* | Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1411-11/+11
| | | | | | | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* | Replace collate_range_cmp call with its codeache1996-10-311-1/+18
| |
* | Add orandom(), osrandom(), etc.ache1996-10-091-3/+7
| |
* | delete doubled words, e.g.: "the the" -> "the"wosch1996-10-051-2/+2
| |
* | Convert to newly aded collate compare functionache1996-08-122-5/+6
| |
* | Use collate info for alpha character rangesache1996-08-122-9/+14
| | | | | | | | 8bit cleanup
* | General -Wall warning cleanup, part I.jkh1996-07-127-2/+9
| | | | | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* | Minor corrections. The second parameter is actually of type intjoerg1996-06-031-9/+6
| | | | | | | | | | | | (though only char will be used), and our implementation is not really worse than the SysV one, so there's no need to claim so in the BUGS section.
* | remove MLINKS regcomp.3 regexec.3 regerror.3 due name clash with libcwosch1996-05-271-2/+3
| |
* | Correct some man page cross references and file location references.mpp1996-04-071-1/+1
| |
* | Correct the xref for msgctl: msgctl(2) -> msgctl(3)mpp1996-02-121-4/+4
| |
* | Correct a bunch of man page cross references and generallympp1996-02-113-5/+5
| | | | | | | | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however.
* | Added some missing MLINKS for section 3 man pages.mpp1996-02-091-0/+1
| | | | | | | | | | | | | | Also corrected a few minor formatting errors, file location and cross references in some of the section 3 man pages. This shuts up a lot of the output from "manck" for section 3.
* | Another round of spelling fixes.mpp1996-01-301-2/+2
| |
* | This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-21/+0
| | | | | | | | which included commits to RCS files with non-trunk default branches.
* | Add cfree.3ache1995-11-291-1/+1
| |
* | Add a short man page for cfree(3), in order to hint people about its life in ↵joerg1995-11-241-0/+49
| | | | | | | | libcompat.
* | Remove trailing whitespace.rgrimes1995-05-303-11/+11
| |
* | Added function and man page for ftok(3), used in conjunction withjoerg1995-05-013-1/+143
| | | | | | | | | | | | | | the so-called "System V IPC". Submitted by: jbeukema@HK.Super.Net (John Beukema) Obtained from: Th. Lockert <tholo@sigmasoft.com>, via NetBSD
* | The implementation of rexec() missed the function ruserpass(), so thejoerg1995-04-112-3/+252
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | link stage fell over for any program that attempted to use rexec(). Ruserpass() remains undocumented; i could not find any documentation for it on other systems. Also added a BUGS section to the man page, stating that this function constitutes a potential security hole (as well as the underlying "exec" service). Submitted by: rgrimes Originally submitted by: agc@uts.amdahl.com (Alistair G. Crooks) Obtained from: netbsd-bugs@NetBSD.ORG
* | My libcompat cleanup.joerg1995-04-1014-4/+378
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o add missing man pages o make all man pages clearly refer to the libcompat thingie o add the information to the vtimes(3) and vlimit(3) man pages that nobody has reimplemented the functions by now o add the missing getpw.c o add code and man pages for cftime(3) and ascftime(3) -- i found them somewhere in old unfinished work
* | add a couple of missing #include linesphk1995-03-192-0/+3
| |
* | Make libcompat a static only library.nate1995-02-201-0/+1
| | | | | | | | | | | | | | Since functions will come and go from libcompat as they are deprecated it makes no sense to build a shared library out of it as it will change. Based on freedback from Terry and Jonas on the mailing lists.
* | Add sanity check for "no previous regular expression" state,ache1994-09-141-1/+4
| | | | | | | | bringed by 'more'
* | Fix bug with searching "" pattern, cause 'more' always showsache1994-09-141-1/+1
| | | | | | | | next line on "/<Enter>" instead of searching next pattern
* | Make it work with our make macros.wollman1994-08-051-3/+3
| |
* | Comment out missing sources.rgrimes1994-05-271-5/+8
| |
* | This commit was generated by cvs2svn to compensate for changes in r1581,rgrimes1994-05-273-0/+151
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | This is Christopher G. Demetriou of NetBSD versions of ftime.c, gtty.c, andrgrimes1994-05-273-0/+151
| / | | | | | | stty.c.
* | This commit was generated by cvs2svn to compensate for changes in r1578,rgrimes1994-05-271-0/+92
|\ \ | |/ |/| | | which included commits to RCS files with non-trunk default branches.
| * This is James da Silva at the University of Maryland at College Park'srgrimes1994-05-271-0/+92
| | | | regex.c code as picked up from the net.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-2724-0/+3323
OpenPOWER on IntegriCloud