Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-16 | Move !xs->data case into mfi_start_xs. | Marco Peereboom | |
Return proper sense data when a polling command fails. | |||
2006-05-16 | Crank bootblocks version for today's changes. | Miod Vallat | |
2006-05-16 | Nuke whitespace at EOL | Miod Vallat | |
2006-05-16 | Make standalone binaries compile with -Wall -Werror | Miod Vallat | |
2006-05-16 | Cleanup of mvme88k standalone code, with rewritten startup code with | Miod Vallat | |
fewer assembly statements and much less magic, a few display artefacts removed, and private definitions moved out of the main prom.h. | |||
2006-05-16 | Fix some more htole32 screw-ups. | Marco Peereboom | |
Colapse all little SCSI functions into a single generic one. Fix a bug in the SGE calculation. This brings the driver up to post: mfi0 at pci12 dev 14 function 0 "Dell PERC SAS" rev 0x00: Dell PERC 5/e irq 5 scsibus3 at mfi0: 2 targets sd1 at scsibus3 targ 0 lun 0: <DELL, PERC 5/E Adapter, 1.00> SCSI5 0/direct fixed sd1: 237824MB, 237824 cyl, 64 head, 32 sec, 512 bytes/sec, 487063552 sec total sd2 at scsibus3 targ 1 lun 0: <DELL, PERC 5/E Adapter, 1.00> SCSI5 0/direct fixed sd2: 34176MB, 34176 cyl, 64 head, 32 sec, 512 bytes/sec, 69992448 sec total | |||
2006-05-16 | Network bootloader for AV400 series, will load a native kernel. Still some | Miod Vallat | |
rough edges to sort out, but enough to successfully boot a kernel. Will not work on series 530 yet. | |||
2006-05-16 | Labeling was the wrong way around. Make 5e 5i and vice versa. | Marco Peereboom | |
2006-05-16 | typo | Ian Darwin | |
2006-05-16 | Bring over upstream changes that fix backtraces through signal handlers and | Mark Kettenis | |
make us use PT_{GET|SET}FPREGS. | |||
2006-05-16 | the ifp->if_linkstatehooks may be NULL, add an extra check to avoid | Reyk Floeter | |
possible kernel panic. this happened to me by using tun(4) in layer 2 mode (link0 flag) as a trunk port for testing. | |||
2006-05-16 | https URL support; rototilled by a few people including me; originally | Theo de Raadt | |
from Rainer_Giedat@genua.de | |||
2006-05-16 | Fix some htole32 I missed. | Marco Peereboom | |
Sprinkle more debug. | |||
2006-05-16 | - pcbflags is not modified in pcb_(dis)connect, so there's no | Markus Friedl | |
need to save/restore it. - inp->inp_laddr should be set _before_ calling pcb_disconnect(). otherwise pcb_disconnect() calls pcb_rehash() with the old laddr. [ currently this is not a problem since the hash ignores laddr ] tested by pedro | |||
2006-05-16 | missing free; from Kylene Hall | Markus Friedl | |
2006-05-16 | tpyo | Michael Shalayeff | |
2006-05-16 | Add struct fpreg. | Mark Kettenis | |
2006-05-16 | Fix tsleep wait channel name; ok damien@ | Miod Vallat | |
2006-05-16 | Don't forget to return 0 on success, doh. | Otto Moerbeek | |
2006-05-16 | change only use of slice to 'partition letter' to be consistent with | Kevin Steves | |
use of partition everywhere else; ok jmc@ | |||
2006-05-16 | .Sx for section references; | Jason McIntyre | |
2006-05-16 | fix comments | Michael Shalayeff | |
2006-05-16 | attach 8139's capable of C+ mode to the re(4) driver, instead of the rl(4) | Brad Smith | |
driver. | |||
2006-05-16 | consider re(4) as a possible 8139 chipset. | Brad Smith | |
2006-05-16 | only allow setting Jumbo MTU frame sizes with the 8169 chipset. | Brad Smith | |
2006-05-16 | Add READ CAPACITY. | Marco Peereboom | |
2006-05-16 | Oops PREREAD not PREWRITE. | Marco Peereboom | |
2006-05-16 | Add TUR and make it send it directly to firmware. | Marco Peereboom | |
Sprinkle some extra debug. | |||
2006-05-15 | Clear all relevant ccb fields when mfi_put_ccb frees a ccb. | Marco Peereboom | |
2006-05-15 | Oops don't send command twice to firmware when polling. | Marco Peereboom | |
2006-05-15 | Add INQUIRY command. | Marco Peereboom | |
Add sgl magic. | |||
2006-05-15 | Fix SIGFPE handling. The code doing an ADVANCE after calling trapsignal(), | Mark Kettenis | |
which made is skip the first instruction of the signal trampoline in certain cases. That in turn truly hosed the stack. ok miod@, jason@ | |||
2006-05-15 | Sprinkle bus_space_barrier()s after LANCE register writes, as already done | Miod Vallat | |
in if_le.c; ok jason@ | |||
2006-05-15 | Clean secondary processors initialization code, similar to mvme88k; | Miod Vallat | |
tested aoyama@ | |||
2006-05-15 | Merge creator attachment code again, it turns out the upa/mainbus attachment | Miod Vallat | |
code split is not necessary after all; ok jason@ | |||
2006-05-15 | better example; | Jason McIntyre | |
from siju george ok deraadt | |||
2006-05-15 | Adjust now that powerpc has PT_{GET|SET}FPREGS. | Mark Kettenis | |
reminded by miod@ | |||
2006-05-15 | mention the lack of authenticated management frames in IEEE 802.11. | Reyk Floeter | |
2006-05-15 | Implement PT_{GET|SET}FPREGS. | Mark Kettenis | |
"looks good to me" miod@, ok drahn@ | |||
2006-05-15 | initial implementation of "IP Roaming" in hostapd, see hostapd.conf(5). | Reyk Floeter | |
ok dlg@ | |||
2006-05-15 | sync | Theo de Raadt | |
2006-05-15 | set cur & max limits with MaxFOOPerChild instead of cur twice | Henning Brauer | |
From: John Wong <johnw@wonghome.net>, ok ckuethe | |||
2006-05-15 | add an -h option to override the hostname that is reported in the | joshua stein | |
SMTP banner ok beck@ | |||
2006-05-15 | make lint happy | Reyk Floeter | |
2006-05-15 | fix Mother's/Father's day and another entry. | Alexandre Anriot | |
from FreeBSD; ok miod@ | |||
2006-05-15 | Try harder to trigger an exception. On architectures where floating-point | Mark Kettenis | |
exceptions are deferred, we might not see the exception before another floating-point instruction is executed. This is especially true on the i387 where we don't see underflow/overflow until the result is stored into memory. | |||
2006-05-15 | point to the correct FTP site that can be used to get firwmare patches | Robert Nagy | |
and also note the reader that the SunSolve web interface can be used for the same purpose. | |||
2006-05-15 | better wording for the "memory" section; | Jason McIntyre | |
2006-05-15 | add a little bit more to -X; | Jason McIntyre | |
2006-05-15 | better description for -X; | Jason McIntyre | |
based on a diff from jean raby; ok deraadt |