aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* MFC: sync all the way up to glob.c rev 1.16 and glob.h rev 1.4Peter Wemm2001-03-281-0/+3
| | | | Notes: svn path=/stable/3/; revision=74946
* MFC: don't clash with C++ reserved wordsAlfred Perlstein2000-07-081-2/+2
| | | | | | | | ns_parse.c: 1.2 nameser.h: 1.13 Notes: svn path=/stable/3/; revision=62796
* MFC: add $FReeBSD$Jeroen Ruigrok van der Werven2000-06-141-1/+2
| | | | Notes: svn path=/stable/3/; revision=61662
* MFC: various fixes:Jeroen Ruigrok van der Werven2000-06-141-4/+3
| | | | | | | | | | Zap $Revision$ Change to $FreeBSD$ Fix *ripcmds Fix(?) spelling of the copyright Notes: svn path=/stable/3/; revision=61661
* MFC: Add $FreeBSD$Jeroen Ruigrok van der Werven2000-06-141-0/+1
| | | | Notes: svn path=/stable/3/; revision=61660
* MFC: Fix namespace pollution which will less likely causeJeroen Ruigrok van der Werven2000-06-131-31/+31
| | | | | | | | problems in the future. This should fix C++ stdlib problems when using ctype.h as well. Notes: svn path=/stable/3/; revision=61632
* MFC: Back up following macros by functions: ishexnumber, isideogram,Jeroen Ruigrok van der Werven2000-06-131-5/+10
| | | | | | | isnumber, isphonogram, isrune, isspecial. Fix ordering. Notes: svn path=/stable/3/; revision=61631
* Sync with -current: add locking support to the dynamic linker.John Polstra2000-01-211-0/+7
| | | | Notes: svn path=/stable/3/; revision=56358
* MFC: Cancellation functions.Thomas Gellekum2000-01-041-7/+19
| | | | | | | Reviewed by: deischen Notes: svn path=/stable/3/; revision=55406
* MFC: make pthread_rwlockattr_setpshared POSIX compliant.Thomas Gellekum2000-01-041-4/+3
| | | | | | | Reviewed by: deischen Notes: svn path=/stable/3/; revision=55403
* MFC: Add rand_r and readdir_r.Thomas Gellekum2000-01-041-0/+2
| | | | | | | Reviewed by: deischen Notes: svn path=/stable/3/; revision=55402
* MFC rev 1.2: Conditionalize on __i386__ instead of i386 .Sheldon Hearn1999-12-291-3/+5
| | | | | | | | | | Added $FreeBSD$ to satisfy commit_prep.pl . PR: misc/15730 Reported by: Brooks Davis <brooks@one-eyed-alien.net> Notes: svn path=/stable/3/; revision=55217
* Add missing function prototype for mkstemps().John Baldwin1999-12-231-0/+2
| | | | | | | | | Add $FreeBSD$ while I am here. Forgotten by: obrien Notes: svn path=/stable/3/; revision=55053
* MFC: extra flags for rtld-elfJordan K. Hubbard1999-12-171-1/+3
| | | | Notes: svn path=/stable/3/; revision=54711
* MFC: GNU-compatible define, move non-POSIX defines under ifdefAndrey A. Chernov1999-11-221-0/+5
| | | | Notes: svn path=/stable/3/; revision=53604
* MFC:Julian Elischer1999-11-221-2/+2
| | | | | | | Turn on all the makefiles etc that enable Netgraph. Notes: svn path=/stable/3/; revision=53559
* MFC: Backport strl* routines.Warner Losh1999-09-031-0/+2
| | | | | | | | Approved by: jkh Tested by: make buildworld Notes: svn path=/stable/3/; revision=50832
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2956-58/+58
| | | | Notes: svn path=/stable/3/; revision=50569
* MFC: wrap fpsetmask(3) and friends in 'extern "C"'.Steve Price1999-06-221-0/+2
| | | | Notes: svn path=/stable/3/; revision=48107
* MFC: rev 1.3: Add missing declarations.Sheldon Hearn1999-06-211-0/+2
| | | | Notes: svn path=/stable/3/; revision=48082
* MFC: 16 characters for the device name in /etc/dumpdates is not longJacques Vidrine1999-05-091-2/+2
| | | | | | | | | | enough, particularly when using vinum. Allow 32 characters (arbitrary, I know) instead. PR: bin/11433 Notes: svn path=/stable/3/; revision=46841
* MFC: (mostly) Realtime scheduling patches from Dan Eischen.John Birrell1999-05-092-36/+78
| | | | Notes: svn path=/stable/3/; revision=46770
* MFC: C++ safe.Jordan K. Hubbard1999-05-081-1/+3
| | | | Notes: svn path=/stable/3/; revision=46674
* MFC: pread() and pwrite().Dmitrij Tejblum1999-05-051-0/+2
| | | | Notes: svn path=/stable/3/; revision=46535
* MFC: fseeko() and ftello().Dmitrij Tejblum1999-05-051-1/+3
| | | | Notes: svn path=/stable/3/; revision=46528
* MFC:Poul-Henning Kamp1999-03-222-88/+3
| | | | | | | | | | | | Have ntp_gettime access sysctl by name. Remove /usr/include/timepps.h Track PPS-API draft Improve interface/support for PPS drivers. Update to Dave Mills "nanokernel" PLL Make hardpps() work with timecounters. Notes: svn path=/stable/3/; revision=44938
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-212-235/+0
| | | | Notes: svn path=/stable/3/; revision=42951
* Add a prototype for strtok_r().John Polstra1999-01-201-0/+1
| | | | Notes: svn path=/head/; revision=42913
* Use the correct type for uid and gid in struct passwd. Document it.Dag-Erling Smørgrav1999-01-181-2/+2
| | | | Notes: svn path=/head/; revision=42780
* Install <sys/aio.h> as <aio.h>.Dmitrij Tejblum1999-01-171-2/+2
| | | | Notes: svn path=/head/; revision=42774
* Instead of a wrapper <linker_set.h>, use a symlink toJohn Polstra1999-01-142-37/+3
| | | | | | | | | <sys/linker_set.h>. Submitted by: bde Notes: svn path=/head/; revision=42663
* Add a wrapper <linker_set.h> for <sys/linker_set.h>, so thatJohn Polstra1999-01-142-2/+36
| | | | | | | userland programs can use linker sets. Notes: svn path=/head/; revision=42646
* optreset is a POSIX extension, make it visible in POSIX_SOURCE scope.Mike Smith1999-01-111-1/+1
| | | | | | | Submitted by: Andrzej Bialecki <abial@nask.pl> Notes: svn path=/head/; revision=42518
* Move nologin from /etc to /var/run. This means one less file that hasSatoshi Asami1999-01-111-1/+1
| | | | | | | | | | | | to be written to /etc. The only essential change is in paths.h, so any third-party software written correctly will pick it up in the next rebuild. Reviewed by: the committers list (actually an old version) Notes: svn path=/head/; revision=42515
* POSIX introduced optreset to deal with multiple invocationsMike Smith1999-01-111-0/+1
| | | | | | | | | | | | | of getopt (as in, multiple input lines :). This is documented in the man page and is used in the code, but unistd.h and stand.h do not declare it. Incidentally, it prevents me fixing a bug in loader's code... :-) PR: misc/9373 Submitted by: "Daniel C. Sobral" <dcs@newsguy.com> Notes: svn path=/head/; revision=42511
* Make ctime_r, asctime_r, gmtime_r, and localtime_r available in libc.Dmitrij Tejblum1999-01-041-7/+4
| | | | Notes: svn path=/head/; revision=42293
* Implement fpsetmask() and other fp*() functions. Programs should useDoug Rabson1998-12-232-2/+27
| | | | | | | | | | | | | #include <ieeefp.h> to access these functions instead of the i386 specific #include <machine/floatingpoint.h> Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=42029
* Install <sys/inttypes.h> as <inttypes.h>.Dmitrij Tejblum1998-12-191-2/+2
| | | | Notes: svn path=/head/; revision=41928
* Little reorganization:Dmitrij Tejblum1998-12-191-5/+3
| | | | | | | | | | | | | - created internal names for fixed-size integral types, like __int32_t. They will be used to make several headers self-sufficient. - <stdlib.h> don't include <machine/types.h> anymore. - created <sys/inttypes.h>, which can be used as <inttypes.h>. - declaration of uoff_t and ufs_daddr_t moved to <sys/types.h>. Reviewed by: bde Notes: svn path=/head/; revision=41927
* Declare size_t and ssize_t if they are not already declared, so thatBruce Evans1998-12-161-6/+15
| | | | | | | | | | | | | | | | | | <kvm.h> is self-sufficient again. Moved typedefs and forward struct declarations out of __BEGIN_DECLS/ __END_DECLS. Don't comment out the prototype for kvm_uread(). This was a 4 year old kludge for previous breakage of self-sufficiency. The prototypwe was broken instead. Fixed bitrot (const poisoning) in the type of kvm_uread(). Fixed order of the declaration of kvm_uread(). Notes: svn path=/head/; revision=41882
* Make this protototype of mmap return void *, like two other copies.Dmitrij Tejblum1998-12-141-2/+2
| | | | Notes: svn path=/head/; revision=41798
* Make rcsid a const char[] instead of char[] to avoid compiler warningsArchie Cobbs1998-12-0610-10/+10
| | | | Notes: svn path=/head/; revision=41557
* Add support for pthread_mutexattr_settype(). As a side effect ofEivind Eklund1998-11-281-2/+8
| | | | | | | testing this, fix MUTEX_TYPE_COUNTING_FAST. Recursive locks now work. Notes: svn path=/head/; revision=41390
* Don't forget to use the appropriate __printf*like attribute for verr*Bruce Evans1998-11-221-11/+14
| | | | | | | | | | | and vwarn*. Sorted attributes. UnFrom'ed vendor id. Notes: svn path=/head/; revision=41284
* 64bit clean nowDima Ruban1998-11-081-1/+1
| | | | Notes: svn path=/head/; revision=40999
* Add support for -Wformat consistency checking between format stringsJohn Polstra1998-10-291-7/+7
| | | | | | | | | | and their argument lists for the err(3) family of functions. Note, I intentionally used __printflike instead of __printf0like for warnx. Although a NULL format string is legal for that function, it doesn't make any sense. Notes: svn path=/head/; revision=40739
* 64bit fixes.Dima Ruban1998-10-271-9/+9
| | | | | | | | | | (Note: ``dump'' doesn't work on alpha yet. Apparently there's a problem somewhere is the physio() area) Submitted by: myself && Matt Dillon. Notes: svn path=/head/; revision=40668
* make talk/talkd work on alpha.Dima Ruban1998-10-201-3/+3
| | | | Notes: svn path=/head/; revision=40536
* Don't even think about using a sysctl to build osreldate.h, since thisBruce Evans1998-10-171-17/+4
| | | | | | | | | | | | | breaks cross-builds. Just depend on ${.CURDIR}/../sys/conf/newvers.sh existing. Don't override the (correct) defaults for the depend, lint or tags target. In LDIRS: fixed order-rot. Don't comment out dead networking directories; remove them. Notes: svn path=/head/; revision=40496
* Move auth.conf path in here. Doesn't affect published interface.Jordan K. Hubbard1998-10-091-0/+1
| | | | Notes: svn path=/head/; revision=40111