summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-05-07There is no reason to have a faithrtrequest() function that sets the MTU toClaudio Jeker
2008-05-06Add a PR_ZERO flag for pools, to compliment the M_ZEROThordur I. Bjornsson
2008-05-06Kill vtophys in drm.Owain Ainsworth
2008-05-06currently agp_i810 needs to map the same BAR as inteldrm, this obviouslyOwain Ainsworth
2008-05-06retire vfs_mountroot();Thordur I. Bjornsson
2008-05-06Use the standard syslog levels on CARP logging messages instead ofRyan Thomas McBride
2008-05-06bring in the mpe interface - for ``MPLS Provider Edge'' - this is a workPierre-Yves Ritschard
2008-05-06Add support for the Apple USB Ethernet adapter.Marco Pfatschbacher
2008-05-06AMD_8111_PMC has timecounter, too; ok grange@ some time agoMarkus Friedl
2008-05-06syncMarco Pfatschbacher
2008-05-06Add Apple USB Ethernet.Marco Pfatschbacher
2008-05-06Remove bogus entries for PCI_PRODUCT_DELL_PERC_3DI_2, which apparentlyMarco Pfatschbacher
2008-05-06Kill state if we get SYN for a state that has been closed from both sides.Markus Friedl
2008-05-06Report the clock status in a signal sensor, like all other timedeltas.Marc Balmer
2008-05-06remove tcp_drain code since it's not longer used; ok henning, feedback thibMarkus Friedl
2008-05-06Drop all broadcast and multicast packets.Esben Norby
2008-05-06get rid of rtalloc, use rtalloc1 instead.Esben Norby
2008-05-06syncTheo de Raadt
2008-05-06someone making usb keyboards.. for oems.. owned by vladas.urbonasTheo de Raadt
2008-05-06M_PREPEND can set its first parameter to NULL, and all other codeKenneth R Westerback
2008-05-06syncTheo de Raadt
2008-05-06another omron usb that must be ugen; vladas.urbonas@gmailTheo de Raadt
2008-05-06Add a counter to record how many states have been created by a rule.Marco Pfatschbacher
2008-05-06Prevent possible overflow of int variable on large memory machines.Tobias Weingartner
2008-05-06fix debug output.Esben Norby
2008-05-06Rather than clearing particularly dangerous flags when found, justKenneth R Westerback
2008-05-06rename file; Paul de WeerdTheo de Raadt
2008-05-05Correct defines for NXE_DB_PEGID_RX|TX. OK dlg@Claudio Jeker
2008-05-05We will never use __BUS_SPACE_HAS_STREAM_METHODS so remove all the codeClaudio Jeker
2008-05-05dell drac 3 and 4 virtual uarts are pucs running very fast.David Gwynne
2008-05-05Make nmea(4) behave like the other timedelta sensors and provide aMarc Balmer
2008-05-05retire ltsleep(); The only refrence left too it is in anThordur I. Bjornsson
2008-05-05add lldp typeDavid Gwynne
2008-05-05in rt_gettable, we unfortunately have to check for rt_tables[id] != NULLHenning Brauer
2008-05-05remove a useless refcnt in pf_state_key.Henning Brauer
2008-05-05Don't set the adaptor template link's flags and quirks when trying toKenneth R Westerback
2008-05-05Make umsm only claim a single interface so it doesn't matchJonathan Gray
2008-05-05regenJonathan Gray
2008-05-05Another msm.Jonathan Gray
2008-05-04convert to ptoa/atopMartin Reindl
2008-05-04Manage interrupts based on priority better, still working on this...Dale Rahn
2008-05-04Unpopulated CRIME memory banks (or logically empty due to CRIME mergingMiod Vallat
2008-05-04convert arm and mips64 platforms to ptoa/atopMartin Reindl
2008-05-03Rework the interrupt calculation masks, a bit easier to follow (not so wrong).Dale Rahn
2008-05-03catch up with curpriority changes and convert to ptoa/atopMartin Reindl
2008-05-03Do not acquire the kernel lock for SY_NOLOCK system calls; ok drahn@ kettenis@Miod Vallat
2008-05-03Introduce vop_generic_bmap(); use it where applicable.Thordur I. Bjornsson
2008-05-02implement rw_cas, "go for it" miod@Dale Rahn
2008-05-02Check for a disabled FPU before attempting to emulate the instruction.Miod Vallat
2008-05-02Grab the biglock unconditionnaly when system calls go through systrace;Miod Vallat