summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-01-16switch from using softclock ticks to getnanotime when putting time on theDavid Gwynne
2013-01-16Consistently call sr_scsi_done instead of scsi_done.Joel Sing
2013-01-16Unbreak the negation toggle code when re-loading pf tables. OtherwiseMarkus Friedl
2013-01-16Loongson: add throttling support.Paul Irofti
2013-01-16Add a function that handles the completion of a ccb.Joel Sing
2013-01-16Add a new capability flag to identify disciplines where read failures areJoel Sing
2013-01-16Set resid to zero if the scsi transfer completed without error.Joel Sing
2013-01-16Factor out code used to release ccbs from a workunit.Joel Sing
2013-01-16regenBrad Smith
2013-01-16Some corrections for D-Link device names.Brad Smith
2013-01-16fix typo in commentDarren Tucker
2013-01-16init comconsiot to X86_BUS_SPACE_IO in case someone changes the value ofDavid Gwynne
2013-01-16Add hardware VLAN tag/untag support for VT6105M chips. Help/feedback/okDarren Tucker
2013-01-16Sort the PCI ids.Brad Smith
2013-01-16Add hardware VLAN tag/untag support for VT6105M chips. Help/feedback/okDarren Tucker
2013-01-16do not expose NETDEV to userland from param.hTheo de Raadt
2013-01-16regenBrad Smith
2013-01-16Add D-Link DFE-520TX C1Brad Smith
2013-01-16Keep a count of packets added to the chip's TX queue and only poke the chipDarren Tucker
2013-01-16oops, one IO_NODELOCKED left behind in the a.out coredumperTheo de Raadt
2013-01-16Pass struct inpcb pointer to in_pcb...() functions instead of voidAlexander Bluhm
2013-01-15restrict KERN_PROC_ARGS lookup of KERN_PROC_NENV and KERN_PROC_ENVjoshua stein
2013-01-15Loongson: Add a stat clock for the lemote machines.Paul Irofti
2013-01-15More syncing with FreeBSD bge version. No binary change.Claudio Jeker
2013-01-15Pass an EFBIG error to user land when the maximum splicing lengthAlexander Bluhm
2013-01-15Switch mfs to bufq. This simplifies the code, gives us queue limits forJoel Sing
2013-01-15Changing the socket buffer flags sb_flags was not interrupt safeAlexander Bluhm
2013-01-15Process futex requeuing even when the thread times out or is signaled.Philip Guenther
2013-01-15Flushing prefixes of autoconfigured IPv6 addresses with ndp -PAlexander Bluhm
2013-01-15Implement a function that gets and correctly initialises a ccb for I/O,Joel Sing
2013-01-15implement bus_space_foo_8 for amd64. it will panic on attempts to do 8David Gwynne
2013-01-15Always initialise the discipline name, not just when we are doing a create.Joel Sing
2013-01-15Make the FAT setattr handling more consistent about unsupportedMartynas Venckus
2013-01-15Fix typos in comments and change the syntactic sugar of a function toClaudio Jeker
2013-01-15put a tab after #define to make the diff between Fx and Ox smaller.Claudio Jeker
2013-01-15Keep a function pointer to the per-discipline I/O interrupt handler in theJoel Sing
2013-01-15dont use amd64 is currently broken cos it has noDavid Gwynne
2013-01-15Factor out workunit initialisation code.Joel Sing
2013-01-15Fix segmentation of buffers that straddle a boundary.Mark Kettenis
2013-01-15Allow SIGKILL to terminate coredumping processes. Semantics decidedTheo de Raadt
2013-01-15Slice & dice coredump write requests into MAXPHYS blocks, andTheo de Raadt
2013-01-15Loongson: Remove some of the unused defines.Paul Irofti
2013-01-15use bus_space_write_raw_region_8 on 64bit archs when writing to the ringsDavid Gwynne
2013-01-15Loongson: Unbreak the tree after my last commit.Paul Irofti
2013-01-14map the registers PREFETCHABLE so things that can do write combining canDavid Gwynne
2013-01-14avoid extra bus_space barriers in the interrupt handler.David Gwynne
2013-01-14use one interrupt handler for the thtc headend, rather than seperateTheo de Raadt
2013-01-14after OpenBSD requested a etherip rev 3 to solve a byte order weakness, andTheo de Raadt
2013-01-14Loongson: Replace the system clock provided by the CPU with a GLX MFGPT.Paul Irofti
2013-01-14Fix the sotfware.Joel Sing