95 Commits

Author SHA1 Message Date
Sebastian Huber
43dc972cbc doc: Add network interface link up/down hint 2014-10-16 07:29:37 +02:00
Sebastian Huber
ead7fdc193 doc: Clarify initialization 2014-05-16 13:37:19 +02:00
Sebastian Huber
14ba2065fd doc: Clarify test run 2014-05-16 13:36:40 +02:00
Sebastian Huber
da96928ed5 doc: Clarify linkcmds sections 2014-05-16 13:36:40 +02:00
Christian Mauderer
9d955bc8e0 doc: Fix link and header 2014-05-16 13:36:40 +02:00
Sebastian Huber
b6d5758091 Add some installation hints 2014-05-14 09:19:25 +02:00
Sebastian Huber
4c3433bc33 Documentation 2014-01-30 16:23:05 +01:00
Sebastian Huber
08c8588440 PRINTF(9): Do not use printk() for log()
The BSD library functions must use printk().  The %D format specifier is
not supported, thus we cannot use the printf() family for output.
2014-01-30 15:04:18 +01:00
Sebastian Huber
164c5f5320 UNIX(4): Import from FreeBSD 2014-01-16 15:45:44 +01:00
Sebastian Huber
e10d1cdc45 BPF(4): Add support 2013-12-16 15:35:51 +01:00
Sebastian Huber
241fc324d2 Use a local MSIZE of 256 2013-11-04 15:28:21 +01:00
Sebastian Huber
cae4d0aff7 PING6(8): Add TODO 2013-10-31 13:20:14 +01:00
Sebastian Huber
c99816e1d7 Implement sysctl_handle_opaque()
FIXME: The snapshots are not reliable.
2013-10-31 13:18:54 +01:00
Sebastian Huber
a9e26f5d5b TIMEOUT(9): Use timer server for callout_tick() 2013-10-31 13:18:52 +01:00
Sebastian Huber
0c9f27ba24 Use kqueue() and kevent() from FreeBSD 2013-10-31 13:18:52 +01:00
Sebastian Huber
ea87228a26 TASKQUEUE(9): Use FreeBSD implementation 2013-10-31 13:18:52 +01:00
Sebastian Huber
3e2938873d ZONE(9): Add and use red-black tree chunk alloc 2013-10-31 13:18:52 +01:00
Sebastian Huber
e8592316b3 Add TODO for priority values 2013-10-31 13:18:51 +01:00
Sebastian Huber
1bc275660d Add TODO item 2013-10-31 13:18:51 +01:00
Sebastian Huber
c14bb23117 IFCONFIG(8): Disable IEEE80211 support
This module depends on a XML parser and mmap().
2013-10-31 13:18:49 +01:00
Sebastian Huber
cdf6024953 Add MAC support functions
WARNING: They are not thread-safe!  This is a known FreeBSD issue.
2013-10-31 13:18:49 +01:00
Sebastian Huber
69b29a0c0d Disable user credentials and use default values 2013-10-31 13:18:47 +01:00
Sebastian Huber
cc5f4b2705 Use default PID value for all process identifiers 2013-10-31 13:18:46 +01:00
Sebastian Huber
549488b572 Disable alternative routing tables 2013-10-31 13:18:46 +01:00
Sebastian Huber
d652c3bafd Avoid per-CPU NETISR(9)
SMP support should be enabled once the new stack is ready for this.
2013-10-10 09:09:19 +02:00
Sebastian Huber
e8b7066dab Add FreeBSD sources as a submodule
The current version corresponds to SVN r255967 of:

http://svn.freebsd.org/base/releng/8.2
2013-10-08 14:24:38 +02:00
Jennifer Averett
808a6b2720 Added more information on MMAP_NOT_AVAILABLE. 2012-10-05 09:36:30 -05:00
Jennifer Averett
99dc0d7d9b rec_close.c: Removed usage of munmap() method.
Note that there is a define MMAP_NOT_AVAILABLE that when NOT
defined results in mmap not being called but munmap is still
called.  A comment was also added to our notes about this.
2012-09-13 14:03:35 -05:00
Joel Sherrill
78e3181795 libbsd.txt: Update some status 2012-07-28 07:13:43 -05:00
Kevin Polulak
c90c2126ac Clarified information in libbsd.txt. 2012-07-11 13:11:04 -05:00
Jennifer Averett
fb4c8a98f5 Added pcib for Nics. 2012-05-23 14:53:12 -05:00
Jennifer Averett
758649212b Added Nic status section to documention. 2012-05-10 10:29:09 -05:00
Jennifer Averett
5ab1e1daa7 Added documentation on rtems specific files. 2012-05-08 09:29:22 -05:00
Sebastian Huber
c03e09579b Add "Core FreeBSD APIs and RTEMS Replacements" 2012-04-18 11:23:38 +02:00
Sebastian Huber
362782eb25 Explain why we need the interrupt server 2012-04-16 12:43:49 +02:00
Sebastian Huber
8a4f070701 Elaborate RTEMS libbsd initialization 2012-04-16 12:23:55 +02:00
Sebastian Huber
a3d2498e49 Add SVN checkout command description 2012-04-16 11:57:45 +02:00
Joel Sherrill
00ee241553 Add example on SYSCTL_NODE expansion for _bsd_sysctl__net_children 2012-03-27 13:52:38 -05:00
Joel Sherrill
86bc9a7793 Add information on ISA drivers not being ported initially 2012-03-22 12:28:25 -05:00
Joel Sherrill
7326d96457 Add diff mode to freebsd-to-rtems.py 2012-03-12 07:58:24 -05:00
Joel Sherrill
560eccfb92 Add description of forward/reverse mode of script 2012-03-12 07:02:00 -05:00
Joel Sherrill
9e3ba383e1 Add URL to FreeBSD SVN tarball. 2012-03-09 13:09:29 -06:00
Joel Sherrill
455aa3afe4 Add more details to documentation. 2012-03-09 13:04:58 -06:00
Joel Sherrill
e392fdb762 Documentation additions. 2012-03-09 11:18:06 -06:00
Joel Sherrill
8f5adbc097 Initial addition of documentation 2012-03-09 10:21:17 -06:00