summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-01-12Update vm interface to MACHIN_NEW_NONCONTIG. Fix compile warning in pcctwo.cSteve Murphree
2001-01-12use setitimer instead of alarmJason Wright
2001-01-11nearly a complete rewrite. use poll(), no more signals, no more races,Theo de Raadt
2001-01-11fd_set overflows, move races out of signal handlers, and fd_set repairs;Theo de Raadt
2001-01-11Add maestroMarc Espie
2001-01-11fix fd_set overflowTheo de Raadt
2001-01-11indentTheo de Raadt
2001-01-11fix closedown() stub generated by rpcgen(1)Theo de Raadt
2001-01-11Sound driver for some ESS maestro models. Work by d@ and me, based onMarc Espie
2001-01-11indentTheo de Raadt
2001-01-11change signal handler to set a flag, and then in the main loop doTheo de Raadt
2001-01-11maxfd+1Markus Friedl
2001-01-11save_errno in signal handlerTheo de Raadt
2001-01-11fix a few stringsMichael Shalayeff
2001-01-11auichMichael Shalayeff
2001-01-11fix select overflow, work by deraadt and me.Markus Friedl
2001-01-11ich/auichMichael Shalayeff
2001-01-11no stidebugMichael Shalayeff
2001-01-11read rom through the rom handleMichael Shalayeff
2001-01-11fix a few types and alignment problemsMichael Shalayeff
2001-01-11there is no pseudo-device crypto either; sleep theoMichael Shalayeff
2001-01-11Default mode is BSS, not ad-hocAngelos D. Keromytis
2001-01-11ich/auichMichael Shalayeff
2001-01-11comment on a real nasty raceTheo de Raadt
2001-01-11make closedown() use __svc_fdset, so that large fd_set sizes close down niceTheo de Raadt
2001-01-11rename the rest to auich, verbalize the chipset type we are a part ofMichael Shalayeff
2001-01-11comment on a signal raceTheo de Raadt
2001-01-11oopsTheo de Raadt
2001-01-11move ich to auich at mickey's requestTheo de Raadt
2001-01-11Newline at end of debug printf.Angelos D. Keromytis
2001-01-11grep() returns a list of aliases to entries in the original listTodd C. Miller
2001-01-11Reference the sa, so sa_release() does the right thing (talk aboutAngelos D. Keromytis
2001-01-10cleanup sftp-server implementation:Markus Friedl
2001-01-10support !command in bridgename.if files, tooJason Wright
2001-01-10Fix comment.Angelos D. Keromytis
2001-01-10Get logging priorities right.Angelos D. Keromytis
2001-01-10Some more debug logging.Angelos D. Keromytis
2001-01-10handle malloc() failuresTheo de Raadt
2001-01-10error out for strdup() failuresTheo de Raadt
2001-01-10mount_ufs was not needed for a long time..Theo de Raadt
2001-01-10Handle DELETE payloads (delete the relevant IPsec SAs) -- problemAngelos D. Keromytis
2001-01-10XXX -- generate_empheral_server_key() is not safe against races, because it c...Theo de Raadt
2001-01-10If only the Remote-ID is specified for a Phase 2 configuration, useAngelos D. Keromytis
2001-01-10BSS mode by default.Angelos D. Keromytis
2001-01-10BSS mode by default.Angelos D. Keromytis
2001-01-10BSS mode by default.Angelos D. Keromytis
2001-01-10put up FD_* manual pages, in section 3Theo de Raadt
2001-01-10Typo: 'eg.' -> 'e.g.'Kenneth R Westerback
2001-01-10Handle null remote_id/local_filter/remote_filter nicer.Angelos D. Keromytis
2001-01-09allow TCP_NDELAY for ipv6; from netbsd via itojun@Markus Friedl