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