Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-01 | missing word | jasoni | |
"function will non-zero" -> "function will return non-zero" | |||
2001-05-31 | missing word | jasoni | |
"the temporarily lacks the resources" -> "the system temporarily lacks...." | |||
2001-05-31 | more typos | Theo de Raadt | |
2001-05-31 | typos; first few spotted by heko@saitti.net | Theo de Raadt | |
2001-05-15 | Make path length variables size_t. This fixes the problem where | Todd C. Miller | |
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. | |||
2001-03-13 | stronger test | David Leonard | |
2001-03-13 | typo in comment | David Leonard | |
2001-03-13 | recursive mutex test | David Leonard | |
2001-03-09 | m{,un}lockall | Artur Grabowski | |
2001-03-04 | Forgot commit, oops. | Marc Espie | |
2001-02-21 | Define struct _machdep_state again for libc_r to compile on mvme88k. | Miod Vallat | |
2001-02-21 | replace comment with something not so misleading. | Brad Smith | |
2001-01-31 | move utmp to large format, usernames to 32 chars; downsj | Theo de Raadt | |
2001-01-27 | Stubs for vax. (build at least) | Hugh Graham | |
2001-01-16 | typo in comment, change -> chance | Brad Smith | |
2001-01-16 | switch stacks even when restoring a preempted thread. (credit to pefo@) | David Leonard | |
2000-12-31 | -lpthread -> -pthread | Brad Smith | |
2000-12-06 | use __x__ formats for __attribute__ arguments; guenther@gac.edu | Theo de Raadt | |
2000-11-21 | crank minor number | Todd C. Miller | |
2000-11-17 | crank minor | Niels Provos | |
2000-10-12 | - RCS id police! | Brad Smith | |
- 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. | |||
2000-10-12 | refix breakage in previous commit, d@ forgot to remove his change while | Brad Smith | |
testing libpthread on sparc (which is not built by default ... yet). | |||
2000-10-05 | missed it by That Much | David Leonard | |
2000-10-05 | Use volatile on the __asm__ directives, do not allow the compiler to reorder | Dale S. Rahn | |
or optimize out any of the assembly statements. | |||
2000-10-04 | oops | David Leonard | |
2000-10-04 | switch to _machdep_switch() instead of setjmp/longjmp. For some reason this ↵ | David Leonard | |
fixes sparc threads. | |||
2000-10-04 | if fstat fails fails, as it will on some sockets, close anyway. | David Leonard | |
2000-10-04 | bit of a cleanup | David Leonard | |
2000-10-03 | public domain | David Leonard | |
2000-10-03 | constistent naming | David Leonard | |
2000-10-03 | thread switching code | David Leonard | |
2000-09-25 | prepare for switching threads | David Leonard | |
2000-09-25 | prepare for thread switching | David Leonard | |
2000-09-25 | preparation for switch-based threads | David Leonard | |
2000-08-20 | Crank minor to correspond to login.conf changes in libc | Todd C. Miller | |
2000-08-07 | quiet warning | Brad Smith | |
2000-08-07 | remove test_pw until we get getpwnam_r() back | Brad Smith | |
2000-08-07 | this obviously wasn't tested, fix check. We don't even build libpthread by | Brad Smith | |
default on i386 yet. | |||
2000-06-27 | forward declaration of struct timespec to avoid warning | Artur Grabowski | |
2000-05-01 | bye bye semconfig(2) | Theo de Raadt | |
2000-04-28 | fix Xr; glam0006@tc.umn.edu | Theo de Raadt | |
2000-04-20 | bump because of p{read,write}{,v} | Theo de Raadt | |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-03-23 | test re-entrant getpwnam_r | David Leonard | |
2000-03-22 | MACHINE_STACK_GROWS_UP | David Leonard | |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
2000-03-07 | Typo in synopsis: sont --> const | Alex Feldman | |
2000-03-04 | Use .Va for errno. | Aaron Campbell | |
2000-02-28 | need string.h | Theo de Raadt | |