summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update versionsnumber for 3.99.1 and update NEWSv3.99.1Wichert Akkerman1999-06-092-1/+6
* Update syscall list for Linux/alphaWichert Akkerman1999-06-092-21/+25
* Add sparc patches from Jakub JelinekWichert Akkerman1999-06-0315-43/+126
* Don't include linux/ptrace.h for glibc.Ulrich Drepper1999-05-292-1/+3
* Fix typo.Ulrich Drepper1999-05-292-1/+5
* Adding cvsignore files for alpha and sparcWichert Akkerman1999-05-282-0/+2
* add config.logWichert Akkerman1999-05-281-0/+1
* Fix typoWichert Akkerman1999-05-281-1/+1
* added `a bit of sysctl support', patch from Ulrich DrepperWichert Akkerman1999-05-273-1/+339
* Remove some stuff from CVS that should be autogeneratedWichert Akkerman1999-05-263-2937/+1
* Added some cvsignore filesWichert Akkerman1999-05-252-0/+6
* use kernel dirent structure for LinuxWichert Akkerman1999-05-252-1/+13
* Update maintainer name in manpageWichert Akkerman1999-05-151-1/+1
* Only compile IPX-support in net.c for LinuxWichert Akkerman1999-05-111-2/+2
* Merged in a bunch of patches that I got as reaction to the 3.99 release.Wichert Akkerman1999-05-0921-214/+404
* Update the version number to 3.99 (first pre-release for 4.0)Wichert Akkerman1999-04-271-1/+1
* Minor compiliation-fixesWichert Akkerman1999-04-212-8/+2
* Update linux sparc support so it compiles and works reasonablyWichert Akkerman1999-04-185-33/+32
* Change number of personalities for Linux sparc to 2Wichert Akkerman1999-04-184-5/+12
* Update syscalls for Linux alphaWichert Akkerman1999-04-182-2/+29
* Fix stat structures for Linux once againWichert Akkerman1999-04-182-15/+10
* Fix test for alpha so we get the osf_stat functions in file.cWichert Akkerman1999-04-161-2/+2
* Added support for old*stat syscalls for LinuxWichert Akkerman1999-04-164-77/+185
* Oops, lets update config.sub as well so we can compile on more alphasWichert Akkerman1999-04-151-6/+7
* Update the ChangeLog and NEWS files to reflect new maintainerWichert Akkerman1999-04-156-149/+266
* Avoid compiler warning.Nate Sammons1999-04-061-1/+1
* Avoid compiler warnings.Nate Sammons1999-04-061-3/+6
* Realtime signals are named starting with 0. Fix `signame' to comply.Nate Sammons1999-04-061-1/+1
* Convert all sigsets correctly into libc sigset_t. Add functionsNate Sammons1999-04-061-106/+101
* Use the kernel's struct stat instead of libc's.Nate Sammons1999-04-051-1/+10
* Remove (apparently?) unused definition of struct kernel_stat forNate Sammons1999-04-051-24/+0
* Fix a couple of typos in the man page.Nate Sammons1999-03-311-2/+2
* Fix a silly bug in signame. A signal should be *greater* than theNate Sammons1999-03-301-1/+1
* Fix wrong argument of rt_sigprocmask being used.Nate Sammons1999-03-291-1/+1
* Add new function `signame', which returns name (SIGXXX) of numericNate Sammons1999-03-295-18/+38
* Don't try to follow clone, until special handling for all of itsNate Sammons1999-03-291-0/+6
* Add capability for Linux to change a vfork call into plain fork, whichNate Sammons1999-03-292-6/+18
* Change EXEC_vfork to SYS_vfork; broke compilation on at leastNate Sammons1999-03-291-1/+1
* sys/reg apparently only exists on i386 and m68k, so fix the test inWichert Akkerman1999-03-174-4/+4
* Simply bugfixes, see patch to debian/changelog for detailsWichert Akkerman1999-03-156-88/+26
* Initial revisionWichert Akkerman1999-02-19104-0/+33797