summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-05-27add atapiscsi@umass to RAMDISKS as appropriate, ok krw@ deraadt@Dale Rahn
2005-05-27When looping over pfkey messages, make sure extension length is > 0.Hans-Joerg Hoexer
While around, do some minor tweaks in a not yet used code path.
2005-05-27use new sysctl to retrieve flow informations including IDsHans-Joerg Hoexer
2005-05-27Use export_flow() to wrap policies retrieved via sysctl in pfkey messageHans-Joerg Hoexer
ok ho markus
2005-05-27Add export_flow()Hans-Joerg Hoexer
ok ho markus
2005-05-27Prune ncr(4) references.Miod Vallat
2005-05-27remove some misplaced htole32sReyk Floeter
2005-05-27Replace unused pxa2x0_watchdog_boot() with RTC control functions.Uwe Stuehler
Ha ha, I broke the tree while everyone was asleep (except for kjell who noticed it).
2005-05-27Enable SSE instructions on secondary (i386) processors inKjell Wooding
a multiprocessor boot. This fixes the hardware AES (and likely RNG) instruction on the dual VIA, which was failing because the SSE/SSE2 extensions are never enabled on any processor but the boot processor. Much assistance from niklas, and the eureka moment from theo. "commit it" deraadt@
2005-05-27re-enable gpio init even without using the gpio(4) frameworkReyk Floeter
2005-05-27modernize and cleanup the nsgphy code, using mii_phy_setmedia/mii_phy_tickBrad Smith
and the generic MII #defines
2005-05-27In find file, behave like emacs: the default starting directory forChad Loder
completion is the directory of the current buffer's file, if any, rather than the working directory from where you launched mg. Prodding by reyk, ok reyk and fgont
2005-05-27When the neighbor at the other end of the virtual link goes to stateEsben Norby
full, originate a new router LSA. ok claudio@
2005-05-27Set the V-bit when originating virtual links in router LSAs.Esben Norby
ok claudio@
2005-05-27only access if_linkstatehooks inside splnet.Marco Pfatschbacher
with pascoe@
2005-05-27fix -O for cases where no ControlPath has been specified or socket atDamien Miller
ControlPath is not contactable; spotted by and ok avsm@
2005-05-27syncTheo de Raadt
2005-05-27Add emacs-style replace-string function that does not prompt youChad Loder
to confirm replacements. OK jason, deraadt
2005-05-27some cleanupBrad Smith
2005-05-27Virtual link support, originate virtual links in router LSAs.Esben Norby
jajaja claudio@
2005-05-27hook in iommu, but it's still disabled by default for nowJason Wright
2005-05-27Virtual link support.Esben Norby
ok claudio@
2005-05-27Fix dumb bug in initial prompt for search-forwardChad Loder
OK jason, kjell
2005-05-27Allow us to clear the RTM_JUMBO flag as well as set it.Ryan Thomas McBride
Reported by Cedric Berger
2005-05-27o only pass signals from monitor to slave when pid is validMoritz Jodeit
o remove some unused monitor command with and ok hshoexer
2005-05-27fix printfJason Wright
2005-05-27- fix reception of VLAN sized frames on 82558 and upBrad Smith
- add support for reception of VLAN sized frames on 82557
2005-05-27remove support for sf and ste. vtophys is NOT a working solution.Jason Wright
Do not re-enable these drivers until they are bus-dma'ified.
2005-05-27move m_state.s directly into must_{read,write} instead of passingMoritz Jodeit
it every time as an argument. ok cloder@ hshoexer@
2005-05-27build iommu by default (it's still not hooked in, but this is harmless)Jason Wright
2005-05-27handle multi-cpu GART allocation:Jason Wright
iommu0(cpu0): base 0x80000000 length 512 pte 0xa80000
2005-05-27Virtual link support.Esben Norby
ok claudio@
2005-05-27Do not dump core if user hits ^g to exit minibuffer from search-forward.Chad Loder
Found by deraadt, ok kjell
2005-05-27Virtual link support.Esben Norby
ok claudio@
2005-05-27remove unused tableHans-Joerg Hoexer
2005-05-27Support for dumping the SADB.Hans-Joerg Hoexer
2005-05-27oops! printf -> DPRINTFUwe Stuehler
2005-05-27- raise the "critical" battery level a bit to suspend earlierUwe Stuehler
- stop charging if the battery compartment is unlocked - control charging while suspended in zapm_poll(), too - avoid panic when rebooting before the driver is attached
2005-05-27include sys/time.h to get struct timevalTodd C. Miller
2005-05-27include sys/time.h to get struct timevalTodd C. Miller
2005-05-27Experimental support for opportunitic use of jumbograms where only some hostsRyan Thomas McBride
on the local network support them. This adds a new socket option, SO_JUMBO, and a new route flag, RTF_JUMBO. If _both_ the socket option is set and the route for the host has RTF_JUMBO set, ip_output will fragment the packet to the largest possible size for the link, ignoring the card's MTU. The semantics of this feature will be evolving rapidly; talk to us if you intend to use it. ok deraadt@ marius@
2005-05-27handle SIOCSIFMTU ioctlBrad Smith
2005-05-27Fix a access after free on shutdown. OK norby@Claudio Jeker
2005-05-27guarantee nul-termination in the monitor, we must. ok cloder@ hshoexer@Moritz Jodeit
2005-05-27include sys/time.h to get struct timevalTodd C. Miller
2005-05-27include sys/time.h to get struct timevalTodd C. Miller
2005-05-27- disable the gpio user interface for now, it's just an unimportantReyk Floeter
button which is not yet available on non-i386 platforms - fix endianess and attachement on big endian platforms (tested on macppc - ath attaches correctly, receives frames but assoc still fails)
2005-05-27allow 'tagged' in 'anchor' rules (without complaining about missingDaniel Hartmeier
'keep state'), as a condition to branch into the anchor. suggested by Bill Marquette.
2005-05-27Clearify.Esben Norby
2005-05-27Initial virtual link support.Esben Norby
ok claudio@