summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-08add Logitech QuickCam FusionRobert Nagy
2008-06-08- remove sendmail cf files leftover after make in srcAntoine Jacoutot
issue reported by jmc@ ok pyr@ jdixon@
2008-06-08- enhance output for 80 columns wide terminalsAntoine Jacoutot
ok pyr@
2008-06-08simplification from igorJoris Vink
2008-06-08check whether media supports TAO or blanking.av
It makes error output nicer, e.g.: "The media can't be written in TAO mode" instead of "cdio: Only 0 of the required _N_ blocks available" ok fgsch
2008-06-08moreHenning Brauer
2008-06-08factor out the tcp sequence number tracking from pf_test_state_tcpHenning Brauer
ok mcbride
2008-06-08according to the driver, the 82598AT is 10GbaseT (100/1000/10000MbitReyk Floeter
Ethernet over twisted pair cables).
2008-06-08more cleanup, removed unused code. we don't do LRO/RSS yet, code canReyk Floeter
be added later if we ever support it.
2008-06-08timeout_del() removes the triggered flag so check if the timeout triggeredClaudio Jeker
before doing the timeout_del() -- which is actually not needed as triggered timeouts are already removed. While there fix a obvious use after free issue. with mk@ OK canacar@
2008-06-08Send debug output to syslog instead of a file when receiving SIGUSR1.Rainer Giedat
This is a preparation for dropping privileges. ok henning@, pyr@
2008-06-08add ability to determine media capabilities (what we can do with media).av
ok fgsch
2008-06-08Now that all ports behave, remove the safety code doing cnpollc behindMiod Vallat
the scene around cngetc calls and whining loudly about it. This will save room on floppies (-:
2008-06-08dma sync the tx ring and post new packets to the chip once per call toReyk Floeter
the start routine instead of once per packet. From ixgb(4), also works with ix(4)
2008-06-08Make sure to cnpollc(1)/cnpollc(0) around cngetc() or getsn() calls.Miod Vallat
2008-06-08Change boot() logic, to match what other platforms do and avoid duplicatingMiod Vallat
code in the cold case.
2008-06-08add new devicesYojiro Uo
ok @jsg
2008-06-08add manpage for the ix(4) 10GbE driverReyk Floeter
2008-06-08regenYojiro Uo
2008-06-08add following devicesYojiro Uo
- IODATA WN-G54/US (11bg) - MELCO WLI-U2-KAMG54 (11abg)
2008-06-08alpha/conf/RAMDISKTheo de Raadt
2008-06-08we don't support msi/msi-x, remove the codeReyk Floeter
2008-06-08replace strange Linux-style u8/u16/u32/u64/s32 integer types with theReyk Floeter
standard C99 uint*_t/int*_t types (i don't get why these drivers always use their own types when there is a well-defined standard).
2008-06-08The default route is 0.0.0.0/0 so it is necessary to check the mask as well.Claudio Jeker
OK henning@
2008-06-08Have the sftp client store the statvfs replies in wire format,Darren Tucker
which prevents problems when the server's native sizes exceed the client's. Also extends the sizes of the remaining 32bit wire format to 64bit, they're specified as unsigned long in the standard.
2008-06-08use sched_is_idle() and nuke the sched_chooseproc prototype since weThordur I. Bjornsson
already have on in sched.h
2008-06-08If we have reached the end of the mmap frame buffer, start over againMarcus Glocker
(ring buffer). Add some more DPRINTFs to follow the queueing. OK robert@
2008-06-08Handle commits on a per-directory basis instead handling all of them atTobias Stoeckmann
once in local setup. Also added '!' to reuse typed log message for all following directories. ok joris
2008-06-08Import ix, a driver for the Intel 82598 PCI-Express 10 Gig Ethernet Adapter,Reyk Floeter
based on Intel's ixgbe driver. Done on borrowed hardware since Intel was too poor to give us a card. ok deraadt@
2008-06-08Set up shutdown and powerhooks with code adapted from rt2661.Jonathan Gray
Fixes resume from suspend/hibernate problems mentioned in PR 5845.
2008-06-08Don't ignore a slightly unresponsive server for an hour, 5 minutes is enough.Chris Kuethe
comments & ok henning@
2008-06-08First minimal cleanup of routing code, kill rtrequest() it got replaced withClaudio Jeker
rtrequest1() everywhere now. OK henning@
2008-06-08One last rtrequest() was hiding here but it could not hide from grep.Claudio Jeker
Change to rtrequest1() so that we can retire rtrequest(). OK henning@
2008-06-08syncTheo de Raadt
2008-06-08When adding PMTU related routes to the table inherit the priority form theClaudio Jeker
parent instead of using RTP_DEFAULT. OK henning@
2008-06-08arc4random_stir() does not use /dev/arandom anymore, but sysctl kern.arandomTheo de Raadt
2008-06-08remove a bunch of kerberos definitionsThordur I. Bjornsson
2008-06-08kill debug printfJoris Vink
2008-06-08properly handle FILE_UPTODATE and FILE_LOSTJoris Vink
2008-06-08check for file_rcs being NULLJoris Vink
2008-06-08Use m_freem() instead of m_free() in trunk_start() to ensure that theBrad Smith
full mbuf chain is being free'd. ok reyk@
2008-06-08syncReyk Floeter
2008-06-08null pointer check before derefHenning Brauer
almost nobody ran into that because it is ipv6 only
2008-06-08add more 82598 10GbE device IDs, add "10GbE" in the existing entries.Reyk Floeter
2008-06-08Add a malloc type for ACPI and use it for _acpi_os_malloc and free.Artur Grabowski
kettenis@ ok
2008-06-08Add case for ENOSYS in errno_to_portable; ok deraadtDarren Tucker
2008-06-08Correct the watchdog timer by moving it out from under the condition checkBrad Smith
for the IFF_OACTIVE flag. ok reyk@
2008-06-08dma sync the tx ring and post new packets to the chip once per call toBrad Smith
the start routine instead of once per packet. ok reyk@
2008-06-08Don't check a file for conflict markers if it has no CVS/Entries entry.Tobias Stoeckmann
ok joris
2008-06-08there are more cases where we cannot show the tags when -v is specified.Joris Vink
noticed by tobias@