Age | Commit message (Expand) | Author |
2007-05-15 | Remove the MI implementation of mutexes and remove the __HAVE_MUTEX | Artur Grabowski |
2007-05-15 | kill __HAVE_DEVICE_REGISTER by requiring all architectures to have a | Theo de Raadt |
2007-05-14 | Oops, IPL_NONE is not zero in HEAD. | Miod Vallat |
2007-05-11 | simple misspell, miod@ ok | Janne Johansson |
2007-05-07 | Move sgo to __HAVE_CPUINFO. | Mark Kettenis |
2007-05-05 | Define MUTEX_OLDIPL where they were missing, will be used (reasonably) shortly. | Miod Vallat |
2007-05-04 | make findblkmajor() and findblkname() MI; ok miod | Theo de Raadt |
2007-05-04 | setroot() was a ugly mix of MI and MD code, with different bugs on different | Theo de Raadt |
2007-05-03 | Enable support for > 512MB of physical memory on mips64 systems, by using | Miod Vallat |
2007-05-01 | Simple monoprocessor mutex implementation, faster than the MI code, four left | Miod Vallat |
2007-05-01 | Provide <machine/lock.h> on all platforms, so that MI code may #include it | Miod Vallat |
2007-04-26 | Be more careful when changing cop0 SR value; or flags in instead of setting | Miod Vallat |
2007-04-26 | Do not invoke arcbios routines from the moment our page tables are set up, | Miod Vallat |
2007-04-21 | do not ignore linker failures; ok miod | Theo de Raadt |
2007-04-10 | Do not compile unused dump_tlb() unless option DEBUG. | Miod Vallat |
2007-03-23 | Real atomic_{set,clear}bits_int implementation, and replace similar | Miod Vallat |
2007-02-26 | Zero rval[1] in setregs. | Miod Vallat |
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt |
2007-02-06 | Add machine/atomic.h to all architectures and define two operations | Artur Grabowski |
2006-12-14 | Make pci subsystem aware of domains. Each host bridge gets assigned a unique | Mark Kettenis |
2006-10-18 | enable IPv6 on the RAMDISK image. | Brad Smith |
2006-09-23 | delete blank line; Paul Stoeber | Theo de Raadt |
2006-08-11 | no O2's with a R14000 CPU were made, so remove superfluous code. | Jasper Lievisse Adriaanse |
2006-07-27 | Compile all kernels with -Wstack-usage-larger-than-2047, now that all | Miod Vallat |
2006-07-09 | I don't think we're talking about animals in here, so | Michael Knudsen |
2006-06-26 | enable mpi | David Gwynne |
2006-06-11 | Ansify. No binary change on amd64 and i386, not yet built on sgi. ok miod@ | Matthieu Herrb |
2006-06-01 | Right at the end of a debug kernel build, the current Makefile copies bsd | Christopher Pascoe |
2006-05-27 | Eradicate the type 'bus_dmasync_op_t'. Unused. Sporadically | Kenneth R Westerback |
2006-05-07 | fix pmap debug code and only compile it when PMAPDEBUG is defined. | Robert Nagy |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-14 | no need for an aperture. we are unlikely to ever allow pci video cards | Theo de Raadt |
2006-03-13 | * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to | Brad Smith |
2006-03-12 | remove splimp. | Brad Smith |
2006-03-04 | | -> || | Brad Smith |
2006-02-14 | Homogeneize WSDISPLAY_* option comments (especially on cats) | Miod Vallat |
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller |
2006-01-04 | Cut buffers pressure down to 35% of kvm max, since (for now) kvm is | Miod Vallat |
2006-01-04 | Stop abusing phys_map to know if it is safe to use malloc in extent routines; | Miod Vallat |
2006-01-04 | Do not return zero in bus_space_map() on failure (sigh). | Miod Vallat |
2006-01-04 | Use symbolic constants for the MACE ISA address range in mace_space_unmap() | Miod Vallat |
2006-01-04 | Better rounding logic when registering memory regions in uvm; we would lose | Miod Vallat |
2005-12-30 | Now that errno.h and sys/errno.h are separate header files there is no | Todd C. Miller |
2005-12-27 | Remove unused sw_nblks field of struct swdevt. Then, remove swapconf() | Miod Vallat |
2005-12-20 | Since we are allowed to rely on the fact that the pcb is the first element | Miod Vallat |
2005-12-20 | Remove initial extent storage for crime and mace bus_space. By the time | Miod Vallat |
2005-12-19 | Use MACE ISA constants instead of magic values. | Miod Vallat |
2005-12-19 | Constify. | Miod Vallat |
2005-12-17 | Let the xtlb refill handler fault if the userland va is out of the supported | Miod Vallat |
2005-12-12 | Correct uvm_km_suballoc() arguments, do not make phys_map pageable. | Miod Vallat |