Age | Commit message (Expand) | Author |
2002-07-24 | o Mention that interval timers are cleared (FreeBSD) | Todd C. Miller |
2002-07-24 | better uid/gid tracking; okay deraadt@ | Niels Provos |
2002-07-24 | if it appears we are disassembling insn at the pc do not cause an extra memor... | Michael Shalayeff |
2002-07-24 | Fix a bug I inadvertanly introduced while fixing the last problem in here. | Todd C. Miller |
2002-07-24 | nuke debugging cruft | Jason Wright |
2002-07-24 | add support for schizo streaming buffers (per PBM), but leave the buffers dis... | Jason Wright |
2002-07-24 | Go ahead and enable schizo, you're no worse off with it than without.. | Jason Wright |
2002-07-24 | No need to cast &thing to paddr_t* when thing IS a paddr_t | Jason Wright |
2002-07-24 | more use of volatile on registers, cleaning | Jason Wright |
2002-07-24 | ELF_TOOLCHAIN, don't list all of them. | Artur Grabowski |
2002-07-24 | fix header printing in show_all_procs | Michael Shalayeff |
2002-07-24 | Use host order when adding packet size to interface statistics counter. | Daniel Hartmeier |
2002-07-24 | print 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 use | Jason Wright |
2002-07-24 | remove the CHANGE undo record type, use a combination of delete and insert | Vincent Labrecque |
2002-07-24 | don't use the TAILQ before it is initialised. makes pmdb not crash on | Vincent Labrecque |
2002-07-24 | spaces | Theo de Raadt |
2002-07-24 | Convert to ANSI function headers and make 'ch' argument int, not char. | Todd C. Miller |
2002-07-24 | use real clones of the libc functions | Theo de Raadt |
2002-07-24 | ok i found it | Theo de Raadt |
2002-07-24 | back out broken stuff until it is fixed | Theo de Raadt |
2002-07-24 | clean up docs a bit | Theo de Raadt |
2002-07-24 | - change pte_spill_X() to take an extra parameter to determine if | Dale Rahn |
2002-07-24 | - change pte_spill_X() to take an extra parameter to determine if | Dale Rahn |
2002-07-24 | have _THREAD_PRIVATE_MUTEX for DNS/YP/hosts lookup. | Jun-ichiro itojun Hagino |
2002-07-24 | limit user code up to below the user stack, making stack addresses, effective... | Michael Shalayeff |
2002-07-24 | ELF_TOOLCHAIN instead of listing all ELF archs. | Artur Grabowski |
2002-07-24 | spacing | Theo de Raadt |
2002-07-24 | Support for non-exec mappings on sun4m. | Artur Grabowski |
2002-07-24 | Support for non-exec page mappings. | Artur Grabowski |
2002-07-24 | Pretty nasty hack to make non-exec mappings work. | Artur Grabowski |
2002-07-24 | and add the things that are missing? | Theo de Raadt |
2002-07-24 | why do i always have to mop up | Theo de Raadt |
2002-07-24 | make more _dl_*() func params like real ones in libc | Theo de Raadt |
2002-07-24 | cope with _dl_mmap() returning void * | Theo de Raadt |
2002-07-24 | make _dl_mmap() return void * like others | Theo de Raadt |
2002-07-24 | sync | Theo de Raadt |
2002-07-23 | match _dl_ syscall prototypes w/ the real syscalls prototypes, including args... | Michael Shalayeff |
2002-07-23 | Do not use bcopy() when you mean ovbcopy(); found the hard way by aaron@ | Miod Vallat |
2002-07-23 | Remove unused files now that powerpc archs use link_elf.h | Dale Rahn |
2002-07-23 | Allow 'boot hd:,ofwboot bsd' previously it required '/bsd' instead of | Dale Rahn |
2002-07-23 | from reading sam@errno.com's code: | Jason Wright |
2002-07-23 | check account expiration time as well; from hamajima@nagoya.ydc.co.jp pr2835 | Peter Valchev |
2002-07-23 | prevent double free in some error conditions; from xs@kittenz.org | Niels Provos |
2002-07-23 | timeout_list/_spec and limit_list/_spec don't return anything -> no %type. | Henning Brauer |
2002-07-23 | Don't use a magic constant | Jason Wright |
2002-07-23 | Typos (ok jason@) | Ian Darwin |
2002-07-23 | Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and other | Dale Rahn |
2002-07-23 | Turn READ/WRITE into function calls (driver was getting too bloated with | Jason Wright |
2002-07-23 | Use the proper cardbus_conf_read() rather than pci (in a cardbus driver). | Dale Rahn |