summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/sys (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2007-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-241-4/+3
| | | | | | | | | | PR 1262/filesystem * libcsupport/Makefile.am, libnetworking/libc/herror.c, libnetworking/libc/res_send.c, libnetworking/sys/uio.h, telnetd/Makefile.am, telnetd/README, telnetd/preinstall.am, telnetd/pty.c, telnetd/telnetd.c: Add support for readv() and writev() including documentation and test case. * libcsupport/src/readv.c, libcsupport/src/writev.c: New files.
* Include <rtems/bsd/sys/cdefs.h> instead of <sys/cdefs.h>.Ralf Corsepius2007-05-108-8/+8
|
* Remove (moved to include/rtems/bsd/sys/queue.h).Ralf Corsepius2007-05-101-602/+0
|
* Include <rtems/bsd/sys/queue.h> instead of <sys/queue.h>.Ralf Corsepius2007-05-103-3/+3
|
* Remove selrecord, selwakeup (Unused).Ralf Corsepius2007-03-291-7/+0
|
* Remove (Unused).Ralf Corsepius2007-03-281-189/+0
|
* Change int args to intptr_t because they are casted to pointers.Ralf Corsepius2007-03-281-4/+4
|
* Cosmetics from FreeBSD.Ralf Corsepius2007-03-251-1/+4
|
* 2007-03-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-191-59/+0
| | | | | * libnetworking/sys/buf.h: Remove unused/non-implemented bsd kernel symbols.
* Don't include machine/conf.h.Ralf Corsepius2007-03-191-32/+9
| | | | | Update copyright notice. Remove unused/non-implemented declarations.
* 2007-03-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-191-93/+4
| | | | | * libnetworking/sys/systm.h: Update copyright notice from FreeBSD. Remove many non-supported/unused declarations.
* 2007-03-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-181-7/+0
| | | | | * libnetworking/sys/ucred.h: Remove crcopy, crdup, crfree, crget, crhold (Unused/non-implemented).
* Remove __P().Ralf Corsepius2007-03-188-46/+46
|
* Remove bdevsw, cdevsw, swdevt (Unused).Ralf Corsepius2007-03-181-57/+0
|
* Remove nblkdev, nchrdev, swdevt, nswdev, nswap (Unused).Ralf Corsepius2007-03-181-6/+0
|
* 2007-03-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-181-65/+0
| | | | * libnetworking/sys/conf.h: Remove non-implemented/unused symbols.
* Comment out copyin/copyout to work around clash with defines from ↵Ralf Corsepius2007-03-181-0/+3
| | | | rtems_bsdnet_internal.h.
* Fix oversights.Ralf Corsepius2007-03-171-2/+2
|
* Remove __P().Ralf Corsepius2007-03-172-83/+83
|
* Remove __P().Ralf Corsepius2007-03-172-63/+63
|
* 2007-03-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-171-23/+0
| | | | | * libnetworking/sys/conf.h: Remove linesw, struct linesw, nlinesw. (Clash with termiostypes.h - PR 1229).
* Remove (Unused).Ralf Corsepius2007-03-161-70/+0
|
* Remove __P().Ralf Corsepius2007-03-142-3/+3
|
* Cosmetics from FreeBSD.Ralf Corsepius2006-12-081-8/+4
|
* 2006-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-161-5/+2
| | | | | * libnetworking/sys/malloc.h: Remove contigmalloc (non-implemented). Remove __P-guards from malloc, free.
* *** empty log message ***Joel Sherrill2006-09-011-1/+1
|
* 2006-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-011-2/+2
| | | | | | * libcsupport/src/malloc.c, libnetworking/rtems/rtems_glue.c, libnetworking/sys/mbuf.h: Remove warnings -- use uintptr_t or properly sized integers.
* 2006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-311-2/+2
| | | | | | | | | | | | | | | * ftpd/ftpd.c, libcsupport/include/sys/ioccom.h, libcsupport/src/ioctl.c, libnetworking/kern/uipc_mbuf.c, libnetworking/libc/inet_addr.c, libnetworking/net/ethernet.h, libnetworking/net/if.c, libnetworking/net/if_ethersubr.c, libnetworking/net/if_ppp.c, libnetworking/net/if_pppvar.h, libnetworking/net/if_var.h, libnetworking/net/ppp_tty.c, libnetworking/netinet/in_cksum.c, libnetworking/nfs/bootp_subr.c, libnetworking/rtems/rtems_bsdnet_internal.h, libnetworking/sys/mbuf.h, pppd/md4.c, pppd/pppd.h: Remove warnings due to improper use of int which shows up on 16 bit targets. Added ioctl_command_t since IOCTL command argument does not reliably fit into 16 bits.
* 2006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-302-3/+3
| | | | | | | | | | | | | | * libcsupport/include/sys/ioccom.h, libnetworking/kern/uipc_socket2.c, libnetworking/net/ethernet.h, libnetworking/net/if.h, libnetworking/net/if_ethersubr.c, libnetworking/net/if_ppp.c, libnetworking/net/if_pppvar.h, libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c, libnetworking/net/slcompress.c, libnetworking/netinet/in.h, libnetworking/netinet/ip_icmp.c, libnetworking/netinet/tcp.h, libnetworking/netinet/tcp_seq.h, libnetworking/sys/protosw.h, libnetworking/sys/socketvar.h: Remove warnings. Most of the warnings were 16/32 bit integer sizing issues. Some constants had L appended, some had casts add, some types were changed to reflect a bit width requirement.
* applied patches for PR1117/1118/1119/1120Thomas Doerfler2006-07-091-1/+1
|
* 2006-04-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-04-131-1/+1
| | | | | | | | PR 949/networking * libnetworking/sys/socket.h: GNU/Linux is wrong in making MSG_DONTWAIT public. It is strictly BSD and not SUSV. See http://www.opengroup.org/onlinepubs/009695399/basedefs/sys/socket.h.html for clarification.
* 2006-04-12 Lars Munch <lars@segv.dk>Joel Sherrill2006-04-121-1/+1
| | | | | PR 949/networking * libnetworking/sys/socket.h: Make MSG_DONTWAIT public as in GNU/Linux.
* 2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-09-191-218/+11
| | | | | * libnetworking/sys/mount.h: Cosmetical update from FreeBSD. Remove non-implemented interfaces (vfs, nfs, fsstat, etc.).
* Partial update from FreeBSD.Ralf Corsepius2005-08-011-16/+15
|
* Partial update from FreeBSD.Ralf Corsepius2005-07-061-13/+20
|
* Partial update from FreeBSD.Ralf Corsepius2005-05-211-50/+41
|
* Abandon AF_NS, PF_NS.Ralf Corsepius2005-05-111-2/+2
|
* 2005-05-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-091-9/+20
| | | | | * libnetworking/sys/un.h: Partial update from FreeBSD. Remove non-implemented functions/variables.
* Ansification.Ralf Corsepius2005-05-091-29/+28
|
* Partial update from FreeBSD.Ralf Corsepius2005-05-091-3/+3
|
* Include <sys/types.h>.Ralf Corsepius2005-05-081-8/+12
| | | | Remove in_port_t. Misc. updates from FreeBSD
* Partial update from FreeBSD.Ralf Corsepius2005-05-081-4/+13
|
* Cosmetics from FreeBSD.Ralf Corsepius2005-05-081-2/+13
|
* Cosmetical updates from FreeBSD.Ralf Corsepius2005-05-071-5/+5
|
* Update from FreeBSDRalf Corsepius2005-05-011-25/+30
|
* Cosmetics from FreeBSD.Ralf Corsepius2005-04-181-11/+21
|
* 2005-04-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-04-181-157/+18
| | | | | * libnetworking/sys/mount.h: More updates from FreeBSD. Remove ufs, mfs, dosfs, isofs.
* Remove nfs_args.Ralf Corsepius2005-04-171-68/+6
|
* Cosmetical update from FreeBSD. Remove special casing of arm/mips.Ralf Corsepius2005-04-171-10/+1
|
* Cosmetical update from FreeBSD.Ralf Corsepius2005-04-171-5/+5
|