summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use hardware timestamps to report packet timestampskib2018-08-241-0/+11
* Add a place for a driver to report rx timestampskib2018-08-241-0/+1
* if: Add ioctls to get RSS key and hash type/function.sephe2018-08-242-0/+40
* Correct sysctl names.des2018-08-241-1/+1
* Relax visibility for some termios symbols.kib2018-08-241-2/+8
* Implement address space guards.kib2018-08-241-0/+1
* Listening sockets improvements.glebius2018-08-241-6/+10
* Implement INHERIT_ZERO for minherit(2).delphij2018-08-241-0/+1
* Renumber copyright clause 4imp2018-08-241-1/+1
* mprotect(): Change prototype to comply to POSIX.ed@FreeBSD.org2018-08-241-1/+1
* Implement process-shared locks supportkib2018-08-241-0/+7
* Add a new file operations hook for mmapjhb2018-08-241-2/+0
* Retire the unimplemented MAP_RENAMEjhb2018-08-241-2/+2
* Add a new fo_fill_kinfo fileops methodjhb2018-08-241-1/+0
* Add MAP_EXCL flag for mmap(2).kib2018-08-241-0/+1
* Add a mmap flag (MAP_32BIT) on 64-bit platformsjhb2018-08-241-0/+3
* Implement read(2)/write(2) and neccessary lseek(2)kib2018-08-241-0/+7
* Add __nl_item to <sys/_types.h> and use itSebastian Huber2018-08-243-5/+5
* CYgwin: fix typo in commentCorinna Vinschen2018-08-241-1/+1
* RTEMS: Add __tls_get_addr() to crt0Sebastian Huber2018-08-201-1/+2
* Cygwin: get_mem_values: Fix prototypeCorinna Vinschen2018-08-171-3/+2
* Cygwin: document /proc/<PID>/status and /proc/<PID>/statm patchesCorinna Vinschen2018-08-171-0/+3
* Cygwin: get_mem_values: Return number of Cygwin pages in argumentsCorinna Vinschen2018-08-171-9/+15
* Cygwin: get_mem_values: Convert arguments to call-by-referenceCorinna Vinschen2018-08-171-17/+17
* Cygwin: get_mem_values: Return allocation as size_t valuesCorinna Vinschen2018-08-171-18/+15
* Revert "Use allocation granularity as the 'page_size' in /proc/<pid>/status a...Corinna Vinschen2018-08-171-1/+1
* Cygwin: Add missing items to release notesCorinna Vinschen2018-08-172-0/+9
* setfacl: Rename the option --file to --set-file, as on LinuxKen Brown2018-08-174-4/+11
* Fix strtof ("-nan") returns positive NaNMasamichi Hosoda2018-08-161-2/+2
* Remove unused NaN's integer representation definitionsMasamichi Hosoda2018-08-166-93/+8
* Fix strtod ("nan") and strtold ("nan") returns wrong negative NaNMasamichi Hosoda2018-08-162-9/+2
* Improve sincosf commentsWilco Dijkstra2018-08-164-21/+26
* Cygwin: Add FE_ALL_EXCEPT change to release notes.Corinna Vinschen2018-08-152-0/+6
* Keep the denormal-operand exception masked; modify FE_ALL_EXCEPT accordingly.J.H. van de Water2018-08-152-9/+13
* Cygwin: Add J.H. van de Water to CONTRIBUTORSCorinna Vinschen2018-08-151-0/+1
* Cygwin: fenv.h: Convert to ASCII-onlyCorinna Vinschen2018-08-141-1/+1
* Added Restriction on base valueAditya Upadhyay2018-08-131-0/+4
* Cygwin: utils: ps: use fputs to print fixed stringsCorinna Vinschen2018-08-091-3/+3
* newlib: strftime: fix over-enthusiastic fix from 0283642f35ceCorinna Vinschen2018-08-081-1/+2
* Add BSP and semihosting library for nios2-generic-nommu QEMU emulation.Sandra Loosemore2018-08-0828-0/+5848
* newlib: don't use __visibility__ attrribute on CygwinCorinna Vinschen2018-08-081-2/+7
* newlib: don't check malloc/free pointerCorinna Vinschen2018-08-082-17/+2
* newlib: fix various gcc warningsCorinna Vinschen2018-08-0811-18/+24
* newlib: wordexp: drop dangerous fprintfCorinna Vinschen2018-08-081-2/+2
* Cygwin: utils: strace: fix format stringCorinna Vinschen2018-08-081-1/+1
* Cygwin: utils: change 3rd readlink param to size_tCorinna Vinschen2018-08-082-5/+5
* Cygwin: utils: cygcheck: fix filesystem output formatCorinna Vinschen2018-08-081-5/+1
* newlib: newlocale: fix typo rendering ctype_ptr invalidCorinna Vinschen2018-08-081-1/+1
* newlib: strftime: fix gcc warning on __ctlocCorinna Vinschen2018-08-081-5/+3
* RTEMS: Add aligned_alloc() to crt0Sebastian Huber2018-08-081-1/+3