forked from RTEMS/rtems-libbsd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
30 lines (23 loc) · 782 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
+ rtems-bsd-prot.c
- add include of rtems/freebsd/sys/refcount.h
- add crextend()
- add crsetgroups_locked()
- add crsetgroups()
- required addition
+ Added rtems-bsd-rmlock.c stub
+ Moved all RTEMS specific code under rtemsbsd preserving directory structure.
+ freebsd-to-rtems.py in this tree for VCS control
- Added argument for destination directory
- Support config.inc
- Fix for loop line too long on install stanza
+ kern_subr.c
- had to add #include <sys/uio.h>
+ RTEMS does not have
- any thread td_ structure elements
- sys/mutex.h - stubbed thread_lock and friends
+ Include Files to ifdef include out
#include <sys/vnode.h>
#include <vm/vm.h>
#include <vm/vm_extern.h>
#include <vm/vm_kern.h>
#include <vm/vm_page.h>