summaryrefslogtreecommitdiffstats
path: root/lib/libc_r (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* remove double space after commajasoni2001-06-243-6/+6
|
* grammarjasoni2001-06-245-10/+10
|
* Add new cgetusedb() function to toggle reading of .db files in getcap(3).millert2001-06-181-1/+1
| | | | | | Needed for cap_mkdb to really DRT when given several input files or an output file with a different name from the input file. cvs: ----------------------------------------------------------------------
* missing wordjasoni2001-06-011-2/+2
| | | | "function will non-zero" -> "function will return non-zero"
* missing wordjasoni2001-05-311-2/+3
| | | | "the temporarily lacks the resources" -> "the system temporarily lacks...."
* more typosderaadt2001-05-311-4/+4
|
* typos; first few spotted by heko@saitti.netderaadt2001-05-311-5/+5
|
* Make path length variables size_t. This fixes the problem wheremillert2001-05-151-2/+2
| | | | | | | | | things like rm can't remove files with ridiculously long path names that were created by some script kiddie trying in vain to exploit something. Previously, the length was effectively constrained to USHRT_MAX due to one of the internal structs. Also, nuke FTS_CHDIRROOT since it never worked correctly and hasn't been documented for a long time.
* stronger testd2001-03-131-2/+16
|
* typo in commentd2001-03-132-4/+4
|
* recursive mutex testd2001-03-131-1/+25
|
* m{,un}lockallart2001-03-091-1/+1
|
* Forgot commit, oops.espie2001-03-041-1/+1
|
* Define struct _machdep_state again for libc_r to compile on mvme88k.miod2001-02-211-1/+4
|
* replace comment with something not so misleading.brad2001-02-211-2/+3
|
* move utmp to large format, usernames to 32 chars; downsjderaadt2001-01-311-2/+2
|
* Stubs for vax. (build at least)hugh2001-01-272-0/+26
|
* typo in comment, change -> chancebrad2001-01-161-2/+2
|
* switch stacks even when restoring a preempted thread. (credit to pefo@)d2001-01-161-12/+8
|
* -lpthread -> -pthreadbrad2000-12-311-2/+2
|
* use __x__ formats for __attribute__ arguments; guenther@gac.eduderaadt2000-12-063-8/+8
|
* crank minor numbermillert2000-11-211-1/+1
|
* crank minorprovos2000-11-171-1/+1
|
* - RCS id police!brad2000-10-121-5/+5
| | | | | | | - remove unnecessary CPPFLAGS and hardcoded optimization level in CFLAGS - fix execution of the benchmarks, ensure using nice from /usr/bin instead of the built-in which will fail, always use sh and try to run the binaries from the obj dir if it's used.
* refix breakage in previous commit, d@ forgot to remove his change whilebrad2000-10-121-2/+2
| | | | testing libpthread on sparc (which is not built by default ... yet).
* missed it by That Muchd2000-10-051-2/+2
|
* Use volatile on the __asm__ directives, do not allow the compiler to reorderrahnds2000-10-051-5/+5
| | | | or optimize out any of the assembly statements.
* oopsd2000-10-041-1/+2
|
* switch to _machdep_switch() instead of setjmp/longjmp. For some reason this fixes sparc threads.d2000-10-0413-471/+88
|
* if fstat fails fails, as it will on some sockets, close anyway.d2000-10-041-4/+10
|
* bit of a cleanupd2000-10-048-38/+63
|
* public domaind2000-10-031-1/+3
|
* constistent namingd2000-10-031-4/+4
|
* thread switching coded2000-10-032-0/+108
|
* prepare for switching threadsd2000-09-252-0/+70
|
* prepare for thread switchingd2000-09-252-0/+111
|
* preparation for switch-based threadsd2000-09-256-0/+378
|
* Crank minor to correspond to login.conf changes in libcmillert2000-08-201-1/+1
|
* quiet warningbrad2000-08-071-2/+2
|
* remove test_pw until we get getpwnam_r() backbrad2000-08-071-2/+2
|
* this obviously wasn't tested, fix check. We don't even build libpthread bybrad2000-08-071-5/+5
| | | | default on i386 yet.
* forward declaration of struct timespec to avoid warningart2000-06-271-1/+2
|
* bye bye semconfig(2)deraadt2000-05-011-2/+2
|
* fix Xr; glam0006@tc.umn.eduderaadt2000-04-281-3/+3
|
* bump because of p{read,write}{,v}deraadt2000-04-201-1/+1
|
* Mostly punctuation fixes.aaron2000-04-154-8/+8
|
* Trailing whitespace begone!aaron2000-04-1214-43/+43
|
* test re-entrant getpwnam_rd2000-03-231-1/+9
|
* MACHINE_STACK_GROWS_UPd2000-03-221-18/+26
|
* Suffix "i.e." and "e.g." with a comma. Just another really picky man pageaaron2000-03-142-4/+4
| | | | | commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).