aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Merge OpenSSH, OPIE, PAM and a number of dependencies from -STABLE.Dag-Erling Smørgrav2002-07-161-1/+1
| | | | Notes: svn path=/releng/4.6/; revision=100168
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.cvs2svn2002-07-035-53/+3
| | | | Notes: svn path=/releng/4.6/; revision=99348
* 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
* MFC: Add $FreeBSD$ and change pthread_set_name_np to take a const char *.Warner Losh2001-11-011-1/+2
| | | | Notes: svn path=/stable/4/; revision=85803
* MFC: "netgrent" functions a home in netdb.hAlfred Perlstein2001-08-291-0/+5
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=82488
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-08-201-0/+42
| | | | Notes: svn path=/stable/4/; revision=81998
* MFC:Mike Heffner2001-08-091-2/+4
| | | | | | | | | | | | | | | | | | | 1.5 +5 -3 src/include/glob.h 1.17 +17 -18 src/lib/libc/gen/glob.3 1.18 +3 -2 src/lib/libc/gen/glob.3 1.19 +2 -2 src/lib/libc/gen/glob.3 1.18 +9 -5 src/lib/libc/gen/glob.c 1.79 +2 -2 src/libexec/ftpd/ftpd.c 1.21 +2 -2 src/libexec/ftpd/popen.c To be more compatible with NetBSD/OpenBSD, rename the GLOB_MAXPATH flag to GLOB_LIMIT and use GLOB_NOSPACE with errno=0, instead of GLOB_LIMIT, when we reach the maximum number of matches. Approved by: re Notes: svn path=/stable/4/; revision=81329
* MFC 1.4: Complete prototype for fts_compar.Assar Westerlund2001-08-021-1/+3
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=81073
* MFC: rev 1.20 (remove namespace pollution)David E. O'Brien2001-08-021-2/+2
| | | | Notes: svn path=/stable/4/; revision=81016
* Fake the NLMv4 protocol. This allows lockd to 'service' nfsv3 clients.Alfred Perlstein2001-08-011-8/+148
| | | | | | | Submitted by: Dan Nelson <dnelson@emsphone.com> Notes: svn path=/stable/4/; revision=80851
* MFC: rev 1.11 (_PATH_DEFTAPE)David E. O'Brien2001-08-011-0/+1
| | | | Notes: svn path=/stable/4/; revision=80812
* MFC: rev 1.4David E. O'Brien2001-07-311-19/+3
| | | | | | | | | * include/elf.h has been repo copied to include/elf-hints.h, and it no longer includes machine/elf.h. * consumers of elf.h now use the minimalist elf header possible. Notes: svn path=/stable/4/; revision=80768
* MFC: * Most of existing include/elf.h is in elf-hints.h.David E. O'Brien2001-07-111-1/+1
| | | | | | | | | | | elf.h is now a compatibility header with Solaris/SVR4. * Consumers of elf.h now use the minimalist elf header possible. This change is motivated by Binutils 2.11 and too much clashing over our base elf headers and the Binutils elf headers. Notes: svn path=/stable/4/; revision=79604
* MFC: locale insensitive wcs* and wmem* functionsDavid E. O'Brien2001-07-111-1/+1
| | | | Notes: svn path=/stable/4/; revision=79602
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-07-112-0/+213
| | | | Notes: svn path=/stable/4/; revision=79580
* MFC: fmtcheck() function and manpageKris Kennaway2001-07-051-0/+2
| | | | Notes: svn path=/stable/4/; revision=79289
* MFC: Add the new clnt_control() request `CLSET_CONNECT', whichIan Dowse2001-06-281-0/+1
| | | | | | | allows a UDP RPC client to specify that connect(2) should be used. Notes: svn path=/stable/4/; revision=78934
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-06-181-0/+60
| | | | Notes: svn path=/stable/4/; revision=78441
* MFC: Implement EDNS0 support, as EDNS0 support will be made mandatory forHajimu UMEMOTO2001-06-153-0/+6
| | | | | | | | | | | | | | | | | | | | | | | IPv6 transport-ready resolvers/DNS servers. Need careful configuration when enable it. (default config is not affected). See manpage for details. XXX visible symbol __res_opt() is added, however, it is not supposed to be called from outside, libc minor is not bumped. src/include/resolv.h: 1.19->1.20 src/include/arpa/nameser.h: 1.14->1.15 src/include/arpa/nameser_compat.h: 1.2->1.3 src/lib/libc/net/getaddrinfo.c: 1.20->1.21 src/lib/libc/net/res_debug.c: 1.18->1.19 src/lib/libc/net/res_init.c: 1.23->1.24 src/lib/libc/net/res_mkquery.c: 1.15->1.16 src/lib/libc/net/res_query.c: 1.19->1.20 src/lib/libc/net/resolver.3: 1.14->1.15 src/share/examples/IPv6/USAGE: 1.1->1.2 Notes: svn path=/stable/4/; revision=78301
* MFC: getprogname(3) and setprogname(3)Dima Dorfman2001-06-141-0/+3
| | | | Notes: svn path=/stable/4/; revision=78192
* MFC: Relocate IPFilter.Jonathan Lemon2001-06-071-0/+5
| | | | Notes: svn path=/stable/4/; revision=77858
* MFC: back out wint_t and mbstate_t as I am tired of the complaints.David E. O'Brien2001-05-241-10/+0
| | | | | | | | | | | The STLport will probably become broken again, but I'll work on fixing it later. I wish someone would explain why the NetBSD Cirtus branch has the types in their stddef.h... Notes: svn path=/stable/4/; revision=77145
* MFC: include directories for netsmb and smbfs.Boris Popov2001-05-221-4/+6
| | | | | | | Submitted by: ru Notes: svn path=/stable/4/; revision=76985
* MFC: Add mbstate_t and wint_t.David E. O'Brien2001-05-181-0/+10
| | | | | | | | | Spell _BSD_TIME_T_ consistently as `int'. Update comments. Style tweaks. Notes: svn path=/stable/4/; revision=76794
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-05-131-0/+50
| | | | Notes: svn path=/stable/4/; revision=76528
* MFC: IPv4 address is not unsigned int.Hajimu UMEMOTO2001-04-211-6/+6
| | | | | | | | | | | | | | | | | include/arpa/inet.h: 1.11->1.12 lib/libc/net/inet.3: 1.11->1.12 lib/libc/net/inet_addr.c: 1.12->1.13 lib/libc/net/inet_lnaof.c: 1.2->1.3 lib/libc/net/inet_makeaddr.c: 1.2->1.3 lib/libc/net/inet_neta.c: 1.6->1.7 lib/libc/net/inet_netof.c: 1.2->1.3 lib/libc/net/inet_network.c: 1.6->1.7 sys/alpha/include/endian.h: 1.3->1.4 sys/netinet/in.h: 1.53->1.54 sys/sys/types.h: 1.41->1.43 Notes: svn path=/stable/4/; revision=75794