Age | Commit message (Expand) | Author |
2007-05-29 | Remove support for 80386 processors. Apologies if you have one of | Tom Cosgrove |
2007-05-29 | Use atomic operations to operate on netisr, instead of clearing it at splhigh. | Miod Vallat |
2007-05-29 | TAILQ_LAST takes two arguments. | Pierre-Yves Ritschard |
2007-05-29 | use the right capitalization for `SBus' | Igor Sobrado |
2007-05-29 | use the right capitalization for `MBus' and `SBus' | Igor Sobrado |
2007-05-29 | use the right capitalization for `MBus' | Igor Sobrado |
2007-05-29 | Add global variable apm_attached, machine dependant probe routine for ACPI | Gordon Willem Klok |
2007-05-29 | forgot to move to using shared boot.c | Theo de Raadt |
2007-05-29 | theo says degrees is spelled degrees | Ted Unangst |
2007-05-29 | code typo | Theo de Raadt |
2007-05-29 | typo | Theo de Raadt |
2007-05-29 | put the temperature msr in line with the others | Ted Unangst |
2007-05-29 | Some improvements for better intel cpu support. | Ted Unangst |
2007-05-29 | Updated disklabel format to support larger disks and partitions. We | Otto Moerbeek |
2007-05-29 | Refactor readdisklabel() to ensure there is a single point of return, in | Kenneth R Westerback |
2007-05-29 | Add led(4). | Mark Kettenis |
2007-05-29 | New driver for front panel LEDs on the V215/245. | Mark Kettenis |
2007-05-29 | Fix compilation of kernels without I686_CPU: piixpcib is always | Tom Cosgrove |
2007-05-29 | Remove a debugging printf left behind by accident. | Artur Grabowski |
2007-05-29 | PMAP_STEAL_MEMORY for amd64 | Artur Grabowski |
2007-05-29 | Add a name argument to the RWLOCK_INITIALIZER macro. | Thordur I. Bjornsson |
2007-05-29 | remove support for many alternative kernel choices -- only try /bsd and | Theo de Raadt |
2007-05-28 | Revert accidental commit of acpi enabling. don't do that yet. | Bob Beck |
2007-05-28 | bob missed a file, zap zap | Ted Unangst |
2007-05-28 | Maintaining a broken compatibility layer for a broken OS is not a productive | Bob Beck |
2007-05-28 | bio for all archs, ok krw@ kettenis@ sounds good marco@ go for it deraadt@ | Todd T. Fries |
2007-05-28 | avoid bypassing sys/queue.h in many places in the kernel. | Pierre-Yves Ritschard |
2007-05-28 | Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSET | Thordur I. Bjornsson |
2007-05-28 | Flush pmap from tlb before freeing it. Makes Core2Duo boxes more | Kenneth R Westerback |
2007-05-28 | Fix comparison between signed and unsigned integer. Makes the random | Mark Kettenis |
2007-05-28 | pcn(4) works here | Martin Reindl |
2007-05-28 | Remove #wt0 lines. | Kenneth R Westerback |
2007-05-28 | Remove the Archive/Wangtek cartidge tape driver, wt(4). All tapes are | Kenneth R Westerback |
2007-05-27 | be more agressive on invalidation; perform invalidates on load* and unload | Jason Wright |
2007-05-27 | Locore UP can use the same code as MULTIPROCESSOR to access the GDT | Tom Cosgrove |
2007-05-27 | We don't need to special-case access to the GDT for UP or MP, since | Tom Cosgrove |
2007-05-27 | remove two TODO items: | Jason Wright |
2007-05-27 | add pmap_(un)map_nc_direct() macro's to match the non-nc versions | Jason Wright |
2007-05-27 | pagemove() is no longer used. | Miod Vallat |
2007-05-27 | Unbreak cdboot and pxeboot machine memory +/-; bad mpf@. | Tom Cosgrove |
2007-05-27 | We can now access curcpu() members through %fs instead of doing it | Artur Grabowski |
2007-05-27 | Make sure the minaddr hint for uvm_km_suballoc() calls is always initialized. | Miod Vallat |
2007-05-27 | Dynamically allocate irq's for pci devices on elroy(4). | Mark Kettenis |
2007-05-27 | implement WSDISPLAYIO_GETSUPPORTEDDEPTHS. ok miod@ uwe@ | Matthieu Herrb |
2007-05-27 | shrink the kernel for code that shouldn't be used anyway, ok kettenis@ | Dale Rahn |
2007-05-27 | Move powerpc to vm_page_md, 'throw it in' kettenis@ | Dale Rahn |
2007-05-27 | Enable ips(4). | Alexander Yurchenko |
2007-05-27 | Print reserved memory size correctly. | Miod Vallat |
2007-05-27 | USB cleanup leftover. Diff from jsg@ tested by me. | Marcus Glocker |
2007-05-27 | Always use XKPHYS addresses to perform cache operations now, for consistency. | Miod Vallat |