summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-12-28indent properlyTheo de Raadt
2004-12-28document that suexec has to be setuid to work correctly;Jason McIntyre
slightly more logical layout of the page; ok henning@
2004-12-28syncTheo de Raadt
2004-12-28clearer error/warningMarc Espie
2004-12-28improve message quality: don't say we can't update stuff when we are goingMarc 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-28synchronize conflict lists when we add/remove anything.Marc Espie
2004-12-28Since we don't enable interrupts until autoconf is over, we don't needMiod Vallat
to skip the first few clock interrupts, as done on luna68k.
2004-12-28Correctly determine length of rsa key passed by the kernel to userland. FoundHans-Joerg Hoexer
and fix provided by Stefan Miltchev. Again, many thanks! Slightly different fix. ok ho@
2004-12-28use __LP64__; miodTheo de Raadt
2004-12-28fix new line in dmesg print on 8k cpusMichael Shalayeff
2004-12-28correct snprintf return val mishandling; ok krw marcoTheo de Raadt
2004-12-28Don't allow an infinite number of SCSI bus resets per i/o.Kenneth R Westerback
ok marco@.
2004-12-28kill whitespace;Jason McIntyre
2004-12-28add apache manual to SEE ALSO;Jason McIntyre
2004-12-27allow 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-27spacingTheo de Raadt
2004-12-27be aware of snprintf potentially returning -1Theo de Raadt
2004-12-27recover from a nasty problem, allow people to delete package even ifMarc Espie
some dependency got badly adjusted.
2004-12-27better messageMarc Espie
2004-12-27if we can't read this packing-list, this is not really an issue.Marc Espie
2004-12-27use delete, not undef, to update installed_packages correctly...Marc Espie
while we're there, clean-up code slightly.
2004-12-27Fix tag handling for non-U320/packetized devices. Allow tags for theseKenneth R Westerback
devices. Tidy up man page, remove lies and cruft. ok marco@.
2004-12-27Add sgi support.Mark Kettenis
2004-12-27Update mips-specific code to gdb-current.Mark Kettenis
2004-12-27Don't crash on intermixed 32-bit and 64-bit DWARF sections.Mark Kettenis
2004-12-27Add add_setshow_enum_cmd.Mark Kettenis
2004-12-27unusedMartin Reindl
ok miod@
2004-12-27Add back nbsd.mt.Mark Kettenis
2004-12-27Mention bsd.rd in the FILES section.Miod Vallat
2004-12-27Gremlin crept in; found by drahn@Miod Vallat
2004-12-27unbreak treeTheo de Raadt
2004-12-27Finally put copyrights on files I wrote _long_ ago. prodded by miod@Dale Rahn
2004-12-27Resolve conflicts for GDB 6.3. Add local patches.Mark Kettenis
ok deraadt@
2004-12-27reset skip interface flags on reloads and for -FallHenning Brauer
from max
2004-12-27GDB 6.3 (excluding .info files)Mark Kettenis
2004-12-27correct comment for ipsec-nat-t;Jason McIntyre
from joel knight; ok hshoexer@;
2004-12-27Fix broken pointer arithmetic when receiving a RSA key from the kernel. FoundHans-Joerg Hoexer
and fix provided by Stefan Miltchev. Thanks! ok otto@
2004-12-27Some post bintuils-2.15 changes for gdb-6.3.Mark Kettenis
2004-12-27remove useless debugging leftoverPeter Valchev
2004-12-26boundry -> boundaryBrad Smith
2004-12-26strored -> storedMiod Vallat
2004-12-26_C_LABEL(foo) -> foo when in comments.Miod Vallat
2004-12-26TypoMiod Vallat
2004-12-26TyposMiod Vallat
2004-12-26Better include-once-only preprocessor symbol name.Miod Vallat
2004-12-26If writedisklabel() is invoked on a DPME-labeled disk, read back the DPMEMiod 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-26Use list and queue macros where applicable to make the code easier to read;Miod Vallat
no change in compiler assembly output.
2004-12-26Remove duplicate definition of LONG_DOUBLE_TYPE_SIZE, and shrink WINT_TYPEMiod Vallat
to 32 bits, as done on all other OpenBSD platforms. ok espie@
2004-12-26put the compress 0 codes into a specific object. Handles the case whereMarc 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...