Age | Commit message (Expand) | Author |
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 |
2001-01-11 | grep() returns a list of aliases to entries in the original list | Todd C. Miller |
2001-01-11 | Reference the sa, so sa_release() does the right thing (talk about | Angelos D. Keromytis |
2001-01-10 | cleanup sftp-server implementation: | Markus Friedl |
2001-01-10 | support !command in bridgename.if files, too | Jason Wright |
2001-01-10 | Fix comment. | Angelos D. Keromytis |
2001-01-10 | Get logging priorities right. | Angelos D. Keromytis |
2001-01-10 | Some more debug logging. | Angelos D. Keromytis |
2001-01-10 | handle malloc() failures | Theo de Raadt |
2001-01-10 | error out for strdup() failures | Theo de Raadt |
2001-01-10 | mount_ufs was not needed for a long time.. | Theo de Raadt |
2001-01-10 | Handle DELETE payloads (delete the relevant IPsec SAs) -- problem | Angelos D. Keromytis |
2001-01-10 | XXX -- generate_empheral_server_key() is not safe against races, because it c... | Theo de Raadt |
2001-01-10 | If only the Remote-ID is specified for a Phase 2 configuration, use | Angelos D. Keromytis |
2001-01-10 | BSS mode by default. | Angelos D. Keromytis |
2001-01-10 | BSS mode by default. | Angelos D. Keromytis |
2001-01-10 | BSS mode by default. | Angelos D. Keromytis |
2001-01-10 | put up FD_* manual pages, in section 3 | Theo de Raadt |
2001-01-10 | Typo: 'eg.' -> 'e.g.' | Kenneth R Westerback |
2001-01-10 | Handle null remote_id/local_filter/remote_filter nicer. | Angelos D. Keromytis |
2001-01-09 | allow TCP_NDELAY for ipv6; from netbsd via itojun@ | Markus Friedl |