aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* MFC: Add a feature_present(3) function which checks to see if a named kernelJohn Baldwin2009-06-111-0/+1
| | | | | | | feature is present by checking the kern.features sysctl MIB. Notes: svn path=/stable/4/; revision=193999
* Give a "proper" prototype for the xdrproc_t type.Alfred Perlstein2004-10-262-2/+2
| | | | | | | | | | And a proper one for rpctest_service(). This allows programs utilizing the rpc headers to utilize higher warning levels. Notes: svn path=/stable/4/; revision=136958
* MFC: Add support for VIS_GLOB and sync with -current.Hidetoshi Shimokawa2004-09-171-0/+1
| | | | | | | PR: bin/60524 Notes: svn path=/stable/4/; revision=135361
* MFC: sync with NetBSD -- sl_add() now returns an int.David E. O'Brien2003-08-281-4/+6
| | | | | | | Approved by: murray Notes: svn path=/stable/4/; revision=119540
* MFC: Add stub implementations of pthread_[gs]etconcurrency toJohn Polstra2003-05-271-0/+2
| | | | | | | | | | | | | | | libc_r. This merges the following revisions from the trunk: 1.28 src/include/pthread.h 1.20 src/lib/libc_r/man/Makefile.inc 1.1, 1.2 src/lib/libc_r/man/pthread_getconcurrency.3 1.36 src/lib/libc_r/uthread/Makefile.inc 1.1 src/lib/libc_r/uthread/uthread_concurrency.c PR: standards/50848 Notes: svn path=/stable/4/; revision=115348
* MFC:Chris D. Faulhaber2003-03-201-1/+1
| | | | | | | | | | src/lib/libc/xdr/xdr_mem.c 1.12 src/include/rpc/xdr.h 1.23 Clean up some signed/unsigned issues in the XDR code. Notes: svn path=/stable/4/; revision=112432
* MFC: Add prototypes for pthread_attr_[sg]etstack() functionsAlexey Zelkin2003-03-041-0/+4
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=111872
* MFC: Properly remove unloaded objects from all lists.Alexander Kabaev2003-02-202-3/+48
| | | | | | | | | Implement dlinfo function. Aproved by: re (murray) Notes: svn path=/stable/4/; revision=111193
* MFC: Fast IPsecSam Leffler2003-01-241-1/+1
| | | | | | | Supported by: Notes: svn path=/stable/4/; revision=109793
* MFC: pthread_attr_get_npMax Khon2003-01-101-3/+4
| | | | Notes: svn path=/stable/4/; revision=109070
* MFC: Introduce FireWire userland utility.Hidetoshi Shimokawa2002-12-311-1/+1
| | | | | | | | | - Install header files. - Make device nodes. - Add CSR related macros. Notes: svn path=/stable/4/; revision=108493
* Only prototype strtoll() and strtoull() if "long long" is supported.Tim J. Robbins2002-12-131-0/+4
| | | | | | | | | Fixes warnings from <stdlib.h> in files compiled with gcc -ansi -pedantic. PR: 43780 Notes: svn path=/stable/4/; revision=107805
* MFC: install crypto header filesSam Leffler2002-11-211-1/+6
| | | | Notes: svn path=/stable/4/; revision=107162
* stdio.hWarner Losh2002-11-091-4/+4
| | | | Notes: svn path=/stable/4/; revision=106689
* MFC:Max Khon2002-10-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | - signal handling - thread suspension, add pthread_suspend/resume_all_np() - don't allow the uthread kernel pipe to use the same descriptors as stdio - make sigpending() and sigsuspend() account for signals that are pending on the process as well as pending on the current thread - thread_kern_poll(): limit maximum poll interval to 60 seconds - _select(): return correct number of total bits set in all fd_set's, change case of POLLNVAL as an error, remove POLLHUP and POLLERR from one case, their place is most likely amongst read events - use SA_RESTART for signal handlers - disconnect uthread_sigblock.c and uthread_sigsetmask.c from the build, remove sources not connected to build - pthread_xxx and sem_xxx symbols are now weak - remove #ifdef _THREAD_SAFE from sources -- it is not needed Approved by: deischen Notes: svn path=/stable/4/; revision=105700
* MFC: pthread_main_np()Max Khon2002-10-151-0/+1
| | | | | | | Approved by: deischen Notes: svn path=/stable/4/; revision=105160
* MFC: POSIX compatability, fixes sftpMike Heffner2002-09-181-4/+14
| | | | | | | | | | | | glob.h 1.7 glob.3 1.21 glob.c 1.19-1.20 PR: bin/42275 Approved by: re Notes: svn path=/stable/4/; revision=103541
* Fix compiler warnings when compiling with '-D_THREAD_SAFE -Wnested-externs'.Archie Cobbs2002-08-221-2/+1
| | | | | | | Reviewed by: freebsd-stable Notes: svn path=/stable/4/; revision=102294
* MFC: Add defines for option negotiation, needed for TSize support.Peter Wemm2002-08-141-0/+3
| | | | Notes: svn path=/stable/4/; revision=101883
* MFC: #ifdef wchar_t on __cplusplus not being defined.Warner Losh2002-08-082-0/+5
| | | | | | | Forgotten by: imp Notes: svn path=/stable/4/; revision=101496
* MFC stdlib 1.37 and stddef 1.7: don't define wchar_t if C++Warner Losh2002-08-072-0/+4
| | | | Notes: svn path=/stable/4/; revision=101462
* Revert part of the last delta; install compatibility symlinksRuslan Ermilov2002-07-221-0/+6
| | | | | | | | | | <machine/soundcard.h> and <machine/joystick.h> in the default SHARED=copies case. Requested by: sheldonh Notes: svn path=/stable/4/; revision=100536
* MFC: bsd.incs.mk support and assorted header fixes:Ruslan Ermilov2002-07-223-96/+31
| | | | | | | | | | | | | | | | | | | Install sys/<arch>/include/pc/*.h to /usr/include/machine/pc/. Install sys/netatm/*/*.h to /usr/include/netatm/*/. Don't install compatibility symlinks for <machine/soundcard.h> and <machine/joystick.h>. Don't install IPFILTER headers. Userland utilities fetch them directly, and they were not visible in the SHARED=symlinks case. Resurrect SHARED=symlinks in Makefile.inc1. PR: docs/29534, bin/28002 Notes: svn path=/stable/4/; revision=100501
* Reduce differences to CURRENT.Juli Mallett2002-07-191-2/+3
| | | | Notes: svn path=/stable/4/; revision=100347
* MFC: add some more commonly-used directories and files (rev.1.15 and rev.1.17).Maxim Sobolev2002-07-141-0/+6
| | | | Notes: svn path=/stable/4/; revision=99960
* MFC: readpassphrase(3) from OpenBSD.Dag-Erling Smørgrav2002-06-301-1/+1
| | | | Notes: svn path=/stable/4/; revision=99136
* MFC: rev 1.5 (add guard for C++)David E. O'Brien2002-06-191-0/+4
| | | | Notes: svn path=/stable/4/; revision=98416
* MFC: Finish merging the move from i386/isa -> dev/wi.Warner Losh2002-06-171-2/+3
| | | | | | | Pointy-hat-to: Imp for not doing this before 4.6. Notes: svn path=/stable/4/; revision=98359
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-05-203-0/+45
| | | | Notes: svn path=/stable/4/; revision=97011
* MFC: 1.44 include/unistd.hJacques Vidrine2002-04-151-0/+2
| | | | | | | | | | | | 1.2 lib/libc/net/rcmdsh.3 1.3 lib/libc/net/rcmdsh.c 1.43 lib/libc/net/Makefile.inc 1.32 lib/libc/net/rcmd.c Support for specifying rsh alternative. Notes: svn path=/stable/4/; revision=94759
* MFC: unifdef'ed secure telnet to obliterate gratuitous diffsMark Murray2002-04-131-8/+9
| | | | | | | between secure telnet and base telnet. Notes: svn path=/stable/4/; revision=94593
* MFC: SM_NOTIFY to make NFS happy.Alfred Perlstein2002-04-111-3/+8
| | | | | | | | Submitted by: Dan Nelson PR: misc/26373 Notes: svn path=/stable/4/; revision=94441
* MFC: add langinfo.hAlexey Zelkin2002-03-121-1/+1
| | | | Notes: svn path=/stable/4/; revision=92145
* MFC: getpeereid(3)Dima Dorfman2002-03-091-0/+1
| | | | Notes: svn path=/stable/4/; revision=91934
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-03-091-0/+47
| | | | Notes: svn path=/stable/4/; revision=91931
* MFC:David Malone2002-03-041-2/+2
| | | | | | | | Change brk's prototype from char *brk(const char *) to int brk(const void *) and sbrk's prototype from char *sbrk(int) to void *sbrk(intptr_t). Notes: svn path=/stable/4/; revision=91631
* MFC: FILES support for bsd.prog.mk.Ruslan Ermilov2002-02-181-18/+18
| | | | Notes: svn path=/stable/4/; revision=90852
* MFC: allow ldd(1) be used on shlibs.Maxim Sobolev2002-02-181-0/+1
| | | | Notes: svn path=/stable/4/; revision=90837
* Diff reduction commit. Not a real MFC, but a mechanical style fixupDag-Erling Smørgrav2002-02-152-24/+24
| | | | | | | equivalent to that applied to -CURRENT a short while ago. Notes: svn path=/stable/4/; revision=90666
* MFC: LEAP, support for Linux "acu" private ioctls, fix 802.11 RFMONDoug Ambrisko2002-02-071-1/+1
| | | | | | | | | | | gap problem, support for Home key, add support for multiple SSIDs via ifmedia and some minor bug fixes, install header files in /usr/include/dev/an and in general sync with -current. Reviewed by: imp, David Wolfskill <david@catwhisker.org> Notes: svn path=/stable/4/; revision=90347
* MFC:Mike Barcroft2001-12-272-2/+3
| | | | | | | | | Fix support for K&R C. Approved by: re Notes: svn path=/stable/4/; revision=88548
* MFC: add strcasestr()Andrey A. Chernov2001-12-251-2/+3
| | | | Notes: svn path=/stable/4/; revision=88464
* MFC prototype for strerror_r.Wes Peters2001-12-201-0/+1
| | | | | | | Clubbed by: mike@ Notes: svn path=/stable/4/; revision=88251
* MFC: add bmake glue for smbfs userland components and connect toSheldon Hearn2001-12-181-0/+7
| | | | | | | | | i386 build. Approved by: re Notes: svn path=/stable/4/; revision=88131
* MFC: rev 1.159, get rid of WANT_CSRG_LIBM defineAlexey Zelkin2001-12-171-3/+0
| | | | Notes: svn path=/stable/4/; revision=88063
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-12-141-0/+111
| | | | Notes: svn path=/stable/4/; revision=87895
* MFC: Add prototype for strnstr().Mike Barcroft2001-12-111-0/+2
| | | | | | | Forgotten by: mike Notes: svn path=/stable/4/; revision=87688
* MFC: revs 1.38,9 (guard fmtcheck's attribute checks for non-GCC compilers)David E. O'Brien2001-12-051-2/+6
| | | | Notes: svn path=/stable/4/; revision=87414
* MFC: move prototypes for cabs() and cabsl() to complex.h andDima Dorfman2001-11-231-1/+2
| | | | | | | | | reimplement them using the new complex number types. Approved by: ru Notes: svn path=/stable/4/; revision=86827
* Add stdbool.h.Jeroen Ruigrok van der Werven2001-11-151-3/+3
| | | | | | | | At the same time reorder the list [due to space constraints] so that it is prepared for the header files like in CURRENT. Notes: svn path=/stable/4/; revision=86427