- 19 Jan, 2014 12 commits
-
-
Warner Losh authored
console, it calls the grab functions. These functions should turn off the RX interrupts, and any others that interfere. This makes mountroot prompt work again. If there's more generalized need other than prompting, many of these routines should be expanded to do those new things. Should have been part of r260889, but waasn't due to command line typo. Reviewed by: bde (with reservations)
-
Warner Losh authored
console, it calls the grab functions. These functions should turn off the RX interrupts, and any others that interfere. This makes mountroot prompt work again. If there's more generalized need other than prompting, many of these routines should be expanded to do those new things. Reviewed by: bde (with reservations)
-
Ed Maste authored
-
Warner Losh authored
support for it at the moment.
-
Warner Losh authored
# expect more refinement as do more boards.
-
Warner Losh authored
address line assignment. Provide convenince function to set these things.
-
Warner Losh authored
-
Alexander Motin authored
refererence panic if compiler not optimize it out. Found with: Clang static analyzer MFC after: 2 weeks
-
Alexander V. Chernikov authored
* Set ia address/mask values BEFORE attaching to address lists. Inet6 address assignment is not atomic, so the simplest way to do this atomically is to fill in ia before attach. * Validate irfa->ia_addr field before use (we permit ANY sockaddr in old code). * Do some renamings: in6_ifinit -> in6_notify_ifa (interaction with other subsystems is here) in6_setup_ifa -> in6_broadcast_ifa (LLE/Multicast/DaD code) in6_ifaddloop -> nd6_add_ifa_lle in6_ifremloop -> nd6_rem_ifa_lle * Split working with LLE and route announce code for last two. Add temporary in6_newaddrmsg() function to mimic current rtsock behaviour. * Call device SIOCSIFADDR handler IFF we're adding first address. In IPv4 we have to call it on every address change since ARP record is installed by arp_ifinit() which is called by given handler. IPv6 stack, on the opposite is responsible to call nd6_add_ifa_lle() so there is no reason to call SIOCSIFADDR often.
-
Marcel Moolenaar authored
ia64 for the very first time. Only 9 years in the making... Note that the vt/vga driver does not actually make sure there's VGA hardware at the standard/legacy VGA I/O port and memory I/O addresses. This can cause machine checks if the H/W does not have a VGA controller.
-
Marcel Moolenaar authored
libgcc, but this was not propagated to this file. Revision 260844 added them here for ia64 unbeknownst revision 258428. Fix it for all... Pointed out by: pfg
-
Justin Hibbits authored
This change now allows the PMU to be used on PowerBook5,8. MFC after: 1 week
-
- 18 Jan, 2014 16 commits
-
-
Adrian Chadd authored
of a syncache connection, copy it into the inp_flowid field. Without this, an incoming TCP connection won't have an inp_flowid marked until some data comes in, and this means that things like the per-CPU TCP timer option will choose a different CPU for the timer work. (It also means that if one grabbed the flowid via an ioctl from userland, it won't be available until some data has been received.) Sponsored by: Netflix, Inc.
-
Alexander V. Chernikov authored
callback providers. link_init_sdl() function can be used to fill most of the parameters. Use caller stack instead of allocation / freing memory for each request. Do not drop support for extra-long (probably non-existing) link-layer protocols by introducing link_alloc_sdl() (used by if_resolvemulti() callback) and link_free_sdl() (used by caller). Since this change breaks KBI, MFC requires slightly different approach (link_init_sdl() auto-allocating buffer if necessary to handle cases with unmodified if_resolvemulti() callers). MFC after: 2 weeks
-
Devin Teske authored
in the one-line comment associated with the dumpdev setting was not present for the case where the user deselects the dumpdev service (restoring pre- r256348 behaviour. MFC After: 3 days
-
Neel Natu authored
the Guest Interruptibility-state field. However, there isn't any way to figure out which processors have this requirement. So, inject a pending NMI only if NMI_BLOCKING, MOVSS_BLOCKING, STI_BLOCKING are all clear. If any of these bits are set then enable "NMI window exiting" and inject the NMI in the VM-exit handler.
-
Alexander V. Chernikov authored
MFC after: 2 weeks
-
Alexander V. Chernikov authored
address requests. MFC after: 2 weeks
-
Alan Cox authored
1. Be consistent in the style of "act_delta" manipulations between the inactive and active queue scans. 2. Explicitly compare to zero. 3. The deactivation of a page is based is based on its recent history and not just the current call to vm_pageout_scan(). The variable "act_delta" represents the current state of the page, and not its history. Avoid possible confusion by not (ab)using "act_delta" for the making the deactivation decision. Submitted by: kib [1] Reviewed by: kib [2,3]
-
Alexander V. Chernikov authored
MFC after: 2 weeks
-
Alexander V. Chernikov authored
Discussed with: ae MFC after: 2 weeks
-
Ed Schouten authored
Caught by: Luca Bayer
-
Ed Schouten authored
We now use libcompiler_rt on all platforms now. Instead of referring directly to -lgcc and LIBGCC, use -lcompiler_rt and LIBCOMPILER_RT.
-
Bryan Venteicher authored
Reviewed by: markm (random bits only)
-
Marcel Moolenaar authored
bswap32 builtin and the compiler emits a call to the libgcc function rather than generating inline code.
-
Neel Natu authored
the state of "Virtual NMI blocking" in the guest's interruptibility-state field before resuming the guest.
-
Xin LI authored
Fix memory leak of compressed buffers in l2arc_write_done (Illumos #3995).
-
Xin LI authored
illumos/illumos-gate@71cb1b742ca23532b844b6538d8f0997a900c62e
-
- 17 Jan, 2014 12 commits
-
-
Mikolaj Golub authored
reverted in r238896. PR: bin/161526 Reported by: Karli.Sjoberg slu.se MFC after: 3 days
-
Pedro F. Giffuni authored
Among some of the objc changes from Apple that crept into r260311, Radar 5355344 is incomplete and is not used since we don't carry ObjC in the base system. The dead code seems to have caused issues in some Tinderboxes so get rid of it altogether. Reported by: luigi MFC after: 9 days
-
Alexander Motin authored
Reported by: ignace.peeters@gmail.com MFC after: 2 weeks
-
Gleb Smirnoff authored
-
Hans Petter Selasky authored
with USB device detach when using character device handles. This also includes LibUSB. It turns out that "usb_close()" cannot always get a reference to clean up its USB transfers and such, if called during the kernel USB device detach. Analysis by: hselasky @ Reported by: Juergen Lock <nox@jelal.kn-bremen.de> MFC after: 1 week
-
Andriy Gapon authored
This is done to ensure that visited object IDs are always increasing. Also, pass correct object ID to prefetch_dnode_metadata for os_groupused_dnode. Without this change we would hit an assert if traversal was paused on a GROUPUSED object, which is unlikely but possible. Apparently the same change was independently developed by Deplhix. Reviewed by: Matthew Ahrens <mahrens@delphix.com> MFC after: 10 days Sponsored by: HybridCluster
-
Andriy Gapon authored
Reviewed by: Matthew Ahrens <mahrens@delphix.com> MFC after: 1 week
-
Gleb Smirnoff authored
Sponsored by: Nginx, Inc.
-
Hans Petter Selasky authored
MFC after: 1 week
-
Adrian Chadd authored
This fires off a kqueue note (of type sendfile) to the configured kqfd when the sendfile transaction has completed and the relevant memory backing the transaction is no longer in use by this transaction. This is analogous to SF_SYNC waiting for the mbufs to complete - except now you don't have to wait. Both SF_SYNC and SF_KQUEUE should work together, even if it doesn't necessarily make any practical sense. This is designed for use by applications which use backing cache/store files (eg Varnish) or POSIX shared memory (not sure anything is using it yet!) to know when a region of memory is free for re-use. Note it doesn't mark the region as free overall - only free from this transaction. The application developer still needs to track which ranges are in the process of being recycled and wait until all pending transactions are completed. TODO: * documentation, as always Sponsored by: Netflix, Inc.
-
Adrian Chadd authored
Sponsored by: Netflix, Inc.
-
Adrian Chadd authored
This is still under a bit of flux, as the final API hasn't been nailed down. It's also unclear whether we should define the two new types in the header or not - it may allow bad code to compile that shouldn't (ie, since uintX's are defined, the developer may not include sys/types.h.) Reviewed by: peter, imp, bde Sponsored by: Netflix, Inc.
-