summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-01-14.Xr closefromTed Unangst
2004-01-14catching a stray sheep destroying a pmap shall result in a proper haggis; ↵Michael Shalayeff
this fixes a panic resulted from a diagnostic check und clean whose dirty little causes should really get fixed (eventually); w/ grumpy testing
2004-01-14regen; qid change.Kenjiro Cho
2004-01-14eliminate the predefined special qids so that qids become simpleKenjiro Cho
identifiers without embedded meanings. this also allows us to make the semantics of the qid assignment in line with the tag assignment in the next step. ok, henning@
2004-01-14A more classical and more readable getopt() loop, no functional change.Miod Vallat
ok espie@ millert@
2004-01-14Do not expose kernel prototypes to userland.Miod Vallat
2004-01-14Fix after recent struct reg and struct frame changes.Miod Vallat
2004-01-14update struct, noted by deraadt@Ted Unangst
2004-01-14syncTed Unangst
2004-01-14syncTed Unangst
2004-01-14change sigaltstack.ss_size type to size_t. handle syscall fallout.Ted Unangst
add stack_t and ucontext_t typedefs. ok deraadt@
2004-01-14ok, it took quite a bit of prodding but itojun finally explained why theTheo de Raadt
extra sleep 1 is in here, and we came to the conclusion it is safe to delete it. whee.
2004-01-14Fix the mmap case; inadequate testing on my part!Todd C. Miller
2004-01-14Preliminary changes for ARM support on OpenBSD. "Can't hurt" espie@Dale Rahn
2004-01-14Fallback to malloc + pread if mmap fails; fixes "nm /dev/ksyms". OK mickey@Todd C. Miller
2004-01-14Nuke SDEV_NOLUNS, SDEV_FORCELUNS, and PQUIRK_FORCELUNS quirks. AlsoKenneth R Westerback
moreluns field in scsi_link structure. Instead, treat an INQUIRY result that duplicates the INQUIRY result of LUN 0 as proof the LUN does not exist. Compensate for lack of SDEV_NOLUNS where necessary by setting sc_link->luns to 1, which has the same effect. From Marco Peereboom. Don't issue Test Unit Ready command before INQUIRY command - not necessary and potentially harmful to devices with ADEV_NOTUR quirk since quirks have not been set yet. From mycroft@NetBSD ok deraadt@, mvme* changes by miod@.
2004-01-14Revert previous; this will cause issues on some machines, says drahn@Miod Vallat
2004-01-13Fix KERNTEXTOFF value (long) after the move to ELF.Miod Vallat
tricked-to-commit-into-i386-land millert@
2004-01-13Allow building w/o -traditional. OK weingart@ and mickey@Todd C. Miller
2004-01-13... and kill library == 0 optimization test that is now bogus with libsupcxx...Marc Espie
2004-01-13stupid, stupid.Marc Espie
who reads my code ? bug found by naddy@
2004-01-13Get rid of more unused useless broken invalid constant laughable values.Miod Vallat
Also shrink iomap to a more reasonable value for now.
2004-01-13No need to set [di]sar for complete tlb invalidation.Miod Vallat
2004-01-13s/wd1/wd0/; from Andrey Matveev <andrushock@korovino.net>Alexander Yurchenko
2004-01-13spellingTheo de Raadt
2004-01-13spellingTheo de Raadt
2004-01-13Take advantage of the way config(8) works to probe for bugtty last duringMiod Vallat
autoconf. Bugtty will then not attach if either cl or dart has attached. Note that, if you boot -c and disable the real console driver for your board, you lose, because of the early console initialization. This is not supported anyway.
2004-01-13Get rid of old MID binary compatibility. This has been a lifesaver back whenMiod Vallat
the toolchain was in limbo, but now that we have a solid enough in-tree toolchain, this makes no sense. Plus the libc back then was full of bugs...
2004-01-13Then, kill %: printf format...Miod Vallat
2004-01-13Use correct type for magic number.Otto Moerbeek
ok marc@ millert@
2004-01-13Less pedantic types; helps when userland includes <signal.h> withoutMiod Vallat
<sys/types.h>; spotted by deraadt@
2004-01-13Fix printf formats and add missing include.Otto Moerbeek
ok mcbride@ deraadt@
2004-01-13Do not evaluate this->next after calling the handler; the handler mayOtto Moerbeek
have clobbered it. Resolves core dumps of cvs server on user ^C. ok millert@ deraadt@
2004-01-13cast for portability; millert@Markus Friedl
2004-01-13sync with realityTodd C. Miller
2004-01-13document ttyU;Jason McIntyre
ok fries@
2004-01-13-Wall; ok henningMarkus Friedl
2004-01-13cast vararg sentinel value to pointerOtto Moerbeek
ok henning@
2004-01-13Let frame_is_sane() be quiet on demand, then fix and enable again frame search.Miod Vallat
2004-01-13Prototype closefrom(); tedu@ OKTodd C. Miller
2004-01-13silence preprocessor.Marc Espie
ok grange@, deraadt@
2004-01-13kill unused local vars; from deraadt@Michael Shalayeff
2004-01-13handle ruleset names containing usernames, fixes PR 3627, ok BobDaniel Hartmeier
2004-01-13During signal delivery, force the sigframe to be on an 8 byte boundary.Miod Vallat
This removes the need for extra padding in struct sigcontext.
2004-01-13KNFHenning Brauer
2004-01-13remove needs-flag from wi@usb. drahn@ ok.Federico G. Schwindt
2004-01-13return value at end of non-void functionOtto Moerbeek
ok henning@
2004-01-13Do not redistribute updates to ibgp peers. OK henning@Claudio Jeker
2004-01-13Fix the aspath_* functions to allow empty aspath. A empty aspath is oneClaudio Jeker
with len 0. Needed vor ibgp and local network announcements. OK henning@
2004-01-13Use = for assignment, not ==Otto Moerbeek
ok millert@