summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2015-11-02Only define KERNBASE if defined(_KERNEL), for nothing in userland needs it,Miod Vallat
2015-11-02intr_barrier() stub.Martin Pieuchot
2015-11-01replace "can not" with "cannot";Jason McIntyre
2015-11-01Remove the definition of USRTEXT. It has no relevance outside of the non-PIEMiod Vallat
2015-10-30Fix interaction between inteldrm(4) and efifb(4). If we were booted by UEFIMark Kettenis
2015-10-30Use NULL instead of 0 for pci_decompose_tag() pointer arguments.Miod Vallat
2015-10-29Remove duplicated prototype.Miod Vallat
2015-10-29Make inteldrm(4) attach to pci(4) instead of vga(4) just like radeondrm(4).Mark Kettenis
2015-10-28Enable TCP/UDP checksum offloading on packet transmission.Visa Hankala
2015-10-28Add proper padding to packets that the hardware does not recognize asVisa Hankala
2015-10-28Support backspace in softraid boot passphrase prompt.Joel Sing
2015-10-28missing splx in error pathJonathan Gray
2015-10-27arp_ifinit() is no longer needed.Martin Pieuchot
2015-10-27arp_ifinit() is no longer needed.Martin Pieuchot
2015-10-25enable asmc(4) on i386Joerg Jung
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-10-24Make use of hardware RX checksum validation.Visa Hankala
2015-10-23Allocate a new major for tap(4) also note that pseudo-device tun is for tapClaudio Jeker
2015-10-23Zap pv allocation abstraction layer.Mark Kettenis
2015-10-23enable viornd on RAMDISK_CDMike Larkin
2015-10-22Build boot blocks with -msmall-data -msmall-text.Miod Vallat
2015-10-21Do not call uvm_swap_finicrypt_all() a second time in dumpsys().Martin Pieuchot
2015-10-15No need to create links for xxboot now that MI installboot is the preferredMiod Vallat
2015-10-15Let the rx path of cnmac run without the kernel lock. To avoid the needVisa Hankala
2015-10-08After replacement alloca() with alloc(), out-of-heap happened when bootingYASUOKA Masahiko
2015-10-0816 years after E801 memprobe was disabled, probably safe to delete it.Ted Unangst
2015-10-08Remove the sc_soft_req_cnt field because the number of tx requests isVisa Hankala
2015-10-08Simpify some code by noting that DOSBBSECTOR is 0, so "if (n >Kenneth R Westerback
2015-10-08Add a per-page flag to indicate that all mappings of that page should beMark Kettenis
2015-10-05Fix efiboot not to use the usual kernel load address. Load the kernel inYASUOKA Masahiko
2015-10-05alpha ramdisk ran out of space, very slightly. Probably due to theTheo de Raadt
2015-10-05No need to create {sd,wd}boot links to xxboot anymore.Miod Vallat
2015-10-05user land -> userland; from Rob PierceTheo de Raadt
2015-10-03correct a memory leak in error code path.Sebastien Marie
2015-10-01Use DOS_LABELSECTOR rather than LABELSECTOR to indicate offset into anKenneth R Westerback
2015-10-01Remove yet more blinding whitespace.Kenneth R Westerback
2015-10-01Remove more blinding trailing whitespace.Kenneth R Westerback
2015-10-01Make the alpha pmap (more) mpsafe by protecting both the pmap itself and theMark Kettenis
2015-09-30Nuke a #if 0/#endif block and a related variable. No plans to ever makeKenneth R Westerback
2015-09-30Use #ifndef _MACHINE_DISKLABEL_H_ everywhere. Replace _ARM_DISKLABEL_H_Kenneth R Westerback
2015-09-30Remove some trailing whitespace.Kenneth R Westerback
2015-09-30Use consistant whitespace/comments for #define'ing LABELSECTOR,Kenneth R Westerback
2015-09-30enable new asmc(4) driver on amd64Joerg Jung
2015-09-30add a (disabled) driver for the Apple System Management Controller (SMC) asJoerg Jung
2009-08-04By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2015-09-30How about I delete _all_ the BITFIELDTYPE comments?Philip Guenther
2015-09-30Remove some annoying trailing whitespace.Kenneth R Westerback
2015-09-29Add missing prototype for bios_getdiskinfo() to amd64/disksubr.c.Kenneth R Westerback
2015-09-29Use the DMTC0 macro and MTC0_HAZARD in the UPAGES > 1 case. Now R8000 kernelMiod Vallat
2015-09-28More mechanical switching to readdisksector(), although this is aKenneth R Westerback