Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-04 | - document -i | Jason McIntyre | |
- remove some whitespace whilst here fixes pr #5087 (james strandboge) ok jakob | |||
2006-05-04 | more clues for people who update their system. | Marc Espie | |
2006-05-04 | finish work wrt TMPDIR; use xasprintf() to simplify code while in there; | Xavier Santolaria | |
"looks fine" ray@. | |||
2006-05-04 | Use queue(3) macros instead of custom queue. | Ray Lai | |
OK beck@ | |||
2006-05-04 | Fix wordo, pointed out by jmc@ | Dale Rahn | |
2006-05-04 | Dont build/install prebind tools just yet. | Dale Rahn | |
2006-05-03 | correct one more comment | Kjell Wooding | |
2006-05-03 | Using mmap for these is going to be trickier than I thought, go ahead | Dale Rahn | |
and do the allocation failure checks for now. | |||
2006-05-03 | Do some KNF, clean up some unused junk that has lying around for 40-odd | Kjell Wooding | |
cvs revisions, and fix a few comments to match reality | |||
2006-05-03 | several fixes dealing with determining if a program or library is being | Dale Rahn | |
processed. Also handles symlinks/hardlinks between binaries better. | |||
2006-05-03 | Mention x/I behaviour on m88k. | Miod Vallat | |
2006-05-03 | len = strlen(foo); if foo[len - 1]... will do bad things if len == 0. | Kjell Wooding | |
Avoid, and rearrange a test so it can't (hypothetically) overflow. | |||
2006-05-03 | goodbye noisy debug. | Dale Rahn | |
2006-05-03 | checks that libraries are libaries and programs are programs. (needs cleanup) | Dale Rahn | |
2006-05-03 | When loading 'binaries' ignore libraries. | Dale Rahn | |
2006-05-03 | Add some regress tests for lint1 crashes which are not solved yet | Chad Loder | |
2006-05-03 | more test cases | Otto Moerbeek | |
2006-05-03 | be smarter about warning for null effects; kills a lot of spurious | Otto Moerbeek | |
warnings. ok cloder@ | |||
2006-05-03 | Overhaul of the disassembler code, with random fixes, better conditionnal | Miod Vallat | |
branches decoding, correct control register descriptions, and (the reason for these changes in the first place) 88110 instruction support. ddb will now disassemble by default for the processor it is running for, and using the alternate format (x/I) disassembles for the other. | |||
2006-05-03 | Fix a (documented) logic botch in inst_load(). | Miod Vallat | |
2006-05-03 | prebind - how to prelink a binary without throwing security out the window | Dale Rahn | |
Prelink fixes the address of libraries making 'return to libc' attacks trival, prebind uses a different method to achieve most of the same gains, however without adding any security conerns. Still under development, now in-tree. | |||
2006-05-03 | Extra paranoid, do not allow the dynamic linker to have unresolved references | Dale Rahn | |
as this causes much frustration as it fails to run after being installed and is a paint to recover. | |||
2006-05-03 | Keep the state of the debugger constistant, let it know a the dynamic | Dale Rahn | |
linker is adding or removing a library before it does the act. Discussed with kurt@ some time ago. | |||
2006-05-03 | Rewrite the ld.so syscall stubs as macros. no binary change. | Dale Rahn | |
2006-05-03 | Use xasprintf and xfree. | Ray Lai | |
``But i thought it already went in...'' xsa@ | |||
2006-05-03 | respect TMPDIR; OK ray@. | Xavier Santolaria | |
2006-05-03 | be more clear about policy inheritance | Nikolay Sturm | |
help and ok jmc, provos | |||
2006-05-03 | SYSTR_MSG_CHILD is also sent when a child exits, from pr 5088 | Nikolay Sturm | |
ok jmc, provos | |||
2006-05-03 | Provide a function pointer that allows for the wdc reset | Jonathan Gray | |
method to be changed as required. This will be required for dealing with several chips in pciide. | |||
2006-05-03 | regen | Brad Smith | |
2006-05-03 | add the Neterion Xframe-II 10GbE product id. | Brad Smith | |
2006-05-02 | Replace db_{disable,enable}_interrupts with expanded version of themselves, | Miod Vallat | |
having macros for this is not worth doing. | |||
2006-05-02 | Wave goodbye to bugtty on mvme88k as well. | Miod Vallat | |
2006-05-02 | correct command-line prompts; from daniel wade | Jason McIntyre | |
2006-05-02 | The r128 driver also need the 0xb0000-0xc0000 address range. found by Jolan@. | Matthieu Herrb | |
2006-05-02 | some type cleanup | Nikolay Sturm | |
with feedback from kettenis | |||
2006-05-02 | Make buffers store their own working directory. This makes things like | Kjell Wooding | |
grep, compile, lint work as expected (act on current buffer's cwd). Display this path when opening or replacing a file, rather than relying on the user to guess, or remember. | |||
2006-05-02 | * Plug memory leak if init fails; ok gwk@ | Patrick Latifi | |
2006-05-02 | The pftable name to ID functions should use the pftable_labels list and not | Claudio Jeker | |
the rt_labels list. Luckily this bug was not visible because of the way the pftable and rtlabel code works. Found by Thomas E. Spanjaard. | |||
2006-05-02 | fix creation of sub-anchors, e.g. if you create an anchor /foo/bar, create | Daniel Hartmeier | |
only bar under foo, not /bar as well. secondly, when using "load anchor from" from a sub-anchor, the loading point should be relative to the sub-anchor doing the load (unless absolute paths are used, of course). from Boris Polevoy. probably a -stable candidate. | |||
2006-05-02 | Nuke a couple orphaned prototypes. | Hugh Graham | |
quoth deraadt: no problem | |||
2006-05-02 | Format nicelevel relative NZERO as other tools do. | Hugh Graham | |
Surely, says millert. | |||
2006-05-02 | Spread some .Xr for the hard to stumble across lam(1). | Hugh Graham | |
jmc yeps. | |||
2006-05-01 | prevent a very, very stupid buffer overflow in ident_line(). | Joris Vink | |
fix for PR 5091 okay niallo@ | |||
2006-05-01 | Regen | Pedro Martelletto | |
2006-05-01 | Add Neodio 8-in-1 Flash Device Controller, okay dlg@ | Pedro Martelletto | |
2006-05-01 | sync | Theo de Raadt | |
2006-05-01 | slight reword; | Jason McIntyre | |
2006-05-01 | Move vn_isunder() to vfs_vnops.c, that's the place for vn_* functions | Pedro Martelletto | |
2006-05-01 | Rename functions and move prototypes around | Pedro Martelletto | |