summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/system.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-02-17new puc devicesderaadt1-1/+14
2002-02-17fix LP64 bug; ura@hiru.aoba.yokohama.jpderaadt1-8/+8
2002-02-17kill little bugs; art okderaadt1-5/+6
2002-02-17telnet used a P macro instead of __P -- g/c that too.millert5-38/+35
2002-02-17better message; adi@hexapodia.orgderaadt1-2/+2
2002-02-17A couple temporary workarounds for vax toolchain bugs.hugh2-2/+12
2002-02-17Get gdb (mostly) working on vax. Work by bjc@.hugh1-51/+79
2002-02-17Define an epilogue for vax to protect function ends from gcc'shugh1-1/+6
optimizer. Debugging and implementation by bjc@.
2002-02-17drivers may not be noisyderaadt1-1/+7
2002-02-17ICANON is a t_lflag, not t_iflag; neelnatu@yahoo.comderaadt1-3/+3
2002-02-17Repeat. But this time get the math right and avoid sleeping forever.art1-15/+19
2002-02-17No reason to not enable the weak test.art1-2/+2
2002-02-17madnessart1-2/+2
2002-02-17Not really a test for rfork, but for the kernel fd handling.art2-0/+59
But since it uses rfork a lot is will end up here. This is a few nasty operations in the right order that can cause serious confusion in the kernel if the file descriptor handling is not done right.
2002-02-17rfsharefdart1-2/+2
2002-02-17use semaphore to sync threads, not sleepmarc2-4/+6
2002-02-17test rfork with shared fdsart2-0/+46
2002-02-17time_elapsed_with_signal was completly wrong, fix.art1-3/+3
2002-02-17Don't warn when we don't have an errno, warnx.art1-3/+3
2002-02-17Add a test for nansleep with a very short time (less than a tick).art2-3/+47
2002-02-17make dc win on alpha toonate1-5/+1
2002-02-17rfnowaitart1-2/+2
2002-02-17test rfork(RFNOWAIT)art2-0/+37
2002-02-17rfcfdgart1-2/+2
2002-02-17test rfork(RFCFDG)art2-0/+43
2002-02-17reflect support for 21140 based cardsnate1-3/+5
2002-02-17syncderaadt10-62/+56
2002-02-17why were there two ramdisks?deraadt3-10/+9
2002-02-17Make dc match with higher priorit over de for 21142/3 chipsnate1-3/+16
Also match on 21140
2002-02-17rforkart1-2/+2