Age | Commit message (Expand) | Author |
2001-01-12 | this is an ugly quick hack, but it works; theo helped (; | Michael Shalayeff |
2001-01-12 | Reverse the order of two loop invariant to make 'strlcat(0, "foo", 0)' | Todd C. Miller |
2001-01-12 | add SIOCSIFMTU; angelos@ coached | Todd T. Fries |
2001-01-12 | Clarify sigsetjmp vs. setjmp vs. _setjmp. | Todd C. Miller |
2001-01-12 | moved stests to src/regress/usr.bin/sort which is more appropriate | Todd C. Miller |
2001-01-12 | sort regression tests; moved here from the sort TEST subdir | Todd C. Miller |
2001-01-12 | sync | Theo de Raadt |
2001-01-12 | remove extra + character in status output | Theo de Raadt |
2001-01-12 | repair -f. | Jun-ichiro itojun Hagino |
2001-01-12 | typo, enhough -> enough | Brad Smith |
2001-01-12 | minimize chance of signal handler race. big help from deraadt. | Jun-ichiro itojun Hagino |
2001-01-12 | correct fd_set allocation. from deraadt | Jun-ichiro itojun Hagino |
2001-01-12 | make sure s always has enough from for trailing \0. even though strlcpy will | Bob Beck |
2001-01-12 | save_errno handling; itojun ok | Theo de Raadt |
2001-01-12 | make signo a volatile variable. sync with kame | Jun-ichiro itojun Hagino |
2001-01-12 | Activate other maestro makes, per Theo's request. | Marc Espie |
2001-01-12 | mention more ac97 drivers | Theo de Raadt |
2001-01-12 | un-race three signal handlers, and fix the fd_set overflow gunk | Theo de Raadt |
2001-01-12 | various small cleanups | Theo de Raadt |
2001-01-12 | make signal handler very short, to avoid possibility of race conditions. | Jun-ichiro itojun Hagino |
2001-01-12 | Update vm interface to MACHIN_NEW_NONCONTIG. Fix compile warning in pcctwo.c | Steve Murphree |
2001-01-12 | use setitimer instead of alarm | Jason Wright |
2001-01-11 | nearly a complete rewrite. use poll(), no more signals, no more races, | Theo de Raadt |
2001-01-11 | fd_set overflows, move races out of signal handlers, and fd_set repairs; | Theo de Raadt |
2001-01-11 | Add maestro | Marc Espie |
2001-01-11 | fix fd_set overflow | Theo de Raadt |
2001-01-11 | indent | Theo de Raadt |
2001-01-11 | fix closedown() stub generated by rpcgen(1) | Theo de Raadt |
2001-01-11 | Sound driver for some ESS maestro models. Work by d@ and me, based on | Marc Espie |
2001-01-11 | indent | Theo de Raadt |
2001-01-11 | change signal handler to set a flag, and then in the main loop do | Theo de Raadt |
2001-01-11 | maxfd+1 | Markus Friedl |
2001-01-11 | save_errno in signal handler | Theo de Raadt |
2001-01-11 | fix a few strings | Michael Shalayeff |
2001-01-11 | auich | Michael Shalayeff |
2001-01-11 | fix select overflow, work by deraadt and me. | Markus Friedl |
2001-01-11 | ich/auich | Michael Shalayeff |
2001-01-11 | no stidebug | Michael Shalayeff |
2001-01-11 | read rom through the rom handle | Michael Shalayeff |
2001-01-11 | fix a few types and alignment problems | Michael Shalayeff |
2001-01-11 | there is no pseudo-device crypto either; sleep theo | Michael Shalayeff |
2001-01-11 | Default mode is BSS, not ad-hoc | Angelos D. Keromytis |
2001-01-11 | ich/auich | Michael Shalayeff |
2001-01-11 | comment on a real nasty race | Theo de Raadt |
2001-01-11 | make closedown() use __svc_fdset, so that large fd_set sizes close down nice | Theo de Raadt |
2001-01-11 | rename the rest to auich, verbalize the chipset type we are a part of | Michael Shalayeff |
2001-01-11 | comment on a signal race | Theo de Raadt |
2001-01-11 | oops | Theo de Raadt |
2001-01-11 | move ich to auich at mickey's request | Theo de Raadt |
2001-01-11 | Newline at end of debug printf. | Angelos D. Keromytis |