summaryrefslogtreecommitdiff
path: root/lib/libcompat
Commit message (Collapse)AuthorAgeFilesLines
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-023-3/+6
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57686
* Aargh, the $FreeBSD$ check caused an inconsistent commit by rejectingBruce Evans1999-12-221-2/+3
| | | | | | | | | | | | | | this makefile update which should have been together with the file removal. Removed vlimit.3 and vtimes.3. Removed vlimit.c and vtimes.c from the "MISSING" list. These were old variants of get/setrlimit() and getrusage(), respectively, and were never implemented in FreeBSD. vlimit.3 referred to <sys/vlimit.h> which was removed recently. vtimes.3 referred to <sys/vtimes.h> which never existed in FreeBSD. Notes: svn path=/head/; revision=54999
* Removed vlimit.3 and vtimes.3. Removed vlimit.c and vtimes.c fromBruce Evans1999-12-222-270/+0
| | | | | | | | | | the "MISSING" list. These were old variants of get/setrlimit() and getrusage(), respectively, and were never implemented in FreeBSD. vlimit.3 referred to <sys/vlimit.h> which was removed recently. vtimes.3 referred to <sys/vtimes.h> which never existed in FreeBSD. Notes: svn path=/head/; revision=54998
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2819-19/+19
| | | | Notes: svn path=/head/; revision=50476
* Bad reference to exit(2) changed to exit(3).Chris Costello1999-08-141-2/+2
| | | | Notes: svn path=/head/; revision=49759
* Various cleanups.Brian Feldman1999-07-191-6/+6
| | | | Notes: svn path=/head/; revision=48904
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-1210-0/+10
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48794
* Correct typo.Joseph Koshy1999-01-271-1/+2
| | | | | | | | PR: docs/9597 Submitted by: Christoph Kukulies <kuku@FreeBSD.ORG> Notes: svn path=/head/; revision=43267
* Cleanup. Make it compile on alpha.Dima Ruban1998-11-101-17/+0
| | | | Notes: svn path=/head/; revision=41045
* Change ${MACHINE} into ${MACHINE_ARCH} to support MACHINE=pc98.KATO Takenori1998-09-091-11/+11
| | | | Notes: svn path=/head/; revision=38996
* Move ftok() from libcompat to libc, so that it can be closer to itsJohn Polstra1998-06-103-138/+1
| | | | | | | | | friend shmget(). PR: closes misc/6763 Notes: svn path=/head/; revision=36859
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.AqPhilippe Charnier1998-03-191-5/+3
| | | | Notes: svn path=/head/; revision=34669
* kill the undeadPeter Wemm1997-07-131-21/+0
| | | | Notes: svn path=/head/; revision=27369
* This commit was generated by cvs2svn to compensate for changes in r27180,Bruce Evans1997-07-031-0/+21
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=27181
| * Import Lite2's src/lib, except for non-i386 machine-dependent directories,Bruce Evans1997-07-031-0/+21
| | | | | | | | libc/db, libc/gen/crypt.* and libtelnet. All affected files except 3 unimportant ones have already left the vendor branch. Notes: svn path=/vendor/CSRG/dist/; revision=27180
* Fixed #include and/or prototype bugs in synopsis.Bruce Evans1997-04-191-1/+3
| | | | Notes: svn path=/head/; revision=25028
* "Fixed" prototype bugs in synopsis.Bruce Evans1997-04-131-2/+4
| | | | Notes: svn path=/head/; revision=24884
* Fixed missing #include in synopsis.Bruce Evans1997-04-131-0/+1
| | | | Notes: svn path=/head/; revision=24883
* Speedup in case locale not usedAndrey A. Chernov1997-04-042-27/+17
| | | | Notes: svn path=/head/; revision=24640
* Remove unneded define from CFLAGS (from orand* compatibility)Andrey A. Chernov1997-03-291-1/+1
| | | | Notes: svn path=/head/; revision=24387
* Remove orand* compatibility as promised (next release)Andrey A. Chernov1997-03-291-5/+1
| | | | Notes: svn path=/head/; revision=24386
* FIxed arg types (mostly missing consts) in synopsis.Bruce Evans1997-03-192-5/+5
| | | | Notes: svn path=/head/; revision=24009
* Fixed missing function types in synopsis.Bruce Evans1997-03-191-0/+2
| | | | Notes: svn path=/head/; revision=24006
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2211-11/+11
| | | | Notes: svn path=/head/; revision=22993
* Sort cross references.Wolfram Schneider1997-01-205-7/+7
| | | | Notes: svn path=/head/; revision=21907
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Replace collate_range_cmp call with its codeAndrey A. Chernov1996-10-311-1/+18
| | | | Notes: svn path=/head/; revision=19278
* Add orandom(), osrandom(), etc.Andrey A. Chernov1996-10-091-3/+7
| | | | Notes: svn path=/head/; revision=18833
* delete doubled words, e.g.: "the the" -> "the"Wolfram Schneider1996-10-051-2/+2
| | | | Notes: svn path=/head/; revision=18718
* Convert to newly aded collate compare functionAndrey A. Chernov1996-08-122-5/+6
| | | | Notes: svn path=/head/; revision=17553
* Use collate info for alpha character rangesAndrey A. Chernov1996-08-122-9/+14
| | | | | | | 8bit cleanup Notes: svn path=/head/; revision=17536
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-127-2/+9
| | | | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> Notes: svn path=/head/; revision=17141
* Minor corrections. The second parameter is actually of type intJoerg Wunsch1996-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. Notes: svn path=/head/; revision=16091
* remove MLINKS regcomp.3 regexec.3 regerror.3 due name clash with libcWolfram Schneider1996-05-271-2/+3
| | | | Notes: svn path=/head/; revision=15946
* Correct some man page cross references and file location references.Mike Pritchard1996-04-071-1/+1
| | | | Notes: svn path=/head/; revision=15082
* Correct the xref for msgctl: msgctl(2) -> msgctl(3)Mike Pritchard1996-02-121-4/+4
| | | | Notes: svn path=/head/; revision=14054
* Correct a bunch of man page cross references and generallyMike Pritchard1996-02-113-5/+5
| | | | | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however. Notes: svn path=/head/; revision=14038
* Added some missing MLINKS for section 3 man pages.Mike Pritchard1996-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. Notes: svn path=/head/; revision=13987
* Another round of spelling fixes.Mike Pritchard1996-01-301-2/+2
| | | | Notes: svn path=/head/; revision=13754
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-301-21/+0
| | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=13123
* Add cfree.3Andrey A. Chernov1995-11-291-1/+1
| | | | Notes: svn path=/head/; revision=12538
* Add a short man page for cfree(3), in order to hint people about its life in ↵Joerg Wunsch1995-11-241-0/+49
| | | | | | | libcompat. Notes: svn path=/head/; revision=12466
* Remove trailing whitespace.Rodney W. Grimes1995-05-303-11/+11
| | | | Notes: svn path=/head/; revision=8870
* Added function and man page for ftok(3), used in conjunction withJoerg Wunsch1995-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 Notes: svn path=/head/; revision=8198
* The implementation of rexec() missed the function ruserpass(), so theJoerg Wunsch1995-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 Notes: svn path=/head/; revision=7764
* My libcompat cleanup.Joerg Wunsch1995-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 Notes: svn path=/head/; revision=7742
* add a couple of missing #include linesPoul-Henning Kamp1995-03-192-0/+3
| | | | Notes: svn path=/head/; revision=7151
* Make libcompat a static only library.Nate Williams1995-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. Notes: svn path=/head/; revision=6574
* Add sanity check for "no previous regular expression" state,Andrey A. Chernov1994-09-141-1/+4
| | | | | | | bringed by 'more' Notes: svn path=/head/; revision=2768
* Fix bug with searching "" pattern, cause 'more' always showsAndrey A. Chernov1994-09-141-1/+1
| | | | | | | next line on "/<Enter>" instead of searching next pattern Notes: svn path=/head/; revision=2764