Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | Less pedantic types; helps when userland includes <signal.h> without | Miod Vallat | |
<sys/types.h>; spotted by deraadt@ | |||
2004-01-13 | Let frame_is_sane() be quiet on demand, then fix and enable again frame search. | Miod Vallat | |
2004-01-13 | silence preprocessor. | Marc Espie | |
ok grange@, deraadt@ | |||
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 | remove needs-flag from wi@usb. drahn@ ok. | Federico G. Schwindt | |
2004-01-13 | UFS -> FFS, /bootsd -> /boot, ufsboot -> boot | Miod Vallat | |
2004-01-13 | Always keep the kernel stack on a 8 byte boundary... | Miod Vallat | |
2004-01-13 | bring back the old TCP_SIGNATURE code from tcp_input.c rev 1.45 | Markus Friedl | |
and make it compile (does not work yet); ok deraadt@ | |||
2004-01-13 | Dusty, useless files are better found in the Attic. | Miod Vallat | |
2004-01-13 | pass pcb and not socket to ip_output; #ifdef SACK; ok itojun@ | Markus Friedl | |
2004-01-13 | Add and remove IPv6 routes so when we're MASTER, we can connect to the | Ryan Thomas McBride | |
common address. | |||
2004-01-13 | Expose in6_ifremloop() and in6_ifaddloop() so that they can be used by carp. | Ryan Thomas McBride | |
ok henning@ millert@ itojun@ | |||
2004-01-13 | grog EV68 | Theo de Raadt | |
2004-01-13 | In cpu_switch(), use (almost) savectx() rather than rolling our own version. | Miod Vallat | |
While there, slightly optimize savectx() for speed and stack usage. | |||
2004-01-13 | support mbuf handling in alpha sgmap dma maps; from netbsd | Theo de Raadt | |
2004-01-13 | need mbuf.h | Theo de Raadt | |
2004-01-12 | Use a struct reg in struct sigcontext, rather than an unsorted pot-pourri | Miod Vallat | |
of registers. This also makes signal and sigreturn much simpler. | |||
2004-01-12 | Shrink the reg structure, for it to only contain registers (eh), and make | Miod Vallat | |
the remaining fielhs only available in struct trapframe. This has the additional benefit of preventing smarty-pants from altering the frame a bit too easily from ddb, at the expense of a few ugly casts in ddb. | |||
2004-01-12 | match both ALI ISA bridges (more fallout); ok millert | Theo de Raadt | |
2004-01-12 | sync | Ted Unangst | |
2004-01-12 | new syscall closefrom(int fd) closes all fds equal and greater than fd. | Ted Unangst | |
ok deraadt@ millert@ | |||
2004-01-12 | Nuke a few unused structures and variables. | Miod Vallat | |
2004-01-12 | Move sensors externs to sys/sensors.h and introduce a macro | Alexander Yurchenko | |
SENSOR_ADD to hide all operations with these externs. ok markus@ | |||
2004-01-12 | Oops, put back nvram0 for now. | Miod Vallat | |
2004-01-12 | typos from Jared Yanovich; | Jason McIntyre | |
2004-01-12 | a native geode reset, because quite a few geode boards without keyboard | Theo de Raadt | |
controllers are showing up; various ok | |||
2004-01-12 | Get rid of that ugly m88100_saved_state structure, use trapframe everywhere | Miod Vallat | |
instead. Allow struct reg and struct trapframe to live different lives and grow separately. Righty now they are still the same, and code expects a trapframe to always start with a struct reg. This may change... | |||
2004-01-12 | use klist_invalidate to permit destroy while kqueued. ok mpf@ | Ted Unangst | |
2004-01-12 | klist_invalidate to help clean up when the backend disappears, tested by mpf@ | Ted Unangst | |
2004-01-12 | these need to be synced when vnode_if.src changes | Ted Unangst | |
2004-01-12 | Completely remove the device name from this print, not just the %s. | Dale Rahn | |
2004-01-12 | Better defaults on snapper, fixes xmms problem reported by joshua stein | Dale Rahn | |
just hours after the driver was committed. | |||
2004-01-11 | in ANSI world, "string1" "string2" is enough for concatecation | Peter Valchev | |
gcc3 bitches as "str1"##"str2" is not a valid token; ok espie | |||
2004-01-11 | Mark more code as dependent upon option PTRACE, and slight cleaning while there. | Miod Vallat | |
2004-01-11 | Implement and use splraise() rather than spl() whenever necessary. | Miod Vallat | |
2004-01-11 | Use splhigh() instead of splimp() in cpu_exit. [similar fix as done on mvme88k] | Miod Vallat | |
2004-01-11 | $OpenBSD$ tags | Dale Rahn | |
2004-01-11 | mark u_int64_t constants with ULL to make gcc3 happy | Brad Smith | |
ok drahn@ tedu@ | |||
2004-01-11 | Little sync dmesg output with pciide. | Alexander Yurchenko | |
ok drahn@ |