aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1442-43/+43
| | | | | | | | | | | 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
* Internationalise "authorize".David Nugent1997-01-091-1/+2
| | | | Notes: svn path=/head/; revision=21447
* Typo fix.David Nugent1997-01-071-2/+2
| | | | Notes: svn path=/head/; revision=21396
* Move typedef for rlim_t into sys/types.h (as per NetBSD).David Nugent1997-01-051-7/+1
| | | | Notes: svn path=/head/; revision=21346
* Add the forgotten login_cap.hSøren Schmidt1997-01-041-3/+3
| | | | Notes: svn path=/head/; revision=21306
* Header for login class capabilities handling.David Nugent1997-01-041-0/+143
| | | | Notes: svn path=/head/; revision=21286
* Oops, remove FNM_NOCASE alias: really I can't remember any systemAndrey A. Chernov1997-01-021-1/+0
| | | | | | | with this define, it was ftpd-inspired. Notes: svn path=/head/; revision=21229
* Add FNM_NOCASE and FNM_IGNORECASE as synonyms to FNM_CASEFOLDAndrey A. Chernov1997-01-021-0/+2
| | | | | | | for better compatibility with other systems Notes: svn path=/head/; revision=21227
* Added group= facility to /etc/ttys for tty grouping for moreDavid Nugent1997-01-021-0/+3
| | | | | | | | | | | more manageable and convenient referencing by login.conf (login class database) and (e.g.) login.access. This is the first of a group of commits which implements the login class capabilities database. Notes: svn path=/head/; revision=21189
* Missed prototype for svc_getreqset2()Peter Wemm1996-12-311-1/+2
| | | | Notes: svn path=/head/; revision=21126
* - Prototypes, including pointers to functionsPeter Wemm1996-12-302-28/+30
| | | | | | | - C++ safe Notes: svn path=/head/; revision=21060
* First commit of a series of cleanups for the libc rpc code which has beenPeter Wemm1996-12-308-84/+137
| | | | | | | | | | | | | | suffering a bad case neglect for the last few years. - Add full prototypes, including to function pointers. - Make the wire protocols 64-bit type safe, eg: 32 bit quantities are int32_t, not long. The orginal rpc code was implemented when an int could be 16 bits. Obtained from: a diff of FreeBSD vs. OpenBSD/NetBSD rpc code. Notes: svn path=/head/; revision=21059
* Update 4.9.4-P1 -> 4.9.5-P1Peter Wemm1996-12-302-42/+110
| | | | | | | Included here are definitions for the DNSSEC key management stuff. Notes: svn path=/head/; revision=21056
* Update the resolver definitions from bind-4.9.4-P1 to 4.9.5-P1 level.Peter Wemm1996-12-302-53/+94
| | | | | | | (More commits to come) Notes: svn path=/head/; revision=21055
* Geeze, I'm really off-target on my Makefile hacking tonite. Guess I'llJordan K. Hubbard1996-12-301-3/+3
| | | | | | | | | | go to bed. :-) Revert this change which would have broken the ${DESTDIR} relative link when chrooted. Pointed-Out-To-My-Embarassment-By: bde Notes: svn path=/head/; revision=21044
* Add some missing ${DESTDIR}s here.Jordan K. Hubbard1996-12-301-3/+3
| | | | Notes: svn path=/head/; revision=21038
* string.h defines nonstandard routines when _POSIX_SOURCE isWarner Losh1996-12-171-1/+1
| | | | | | | | | | defined. It has been fixed to not do that. Submitted by: Jake Hamby <jehamby@lightside.com> Closes PR: 1954 Notes: svn path=/head/; revision=20600
* Fix compiler warning: /* inside commentAndrey A. Chernov1996-12-051-1/+1
| | | | | | | 2.2 candidate Notes: svn path=/head/; revision=20154
* Bump maximum username length to 16 characters. This brings us intoJordan K. Hubbard1996-12-041-2/+2
| | | | | | | | | | | | | | line with BSD/OS and Linux's username limits, making transitioning from either operating system a lot easier than it is now. I'm currently running with this change on my system, as are several others, and have experienced no ill effects. This is not for 2.2! This needs to get shaken out longer term in 3.0. Previously-approved-by: davidg Notes: svn path=/head/; revision=20137
* Update to more current reality.Poul-Henning Kamp1996-11-281-10/+30
| | | | | | | | Reviewed by: phk Submitted by: Robin Carey <robin@mailgate.dtc.rankxerox.co.uk> Notes: svn path=/head/; revision=20003
* Matching routed.h to go along with latest routed.Garrett Wollman1996-11-191-2/+14
| | | | Notes: svn path=/head/; revision=19886
* Change prototypes for gmtime_r() and localtime_r() in accordance withJeffrey Hsu1996-11-111-3/+3
| | | | | | | IEEE pthreads specification. Notes: svn path=/head/; revision=19639
* Prototype pthread_mutexattr_getkind_np() and pthread_mutexattr_setkind_np().Jeffrey Hsu1996-11-111-5/+7
| | | | Notes: svn path=/head/; revision=19638
* Moved pthread_mutexattr_default inside #ifndef PTHREAD_KERNEL now thatJeffrey Hsu1996-11-111-2/+8
| | | | | | | | | we use it in the uthreads implementation. Moved enum pthread_mutextype here from libc_r/uthread/pthread_private.h. Change prototype for pthread_getspecific(). Notes: svn path=/head/; revision=19637
* Remove collate_range_cmpAndrey A. Chernov1996-10-311-3/+0
| | | | Notes: svn path=/head/; revision=19289
* improve comments for UT_NAMESIZEWolfram Schneider1996-10-272-3/+7
| | | | Notes: svn path=/head/; revision=19211
* Fixed tabs and punctuation to match nearby (and KNF) style. Sigh.Bruce Evans1996-10-241-2/+2
| | | | Notes: svn path=/head/; revision=19144
* GNU-style changes:Andrey A. Chernov1996-10-231-3/+4
| | | | | | | | 1) Rename FNM_ICASE to FNM_CASEFOLD 2) Add FNM_LEADING_DIR Notes: svn path=/head/; revision=19133
* add flag FNM_ICASE for case insensitve searchWolfram Schneider1996-10-201-0/+1
| | | | | | | Reviewed by: ache Notes: svn path=/head/; revision=19059
* Add back netnsJordan K. Hubbard1996-10-171-3/+3
| | | | Notes: svn path=/head/; revision=18999
* Fixed the wrong include file for a "prototype mismatch" error betweenMarc G. Fournier1996-10-081-3/+3
| | | | | | | dlfcn.h and link.h Notes: svn path=/head/; revision=18801
* dlfcn.h and link.h have conflicting declarations for dlopen/dlsym,Marc G. Fournier1996-10-071-3/+3
| | | | | | | | | | | | | | | | | with dlfcn.h declaring them as: void *dlopen __P((const char *, int)); void *dlsym __P((void *, const char *)); while link.h declared them as extern void *dlopen __P((char *, int)); extern void *dlsym __P((void *, char *)); Fix link.h to match dlfcn.h Notes: svn path=/head/; revision=18799
* Add support for storing a -R path in ld in the section dispatch table,Peter Wemm1996-10-011-2/+5
| | | | | | | | | | | | support LD_HINTS_VERSION_2 that has the ldconfig pathname stored in the ld.so.hints file (ie: a new library can be installed and used without needing to run ldconfig -m first) Reviewed by: nate, jdp Obtained from: NetBSD (mostly) Notes: svn path=/head/; revision=18591
* Add the linker set stab types: N_SETA N_SETT N_SETD N_SETB N_SETVPeter Wemm1996-10-011-1/+8
| | | | Notes: svn path=/head/; revision=18589
* Fixed CLEANFILES. osreldate was missing.Bruce Evans1996-09-201-3/+4
| | | | | | | Cleaned up LDIRS line. Notes: svn path=/head/; revision=18420
* Don't use __dead or __pure in user code. They were obfuscationsBruce Evans1996-09-145-78/+75
| | | | | | | | | for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where use of __pure was mostly wrong. Notes: svn path=/head/; revision=18286
* install rpc header filesAdam David1996-09-011-1/+4
| | | | Notes: svn path=/head/; revision=17992
* 'make install' is not supposed to touch anything.Peter Wemm1996-08-301-2/+2
| | | | Notes: svn path=/head/; revision=17963
* missed these parts of Bruce's changes last time..Peter Wemm1996-08-301-2/+2
| | | | | | | Submitted by: bde (again :-) Notes: svn path=/head/; revision=17960
* echo -> ${ECHO}Peter Wemm1996-08-301-6/+6
| | | | | | | | | | do the rm -rf and ln -s in two seperate commands to allow a fork/exec without a "sh -c" in the middle. Submitted by: bde Notes: svn path=/head/; revision=17954
* Some bmake magic to clean up the install more.Peter Wemm1996-08-301-10/+6
| | | | | | | | | | fix another missed -c typo of mine. clean the rpcgen implicit rule more Submitted by: bde Notes: svn path=/head/; revision=17953
* Hand merge in the bind-4.9.4-P1 resolver updates.Peter Wemm1996-08-294-6/+56
| | | | Notes: svn path=/head/; revision=17902
* replace cmp -s || install with ${INSTALL} -C, and @for with .forPeter Wemm1996-08-291-21/+10
| | | | Notes: svn path=/head/; revision=17901
* Clean up include Makefile:Peter Wemm1996-08-291-75/+61
| | | | | | | | | | | | | | | - use .for loops instead of shell for loops. This means we can be shown what is happening while it's going, rather than some pacifier "echo" statement. - use "${INSTALL} -C", nuke the "cmp -s" hack - for "copies" mode, the include files are no longer touched each time the world is built. (ie: no rm -rf. symlinks are removed, mtree builds the new dirs or confirms the existing ones) - osreldate.h is build in the local dir and conditionally installed, rather than built in /usr/include and either renamed or deleted. Notes: svn path=/head/; revision=17900
* New version of routed.h to match new version of routed.Garrett Wollman1996-08-271-17/+20
| | | | Notes: svn path=/head/; revision=17844
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>Julian Elischer1996-08-203-191/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Here are the diffs for libc_r to get it one step closer to P1003.1c These make most of the thread/mutex/condvar structures opaque to the user. There are three functions which have been renamed with _np suffixes because they are extensions to P1003.1c (I did them for JAVA, which needs to suspend/resume threads and also start threads suspended). I've created a new header (pthread_np.h) for the non-POSIX stuff. The egrep tags stuff in /usr/src/lib/libc_r/Makefile that I uncommented doesn't work. I think its best to delete it. I don't think libc_r needs tags anyway, 'cause most of the source is in libc which does have tags. also: Here's the first batch of man pages for the thread functions. The diff to /usr/src/lib/libc_r/Makefile removes some stuff that was inherited from /usr/src/lib/libc/Makefile that should only be done with libc. also: I should have sent this diff with the pthread(3) man page. It allows people to type make -DWANT_LIBC_R world to get libc_r built with the rest of the world. I put this in the pthread(3) man page. The default is still not to build libc_r. also: The diff attached adds a pthread(3) man page to /usr/src/share/man/man3. The idea is that without libc_r installed, this man page will give people enough info to know that they have to build libc_r. Notes: svn path=/head/; revision=17706
* #if !ANSI !POSIX newly added collate_range_cmp functionAndrey A. Chernov1996-08-131-0/+2
| | | | Notes: svn path=/head/; revision=17577
* There is so many places where range comparation (using collate)Andrey A. Chernov1996-08-121-0/+1
| | | | | | | | needed (much more than I think initially), so I forced to add new user-visible non-standard function to libc. Notes: svn path=/head/; revision=17550
* Create FreeBSD copyright (c comment) for OS versionWolfram Schneider1996-08-041-3/+4
| | | | Notes: svn path=/head/; revision=17432
* New routed.h that goes with the new routed.Garrett Wollman1996-07-221-13/+1
| | | | Notes: svn path=/head/; revision=17253