Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | remove double space after comma | 2001-06-24 | 3 | -6/+6 | ||
| | ||||||
* | grammar | 2001-06-24 | 5 | -10/+10 | ||
| | ||||||
* | Add new cgetusedb() function to toggle reading of .db files in getcap(3). | 2001-06-18 | 1 | -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 word | 2001-06-01 | 1 | -2/+2 | ||
| | | | | "function will non-zero" -> "function will return non-zero" | |||||
* | missing word | 2001-05-31 | 1 | -2/+3 | ||
| | | | | "the temporarily lacks the resources" -> "the system temporarily lacks...." | |||||
* | more typos | 2001-05-31 | 1 | -4/+4 | ||
| | ||||||
* | typos; first few spotted by heko@saitti.net | 2001-05-31 | 1 | -5/+5 | ||
| | ||||||
* | Make path length variables size_t. This fixes the problem where | 2001-05-15 | 1 | -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 test | 2001-03-13 | 1 | -2/+16 | ||
| | ||||||
* | typo in comment | 2001-03-13 | 2 | -4/+4 | ||
| | ||||||
* | recursive mutex test | 2001-03-13 | 1 | -1/+25 | ||
| | ||||||
* | m{,un}lockall | 2001-03-09 | 1 | -1/+1 | ||
| | ||||||
* | Forgot commit, oops. | 2001-03-04 | 1 | -1/+1 | ||
| | ||||||
* | Define struct _machdep_state again for libc_r to compile on mvme88k. | 2001-02-21 | 1 | -1/+4 | ||
| | ||||||
* | replace comment with something not so misleading. | 2001-02-21 | 1 | -2/+3 | ||
| | ||||||
* | move utmp to large format, usernames to 32 chars; downsj | 2001-01-31 | 1 | -2/+2 | ||
| | ||||||
* | Stubs for vax. (build at least) | 2001-01-27 | 2 | -0/+26 | ||
| | ||||||
* | typo in comment, change -> chance | 2001-01-16 | 1 | -2/+2 | ||
| | ||||||
* | switch stacks even when restoring a preempted thread. (credit to pefo@) | 2001-01-16 | 1 | -12/+8 | ||
| | ||||||
* | -lpthread -> -pthread | 2000-12-31 | 1 | -2/+2 | ||
| | ||||||
* | use __x__ formats for __attribute__ arguments; guenther@gac.edu | 2000-12-06 | 3 | -8/+8 | ||
| | ||||||
* | crank minor number | 2000-11-21 | 1 | -1/+1 | ||
| | ||||||
* | crank minor | 2000-11-17 | 1 | -1/+1 | ||
| | ||||||
* | - RCS id police! | 2000-10-12 | 1 | -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 while | 2000-10-12 | 1 | -2/+2 | ||
| | | | | testing libpthread on sparc (which is not built by default ... yet). | |||||
* | missed it by That Much | 2000-10-05 | 1 | -2/+2 | ||
| | ||||||
* | Use volatile on the __asm__ directives, do not allow the compiler to reorder | 2000-10-05 | 1 | -5/+5 | ||
| | | | | or optimize out any of the assembly statements. | |||||
* | oops | 2000-10-04 | 1 | -1/+2 | ||
| | ||||||
* | switch to _machdep_switch() instead of setjmp/longjmp. For some reason this fixes sparc threads. | 2000-10-04 | 13 | -471/+88 | ||
| | ||||||
* | if fstat fails fails, as it will on some sockets, close anyway. | 2000-10-04 | 1 | -4/+10 | ||
| | ||||||
* | bit of a cleanup | 2000-10-04 | 8 | -38/+63 | ||
| | ||||||
* | public domain | 2000-10-03 | 1 | -1/+3 | ||
| | ||||||
* | constistent naming | 2000-10-03 | 1 | -4/+4 | ||
| | ||||||
* | thread switching code | 2000-10-03 | 2 | -0/+108 | ||
| | ||||||
* | prepare for switching threads | 2000-09-25 | 2 | -0/+70 | ||
| | ||||||
* | prepare for thread switching | 2000-09-25 | 2 | -0/+111 | ||
| | ||||||
* | preparation for switch-based threads | 2000-09-25 | 6 | -0/+378 | ||
| | ||||||
* | Crank minor to correspond to login.conf changes in libc | 2000-08-20 | 1 | -1/+1 | ||
| | ||||||
* | quiet warning | 2000-08-07 | 1 | -2/+2 | ||
| | ||||||
* | remove test_pw until we get getpwnam_r() back | 2000-08-07 | 1 | -2/+2 | ||
| | ||||||
* | this obviously wasn't tested, fix check. We don't even build libpthread by | 2000-08-07 | 1 | -5/+5 | ||
| | | | | default on i386 yet. | |||||
* | forward declaration of struct timespec to avoid warning | 2000-06-27 | 1 | -1/+2 | ||
| | ||||||
* | bye bye semconfig(2) | 2000-05-01 | 1 | -2/+2 | ||
| | ||||||
* | fix Xr; glam0006@tc.umn.edu | 2000-04-28 | 1 | -3/+3 | ||
| | ||||||
* | bump because of p{read,write}{,v} | 2000-04-20 | 1 | -1/+1 | ||
| | ||||||
* | Mostly punctuation fixes. | 2000-04-15 | 4 | -8/+8 | ||
| | ||||||
* | Trailing whitespace begone! | 2000-04-12 | 14 | -43/+43 | ||
| | ||||||
* | test re-entrant getpwnam_r | 2000-03-23 | 1 | -1/+9 | ||
| | ||||||
* | MACHINE_STACK_GROWS_UP | 2000-03-22 | 1 | -18/+26 | ||
| | ||||||
* | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | 2000-03-14 | 2 | -4/+4 | ||
| | | | | | commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). |