summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-05-15Merge creator attachment code again, it turns out the upa/mainbus attachmentMiod Vallat
code split is not necessary after all; ok jason@
2006-05-15better example;Jason McIntyre
from siju george ok deraadt
2006-05-15Adjust now that powerpc has PT_{GET|SET}FPREGS.Mark Kettenis
reminded by miod@
2006-05-15mention the lack of authenticated management frames in IEEE 802.11.Reyk Floeter
2006-05-15Implement PT_{GET|SET}FPREGS.Mark Kettenis
"looks good to me" miod@, ok drahn@
2006-05-15initial implementation of "IP Roaming" in hostapd, see hostapd.conf(5).Reyk Floeter
ok dlg@
2006-05-15syncTheo de Raadt
2006-05-15set cur & max limits with MaxFOOPerChild instead of cur twiceHenning Brauer
From: John Wong <johnw@wonghome.net>, ok ckuethe
2006-05-15add an -h option to override the hostname that is reported in thejoshua stein
SMTP banner ok beck@
2006-05-15make lint happyReyk Floeter
2006-05-15fix Mother's/Father's day and another entry.Alexandre Anriot
from FreeBSD; ok miod@
2006-05-15Try harder to trigger an exception. On architectures where floating-pointMark 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-15point to the correct FTP site that can be used to get firwmare patchesRobert Nagy
and also note the reader that the SunSolve web interface can be used for the same purpose.
2006-05-15better wording for the "memory" section;Jason McIntyre
2006-05-15add a little bit more to -X;Jason McIntyre
2006-05-15better description for -X;Jason McIntyre
based on a diff from jean raby; ok deraadt
2006-05-15permit proto 0; ok hshoexerTheo de Raadt
2006-05-15Add AGP support for Intel 945G/GM chipsets. The 945GM (mobile) variantDimitry Andric
also needs a X.org update, which will go in later. Tested by a bunch of people; ok deraadt@
2006-05-15whitespace cleanupFelix Kronlage
ok claudio@, mbalmer@
2006-05-15delete weird CTheo de Raadt
2006-05-15.Xr merge(1)Xavier Santolaria
2006-05-15oopps, missing \ at EOL.Xavier Santolaria
2006-05-15missing bits for a working merge(1). Built and enabled.Xavier Santolaria
OK joris@ ray@.
2006-05-15Wrong routine for reserved vector 0x0f.Miod Vallat
2006-05-15Handle empty terminal names more gracefully.Hugh Graham
Variously OK.
2006-05-15Add device name when printing out errors. Pointed out by deraadt@Marco Peereboom
2006-05-15Kill evil spacing.Marco Peereboom
2006-05-15Make _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-15add a shutdown hook.Brad Smith
2006-05-14syncTheo de Raadt
2006-05-14PFD_MAX betterer than harcoded 1Henning Brauer
2006-05-14up the TX descriptors to the max.Brad Smith
2006-05-14syncTheo de Raadt
2006-05-14only call init if not running.Brad Smith
2006-05-14clsc works; tleslie@gmail.comTheo de Raadt
2006-05-14amd64 can handle this too; tleslie@gmail.comTheo de Raadt
2006-05-14Make 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-14set the multicast filter in xge_init().Brad Smith
2006-05-14set the maximum MRU by default.Brad Smith
2006-05-14fix config syntax.Brad Smith
2006-05-14account for interrupts in the interrupt handler.Brad Smith
2006-05-14use __mips64__Robert Nagy
2006-05-14use __mips64__Theo de Raadt
2006-05-14xge works as well here (ie. as well as i386, which is not yet perfect,Theo de Raadt
but it will get fixed)
2006-05-14syncTheo de Raadt
2006-05-14- /usr/mdec is usually not in path, invoke installboot with full pathMartin Reindl
- /ofwboot does not get updated by installboot as one might think from the example, it has to be copied in place by hand - Xr. boot(8) ok jmc@
2006-05-14re-enable link up/down messages because they spray a lot right nowTheo de Raadt
(clearly indicating some bug) copy mac address correctly
2006-05-14comment out link up/down printf's.Brad Smith
2006-05-14Fix the second malloc_ulimit regression: maintaining the free listOtto Moerbeek
requires memory; try to make sure we have it. If all fails, leak instead of crash. Test case originally found by cloder@, fix tested by many.
2006-05-14xge might as well be enabledTheo de Raadt