summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-07-24 o Mention that interval timers are cleared (FreeBSD)Todd C. Miller
2002-07-24better uid/gid tracking; okay deraadt@Niels Provos
2002-07-24if it appears we are disassembling insn at the pc do not cause an extra memor...Michael Shalayeff
2002-07-24Fix a bug I inadvertanly introduced while fixing the last problem in here.Todd C. Miller
2002-07-24nuke debugging cruftJason Wright
2002-07-24add support for schizo streaming buffers (per PBM), but leave the buffers dis...Jason Wright
2002-07-24Go ahead and enable schizo, you're no worse off with it than without..Jason Wright
2002-07-24No need to cast &thing to paddr_t* when thing IS a paddr_tJason Wright
2002-07-24more use of volatile on registers, cleaningJason Wright
2002-07-24ELF_TOOLCHAIN, don't list all of them.Artur Grabowski
2002-07-24fix header printing in show_all_procsMichael Shalayeff
2002-07-24Use host order when adding packet size to interface statistics counter.Daniel Hartmeier
2002-07-24print out all known keys for a host if we get a unknown host key,Markus Friedl
2002-07-24- don't need mmio or io registers mapped for console useJason Wright
2002-07-24 remove the CHANGE undo record type, use a combination of delete and insertVincent Labrecque
2002-07-24don't use the TAILQ before it is initialised. makes pmdb not crash onVincent Labrecque
2002-07-24spacesTheo de Raadt
2002-07-24Convert to ANSI function headers and make 'ch' argument int, not char.Todd C. Miller
2002-07-24use real clones of the libc functionsTheo de Raadt
2002-07-24ok i found itTheo de Raadt
2002-07-24back out broken stuff until it is fixedTheo de Raadt
2002-07-24clean up docs a bitTheo de Raadt
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