Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-08 | factor out the tcp sequence number tracking from pf_test_state_tcp | Henning Brauer | |
ok mcbride | |||
2008-06-08 | more cleanup, removed unused code. we don't do LRO/RSS yet, code can | Reyk Floeter | |
be added later if we ever support it. | |||
2008-06-08 | timeout_del() removes the triggered flag so check if the timeout triggered | Claudio 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-08 | Now that all ports behave, remove the safety code doing cnpollc behind | Miod Vallat | |
the scene around cngetc calls and whining loudly about it. This will save room on floppies (-: | |||
2008-06-08 | dma sync the tx ring and post new packets to the chip once per call to | Reyk Floeter | |
the start routine instead of once per packet. From ixgb(4), also works with ix(4) | |||
2008-06-08 | Make sure to cnpollc(1)/cnpollc(0) around cngetc() or getsn() calls. | Miod Vallat | |
2008-06-08 | Change boot() logic, to match what other platforms do and avoid duplicating | Miod Vallat | |
code in the cold case. | |||
2008-06-08 | regen | Yojiro Uo | |
2008-06-08 | add following devices | Yojiro Uo | |
- IODATA WN-G54/US (11bg) - MELCO WLI-U2-KAMG54 (11abg) | |||
2008-06-08 | alpha/conf/RAMDISK | Theo de Raadt | |
2008-06-08 | we don't support msi/msi-x, remove the code | Reyk Floeter | |
2008-06-08 | replace strange Linux-style u8/u16/u32/u64/s32 integer types with the | Reyk 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-08 | The default route is 0.0.0.0/0 so it is necessary to check the mask as well. | Claudio Jeker | |
OK henning@ | |||
2008-06-08 | use sched_is_idle() and nuke the sched_chooseproc prototype since we | Thordur I. Bjornsson | |
already have on in sched.h | |||
2008-06-08 | If we have reached the end of the mmap frame buffer, start over again | Marcus Glocker | |
(ring buffer). Add some more DPRINTFs to follow the queueing. OK robert@ | |||
2008-06-08 | Import 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-08 | Set up shutdown and powerhooks with code adapted from rt2661. | Jonathan Gray | |
Fixes resume from suspend/hibernate problems mentioned in PR 5845. | |||
2008-06-08 | First minimal cleanup of routing code, kill rtrequest() it got replaced with | Claudio Jeker | |
rtrequest1() everywhere now. OK henning@ | |||
2008-06-08 | One 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-08 | When adding PMTU related routes to the table inherit the priority form the | Claudio Jeker | |
parent instead of using RTP_DEFAULT. OK henning@ | |||
2008-06-08 | remove a bunch of kerberos definitions | Thordur I. Bjornsson | |
2008-06-08 | Use m_freem() instead of m_free() in trunk_start() to ensure that the | Brad Smith | |
full mbuf chain is being free'd. ok reyk@ | |||
2008-06-08 | sync | Reyk Floeter | |
2008-06-08 | null pointer check before deref | Henning Brauer | |
almost nobody ran into that because it is ipv6 only | |||
2008-06-08 | add more 82598 10GbE device IDs, add "10GbE" in the existing entries. | Reyk Floeter | |
2008-06-08 | Add a malloc type for ACPI and use it for _acpi_os_malloc and free. | Artur Grabowski | |
kettenis@ ok | |||
2008-06-08 | Correct the watchdog timer by moving it out from under the condition check | Brad Smith | |
for the IFF_OACTIVE flag. ok reyk@ | |||
2008-06-08 | dma sync the tx ring and post new packets to the chip once per call to | Brad Smith | |
the start routine instead of once per packet. ok reyk@ | |||
2008-06-08 | don't declare foo_driver_version[] strings and turn them into defines, | Reyk Floeter | |
nothing uses them and it saves a few bytes in the kernel. ok claudio@ | |||
2008-06-08 | Implement aml_str2val() ok marco@ | Can Erkin Acar | |
2008-06-08 | Don't spam dmesg with sppp messages, instead use log(9). | Claudio Jeker | |
OK canacar@ some time ago | |||
2008-06-08 | alloc ipq's for fragment reassembly from a pool instead of using | Thordur I. Bjornsson | |
malloc(); ok henning@ some time ago | |||
2008-06-08 | Make serial console on non-primary ports work to on i386. | Mark Kettenis | |
tested by jbg@, "it is right" deraadt@ | |||
2008-06-08 | Unmapping memory from pci_mapreg_map() on detach lets us | Jonathan Gray | |
do multiple inserts/detaches as well. ok jsing@ | |||
2008-06-08 | Make et(4) detachable, help tracking down a problem that | Jonathan Gray | |
turned out to be not calling pci_intr_disestablish() from jsing@ ok jsing@ | |||
2008-06-08 | put the PCF_FREQ codes into the clock | Theo de Raadt | |
2008-06-08 | aaa_dev was being set from an uninitialized variable; ok toby | Theo de Raadt | |
2008-06-08 | unused globals and defines; ok toby | Theo de Raadt | |
2008-06-08 | simplify match function; ok toby | Theo de Raadt | |
2008-06-08 | unused defines | Theo de Raadt | |
2008-06-08 | Make UltraSPARC-IV work. | Mark Kettenis | |
2008-06-08 | decrease the buffer count after dequeueing a buffer | Robert Nagy | |
to prevent the mmap buffer filling up, and disable the debug code that dumps the stream to a file | |||
2008-06-07 | add a disabled com4 device for a Fujitsu Stylistic Touchscreen | Robert Nagy | |
ideas from deraadt@ and millert@ | |||
2008-06-07 | Start to queue mmap frames. Add VIDIOC_QBUF, VIDIOC_DQBUF, | Marcus Glocker | |
VIDIOC_STREAMON for that purpose, too. OK robert@ | |||
2008-06-07 | Since wsmux is currently designed to act as a N inputs : 1 output device, | Miod Vallat | |
be more coherent when handling the attachment of output devices (displays): - on attach, only claim the mux output if it has none already; - on detach, only force detachment from the input devices from this display if we are the mux output. | |||
2008-06-07 | Do not stupidly dereference NULL in wsmux_set_display() is invoked with NULL | Miod Vallat | |
as the second parameter. | |||
2008-06-07 | Currently unused at the moment but at least allow it to compile. | Brad Smith | |
2008-06-07 | double the static video buffer size, because | Robert Nagy | |
the current one is not going to be enough for some cams | |||
2008-06-07 | Add acphy/mtdphy/luphy/sqphy which are used by dc(4), hme(4) and ne(4). | Brad Smith | |
ok deraadt@ | |||
2008-06-07 | Add baudrate handling for fiber boards using the TBI interface. | Brad Smith | |
ok deraadt@ |