summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-01-17do not call extent_print() unless DDB || DIAGNOSTICTheo de Raadt
2001-01-17advance through buffer, leftovers from singular version; from Henric Jungheim...Michael Shalayeff
2001-01-17Don't dump core when a ``bad address'' error occurs and there is neitherPaul Janzen
2001-01-17OpenBSD-ify.Paul Janzen
2001-01-17avoid C sequence point issues; found by cgd@netbsd.org using a developmentPaul Janzen
2001-01-17syncTheo de Raadt
2001-01-17Remove libiberty from the list of dependencies, since we use the installMarc Espie
2001-01-16indentTheo de Raadt
2001-01-16fix another signal race, and check signal flags even in non-EINTR from select...Theo de Raadt
2001-01-16check flags every loop, not just on EINTRTheo de Raadt
2001-01-16"0x 2" -> "0x02"David Leonard
2001-01-16save_errno in signal handler, in case it calls signal()Theo de Raadt
2001-01-16use _exit() in signal handlerTheo de Raadt
2001-01-16typo in comment, change -> chanceBrad Smith
2001-01-16spellingTheo de Raadt
2001-01-16remove some statics. simpler handles; idea from nisse@lysator.liu.seMarkus Friedl
2001-01-16fix VP3_PIRQ arg name, use I386_PCI_INTERRUPT_LINE_NO_CONNECTION; from netbsdMichael Shalayeff
2001-01-16Enforce building stuff at compile time, not install time.Marc Espie
2001-01-16fix verbosity levels. pointed out by J.D. Carlson <jd@noc7.uchsc.edu>Eric Jackson
2001-01-16match on elsa xi300; from netbsd, no other visible changes in the driverMichael Shalayeff
2001-01-16regenMichael Shalayeff
2001-01-16Elsa products; from netbsdMichael Shalayeff
2001-01-16limit the scsi_link.openings to 128 to be safeMichael Shalayeff
2001-01-16make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from galb@vand...Markus Friedl
2001-01-16Don't include machine/elf_machdep.h, not all archs have it yet.Artur Grabowski
2001-01-16add timeout variable, alphabetize the var list; pointed out by Rob Francis <r...Michael Shalayeff
2001-01-16Indentation nit.Artur Grabowski
2001-01-16Add a check for MNT_NOEXEC that was in exec_elf.c but not here.Artur Grabowski
2001-01-16Allow use of ELFSIZE to get Elf_* types and macros instead of explicit Elf{32...Artur Grabowski
2001-01-16Print more diagnostics on bus_space_map failure.Artur Grabowski
2001-01-16Use objcopy to build the bootblocks instead of a hairy dd.Artur Grabowski
2001-01-16First shot at loading elf symbols. Not sure yet if it works correctly.Artur Grabowski
2001-01-16Fix ELF64_MACHDEP_ID_CASESArtur Grabowski
2001-01-16Fix cross-builds of the kernel. (ELF only).Artur Grabowski
2001-01-16typo; bk@rt.fmAaron Campbell
2001-01-16Add half of PT101 support: init codec, no mixer. And provide forMarc Espie
2001-01-16do not trash errno in signal handlerTheo de Raadt
2001-01-16Revert last commit.Marc Espie
2001-01-16s/ND6DEBUG/ND6_DEBUG/ to synchronize with other placesJun-ichiro itojun Hagino
2001-01-16Changes from Don Beusee:Todd C. Miller
2001-01-16bzero the sets before FD_SET'n themJason Wright
2001-01-16fix fd_set overflowsJason Wright
2001-01-16switch stacks even when restoring a preempted thread. (credit to pefo@)David Leonard
2001-01-16Document NO_BUILD.Angelos D. Keromytis
2001-01-16Check whether /etc/inetd.conf exists before starting inetd (chuck@snew.com)Angelos D. Keromytis
2001-01-16Changes from Don Beusee:Todd C. Miller
2001-01-16fd_set overflow handlingTheo de Raadt
2001-01-16_exit() in signal handlerTheo de Raadt
2001-01-16cleanup strcpy, strncpy, signal races, etcTheo de Raadt
2001-01-16use a private svc_run(), which looks at a global touched by SIGHUP handlerTheo de Raadt