aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add GDB support for ELF shared libs.Doug Rabson1998-05-231-1/+30
* Move __FreeBSD_version from src/sys/conf/newvers.sh toEivind Eklund1998-05-211-2/+4
* nuke signanosleep().Peter Wemm1998-05-141-5/+0
* Change the return types for strtoq and strtouq to int64_t and u_int64_tJohn Birrell1998-05-111-3/+2
* ut_time is a time_t, not a long.John Birrell1998-05-101-2/+2
* I have a long list of issues to address here, mostly related toJohn Birrell1998-05-051-6/+4
* Prototypes/typedefs cleanupAndrey A. Chernov1998-04-301-5/+6
* Basic support for LC_MESSAGESAndrey A. Chernov1998-04-291-1/+2
* Remove duplicate declsBrian Somers1998-04-191-2/+0
* ctime_r and asctime_r are not implemented.Poul-Henning Kamp1998-04-191-2/+2
* Format changes in an attempt to address some of Bruce's commentsJohn Birrell1998-04-121-18/+26
* Add *_unlocked() macros according to POSIX. In the _THREAD_SAFE case,John Birrell1998-04-111-9/+59
* Add a function prototype to set the name of a thread for debuggingJohn Birrell1998-04-111-1/+2
* Add static initializer defines as specified by POSIX.John Birrell1998-04-041-2/+8
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B andPeter Dufault1998-03-284-13/+13
* Added forgotten declaration of mkdtemp().Bruce Evans1998-03-121-0/+1
* Remove AIO_LISTIO_MAX until it is done properly.Peter Dufault1998-03-081-5/+1
* Put sigevent and AIO_LISTIO_MAX back in aio.h soPeter Dufault1998-03-081-17/+0
* My sched.h is getting walloped by Peter Dufault's. Nuke mine. Sorry.John Birrell1998-03-082-75/+2
* Reviewed by: bdePeter Dufault1998-03-082-7/+43
* Add a POSIX sched header. pthread_yield() in draft 4 becomesJohn Birrell1998-03-082-2/+75
* Reviewed by: msmith, bde long agoPeter Dufault1998-03-043-4/+36
* Moved include of <sys/cdefs.h> earlier for the same reasons as movingBruce Evans1998-02-271-2/+2
* Removed _POSIX_SOURCE ifdefs. This is not a POSIX.1 header.Bruce Evans1998-02-252-4/+0
* Uncommit the generated file key_prot.h. Install it from where itBruce Evans1998-02-133-264/+5
* Replace bogus "@(#)err.h 8.1 (Berkeley) 6/2/93" with RCS Id keyword.John Polstra1998-02-111-1/+1
* Remove the include of <dlfcn.h> from crt0.c; it is not needed nowJohn Polstra1998-02-112-2/+74
* Implement dladdr.John Polstra1998-02-061-1/+8
* XOpen says the void setpwent(void) is correct. Also call setpassent(0)Steve Price1998-02-011-1/+1
* kill ufs/lfs so that make installworld completes successfully.Warner Losh1998-01-311-2/+2
* Suggested by: bdeJohn Birrell1998-01-201-11/+0
* Invoke rpcgen with -C so that headers are created with ANSI prototypes.Bill Paul1998-01-191-2/+2
* Added missing declaration of signanosleep().Bruce Evans1998-01-161-0/+5
* Fixed pedantic syntax error (trailing comma in enum).Bruce Evans1998-01-161-1/+3
* Removed `#pragma ident' (for a FreeBSD Id) so that the K&R supportBruce Evans1998-01-164-4/+0
* Commented out `#pragma ident' (for a Sun id) so that the K&R supportBruce Evans1998-01-161-1/+1
* Removed redundant declarations. rpcgen generates `typedef enum foo;'Bruce Evans1998-01-161-5/+2
* Made this header self-sufficent. It had unnecessary dependencies onBruce Evans1998-01-161-2/+6
* Fixed a missing dependency.Bruce Evans1998-01-161-1/+3
* Null change to attach the correct log message for the previous commit:Bruce Evans1998-01-161-1/+1
* Added a forward struct declaration so that this file is lessBruce Evans1998-01-162-4/+10
* Commented out `#pragma ident' so that the K&R support isn't gratuitouslyBruce Evans1998-01-161-1/+1
* Translated to `C' - commented out #ident.Bruce Evans1998-01-161-1/+1
* Move _JBLEN definition to <machine/setjmp.h> like on NetBSD. RemoveJohn Birrell1998-01-111-25/+4
* unborkify osreldate.h install (change \ to / - someone was in DOS mode! ;)Jordan K. Hubbard1998-01-021-2/+2
* Install osreldate.h from ${.OBJDIR}.Steve Price1998-01-011-2/+3
* Added missing caddr_t --> void * conversions for sys/mman.h functions.Alexander Langer1998-01-011-2/+2
* Don't include sys/syslimits.h if _ANSI_SOURCE is defined.Steve Price1997-12-271-1/+4
* Changed pthread_detach to conform to POSIX, i.e. the single argumentAlexander Langer1997-12-251-1/+1
* Move nlist related defines from link.h into nlist.h. Clean upJohn Polstra1997-12-062-24/+37