summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-12-02In sys_socket() and doaccept(), gotta skip setting the close-on-execPhilip Guenther
2014-12-02regenBrad Smith
2014-12-02Add Samsung SSD controller.Brad Smith
2014-12-01reconvert (rereconvert?) to memcpy except in the one case where memmoveTed Unangst
2014-12-01Make every interface with a watchdog register it's own slow timeoutMike Belopuhov
2014-12-01clist's chained, and could get fairly long which is why there was aTheo de Raadt
2014-12-01Check the header fields of GRE and MPPE packets strictly.YASUOKA Masahiko
2014-12-01Remove an unused gdt structure definition.Mike Larkin
2014-12-01Remove an old and superfluous comment, and fix some KNF style issues inMike Larkin
2014-12-01rxr ioctl handling.Brad Smith
2014-11-30SPARC T4 and later have a pause instruction to voluntarily pause a virtualMark Kettenis
2014-11-30Don't overwrite fields in the message when setting up the REMOTE_NDIS_SET_MSGMark Kettenis
2014-11-30Unbreak zzz/ZZZ resume - ensure NX is re-enabled on resume (if enabled).Mike Larkin
2014-11-30panic if the kernel requests W | X pages; ok kettenisTheo de Raadt
2014-11-30Mask out EFER_LMA when restoring saved EFER on zzz/ZZZ resume as it's aMike Larkin
2014-11-30rxr ioctl handling.Brad Smith
2014-11-29rxr ioctl handling.Brad Smith
2014-11-29it should not be necessary to clear the direction flagTed Unangst
2014-11-29restore the "hot" memcpy that existed before recent conversion flipflopTed Unangst
2014-11-28regenMark Kettenis
2014-11-28Add a few entries for SPARC T3/T4/T5/M5 machines. The IDT 89H64H16G3 entryMark Kettenis
2014-11-27The sti(4) driver copies its ROM into kernel memory and executes the codeMark Kettenis
2014-11-27Previous change wasn't quite right and broke "classic' PCI sparc64 machines.Mark Kettenis
2014-11-27Missing comparison caused NX to always be enabled during boot, even on CPUsMike Larkin
2014-11-27Another spot where the VLAN tag doesn't need swapping in the currentlyBrad Smith
2014-11-27Garbage collect some bits that were never used.Brad Smith
2014-11-27Fix a long standing bug in MAC statistics register access. OneBrad Smith
2014-11-27Use dv_xname instead of if_xname to establish our interrupt. The latter isMark Kettenis
2014-11-27rxr ioctl handling.Brad Smith
2014-11-27rxr ioctl handling.Brad Smith
2014-11-26Introduce softraid boot support to sparc64 ofwboot.Stefan Sperling
2014-11-26Add a new ELF segment .openbsd.bootdata to the sparc64 kernel.Stefan Sperling
2014-11-26Add softraid support to sparc64 first-level boot blocks.Stefan Sperling
2014-11-26Add softraid boot support code files ported by me to sparc64 from amd64.Stefan Sperling
2014-11-26Copy some Open Firmware interface functions from the kernel to ofwboot.Stefan Sperling
2014-11-26The onboard ix(4) interfaces on the SPARC T5 machines don't have a valid MACMark Kettenis
2014-11-26Seems Sun^H^H^HOracle is doing something naughty and (deliberately) putsMark Kettenis
2014-11-26Hook ofwbootfd to the build.Stefan Sperling
2014-11-26Add a separate ofwboot build for the sparc64 floppies.Stefan Sperling
2014-11-26dont swap the vlan tag twice on big endian archs for transmit.David Gwynne
2014-11-25A few reliability fixes:Miod Vallat
2014-11-25Brag about what OS we are running on the LCD panel, if there is one.Miod Vallat
2014-11-25Since in_broadcast() is now used to always iterate on all the interfacesMartin Pieuchot
2014-11-25No need to forward declare "struct route" anymore, rtalloc_mpath() noMartin Pieuchot
2014-11-25The proliferation of "struct route" in all its flavors didn't makeMartin Pieuchot
2014-11-25unifdef -USCOPEDROUTING, no object change.Martin Pieuchot
2014-11-25Speed up page zeroing by using a loop of dcbz/dcbzl instead of bzero().Martin Pieuchot
2014-11-25disable qla. there is a boot-time raceTheo de Raadt
2014-11-24rxr ioctl handling.Brad Smith
2014-11-24Actually, the previous change didn't quite work on the SPARC T5-2. But ifMark Kettenis