summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-02-18In the voltage regulator getter we need to actually check the GPIOPatrick Wildt
2019-02-18Serialize access to the list of attached child devices belonging to aanton
2019-02-18Change ps_len of struct pfioc_states and psn_len of structAlexander Bluhm
2019-02-18regenKevin Lo
2019-02-18Add another PCI ID for Intel Dual Band Wireless AC 9560, found inKevin Lo
2019-02-18Remove PTPpaddr and use proc0.p_addr->u_pcb.pcb_cr3 instead. This alsoYASUOKA Masahiko
2019-02-18get rid of some trailing whitespace.David Gwynne
2019-02-17if a write fails, we mark the buffer invalid and throw it away. this canTed Unangst
2019-02-17sprinle some casts to quiet compiler; ok millertTheo de Raadt
2019-02-17Make bridge_rtupdate() return an error value instead of a pointer.Martin Pieuchot
2019-02-17Publish new attached device once it is fully initialized.Martin Pieuchot
2019-02-16Sprinkle a few ifdefs for _LOCORE and _KERNEL and reorder a few linesPatrick Wildt
2019-02-16vmm(4): report PA bits in CPUID[0x80000008]Mike Larkin
2019-02-15Remove KASSERT() for now. It triggers when destroying lo(4) of a rdomainClaudio Jeker
2019-02-15zap trailing empty lineanton
2019-02-15The underlying storage for builtin ddb variables are of type int butanton
2019-02-15With an opportunistic check performed at every trap, we insist userlandTheo de Raadt
2019-02-15Use `ifidx' when storing an interface index.Martin Pieuchot
2019-02-15let sbcreatecontrol take a const void * instead of a caddr_t.David Gwynne
2019-02-15coordinate configuration of local mpls labels with destroying an interfaceDavid Gwynne
2019-02-15allow configuration of the rdomain that mpls operates inDavid Gwynne
2019-02-14HCCPARAMS1 register CFC and SEC values are 1 bit.Marcus Glocker
2019-02-14Use timeout_barrier() when bringing the bridge(4) down and only executeMartin Pieuchot
2019-02-14mpw.h is no longer needed.Martin Pieuchot
2019-02-14Remove mpw(4) hacks now that all the world is Ethernet.Martin Pieuchot
2019-02-14Allow *at variant of mkfifo and mknod, too.Florian Obser
2019-02-14the rdomain for the mpls stuff should still be hardcoded to 0 in mpw.David Gwynne
2019-02-14use the configured route domain for the mpls tunnel when sending packets.David Gwynne
2019-02-14consistently use the same flags for rt_ifa_add and _del.David Gwynne
2019-02-14allow configuration of the rdomain the mpls encap operates inDavid Gwynne
2019-02-13don't confuse the interface rdomain with the one the local label is in.David Gwynne
2019-02-13change rt_ifa_add and rt_ifa_del so they take an rdomain argument.David Gwynne
2019-02-13Allow SO_PEERCRED to be called on sockets created with socketpair.Martijn van Duren
2019-02-12Add Allwinner V3s support. From SASANO Takayoshi.Mark Kettenis
2019-02-11In ddb add description for show mbuf flags bit SYNCOOKIE_RECREATEDAlexander Bluhm
2019-02-11add M_CANFAIL to malloc, and return ENOMEM if allocating an interfaceDavid Gwynne
2019-02-10assign the m_prepend result to the right variable.David Gwynne
2019-02-10revert revert revert. there are many other archs that use custom allocs.Ted Unangst
2019-02-10whitespace tweak, no functional changeDavid Gwynne
2019-02-10get rid of the global list of mpe interfaces, it's not needed anymoreDavid Gwynne
2019-02-10remove the implict RTF_MPATH flag that rt_ifa_add() sets on new routes.David Gwynne
2019-02-10missed a file. add flags to the pool page free function.Ted Unangst
2019-02-10if waitok flag is set, have the interrupt multipage allocator redirectTed Unangst
2019-02-10make it possible to reduce kmem pressure by letting some pools use a moreTed Unangst
2019-02-10"non-existant" is one of those words that don't exist, so use "non-existent"Peter Hessler
2019-02-10Add Allwinner V3s support. Also update some Allwinner A80 pin names toMark Kettenis
2019-02-10Handle "broken-cd" as "non-removable" for now. This will generate someMark Kettenis
2019-02-09major() and minor() are documented as returning unsigned, so do soPhilip Guenther
2019-02-09vmm(4): add a debug printf when processing vmxon operationsMike Larkin
2019-02-08fix ipv4 checksum fixup; this trick requires an accumulator of exactly twice ...Richard Procter