Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-17 | don't send ARP for secondary IPv4 addresses, treat them as local. | Jun-ichiro itojun Hagino | |
kwesterback tdeval ok | |||
2003-05-17 | Typos; from Julien Bordet <zejames@greyhats.org> | Alexander Yurchenko | |
Close PR 3262 | |||
2003-05-17 | try a little harder to not end up with 0 usb ports on amd756 chipsets | Todd T. Fries | |
ok nate@ | |||
2003-05-17 | HORRID_III_HACK disables D$ and I$, and with this, the ramdisk | Marcus Watts | |
kernel boots on blade 1000 (ultrasparc III) and 280R (ultrasparc IIIcu) to single user. | |||
2003-05-17 | All sun ultrasparcs have 8192 contexts. | Marcus Watts | |
ultrasparc IIIcu puts other stuff in formerly reserved fields of context registers. | |||
2003-05-17 | remove more ifdefs. Kill the VIS instruction pmap_{copy,zero}_page. | Artur Grabowski | |
We haven't used them ever, they are hairy and if we want them back, we'll readd them in some other file. mdw@ henric@ ok | |||
2003-05-17 | Get rid of lots of hairy ifdefs that we'll most likely never use. | Artur Grabowski | |
TRAPTRACE, TRAPSTATS, FLTTRACE and SCHED_DEBUG. mdw@ henric@ ok. | |||
2003-05-17 | dale's camera has a usb quirk now | Nathan Binkert | |
2003-05-17 | sync with NetBSD and add various local hacks to make things work correctly | Nathan Binkert | |
with our scsi layer | |||
2003-05-17 | make this function available to others | Nathan Binkert | |
2003-05-17 | up MAXSUNLAYOUT... miod, you owe me a beer | Jason Wright | |
2003-05-17 | sync with SDEV_ONLYBIG change. | Jun-ichiro itojun Hagino | |
2003-05-17 | No need to check for the 640x480 resolution case, since the minimal resolution | Miod Vallat | |
on the SPARCbook 3 series is 800x600 and is already small enough... | |||
2003-05-17 | nuke intrhand, it isn't used and it overloads ih_next incorrectly... grr | Jason Wright | |
ok henric, mdw (based on diff from henric, so he's biased =) | |||
2003-05-17 | sync | Nathan Binkert | |
2003-05-17 | add my camera | Nathan Binkert | |
2003-05-17 | With rdr we want the source IP from the packet, not the source IP from | Ryan Thomas McBride | |
the rule. Fixes rdr with address pools using bitmask and source-hash address selection methods. ok dhartmei@ henning@ | |||
2003-05-17 | Gremlin slipped in in the encoding table, affected mostly Compact-2 keyboards. | Miod Vallat | |
2003-05-17 | allow inverse matching on tags | Henning Brauer | |
ok dhartmei@ pb@ | |||
2003-05-17 | fix up the media handling for the intel based MACs. Also hack around a | Jason Wright | |
bug in the Momenco firmware on the Leopard-V, which now has one port working. | |||
2003-05-17 | Add an 'action' code that allows the SYN proxy to swallow/drop a packet | Daniel Hartmeier | |
without causing EHOSTUNREACH to be delivered to local sockets, so it works for outgoing connections originating on the same host. ok frantzen@ | |||
2003-05-16 | fix up interrupt code (ie, actually deref the ih_clr ptr correctly) | Jason Wright | |
and kill some debug code | |||
2003-05-16 | Clean up low-level sparc register access wrappers. Specify clobbers for | Henric Jungheim | |
everything (so gcc doesn't assume everything is clobbered). ok jason@ | |||
2003-05-16 | Provide most if not all the support required for the usb changes Nate | Kenneth R Westerback | |
is trying to bring in. 1) Change name of SDEV_NOCDB6 to SDEV_ONLYBIG to align it with the same quirk in NetBSD, and make it more clear what it is trying to do. i.e. force the use of READ_BIG/WRITE_BIG commands, not suppress all use of 6 byte CDB's. 2) Check SDEV_ONLYBIG in cd.c as well as sd.c. i.e. both places where a choice is made to use the 6 or 10 byte versions of READ/WRITE. 3) Actually make use of the ADEV_NOTUR (No TEST UNIT READY) quirk to suppress the emission of TEST UNIT READY commands. 4) Add some explanatory comments from NetBSD to scsiconf.h so that the use of the quirks is made clear. ok miod@ tdeval@ nate@ | |||
2003-05-16 | Let the user control the brightness of the tadpole built-in display via | Miod Vallat | |
wsconsctl (wsconsctl -w display.brightness=xx). Makes the lack of a physical knob almost supportable. | |||
2003-05-16 | Sync definitions with NetBSD. Will be necessary shortly. | Miod Vallat | |
2003-05-16 | sync | Nathan Binkert | |
2003-05-16 | missed one | Nathan Binkert | |
2003-05-16 | sync | Nathan Binkert | |
2003-05-16 | A bunch of usb devices from netbsd | Nathan Binkert | |
2003-05-16 | move the interrupt idle stuff to the generic intr_establish function | Jason Wright | |
2003-05-16 | TCP SYN proxy. Instead of 'keep state' or 'modulate state', one can use | Daniel Hartmeier | |
'synproxy state' for TCP connections. pf will complete the TCP handshake with the active endpoint before passing any packets to the passive end- point, preventing spoofed SYN floods from reaching the passive endpoint. No additional memory requirements, no cookies needed, random initial sequence numbers, uses the existing sequence number modulators to translate packets after the handshakes. ok frantzen@ | |||
2003-05-16 | The sparc64 proms do not map all interrupt vectors. Instead of | Henric Jungheim | |
trying to use the interrupt pin (or is it that the PCI function?) as the interrupt vector, this computes the vector from the PCI bus, slot, and pin. This will only change mappings on psycho-based machines (*not* sabre, i.e., IIi/e) and only for those vectors reported as nonsense INRs (INO 0-3). This should fix the mapping of non-bridge expansion cards on U60 and E450, and other psycho boxen. U30 seems to do its own thing. | |||
2003-05-16 | Do the new-style EI_OSABI check first because it is cheaper. | Todd C. Miller | |
2003-05-16 | Use 16bit alignment in addr_cmp() (not 32bit) so this has a chance | Todd C. Miller | |
of working on sparc64. | |||
2003-05-16 | Unbrek mac68k, bad tedu; spotted by nick@ | Miod Vallat | |
2003-05-16 | removed INTRLIST (always do this) | Marcus Watts | |
removed PARANOID (never do this) removed TRAPTRACE (never do this) removes more LP64 stuff changes a whole bunch of multi-line #defines to macros moves all random code into macros for the trap table | |||
2003-05-16 | Removed not LP64 case -- only 64 bit kernels supported | Marcus Watts | |
2003-05-15 | rt->rt_ifp may not always be available. masanori kanaoka via kame | Jun-ichiro itojun Hagino | |
2003-05-15 | check pim version before checksum. version check is cheaper. | Jun-ichiro itojun Hagino | |
2003-05-15 | IPv6 IPsec gateway now functions; patch by itojun, tested by myself and vincent | Todd T. Fries | |
closes pr 3231 | |||
2003-05-15 | Use less magic numbers when programming the vidc control register. | Miod Vallat | |
2003-05-15 | Remove old inaccurate comments. | Miod Vallat | |
2003-05-15 | Remove relics of an ancient past | Miod Vallat | |
2003-05-14 | - modulate TCP Timestamps so they can't be used to detect NAT and to preclude | Mike Frantzen | |
remote uptime determination - scrub modifier "reassemble tcp" turns on stateful TCP normalizations ok henning@ dhartmei@ | |||
2003-05-14 | Silence the "lost carrier on FOO port" messages when the port has been set | Miod Vallat | |
in stone with "ifconfig le0 media foo". Inspired by previous am7990.c change. ok todd@ jason@ | |||
2003-05-14 | Make the "slot" and "offset" locators for sbus drivers optional in | Miod Vallat | |
configuration lines. | |||
2003-05-14 | Fix uninitialized variable. | Miod Vallat | |
2003-05-14 | remove option LONGRUN; it's in everything but SMALL_KERNEL now | Ted Unangst | |
2003-05-14 | Support for Transmeta CPU power management, called LongRun. | Ted Unangst | |
option LONGRUN enables a new sysctl, allowing a userland program to read the current CPU frequency and voltage and also set the mininum and maximum frequencies to operate between, and switch between performance mode and battery mode. ok mickey@ |