Age | Commit message (Expand) | Author |
2011-03-23 | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | Paul Irofti |
2011-03-18 | Fix obj directory probing to support cross compiling. | Matthew Dempsky |
2011-03-16 | Recognize LM6002 as prefix for earlier Fuloong designs, and also recognize | Miod Vallat |
2011-03-13 | Change daddr_t to daddr32_t. The bootblocks on our architectures only | Theo de Raadt |
2011-02-26 | Force the DUID cache used to generate hw.disknames to be updated | Kenneth R Westerback |
2011-02-17 | Disable sbt and ubt devices. The bluetooth code will sometimes sleep while | Miod Vallat |
2011-01-14 | - use nitems() | Jasper Lievisse Adriaanse |
2011-01-08 | The Ubiquiti WiFiStation EXT works on the Sun Blade 1500. | Damien Bergamini |
2010-12-30 | If genassym fails, sort on the pipeline will indicate no error resulting | Theo de Raadt |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-12-21 | Convert netisr to a normal soft interrupt instead of hanving MD code | Claudio Jeker |
2010-12-14 | use the dying flag in struct usbd_bus instead of a private dying flag | Miod Vallat |
2010-12-12 | rsu(4) works on the sparc64, so add it everywhere where urtwn(4) is. | Damien Bergamini |
2010-12-06 | - drop NENTS(), which was yet another copy of nitems(). | Jasper Lievisse Adriaanse |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-12-02 | After the most recent change, make it possible to make -j again. The | Theo de Raadt |
2010-12-02 | move vers.o to before the other objects, so that it is not linked last. | Theo de Raadt |
2010-11-28 | Allow mips64-based ports to override the default mips64 VM_PHYSSEG_STRAT | Miod Vallat |
2010-11-26 | Disable uscanner(4) by default on all kernels which configure it. First step | Miod Vallat |
2010-11-23 | removed slot argument of function pckbc_cnattach | Alexandr Shadchin |
2010-11-22 | Remove old comment about constab[] being eventually generated by config(8). | Miod Vallat |
2010-11-19 | Sync MAKEDEV against conf.c, and both against GENERIC. | Miod Vallat |
2010-11-19 | Add urio and uscanner. | Miod Vallat |
2010-11-15 | add urtwn(4) to more USB 2.0 capable architectures, since it works | Damien Bergamini |
2010-11-12 | Push all potential (as in, all system MI not utilized by the bootblocks) | Theo de Raadt |
2010-11-03 | no need to specify the -t flag to ctags | Theo de Raadt |
2010-10-24 | Move build_trampoline() and setregs() to a common location for all mips ports. | Miod Vallat |
2010-10-14 | Move glxpcib(4) to MI land unifying the two MD drivers. | Paul Irofti |
2010-09-28 | Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms, | Miod Vallat |
2010-09-26 | No need for ums either; from Brad | Miod Vallat |
2010-09-26 | No need for pms on the installation media; from Brad | Miod Vallat |
2010-09-26 | Merge pmsi(4) into pms(4). From Alexandr Shadchin on tech@. | Miod Vallat |
2010-09-24 | Fix bus space mapping bugs for GPIO's and MFGPT's and while at it add proper | Paul Irofti |
2010-09-23 | enable utwitch(4) (formely uyurex(4)) by default | Yojiro Uo |
2010-09-23 | Move clock attachment later in the game. This is needed for cpu scaling. | Paul Irofti |
2010-09-23 | Add pppx(4) to the cdevs of the remaining archs. | Claudio Jeker |
2010-09-21 | Watchdog suspend/resume logic. | Paul Irofti |
2010-09-21 | gpio at glxpcib was forgotten; tested by pirofti | Theo de Raadt |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-09-20 | Must travese deeper for DVACT_QUIESCE; ok miod | Theo de Raadt |
2010-09-17 | FPU control/status register defines, and upcoming userland function | Miod Vallat |
2010-09-09 | Sync suspend logic with current practice, and try to handle failure | Miod Vallat |
2010-09-08 | No need for vfs_syncwait() in a bufq_quiesce() world | Theo de Raadt |
2010-09-07 | rename function parameter to be more like all the others in the tree | Theo de Raadt |
2010-09-07 | Restore msr unconditionnaly, why bother checking if they have changed; deraadt | Miod Vallat |
2010-09-07 | Join the cf_activate() crowd and preserve a few msr around suspend. | Miod Vallat |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-09-01 | Clean-up the spl dance around suspend/resume. Okay miod@. | Paul Irofti |
2010-09-01 | Let non-ykbec kernels link again. | Miod Vallat |
2010-08-31 | Do wsdisplay suspend/resume and also the bufq dance. | Paul Irofti |