Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2006-05-15 | permit proto 0; ok hshoexer | Theo de Raadt | |
2006-05-15 | Add AGP support for Intel 945G/GM chipsets. The 945GM (mobile) variant | Dimitry Andric | |
also needs a X.org update, which will go in later. Tested by a bunch of people; ok deraadt@ | |||
2006-05-15 | whitespace cleanup | Felix Kronlage | |
ok claudio@, mbalmer@ | |||
2006-05-15 | delete weird C | Theo de Raadt | |
2006-05-15 | .Xr merge(1) | Xavier Santolaria | |
2006-05-15 | oopps, missing \ at EOL. | Xavier Santolaria | |
2006-05-15 | missing bits for a working merge(1). Built and enabled. | Xavier Santolaria | |
OK joris@ ray@. | |||
2006-05-15 | Wrong routine for reserved vector 0x0f. | Miod Vallat | |
2006-05-15 | Handle empty terminal names more gracefully. | Hugh Graham | |
Variously OK. | |||
2006-05-15 | Add device name when printing out errors. Pointed out by deraadt@ | Marco Peereboom | |
2006-05-15 | Kill evil spacing. | Marco Peereboom | |
2006-05-15 | Make _bmc_io_wait 1 second instead of 500ms. | Marco Peereboom | |
Prevent multiple reads and writes to the bmc at the same time which could interrupt a complete bmc transaction. tested by various people. | |||
2006-05-15 | add a shutdown hook. | Brad Smith | |
2006-05-14 | sync | Theo de Raadt | |
2006-05-14 | PFD_MAX betterer than harcoded 1 | Henning Brauer | |
2006-05-14 | up the TX descriptors to the max. | Brad Smith | |
2006-05-14 | sync | Theo de Raadt | |
2006-05-14 | only call init if not running. | Brad Smith | |
2006-05-14 | clsc works; tleslie@gmail.com | Theo de Raadt | |
2006-05-14 | amd64 can handle this too; tleslie@gmail.com | Theo de Raadt | |
2006-05-14 | Make the array of fpu exception types/codes big enough. | Mark Kettenis | |
Fix a typo too, such that we actually read beyond element 0 in all cases. ok miod@ | |||
2006-05-14 | set the multicast filter in xge_init(). | Brad Smith | |
2006-05-14 | set the maximum MRU by default. | Brad Smith | |
2006-05-14 | fix config syntax. | Brad Smith | |
2006-05-14 | account for interrupts in the interrupt handler. | Brad Smith | |
2006-05-14 | use __mips64__ | Robert Nagy | |