Age | Commit message (Expand) | Author |
2002-07-25 | add a few RFC 2142 suggested aliases, OK deraadt@ | Marco S Hyman |
2002-07-25 | use vasprintf() instead of vsnprintf + malloc + vsnprintf hack;idea from deraadt | Vincent Labrecque |
2002-07-25 | replace the ugly and buggy adjustname function by a simple one using | Vincent Labrecque |
2002-07-25 | this just had to go in | Henning Brauer |
2002-07-25 | Check snprintf() rval for < 0; OK deraadt@ | Todd C. Miller |
2002-07-25 | house cleaning, also fix a couple of incorrect bit definitions in the | Jason Wright |
2002-07-25 | correct MTU check. sync w/kame | Jun-ichiro itojun Hagino |
2002-07-25 | real vfork | Michael Shalayeff |
2002-07-25 | a few breakages w/ -current, maybe some other mickey might decide to fix those | Michael Shalayeff |
2002-07-25 | better kdbprinttrap() and copy over the frame into the db_regs when already s... | Michael Shalayeff |
2002-07-25 | preserve t4 as a saviour for the rp for the vfork() syscall. idea from fredette@ | Michael Shalayeff |
2002-07-25 | kcopy is a space-to-space copy from kernel space, to guess where, -- to the s... | Michael Shalayeff |
2002-07-25 | update $NetBSD$ tags | Nathan Binkert |
2002-07-25 | handle < 0 and such better | Theo de Raadt |
2002-07-25 | only one trap generates exec fault and fetches the fault address from the pc ... | Michael Shalayeff |
2002-07-25 | sync | Nathan Binkert |
2002-07-25 | get rid of trailing whitespace | Nathan Binkert |
2002-07-25 | Modify lvalue only once between sequence points. ok deraadt@ | Thomas Nordin |
2002-07-25 | Compare with the same type. ok deraadt@ | Thomas Nordin |
2002-07-25 | FallBackToRsh does not exist anywhere else. Remove it from here. OK deraadt. | mouring |
2002-07-25 | sync | Nathan Binkert |
2002-07-25 | typo | Nathan Binkert |
2002-07-24 | sync | Nathan Binkert |
2002-07-24 | new devices | Nathan Binkert |
2002-07-24 | Use sizeof(array) instead of sizeof(array *) for bcopy length. ok deraadt@ | Thomas Nordin |
2002-07-24 | use properly sized regs for the prefix, only matters w/ picky binutils, old g... | Michael Shalayeff |
2002-07-24 | Also check for snprintf() returning < 0 | Todd C. Miller |
2002-07-24 | Sanity check snprintf() return values before using them. OK deraadt@ | Todd C. Miller |
2002-07-24 | What on earth possessed me to use %p instead of %m in syslog() to | Todd C. Miller |
2002-07-24 | add *asprintf | Theo de Raadt |
2002-07-24 | Document that *printf can return -1 on error. This includes snprintf(), | Todd C. Miller |
2002-07-24 | spaces | Theo de Raadt |
2002-07-24 | Sanity check snprintf() return values before using them. It is legal for | Todd C. Miller |
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 |