Age | Commit message (Expand) | Author |
2010-12-30 | If genassym fails, sort on the pipeline will indicate no error resulting | Theo de Raadt |
2010-12-30 | add a simple __va_copy inside ifdef lint, from tim van der molen. | Ted Unangst |
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-15 | oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinks | Ted Unangst |
2010-12-06 | - use consistent 'include' rules without a full relative path. | Jasper Lievisse Adriaanse |
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 | Rename the pmap_growkernel() current limit variable from virtual_end to | Miod Vallat |
2010-11-28 | Get rid of machdep.root_device sysctl and related variables. | Miod Vallat |
2010-11-28 | Do not declare a struct cfdriver and initialize it, and then write `extern | Miod Vallat |
2010-11-27 | Remove ddb single-step load and store counters. Most platforms do not | 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-20 | typo | Miod Vallat |
2010-11-20 | This is a first step towards getting rid of avail_start and avail_end in the | Miod Vallat |
2010-11-19 | Sync MAKEDEV against conf.c, and both against GENERIC. | Miod Vallat |
2010-11-12 | Push all potential (as in, all system MI not utilized by the bootblocks) | Theo de Raadt |
2010-11-11 | DEC 3000/400 has a 22.5MHz TURBOchannel bus instead of the usual 25MHz; | Miod Vallat |
2010-11-03 | no need to specify the -t flag to ctags | Theo de Raadt |
2010-10-27 | Report proper pc address in siginfo; found the hard way by naddy@ and gcc 4. | Miod Vallat |
2010-09-28 | Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms, | Miod Vallat |
2010-09-26 | Merge pmsi(4) into pms(4). From Alexandr Shadchin on tech@. | Miod Vallat |
2010-09-23 | enable utwitch(4) (formely uyurex(4)) by default | Yojiro Uo |
2010-09-23 | Add pppx(4) to the cdevs of the remaining archs. | Claudio Jeker |
2010-09-22 | Revert previous and let drivers register counterless interrupts; | Miod Vallat |
2010-09-22 | Switch to unconditionally attaching evcounts on TurboChannel | Matthew Dempsky |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-08-02 | enable owctr | Theo de Raadt |
2010-07-31 | remove the ``midisyn'' framework and anything using it, i.e., the opl | Alexandre Ratchov |
2010-07-24 | One the -> On the | Miod Vallat |
2010-07-03 | No more ss(4) or usscanner(4). Unused, unloved and unmaintained. | Kenneth R Westerback |
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott |
2010-06-30 | remove a compat_osf1 file | Ted Unangst |
2010-06-30 | remove compat_osf1 support from the kernel | Ted Unangst |
2010-06-29 | Add support for mapping ACPI to PCI devices | Jordan Hargrave |
2010-06-28 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt |
2010-06-27 | If you include <uvm/uvm.h>, you do not need to include any other <uvm/uvm_foo.h> | Miod Vallat |
2010-06-27 | unbreak alpha kernel build after recent viking pillaging. | Bob Beck |
2010-06-27 | uvm constraints. Add two mandatory MD symbols, uvm_md_constraints | Thordur I. Bjornsson |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-06-10 | Declare safepri at the MD level on each platform, so that the kern_synch.c | Theo de Raadt |
2010-06-09 | Move declaration of cn_tab from dev/cons.c to dev/cninit.c, or appropriate | Miod Vallat |
2010-06-09 | Wire up device nodes for disk mapper. | Joel Sing |
2010-06-06 | Nuke common. | Miod Vallat |
2010-06-06 | Kill unused sio_intr_count. | Miod Vallat |
2010-06-06 | Avoid computing a symbol with arithmetic involving a common, modern binutils | Miod Vallat |