aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* ddb: stop boolean screaming.Pedro F. Giffuni2015-05-1812-101/+101
* Remove unnecessary devices from allwinner kernels.Luiz Otavio O Souza2015-05-182-4/+0
* Enable the NETIF_OPEN_CLOSE_ONCE option for ubldr. This keeps the networkIan Lepore2015-05-181-0/+2
* Make the FIFO configuration a bit more flexible for the DWC OTG inHans Petter Selasky2015-05-182-22/+22
* Add a routine to obtain netboot parameters from the U-Boot env vars. CallIan Lepore2015-05-181-0/+109
* Fix an off-by-one error by adding proper range checks when parsing theHans Petter Selasky2015-05-181-1/+1
* A miss from r283061: don't dereference NULL is pf_get_mtag() fails.Gleb Smirnoff2015-05-181-2/+4
* Refactor net_getparams() to make it easier to get params from sources otherIan Lepore2015-05-182-28/+51
* Don't dereference NULL is pf_get_mtag() fails.Gleb Smirnoff2015-05-181-12/+14
* fd: fix imbalanced fdp unlock in F_SETLK and F_GETLKMateusz Guzik2015-05-181-2/+0
* Tidy up sys_umask a little bitMateusz Guzik2015-05-181-3/+3
* Clean up the Amlogic interrupt controller driver to handle the case whereAndrew Turner2015-05-187-26/+21
* Add support for SCSI disk hot add and remove. Also add padding according toWei Hu2015-05-182-19/+101
* Clean up the style to be "include<space><tab>" and remove options alreadyAndrew Turner2015-05-181-7/+2
* sfxge: do not advertise LRO capability if LRO is compiled outAndrew Rybchenko2015-05-181-2/+7
* sfxge: automatically turn off TSO when Tx checksum offload is disabledAndrew Rybchenko2015-05-181-5/+34
* sfxge: allow to disable checksum offloads over VLANAndrew Rybchenko2015-05-181-1/+1
* sfxge: fix overflow queue freezeAndrew Rybchenko2015-05-181-8/+2
* An ARM kernel can be loaded at any 2MB boundary, make ubldr aware of that.Ian Lepore2015-05-175-43/+121
* Clean up struct syscall_args:Andrew Turner2015-05-171-4/+9
* Do not set preload_addr_relocate for ARM. Apparently there was a timeIan Lepore2015-05-171-1/+0
* Increment the vm stats "v_intr" counter so the global system interruptAdrian Chadd2015-05-161-0/+1
* Don't allow unmapped I/O. The pmap isn't quite up to the task. Add aWarner Losh2015-05-161-1/+7
* Re-link ubldr when any of its libraries change.Ian Lepore2015-05-161-2/+2
* acpi_ibm: whitespace.Rui Paulo2015-05-161-6/+6
* More tr -d '\r' t make config happy andBjoern A. Zeeb2015-05-162-39/+39
* * Update SFF-8024 Identifier constants.Alexander V. Chernikov2015-05-162-7/+17
* sfxge: avoid usage of ifm_dataAndrew Rybchenko2015-05-161-25/+107
* Minor comments fixesThomas Quinot2015-05-161-2/+2
* tr -d '\r' makes config a lot more happy.Bjoern A. Zeeb2015-05-161-83/+83
* sfxge: add local variable with changed capabilities maskAndrew Rybchenko2015-05-161-4/+17
* Various iwn(4) fixes.Adrian Chadd2015-05-161-22/+22
* sfxge: move mbuf free to sfxge_if_transmit()Andrew Rybchenko2015-05-161-8/+5
* sfxge: get rid of locked variable in sfxge_tx_packet_add()Andrew Rybchenko2015-05-161-10/+10
* sfxge: support Rx checksum offloads disablingAndrew Rybchenko2015-05-162-14/+30
* Update the comments to match what the code ended up becoming.Adrian Chadd2015-05-151-1/+1
* Break apart the gnu_inline attribute and use "artificial" if available.Pedro F. Giffuni2015-05-151-1/+1
* Break apart the gnu_inline attribute and use "artificial" if available.Pedro F. Giffuni2015-05-151-0/+1
* Make use of GCC alloc_align attributePedro F. Giffuni2015-05-151-1/+1
* Break apart the gnu_inline attribute and use "artificial" if available.Pedro F. Giffuni2015-05-151-2/+15
* Introduce support for the Alpine PoC from Annapurna LabsZbigniew Bodek2015-05-1523-0/+14948
* Add assertions that the addresses passed to tlb maintenance are page-aligned.Ian Lepore2015-05-151-47/+63
* Retrieve the cache parms in the proper arch-specific way.Ian Lepore2015-05-151-2/+11
* Summary: Remove spurious, extra, next header comments.George V. Neville-Neil2015-05-151-4/+2
* Replace a CONSTCOND for a void value as a replacement for __unreachable builtinPedro F. Giffuni2015-05-151-1/+1
* When a netmap process terminates without the full set of buffers itPatrick Kelsey2015-05-151-16/+67
* Provide the number of interrupt resources added to the listRuslan Bukin2015-05-158-8/+13
* Previously, cv_waiters was only updated by cv_signal or cv_wait. If aJohn Baldwin2015-05-152-12/+13
* Close some potential races around socket start/close.Alexander Motin2015-05-151-44/+44
* Add an ability accept encapsulated packets from different sources by oneAndrey V. Elsukov2015-05-153-7/+21