summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* XOpen says the void setpwent(void) is correct. Also call setpassent(0)steve1998-02-011-1/+1
* kill ufs/lfs so that make installworld completes successfully.imp1998-01-311-2/+2
* Suggested by: bdejb1998-01-201-11/+0
* Invoke rpcgen with -C so that headers are created with ANSI prototypes.wpaul1998-01-191-2/+2
* Added missing declaration of signanosleep().bde1998-01-161-0/+5
* Fixed pedantic syntax error (trailing comma in enum).bde1998-01-161-1/+3
* Removed `#pragma ident' (for a FreeBSD Id) so that the K&R supportbde1998-01-164-4/+0
* Commented out `#pragma ident' (for a Sun id) so that the K&R supportbde1998-01-161-1/+1
* Removed redundant declarations. rpcgen generates `typedef enum foo;'bde1998-01-161-5/+2
* Made this header self-sufficent. It had unnecessary dependencies onbde1998-01-161-2/+6
* Fixed a missing dependency.bde1998-01-161-1/+3
* Null change to attach the correct log message for the previous commit:bde1998-01-161-1/+1
* Added a forward struct declaration so that this file is lessbde1998-01-162-4/+10
* Commented out `#pragma ident' so that the K&R support isn't gratuitouslybde1998-01-161-1/+1
* Translated to `C' - commented out #ident.bde1998-01-161-1/+1
* Move _JBLEN definition to <machine/setjmp.h> like on NetBSD. Removejb1998-01-111-25/+4
* unborkify osreldate.h install (change \ to / - someone was in DOS mode! ;)jkh1998-01-021-2/+2
* Install osreldate.h from ${.OBJDIR}.steve1998-01-011-2/+3
* Added missing caddr_t --> void * conversions for sys/mman.h functions.alex1998-01-011-2/+2
* Don't include sys/syslimits.h if _ANSI_SOURCE is defined.steve1997-12-271-1/+4
* Changed pthread_detach to conform to POSIX, i.e. the single argumentalex1997-12-251-1/+1
* Move nlist related defines from link.h into nlist.h. Clean upjdp1997-12-062-24/+37
* Remove the prototypes for dlopen and related functions. They don'tjdp1997-11-281-10/+1
* Add Ids, from lite2.charnier1997-11-243-3/+11
* const correctness for dl*()brian1997-11-221-8/+8
* Remove sccsid, not present in Lite2.charnier1997-11-203-14/+3
* Add const to rcsid[] definition so that -Wall will not complain.charnier1997-10-313-8/+17
* Change usleep return type from void to int to match OpenGroup specs.ache1997-10-221-1/+1
* Declare the various 2-byte values in TFTP as being `unsigned short'.joerg1997-10-191-3/+3
* Reinsert telnet.h into the list of files installed into include/arpa/markm1997-10-031-2/+2
* Changes for KTH KerberosIV.markm1997-09-281-2/+2
* Oops, fix typo in istype definitionache1997-09-272-2/+2
* 1) Bring '!!' back since we wan't overflow even a charache1997-09-272-34/+38
* Oops, wrong version of digittoint fix was commited, step back to v1.8ache1997-09-252-16/+12
* Fix digittoint broken long agoache1997-09-252-28/+16
* Bandaid for the build-breaking reference to _BSD_RUNE_T_. I'm not surepeter1997-09-252-6/+6
* Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>julian1997-09-242-2/+20
* Removed installhdrs target. It was an unnecessary complication.bde1997-09-162-11/+4
* SYSV has both <poll.h> and <sys/poll.h>. (poll.h merely #includespeter1997-09-141-2/+2
* Add "options no_tld_query" to resolv.conf.brian1997-09-011-1/+2
* Removed ifndef of AUTH_NONE. The conflict with login_cap.h was fixedbde1997-08-211-3/+1
* Don't traverse subdirectories twice for normal installs.bde1997-08-211-1/+4
* Fix and simplify installhdrs target. It didn't install the headers inbde1997-08-211-7/+4
* fix a problem with headers not being installed properly... basicly thejmg1997-08-212-5/+10
* Prototypes for getsid() and getpgid(). Also, prefix type names inpeter1997-08-191-1/+3
* split beforeinstall hook up so that the header install stuff is reachablepeter1997-08-181-2/+4
* Make this compile with the -traditional cc flag.steve1997-08-161-2/+2
* Fix typo: "send" -> "end"fenner1997-08-111-1/+1
* Import strptime(3) into libc. We've got permission by Kevin Ruddy tojoerg1997-08-091-0/+1
* Implement dlsym(RTLD_NEXT, symbol).jdp1997-08-021-1/+3
OpenPOWER on IntegriCloud