source: rtems-libbsd/Changes @ 301ee6e

55-freebsd-126-freebsd-12
Last change on this file since 301ee6e was b55081a, checked in by Joel Sherrill <joel.sherrill@…>, on 03/08/12 at 21:54:05

kern/kern_subr.c added for hashinit

More undefined symbols resulted.

  • Property mode set to 100644
File size: 782 bytes
Line 
1+ rtems-bsd-prot.c
2  - add include of rtems/freebsd/sys/refcount.h
3  - add crextend()
4  - add crsetgroups_locked()
5  - add crsetgroups()
6    - required addition
7
8+ Added rtems-bsd-rmlock.c stub
9
10+ Moved all RTEMS specific code under rtemsbsd preserving directory structure.
11
12+ freebsd-to-rtems.py in this tree for VCS control
13  - Added argument for destination directory
14  - Support config.inc
15  - Fix for loop line too long on install stanza
16
17+ kern_subr.c
18  - had to add #include <sys/uio.h>
19
20+ RTEMS does not have
21  - any thread td_ structure elements
22  - sys/mutex.h - stubbed thread_lock and friends
23
24+ Include Files to ifdef include out
25    #include <sys/vnode.h>
26    #include <vm/vm.h>
27    #include <vm/vm_extern.h>
28    #include <vm/vm_kern.h>
29    #include <vm/vm_page.h>
30
Note: See TracBrowser for help on using the repository browser.