summaryrefslogtreecommitdiffstats
path: root/freebsd-userspace (follow)
Commit message (Expand)AuthorAgeFilesLines
* Userspace Makefile: Clean up yacc/lex handling to avoid conflictsJoel Sherrill2012-10-117-3017/+33
* Added files to get netshell to link when using ping.Jennifer Averett2012-10-1121-7/+8033
* rtems-uthread_main_np.c: Moved rtems_init_task_id extern to pthread_np.h.Jennifer Averett2012-10-082-3/+2
* route.c and ifconfig.c: Added rtems style mains.Jennifer Averett2012-10-052-1/+10
* Added rtems specific version of _pthread_main_np()Jennifer Averett2012-10-052-0/+23
* port_before.h: Added an include of endian.h to resolve __htons calls.Jennifer Averett2012-09-131-0/+4
* Added an rtems specific getprogname() to userspace.Jennifer Averett2012-09-132-0/+9
* Added h_errno methods to userspace.Jennifer Averett2012-09-132-0/+47
* rec_close.c: Removed usage of munmap() method.Jennifer Averett2012-09-131-1/+3
* Merge branch 'master' of ssh://git.rtems.org/data/git/rtems-libbsdJennifer Averett2012-09-131-1/+4
|\
| * freebsd-userspace/Makefile: Compile generated nsparser.cJoel Sherrill2012-09-131-1/+4
* | Added resolv/mtctxres.c to userspace for ___mtctxres().Jennifer Averett2012-09-132-0/+142
* | Added rtems_bsdnet_log_host_address and its initialization to userspace.Jennifer Averett2012-09-132-0/+22
|/
* Merge branch 'master' of ssh://git.rtems.org/data/git/rtems-libbsdJoel Sherrill2012-09-122-0/+728
|\
| * Added res_findzonecut2 to user space.Jennifer Averett2012-09-122-0/+728
* | nsdispatch.c: New file added along with required dependenciesJoel Sherrill2012-09-126-1/+1159
|/
* Added __res_state to user space.Jennifer Averett2012-09-122-0/+90
* Added userspace db files.Jennifer Averett2012-09-1230-0/+7083
* namespace.h: Added fileio methods and _sigprocmaskJennifer Averett2012-09-121-4/+11
* namespace.h: Add some pthread rwlock and mutex methodsJoel Sherrill2012-09-121-0/+7
* nameser/ns_samedomain.c: New fileJoel Sherrill2012-09-113-0/+213
* local/port_before.h: Make more like FreeBSD versionJoel Sherrill2012-09-111-23/+21
* Added fgetln()Jennifer Averett2012-09-114-0/+438
* lib/libc/net/name6.c: New fileJoel Sherrill2012-09-103-8/+1125
* namespace.h: Remove nsdispatch. File missing - not name issueJoel Sherrill2012-09-071-4/+0
* freebsd-userspace/lib/libc/isc/eventlib_p.h: New fileJoel Sherrill2012-09-071-0/+290
* lib/libc/isc/ev*.c: New filesJoel Sherrill2012-09-072-0/+833
* freebsd-userspace/Makefile: Resolve conflict so ifconfig and netstat are both...Joel Sherrill2012-09-073-0/+33
* Added the ifconfig command.Jennifer Averett2012-09-0726-0/+14689
* netstat: New command - Almost completely compilesJoel Sherrill2012-09-0718-0/+9492
* netcmds-config.h: New file. Use it in testJoel Sherrill2012-09-071-0/+33
* from-freebsd.sh: Add sys/socketvar.hJoel Sherrill2012-09-071-0/+1
* sys/socketvar.h: New wrapper fileJoel Sherrill2012-09-071-0/+2
* libc namespace.h: Use RTEMS specific versionsJoel Sherrill2012-09-074-516/+90
* freebsd/stdint.h: Add user space wrapper for freebsd/sys/stdint.hJoel Sherrill2012-09-061-0/+1
* dhclient: New filesJoel Sherrill2012-09-0629-0/+11096
* libc *.h: Add multiple user space .h file wrappersJoel Sherrill2012-09-0610-0/+27
* Merge branch 'master' of ssh://git.rtems.org/data/git/rtems-libbsdJoel Sherrill2012-09-067-1/+2167
|\
| * route: Added files for the route command.Jennifer Averett2012-09-067-1/+2167
* | Revert patches moving include of port_local.h to top of fileJoel Sherrill2012-09-0617-33/+27
|/
* Makefile: Add err.cJoel Sherrill2012-09-051-0/+1
* libc/gen/err.[3c]: New filesJoel Sherrill2012-09-052-0/+430
* rtems/syslog.c: Include port_before.h firstJoel Sherrill2012-09-051-0/+2
* libc/inet/*.c: Include port_before.h firstJoel Sherrill2012-09-0514-27/+28
* getaddrinfo.c: Use freebsd/ to ully specify kernel .h filesJoel Sherrill2012-09-051-0/+7
* err.h: For rtems include <freebsd/sys/_types.h>Joel Sherrill2012-09-051-0/+5
* ping6.c: Add include of port_before.hJoel Sherrill2012-09-051-0/+2
* ping.c: Add include of port_before.h and rtems shell glueJoel Sherrill2012-09-051-0/+14
* userspace Makefile: Do not build old style NIC configurationJoel Sherrill2012-09-011-1/+1
* res_send.c: Now compilesJoel Sherrill2012-09-015-2/+256