Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-14 | .Xr closefrom | Ted Unangst | |
2004-01-14 | catching 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-14 | regen; qid change. | Kenjiro Cho | |
2004-01-14 | eliminate the predefined special qids so that qids become simple | Kenjiro 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-14 | A more classical and more readable getopt() loop, no functional change. | Miod Vallat | |
ok espie@ millert@ | |||
2004-01-14 | Do not expose kernel prototypes to userland. | Miod Vallat | |
2004-01-14 | Fix after recent struct reg and struct frame changes. | Miod Vallat | |
2004-01-14 | update struct, noted by deraadt@ | Ted Unangst | |
2004-01-14 | sync | Ted Unangst | |
2004-01-14 | sync | Ted Unangst | |
2004-01-14 | change sigaltstack.ss_size type to size_t. handle syscall fallout. | Ted Unangst | |
add stack_t and ucontext_t typedefs. ok deraadt@ | |||
2004-01-14 | ok, it took quite a bit of prodding but itojun finally explained why the | Theo de Raadt | |
extra sleep 1 is in here, and we came to the conclusion it is safe to delete it. whee. | |||
2004-01-14 | Fix the mmap case; inadequate testing on my part! | Todd C. Miller | |
2004-01-14 | Preliminary changes for ARM support on OpenBSD. "Can't hurt" espie@ | Dale Rahn | |
2004-01-14 | Fallback to malloc + pread if mmap fails; fixes "nm /dev/ksyms". OK mickey@ | Todd C. Miller | |
2004-01-14 | Nuke SDEV_NOLUNS, SDEV_FORCELUNS, and PQUIRK_FORCELUNS quirks. Also | Kenneth 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-14 | Revert previous; this will cause issues on some machines, says drahn@ | Miod Vallat | |
2004-01-13 | Fix KERNTEXTOFF value (long) after the move to ELF. | Miod Vallat | |
tricked-to-commit-into-i386-land millert@ | |||
2004-01-13 | Allow 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-13 | stupid, stupid. | Marc Espie | |
who reads my code ? bug found by naddy@ | |||
2004-01-13 | Get rid of more unused useless broken invalid constant laughable values. | Miod Vallat | |
Also shrink iomap to a more reasonable value for now. | |||
2004-01-13 | No need to set [di]sar for complete tlb invalidation. | Miod Vallat | |
2004-01-13 | s/wd1/wd0/; from Andrey Matveev <andrushock@korovino.net> | Alexander Yurchenko | |
2004-01-13 | spelling | Theo de Raadt | |
2004-01-13 | spelling | Theo de Raadt | |
2004-01-13 | Take advantage of the way config(8) works to probe for bugtty last during | Miod 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-13 | Get rid of old MID binary compatibility. This has been a lifesaver back when | Miod 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-13 | Then, kill %: printf format... | Miod Vallat | |
2004-01-13 | Use correct type for magic number. | Otto Moerbeek | |
ok marc@ millert@ | |||
2004-01-13 | Less pedantic types; helps when userland includes <signal.h> without | Miod Vallat | |
<sys/types.h>; spotted by deraadt@ | |||
2004-01-13 | Fix printf formats and add missing include. | Otto Moerbeek | |
ok mcbride@ deraadt@ | |||
2004-01-13 | Do not evaluate this->next after calling the handler; the handler may | Otto Moerbeek | |
have clobbered it. Resolves core dumps of cvs server on user ^C. ok millert@ deraadt@ | |||
2004-01-13 | cast for portability; millert@ | Markus Friedl | |
2004-01-13 | sync with reality | Todd C. Miller | |
2004-01-13 | document ttyU; | Jason McIntyre | |
ok fries@ | |||
2004-01-13 | -Wall; ok henning | Markus Friedl | |
2004-01-13 | cast vararg sentinel value to pointer | Otto Moerbeek | |
ok henning@ | |||
2004-01-13 | Let frame_is_sane() be quiet on demand, then fix and enable again frame search. | Miod Vallat | |
2004-01-13 | Prototype closefrom(); tedu@ OK | Todd C. Miller | |
2004-01-13 | silence preprocessor. | Marc Espie | |
ok grange@, deraadt@ | |||
2004-01-13 | kill unused local vars; from deraadt@ | Michael Shalayeff | |
2004-01-13 | handle ruleset names containing usernames, fixes PR 3627, ok Bob | Daniel Hartmeier | |
2004-01-13 | During 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-13 | KNF | Henning Brauer | |
2004-01-13 | remove needs-flag from wi@usb. drahn@ ok. | Federico G. Schwindt | |
2004-01-13 | return value at end of non-void function | Otto Moerbeek | |
ok henning@ | |||
2004-01-13 | Do not redistribute updates to ibgp peers. OK henning@ | Claudio Jeker | |
2004-01-13 | Fix the aspath_* functions to allow empty aspath. A empty aspath is one | Claudio Jeker | |
with len 0. Needed vor ibgp and local network announcements. OK henning@ | |||
2004-01-13 | Use = for assignment, not == | Otto Moerbeek | |
ok millert@ |