#
e768c1be |
| 16-Oct-2002 |
Robert Drehmel <robert@FreeBSD.org> |
- Remove the old insque() and remque() functions and their manual page from the compatibility library. - Add new implementations of insque() and remque() which conform to IEEE Std 1003.1-2001
- Remove the old insque() and remque() functions and their manual page from the compatibility library. - Add new implementations of insque() and remque() which conform to IEEE Std 1003.1-2001 to libc. Add a new manual page for them and connect them to the build. - Add the prototypes of insque() and remque() to the search.h header.
show more ...
|
Revision tags: release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs, release/4.5.0_cvs, release/4.4.0_cvs, release/4.3.0_cvs, release/4.3.0 |
|
#
4a558355 |
| 27-Mar-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
MAN[1-9] -> MAN.
|
Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs |
|
#
8f4620bc |
| 22-Dec-1999 |
Bruce Evans <bde@FreeBSD.org> |
Aargh, the $FreeBSD$ check caused an inconsistent commit by rejecting this makefile update which should have been together with the file removal.
Removed vlimit.3 and vtimes.3. Removed vlimit.c and
Aargh, the $FreeBSD$ check caused an inconsistent commit by rejecting 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.
show more ...
|
Revision tags: release/3.4.0_cvs, release/3.3.0_cvs, release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8 |
|
#
ac1b417f |
| 10-Nov-1998 |
Dima Ruban <dima@FreeBSD.org> |
Cleanup. Make it compile on alpha.
|
#
d7feb25b |
| 09-Sep-1998 |
KATO Takenori <kato@FreeBSD.org> |
Change ${MACHINE} into ${MACHINE_ARCH} to support MACHINE=pc98.
|
Revision tags: release/2.2.7 |
|
#
63b7c21c |
| 10-Jun-1998 |
John Polstra <jdp@FreeBSD.org> |
Move ftok() from libcompat to libc, so that it can be closer to its friend shmget().
PR: closes misc/6763
|
Revision tags: release/2.2.6, release/2.2.5_cvs, release/2.2.2_cvs |
|
#
b15443ba |
| 04-Apr-1997 |
Andrey A. Chernov <ache@FreeBSD.org> |
Speedup in case locale not used
|
#
79d07a32 |
| 29-Mar-1997 |
Andrey A. Chernov <ache@FreeBSD.org> |
Remove unneded define from CFLAGS (from orand* compatibility)
|
#
ffdb787e |
| 29-Mar-1997 |
Andrey A. Chernov <ache@FreeBSD.org> |
Remove orand* compatibility as promised (next release)
|
Revision tags: release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs, release/2.1.6_cvs, release/2.1.6.1 |
|
#
7c99d474 |
| 09-Oct-1996 |
Andrey A. Chernov <ache@FreeBSD.org> |
Add orandom(), osrandom(), etc.
|
Revision tags: release/2.1.5_cvs |
|
#
acd9f206 |
| 12-Aug-1996 |
Andrey A. Chernov <ache@FreeBSD.org> |
Convert to newly aded collate compare function
|
#
0fa1b0ba |
| 12-Aug-1996 |
Andrey A. Chernov <ache@FreeBSD.org> |
Use collate info for alpha character ranges 8bit cleanup
|
#
d209ee01 |
| 28-May-1996 |
Wolfram Schneider <wosch@FreeBSD.org> |
remove MLINKS regcomp.3 regexec.3 regerror.3 due name clash with libc
|
#
c211e812 |
| 09-Feb-1996 |
Mike Pritchard <mpp@FreeBSD.org> |
Added some missing MLINKS for section 3 man pages. 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 out
Added some missing MLINKS for section 3 man pages. 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.
show more ...
|
Revision tags: release/2.1.0_cvs |
|
#
ab808bfb |
| 29-Nov-1995 |
Andrey A. Chernov <ache@FreeBSD.org> |
Add cfree.3
|
Revision tags: release/2.0.5_cvs |
|
#
85c30cfa |
| 01-May-1995 |
Joerg Wunsch <joerg@FreeBSD.org> |
Added function and man page for ftok(3), used in conjunction with the so-called "System V IPC".
Submitted by: jbeukema@HK.Super.Net (John Beukema) Obtained from: Th. Lockert <tholo@sigmasoft.com>,
Added function and man page for ftok(3), used in conjunction with the so-called "System V IPC".
Submitted by: jbeukema@HK.Super.Net (John Beukema) Obtained from: Th. Lockert <tholo@sigmasoft.com>, via NetBSD
show more ...
|
#
a7240857 |
| 10-Apr-1995 |
Joerg Wunsch <joerg@FreeBSD.org> |
My libcompat cleanup.
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 reimplemen
My libcompat cleanup.
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
show more ...
|
#
56b688ea |
| 20-Feb-1995 |
Nate Williams <nate@FreeBSD.org> |
Make libcompat a static only library.
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 freedb
Make libcompat a static only library.
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.
show more ...
|
Revision tags: release/2.0 |
|
#
ab532cff |
| 05-Aug-1994 |
Garrett Wollman <wollman@FreeBSD.org> |
Make it work with our make macros.
|
Revision tags: release/1.1.5.1_cvs |
|
#
21b9e2c1 |
| 27-May-1994 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Comment out missing sources.
|
#
58f0484f |
| 27-May-1994 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
BSD 4.4 Lite Lib Sources
|