summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-07-24- change pte_spill_X() to take an extra parameter to determine ifDale Rahn
2002-07-24- change pte_spill_X() to take an extra parameter to determine ifDale Rahn
2002-07-24have _THREAD_PRIVATE_MUTEX for DNS/YP/hosts lookup.Jun-ichiro itojun Hagino
2002-07-24limit user code up to below the user stack, making stack addresses, effective...Michael Shalayeff
2002-07-24ELF_TOOLCHAIN instead of listing all ELF archs.Artur Grabowski
2002-07-24spacingTheo de Raadt
2002-07-24Support for non-exec mappings on sun4m.Artur Grabowski
2002-07-24Support for non-exec page mappings.Artur Grabowski
2002-07-24Pretty nasty hack to make non-exec mappings work.Artur Grabowski
2002-07-24and add the things that are missing?Theo de Raadt
2002-07-24why do i always have to mop upTheo de Raadt
2002-07-24make more _dl_*() func params like real ones in libcTheo de Raadt
2002-07-24cope with _dl_mmap() returning void *Theo de Raadt
2002-07-24make _dl_mmap() return void * like othersTheo de Raadt
2002-07-24syncTheo de Raadt
2002-07-23match _dl_ syscall prototypes w/ the real syscalls prototypes, including args...Michael Shalayeff
2002-07-23Do not use bcopy() when you mean ovbcopy(); found the hard way by aaron@Miod Vallat
2002-07-23Remove unused files now that powerpc archs use link_elf.hDale Rahn
2002-07-23Allow 'boot hd:,ofwboot bsd' previously it required '/bsd' instead ofDale Rahn
2002-07-23from reading sam@errno.com's code:Jason Wright
2002-07-23check account expiration time as well; from hamajima@nagoya.ydc.co.jp pr2835Peter Valchev
2002-07-23prevent double free in some error conditions; from xs@kittenz.orgNiels Provos
2002-07-23timeout_list/_spec and limit_list/_spec don't return anything -> no %type.Henning Brauer
2002-07-23Don't use a magic constantJason Wright
2002-07-23Typos (ok jason@)Ian Darwin
2002-07-23Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and otherDale Rahn
2002-07-23Turn READ/WRITE into function calls (driver was getting too bloated withJason Wright
2002-07-23Use the proper cardbus_conf_read() rather than pci (in a cardbus driver).Dale Rahn
2002-07-23only break in ddb if the kernel has been mappedMichael Shalayeff
2002-07-23print page protection w/ bits in dump_tableMichael Shalayeff
2002-07-23utmp_len is unsigned; display error consistent with other options.Kevin Steves
2002-07-23Now that sparc64 implements reverse splassert, it make senseArtur Grabowski
2002-07-23Fix yet another braino.Artur Grabowski
2002-07-23Please tell me what crack I've been smoking when I did that.Artur Grabowski
2002-07-23Define __HAVE_SPLASSERT on architectures that support splassert.Artur Grabowski
2002-07-23IPL_NONE, not IPL_0Artur Grabowski
2002-07-23Define IPL_NONEArtur Grabowski
2002-07-23When handling an interrupt record the interrupt level we're handlingArtur Grabowski
2002-07-23Add pshufw insn so ogle compiles without the need for a recent gas.Federico G. Schwindt
2002-07-23Partial update, only track the name changes and mirror removals yet.Miod Vallat
2002-07-22check argc after getopt(), otherwise we may go ahead even if we only gotFederico G. Schwindt
2002-07-22ansifyPeter Valchev
2002-07-22Remove some dead ifdefs to make the code more readable.Artur Grabowski
2002-07-22don't try to recheck the pathes to server.crt and .key once chrootedHenning Brauer
2002-07-22don't attempt to chroot if we are already chrooted ;-)Henning Brauer
2002-07-22sync ICONFILES with realityHenning Brauer
2002-07-22uninitialized variable; pointed out by sam@errno.comJason Wright
2002-07-22u_int here; ok provos@Kevin Steves
2002-07-22Document the REPORT and REPLACE ioctls.Wilbern Cobb
2002-07-22we document '-F' as introduced with apache 1.3.26 in httpd(8).Henning Brauer