Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-28 | indent properly | Theo de Raadt | |
2004-12-28 | document that suexec has to be setuid to work correctly; | Jason McIntyre | |
slightly more logical layout of the page; ok henning@ | |||
2004-12-28 | sync | Theo de Raadt | |
2004-12-28 | clearer error/warning | Marc Espie | |
2004-12-28 | improve message quality: don't say we can't update stuff when we are going | Marc Espie | |
to force it. Group the verification of forward dependencies, so that it is less verbose. Also, register .libs conflict, even if it's not that useful. | |||
2004-12-28 | synchronize conflict lists when we add/remove anything. | Marc Espie | |
2004-12-28 | Since we don't enable interrupts until autoconf is over, we don't need | Miod Vallat | |
to skip the first few clock interrupts, as done on luna68k. | |||
2004-12-28 | Correctly determine length of rsa key passed by the kernel to userland. Found | Hans-Joerg Hoexer | |
and fix provided by Stefan Miltchev. Again, many thanks! Slightly different fix. ok ho@ | |||
2004-12-28 | use __LP64__; miod | Theo de Raadt | |
2004-12-28 | fix new line in dmesg print on 8k cpus | Michael Shalayeff | |
2004-12-28 | correct snprintf return val mishandling; ok krw marco | Theo de Raadt | |
2004-12-28 | Don't allow an infinite number of SCSI bus resets per i/o. | Kenneth R Westerback | |
ok marco@. | |||
2004-12-28 | kill whitespace; | Jason McIntyre | |
2004-12-28 | add apache manual to SEE ALSO; | Jason McIntyre | |
2004-12-27 | allow pkg_add -r to proceed even if there's more than one conflict. | Marc Espie | |
Put an arbitrary threshold at 5 conflicts, so that a package that conflicts with everything won't wipe everything out... Take inter-dependencies into account while adjusting dependencies: we can't adjust dependencies for stuff that is no longer there. | |||
2004-12-27 | spacing | Theo de Raadt | |
2004-12-27 | be aware of snprintf potentially returning -1 | Theo de Raadt | |
2004-12-27 | recover from a nasty problem, allow people to delete package even if | Marc Espie | |
some dependency got badly adjusted. | |||
2004-12-27 | better message | Marc Espie | |
2004-12-27 | if we can't read this packing-list, this is not really an issue. | Marc Espie | |
2004-12-27 | use delete, not undef, to update installed_packages correctly... | Marc Espie | |
while we're there, clean-up code slightly. | |||
2004-12-27 | Fix tag handling for non-U320/packetized devices. Allow tags for these | Kenneth R Westerback | |
devices. Tidy up man page, remove lies and cruft. ok marco@. | |||
2004-12-27 | Add sgi support. | Mark Kettenis | |
2004-12-27 | Update mips-specific code to gdb-current. | Mark Kettenis | |
2004-12-27 | Don't crash on intermixed 32-bit and 64-bit DWARF sections. | Mark Kettenis | |
2004-12-27 | Add add_setshow_enum_cmd. | Mark Kettenis | |
2004-12-27 | unused | Martin Reindl | |
ok miod@ | |||
2004-12-27 | Add back nbsd.mt. | Mark Kettenis | |
2004-12-27 | Mention bsd.rd in the FILES section. | Miod Vallat | |
2004-12-27 | Gremlin crept in; found by drahn@ | Miod Vallat | |
2004-12-27 | unbreak tree | Theo de Raadt | |
2004-12-27 | Finally put copyrights on files I wrote _long_ ago. prodded by miod@ | Dale Rahn | |
2004-12-27 | Resolve conflicts for GDB 6.3. Add local patches. | Mark Kettenis | |
ok deraadt@ | |||
2004-12-27 | reset skip interface flags on reloads and for -Fall | Henning Brauer | |
from max | |||
2004-12-27 | GDB 6.3 (excluding .info files) | Mark Kettenis | |
2004-12-27 | correct comment for ipsec-nat-t; | Jason McIntyre | |
from joel knight; ok hshoexer@; | |||
2004-12-27 | Fix broken pointer arithmetic when receiving a RSA key from the kernel. Found | Hans-Joerg Hoexer | |
and fix provided by Stefan Miltchev. Thanks! ok otto@ | |||
2004-12-27 | Some post bintuils-2.15 changes for gdb-6.3. | Mark Kettenis | |
2004-12-27 | remove useless debugging leftover | Peter Valchev | |
2004-12-26 | boundry -> boundary | Brad Smith | |
2004-12-26 | strored -> stored | Miod Vallat | |
2004-12-26 | _C_LABEL(foo) -> foo when in comments. | Miod Vallat | |
2004-12-26 | Typo | Miod Vallat | |
2004-12-26 | Typos | Miod Vallat | |
2004-12-26 | Better include-once-only preprocessor symbol name. | Miod Vallat | |
2004-12-26 | If writedisklabel() is invoked on a DPME-labeled disk, read back the DPME | Miod Vallat | |
partition table - it might have been modified behind our back. From NetBSD. | |||
2004-12-26 | _HP300_INTR_H_PRIVATE is long dead. | Miod Vallat | |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat | |
no change in compiler assembly output. | |||
2004-12-26 | Remove duplicate definition of LONG_DOUBLE_TYPE_SIZE, and shrink WINT_TYPE | Miod Vallat | |
to 32 bits, as done on all other OpenBSD platforms. ok espie@ | |||
2004-12-26 | put the compress 0 codes into a specific object. Handles the case where | Marc Espie | |
file ends with a block of zero, as sleuthed by sturm@. The object means the code is cleaned up with all the state in one place. Also, better use of constant. And beginnings of an Ustar writer code... |