summaryrefslogtreecommitdiff
path: root/lib/libc/compat-43
Commit message (Collapse)AuthorAgeFilesLines
* Don't imply sigset_t == int.James Raynard1998-05-031-1/+1
| | | | Notes: svn path=/head/; revision=35654
* MACHINE -> MACHINE_ARCHJohn Birrell1998-03-091-2/+2
| | | | Notes: svn path=/head/; revision=34374
* Sorted lists.Bruce Evans1997-10-211-4/+3
| | | | Notes: svn path=/head/; revision=30624
* Removed the subdirectory paths from the definitions of MAN[1-9]. TheyBruce Evans1997-10-151-6/+3
| | | | | | | | were a workaround for limitations in bsd.man.mk that were fixed about 2 years ago. Notes: svn path=/head/; revision=30447
* kill the undeadPeter Wemm1997-07-134-308/+0
| | | | Notes: svn path=/head/; revision=27369
* This commit was generated by cvs2svn to compensate for changes in r27180,Bruce Evans1997-07-034-0/+308
|\ | | | | | | | | | | | | 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-034-0/+308
| | | | | | | | 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
* Changed all paths to be relative to src/lib instead of src/lib/libcJohn Birrell1997-05-031-1/+5
| | | | | | | | | | | | | so that all these makefiles can be used to build libc_r too. Added .if ${LIB} == "c" tests to restrict man page builds to libc to avoid needlessly building them with libc_r too. Split libc Makefile into Makefile and Makefile.inc to allow the libc_r Makefile to include Makefile.inc too. Notes: svn path=/head/; revision=25401
* Fixed wrong/incomplete #includes in synopsis.Bruce Evans1997-04-131-1/+1
| | | | Notes: svn path=/head/; revision=24874
* Fixed wrong function return type in synopsis.Bruce Evans1997-04-131-1/+1
| | | | Notes: svn path=/head/; revision=24873
* Fixed missing header in synopsis.Bruce Evans1997-04-111-0/+1
| | | | Notes: svn path=/head/; revision=24820
* Fixed synopsis (prototype was missing a const).Bruce Evans1997-04-111-1/+1
| | | | Notes: svn path=/head/; revision=24819
* Fixed missing function types in synopsis.Bruce Evans1997-03-191-0/+1
| | | | Notes: svn path=/head/; revision=24006
* Sort cross references.Wolfram Schneider1997-01-205-11/+11
| | | | Notes: svn path=/head/; revision=21906
* fix .Xr macroWolfram Schneider1996-09-211-1/+1
| | | | Notes: svn path=/head/; revision=18446
* Correctly use .Fn instead of .Nm to reference function namesMike Pritchard1996-08-221-1/+2
| | | | | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages. Notes: svn path=/head/; revision=17782
* Update a bunch of man pages to use .Fn insteadMike Pritchard1996-08-225-5/+5
| | | | | | | of .Nm when referencing funciton names. Notes: svn path=/head/; revision=17780
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-125-1/+8
| | | | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> Notes: svn path=/head/; revision=17141
* Added missing section numbers to a bunch of .Xr macros, orMike Pritchard1996-03-271-2/+2
| | | | | | | | converted them into .Fn macros where appropriate. Also fixed up some minor formatting problems. Notes: svn path=/head/; revision=14855
* Fixed a bunch of man page cross references that wereMike Pritchard1996-02-151-1/+1
| | | | | | | | | | | in the main text of various man pages. Thanks to Warner Losh for adding an option to manck to allow it to scan the entire man page looking for bogus xrefs, instead of just checking the SEE ALSO section. Notes: svn path=/head/; revision=14101
* Correct a bunch of man page cross references and generallyMike Pritchard1996-02-111-2/+2
| | | | | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however. Notes: svn path=/head/; revision=14038
* Changed the description of SIGSYS to better reflect whatMike Pritchard1996-01-221-1/+1
| | | | | | | it means when that signal is received. Closes PR# 686. Notes: svn path=/head/; revision=13561
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-304-308/+0
| | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=13123
* Remove setre*id*.Bruce Evans1995-04-251-2/+2
| | | | Notes: svn path=/head/; revision=8060
* gethostid.2 is now gethostid.3. Instal the correct one.Bruce Evans1994-08-281-1/+1
| | | | Notes: svn path=/head/; revision=2362
* First crack at making libc work with the new make macros. It compiles onGarrett Wollman1994-08-051-3/+6
| | | | | | | | my machine, and a simple static (genassym) and shared (sysctl) executable both work. Still to be done: RPCand YP merge. Notes: svn path=/head/; revision=1849
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-2722-0/+1702
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573