summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/hppa
AgeCommit message (Collapse)Author
2008-10-22- remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer
2008-09-16- add sync_file_range()Bernhard Reutner-Fischer
Tested successfully on i386..
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-05-03- add missing #endifBernhard Reutner-Fischer
2008-05-03- implement splice,vmsplice,tee for all archesBernhard Reutner-Fischer
- synch F_LINUX_SPECIFIC_BASE related fcntls for all arches
2008-04-24- fixup asm. No object-code changesBernhard Reutner-Fischer
2008-01-17A patch from our Blackfin repository, originally from Jie Zhang. This fixesBernd Schmidt
a problem where the linker was trying to use the wrong symbol name for the init function. Define SYMBOL_PREFIX as _ in Rules.mak for h8300, bfin, i960, microblaze, and v850. Add -D__UCLIBC_UNDERSCORES__ in CFLAGS for targets which define SYMBOL_PREFIX as _. Remove defines and undefs from uClibc_arch_features.h of each target. Add $(SYMBOL_PREFIX) to __uClibc_init when passed by ld option -init.
2008-01-08change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when ↵Mike Frysinger
doing double negatives
2007-01-29pull in unistd.h for syscall() prototypeMike Frysinger
2006-12-08Take Mike Frysinger's comments into account -- make certain that userEric Andersen
applications stop using _syscall#() and use syscall() instead. Cleanup internal handling of syscall includes to use the correct header file.
2006-12-06bits/kernel_stat.h is for internal uClibc use only, fix a few otherEric Andersen
minor include file issues
2006-08-24fix from psm: enable readahead prototypeMike Frysinger
2006-08-24add back in HIDDEN_JUMPTARGET() as pointed out by psmMike Frysinger
2006-08-23sync with psm: update errno handling to be the same on all archesMike Frysinger
2006-08-23sync with upstream via psmMike Frysinger
2006-08-23fix from psm: remove unused defines/includesMike Frysinger
2006-08-23sync with upstream glibcMike Frysinger
2006-08-23fixes from psm: hide internal brk symbolsMike Frysinger
2006-06-21remove bogus linesMike Frysinger
2006-06-21allow arches to easily override asm-line-sep, move cris over to new style, ↵Mike Frysinger
and have hppa use it now
2006-04-21sync with glibcMike Frysinger
2006-03-10Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵Peter S. Mazinger
most of global data relocations are back
2006-02-28Mark __syscall_*sigaction hidden and add guard to the headerPeter S. Mazinger
2006-02-23add support for __UCLIBC_CTOR_DTOR__Mike Frysinger
2006-02-01I will risk this one: __curbrkPeter S. Mazinger
2006-01-26Get rid of missing prototype warningsPeter S. Mazinger
2006-01-26Allow for targets that don't know about signed zero floats."Jan-Benedict Glaw"
2006-01-20need unistd.h for brk prototypeMike Frysinger
2006-01-19Change to sane defaultsPeter S. Mazinger
2006-01-19move a bunch of arch-specific checks out of common files and into an arch ↵Mike Frysinger
specific header file to make porting/updates a lot easier
2006-01-18sync fenv.h with glibcMike Frysinger
2006-01-14fix broken commentingMike Frysinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger
missing headers, other jump relocs removed
2006-01-09update for newer binutilsMike Frysinger
2006-01-09dont include linux/types.hMike Frysinger
2006-01-08update to parisc cvsMike Frysinger
2006-01-08include prototype for __syscall_rt_sigactionMike Frysinger
2005-12-16Make clone use internal _exitPeter S. Mazinger
2005-12-14Do hidden brk, hide _brk as well for some archs, convert users of brkPeter S. Mazinger
2005-12-08mmap/mremap/socket/rewind gonePeter S. Mazinger
2005-11-30grab some headers/updates from glibcMike Frysinger
2005-11-21Remove TOPDIRPeter S. Mazinger
2005-11-19rename common Makefile.arch to prevent include funkiness from occuringMike Frysinger
2005-11-18move alpha/hppa into their own arch subdir where they should beMike Frysinger
2005-11-18fix trailing commentMike Frysinger
2005-11-16update copyright and license, add _BITS_SETJMP_H protection around the file, ↵Mike Frysinger
make sure we are only included by setjmp.h and pthread.h, and fix casting of address/jumpbugf in _JMPBUF_UNWINDS
2005-11-16rename files to .s like they should beMike Frysinger
2005-11-16rename files to .s like they should beMike Frysinger
2005-11-15import some math funcs from glibcMike Frysinger