summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/sys (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-09-242007-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-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.
2007-05-10Include <rtems/bsd/sys/cdefs.h> instead of <sys/cdefs.h>.Ralf Corsepius8-8/+8
2007-05-10Remove (moved to include/rtems/bsd/sys/queue.h).Ralf Corsepius1-602/+0
2007-05-10Include <rtems/bsd/sys/queue.h> instead of <sys/queue.h>.Ralf Corsepius3-3/+3
2007-03-29Remove selrecord, selwakeup (Unused).Ralf Corsepius1-7/+0
2007-03-28Remove (Unused).Ralf Corsepius1-189/+0
2007-03-28Change int args to intptr_t because they are casted to pointers.Ralf Corsepius1-4/+4
2007-03-25Cosmetics from FreeBSD.Ralf Corsepius1-1/+4
2007-03-192007-03-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-59/+0
* libnetworking/sys/buf.h: Remove unused/non-implemented bsd kernel symbols.
2007-03-19Don't include machine/conf.h.Ralf Corsepius1-32/+9
Update copyright notice. Remove unused/non-implemented declarations.
2007-03-192007-03-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-93/+4
* libnetworking/sys/systm.h: Update copyright notice from FreeBSD. Remove many non-supported/unused declarations.
2007-03-182007-03-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-7/+0
* libnetworking/sys/ucred.h: Remove crcopy, crdup, crfree, crget, crhold (Unused/non-implemented).
2007-03-18Remove __P().Ralf Corsepius8-46/+46
2007-03-18Remove bdevsw, cdevsw, swdevt (Unused).Ralf Corsepius1-57/+0
2007-03-18Remove nblkdev, nchrdev, swdevt, nswdev, nswap (Unused).Ralf Corsepius1-6/+0
2007-03-182007-03-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-65/+0
* libnetworking/sys/conf.h: Remove non-implemented/unused symbols.
2007-03-18Comment out copyin/copyout to work around clash with defines from ↵Ralf Corsepius1-0/+3
rtems_bsdnet_internal.h.
2007-03-17Fix oversights.Ralf Corsepius1-2/+2
2007-03-17Remove __P().Ralf Corsepius2-83/+83
2007-03-17Remove __P().Ralf Corsepius2-63/+63
2007-03-172007-03-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-23/+0
* libnetworking/sys/conf.h: Remove linesw, struct linesw, nlinesw. (Clash with termiostypes.h - PR 1229).
2007-03-16Remove (Unused).Ralf Corsepius1-70/+0
2007-03-14Remove __P().Ralf Corsepius2-3/+3
2006-12-08Cosmetics from FreeBSD.Ralf Corsepius1-8/+4
2006-11-162006-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-5/+2
* libnetworking/sys/malloc.h: Remove contigmalloc (non-implemented). Remove __P-guards from malloc, free.
2006-09-01*** empty log message ***Joel Sherrill1-1/+1
2006-09-012006-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-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-312006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-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-302006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-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.
2006-07-09applied patches for PR1117/1118/1119/1120Thomas Doerfler1-1/+1
2006-04-132006-04-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-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-122006-04-12 Lars Munch <lars@segv.dk>Joel Sherrill1-1/+1
PR 949/networking * libnetworking/sys/socket.h: Make MSG_DONTWAIT public as in GNU/Linux.
2005-09-192005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-218/+11
* libnetworking/sys/mount.h: Cosmetical update from FreeBSD. Remove non-implemented interfaces (vfs, nfs, fsstat, etc.).
2005-08-01Partial update from FreeBSD.Ralf Corsepius1-16/+15
2005-07-06Partial update from FreeBSD.Ralf Corsepius1-13/+20
2005-05-21Partial update from FreeBSD.Ralf Corsepius1-50/+41
2005-05-11Abandon AF_NS, PF_NS.Ralf Corsepius1-2/+2
2005-05-092005-05-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-9/+20
* libnetworking/sys/un.h: Partial update from FreeBSD. Remove non-implemented functions/variables.
2005-05-09Ansification.Ralf Corsepius1-29/+28
2005-05-09Partial update from FreeBSD.Ralf Corsepius1-3/+3
2005-05-08Include <sys/types.h>.Ralf Corsepius1-8/+12
Remove in_port_t. Misc. updates from FreeBSD
2005-05-08Partial update from FreeBSD.Ralf Corsepius1-4/+13
2005-05-08Cosmetics from FreeBSD.Ralf Corsepius1-2/+13
2005-05-07Cosmetical updates from FreeBSD.Ralf Corsepius1-5/+5
2005-05-01Update from FreeBSDRalf Corsepius1-25/+30
2005-04-18Cosmetics from FreeBSD.Ralf Corsepius1-11/+21
2005-04-182005-04-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-157/+18
* libnetworking/sys/mount.h: More updates from FreeBSD. Remove ufs, mfs, dosfs, isofs.
2005-04-17Remove nfs_args.Ralf Corsepius1-68/+6
2005-04-17 Cosmetical update from FreeBSD. Remove special casing of arm/mips.Ralf Corsepius1-10/+1
2005-04-17Cosmetical update from FreeBSD.Ralf Corsepius1-5/+5