summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-08-22Let lkms(4) support VSXXX-AB tablets in addition to the mice it alreadyMiod Vallat
2008-08-22a ; in a bad place; dragonfly; ok mglockerTheo de Raadt
2008-08-22Instead of spewing error messages about link status, support link statusTheo de Raadt
2008-08-22set _POSIX_JOB_CONTROL and _POSIX_SAVED_IDS to the correct values; ok millertTheo de Raadt
2008-08-22Set PIE address range to avoid or minimize mmap pressure due to limitedKurt Miller
2008-08-22simplification, and repair findblkmajor for name## lookups; ok krwTheo de Raadt
2008-08-22ANSI and other cleanups; ok krwTheo de Raadt
2008-08-22Add a hack to manually kick off rebuilds. This will need some love in theMarco Peereboom
2008-08-22synbcTheo de Raadt
2008-08-22more puc happinessTheo de Raadt
2008-08-22Make pf_print_host() print IPv6 addresses correctly.Alexander Bluhm
2008-08-21Assign the ip and ip6 pointers in ipsp_process_packet() only if aAlexander Bluhm
2008-08-21Rip out the remnants of the vblank signal stuff. Nothing uses it, andOwain Ainsworth
2008-08-21Instead of having a number of malloced arrays for vblank handling, justOwain Ainsworth
2008-08-21Fix 'if ();' construction introduced in last commit, okay deraadt@Pedro Martelletto
2008-08-20Minimal driver for the VAXstation 35x0/38x0 LEGSS option, currently limitedMiod Vallat
2008-08-20Do not mask bit 0x80 in dzcngetc() - we run serial consoles in 8N1.Miod Vallat
2008-08-20Don't copy interesting parts of struct scsi_xfer to a read only internalMiod Vallat
2008-08-20Attach led0 on ka60, and display system load on the front panel.Miod Vallat
2008-08-20If RI_FORCEMONO is set in ri_flags, build ri_devcmap as if it was a 1bppMiod Vallat
2008-08-20Add USER_PCICONF so that pcidump can work.Joel Sing
2008-08-20Oops, previous console changes would initialize serial console on lines 0Miod Vallat
2008-08-20Return EINVAL instead of '1' for invalid kq filters.Thordur I. Bjornsson
2008-08-20Allow devices attaching at root (such as softraid) to be disabled in UKC.Miod Vallat
2008-08-19When failing to acquire the vnode lock in readdir_with_callback(), don'tPedro Martelletto
2008-08-19Make it possible to enter ddb from the serial console.Mark Kettenis
2008-08-19Make it possible to enter ddb from the serial console.Mark Kettenis
2008-08-19syncTheo de Raadt
2008-08-19another rum; Jonathan LeeTheo de Raadt
2008-08-19add missing devices to nam2blk[]Theo de Raadt
2008-08-18Forgot to add this file, needing for KA60 support.Miod Vallat
2008-08-18Now that KA60 support is in, include the proper header files instead ofMiod Vallat
2008-08-18Add support for the ``Firefox'' VAXstation 3520/3540/3820/3840 workstations,Miod Vallat
2008-08-18Some uglyness to allow both uba_common.h and ubareg.h to be included;Miod Vallat
2008-08-18Increment device interrupt event counter when redispatching an interrupt.Miod Vallat
2008-08-18Preparing for KA60 support, crank IPL_TTY to level 0x16 (since it isMiod Vallat
2008-08-18Move common CVAX defines and code (internal cache IPR, SSC layout, machineMiod Vallat
2008-08-18Make hardclock() a cpu_dep member. Most machines will use the genericMiod Vallat
2008-08-18Shuffle the dz console code (both serial and keyboard) to be more independentMiod Vallat
2008-08-18regenBrad Smith
2008-08-18Add the PCI id for the Broadcom BCM5716 Ethernet controller.Brad Smith
2008-08-18Add stge(4) and gentbi(4).Mark Kettenis
2008-08-18Add sparc_bus_addr function for schizo to allow CardBus to work.Brad Smith
2008-08-18use M_NOWAIT instead of M_WAITOK to cause malloc() to return NULLKevin Lo
2008-08-18Another dead struct member.Owain Ainsworth
2008-08-17kill struct drm_freelist, after removing markbufs and infobufs nothingOwain Ainsworth
2008-08-17Kill a dead function and a dead struct member.Owain Ainsworth
2008-08-17Check that the driver properly initialised before allowing agp_acquire()Owain Ainsworth
2008-08-17Check the return value of agp_enable() instead of assuming it completed.Owain Ainsworth
2008-08-17Kill the infobufs and markbufs calls. Nothing uses them.Owain Ainsworth