summaryrefslogtreecommitdiffstats
path: root/freebsd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* RPC(3): Port to RTEMSSebastian Huber2016-06-107-10/+24
|
* RPC(3): Import from FreeBSDSebastian Huber2016-06-1094-0/+26639
|
* Remove unused filesSebastian Huber2016-06-1019-14007/+0
| | | | Files moved in FreeBSD to "sys/netpfil/ipfw".
* Adjust <sys/stdint.h> for latest NewlibSebastian Huber2016-05-301-0/+2
|
* Directly use <machine/endian.h> provided by NewlibSebastian Huber2016-05-304-4/+4
|
* Directly use <sys/_types.h> provided by NewlibSebastian Huber2016-05-3012-13/+13
|
* Directly use <sys/types.h> provided by NewlibSebastian Huber2016-05-30200-204/+204
|
* Directly use <sys/time.h> provided by NewlibSebastian Huber2016-05-3075-76/+76
|
* Update due to API changesSebastian Huber2016-05-251-11/+9
|
* kvprintf: Add support for %mSebastian Huber2016-05-061-0/+8
|
* subr_prf.c: Port to RTEMSSebastian Huber2016-05-061-0/+27
|
* bcd.c: Import from FreeBSDSebastian Huber2016-05-061-0/+40
|
* subr_prf.c: Import from FreeBSDSebastian Huber2016-05-061-0/+1126
|
* ZONE(9): Fix mp_maxid definitionSebastian Huber2016-05-061-1/+1
|
* Add sbin/sysctlChris Johns2016-05-063-0/+1092
|
* Fix sysctl support.Chris Johns2016-05-061-0/+12
|
* The maxid is not the number of cpus.Chris Johns2016-05-061-1/+1
|
* Add RealTek Gig PHY.Chris Johns2016-05-043-0/+849
|
* Remove debug output.Chris Johns2016-04-281-26/+24
|
* Prevent invalid optimizations for linker setsSebastian Huber2016-04-271-12/+12
|
* Declare flsll()Sebastian Huber2016-04-261-0/+3
|
* Dummy PHOLD() and PRELE()Sebastian Huber2016-04-261-0/+5
|
* Fix fp initializaiton in kern_sendit()Sebastian Huber2016-04-251-1/+1
| | | | Bug introduced by 22257c7d81148e5b78027116e07627a54f4efb95.
* waf: Add the ability to set FreeBSD options on the configure command line.Chris Johns2016-04-232-1/+10
| | | | | Add --freebsd-options to add specific FreeBSD compile time options to the build. This is a developer tool.
* Avoid use of cap_rights_tSebastian Huber2016-04-183-4/+11
|
* intrmask_t: Provide dummy type definitionSebastian Huber2016-04-181-0/+3
|
* fnv_hash.h: Disable unused 64-bit functionsSebastian Huber2016-04-181-0/+2
|
* dhclient: Avoid SIZE_T_MAXSebastian Huber2016-04-181-0/+3
| | | | | Use SIZE_MAX instead of SIZE_T_MAX to avoid a dependency on BSD specifics.
* libkern.h: Deal with latest <stdlib.h> of NewlibSebastian Huber2016-04-071-0/+11
|
* Update due to Watchdog Handler changesSebastian Huber2016-03-142-13/+17
|
* Fix heap corruption in UNIX domain socket connectSebastian Huber2016-02-021-3/+3
| | | | Update #2558.
* Use Newlib provided <sys/select.h>Sebastian Huber2016-01-182-173/+0
|
* Fix for directly connected FULL or LOW speed USB devices.hselasky2016-01-051-6/+21
| | | | | Found by: Sebastian Huber <sebastian.huber@embedded-brains.de> MFC after: 1 week
* NETSTAT(1): Avoid use of uninitialized memorySebastian Huber2015-11-184-1/+45
|
* Fix for RTEMS provided <sys/priority.h>Sebastian Huber2015-11-181-0/+2
|
* Use RTEMS provided <sys/priority.h>Sebastian Huber2015-11-171-133/+0
|
* Use RTEMS provided <sys/ttycom.h>Sebastian Huber2015-11-171-145/+0
|
* Use RTEMS provided <sys/sockio.h>Sebastian Huber2015-11-171-131/+0
|
* Use RTEMS provided <sys/mman.h>Sebastian Huber2015-11-171-263/+0
|
* Use RTEMS provided <sys/filio.h>Sebastian Huber2015-11-171-64/+0
|
* Use RTEMS provided <sys/endian.h>Sebastian Huber2015-11-171-205/+0
|
* SOCKETPAIR(2): Port to RTEMSSebastian Huber2015-11-162-2/+36
|
* dwc_otg: Import from FreeBSD trunk 2015-11-10Sebastian Huber2015-11-123-0/+5989
|
* USB: Update to FreeBSD trunk 2015-11-10Sebastian Huber2015-11-1246-402/+1522
|
* Provide ffs() and ffsl() via builtinsSebastian Huber2015-11-021-0/+5
|
* NSDISPATCH(3): Add proper nsparser.hSebastian Huber2015-10-191-102/+16
| | | | | Update nsparser.h to fit with the files introduced via e35a65e99512000ab0107c4fc64f89aa84f7de38.
* i386: Quick and dirty hack to get PCI workingSebastian Huber2015-09-302-0/+15
|
* BUS_SPACE(9): Use FreeBSD files for i386 archSebastian Huber2015-09-292-0/+1141
|
* Avoid pci_cfgreg.h renameSebastian Huber2015-09-291-0/+0
|
* Avoid pci_bus.c file renameSebastian Huber2015-09-251-0/+0
|