summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-09-20Better timeout usage.Miod Vallat
2001-09-20No longer necessary. GENERIC is a good test kernel now.Artur Grabowski
2001-09-20From NetBSD: allow loading of kernels with bss+data > 4MJason Wright
2001-09-20Three changes from NetBSD:Jason Wright
2001-09-20bigger/better diskJason Wright
2001-09-208k block sizeJason Wright
2001-09-20Incorrect parens (from netbsd)Jason Wright
2001-09-20Install etc/kerberosV/krb5.conf.exampleHans Insulander
2001-09-20Example kerberos 5 config file. Based on what works for me.Hans Insulander
2001-09-20mailq moves to section 8 since it can only be run by the superuser nowTodd C. Miller
2001-09-20+openpromTodd T. Fries
2001-09-20Our printf has %b, use it and don't bother with snprintf stuff.Jason Wright
2001-09-20Jumbo wsmoused cosmeto:Miod Vallat
2001-09-20change PSEUDO_NOERROR so it is indeed does not set errno.Dale Rahn
2001-09-20correct %b stringsJason Wright
2001-09-20grammar; from tobyMichael Shalayeff
2001-09-20CheckMail removed. OKed stevesk@mouring
2001-09-20Add PSEUDO_NOERROR similar to that used by NetBSD.Todd C. Miller
2001-09-20openfirmware device (and move ksyms decl to conf.h)Jason Wright
2001-09-20sparc64 supportJason Wright
2001-09-20treat unions as structs; fixes pr 1918, perl dudes never replied thoughMichael Shalayeff
2001-09-20duplicate removal; Seth King <sethking@yahoo.com>Paul Janzen
2001-09-20document why we use random()Theo de Raadt
2001-09-20syncMichael Shalayeff
2001-09-20no one cares if RFIFO has been hit... so shaddap!Jason Wright
2001-09-20make this compile for kernelMichael Shalayeff
2001-09-20s/TF_SIZE/TRAPFRAME_SIZEOF/ to make it compile nowMichael Shalayeff
2001-09-20Fix uninitialized structure fields. Problem reported by Cedric Berger.Daniel Hartmeier
2001-09-20make this produce the assym.h at least, was very hard to test of courseMichael Shalayeff
2001-09-20syncTheo de Raadt
2001-09-20OpenBSD style bit definitionsJason Wright
2001-09-20undef HMEDEBUG by default, and maximum rx/tx size isJason Wright
2001-09-20occured->occurredMike Pechkin
2001-09-20per man page and gcc 3.0.1, exit requires prototype from stdlib.hTodd T. Fries
2001-09-20the use of arc4random() in ether_ifattach() is wrong as randomattach()Peter Galbavy
2001-09-20Mention that ultrasparc proms don't append the architecture nameMiod Vallat
2001-09-20comment extra tokens at end of #endif directiveTodd T. Fries
2001-09-20Comment out Xr to missing boot_foo(8) pages.Miod Vallat
2001-09-20bug compat: request a dummy channel for -N (no shell) sessions + cleanup; vin...Markus Friedl
2001-09-20key_read returns now -1 or 1Markus Friedl
2001-09-20Allow nesting of fault handlers by saving old onfault handler andDale Rahn
2001-09-20On a fault the onfault condition should be set to the old handler, notDale Rahn
2001-09-20Be much more careful about pcb_onfault.Artur Grabowski
2001-09-20Get rid of B_VFLUSH. Tested by costa and me.Grigoriy Orlov
2001-09-20regenNathan Binkert
2001-09-20more broadcom BCM570x based boards.Nathan Binkert
2001-09-20ksyms take 2 .. blooper found by art@Todd T. Fries
2001-09-20Avoid leaking memory if uiomove fails.Artur Grabowski
2001-09-20Get this closer to working (mostly borrowed from macppc).Jason Wright
2001-09-20fix ClientAliveCountMaxKevin Steves