Age | Commit message (Expand) | Author |
2008-05-01 | Implement a nop IPI to signal other CPUs. | Mark Kettenis |
2008-04-30 | Spacing. | Mark Kettenis |
2008-04-30 | Fix typo in last commit. | Mark Kettenis |
2008-04-30 | Initialize randseed to 1. | Mark Kettenis |
2008-04-29 | remove noise, (debug print). | Dale Rahn |
2008-04-29 | PIR is not defined to be a writable register, do not use it. | Dale Rahn |
2008-04-29 | Spin up secondary CPUs on more systems. | Dale Rahn |
2008-04-29 | spillstk and ddbstk need to be per cpu. Found by kettenis@ | Dale Rahn |
2008-04-27 | Switch to proc based ast pending for SMP. ok kettenis. | Dale Rahn |
2008-04-26 | Changes to get closer to SMP. | Dale Rahn |
2008-04-25 | Pretty dmesg output on attach and error handling. | Xavier Santolaria |
2008-04-25 | neccessary -> necessary; from Pierre Riteau | Jason McIntyre |
2008-04-23 | Call sched_init_cpu() for all but boot processor. ok kettenis. | Dale Rahn |
2008-04-21 | allow low level audio drivers to specify a default sample format, | Jacob Meuser |
2008-04-19 | Change ELF loader to use the LMA as the load address for the | Tobias Weingartner |
2008-04-18 | if an iic operation fails to move all the data, return error | Theo de Raadt |
2008-04-12 | Compile kernels with -Wvariable-decl (except on arches with ipmi, for now). | Miod Vallat |
2008-04-09 | Add new stub uvm_shutdown() and call it from the right place in MD boot() | Theo de Raadt |
2008-04-08 | Split the cdev makro for bpftun into two seperate definitions. tun(4) and | Claudio Jeker |
2008-03-30 | nam2blk[] clearly must contain "rd" ... found by krw | Theo de Raadt |
2008-03-25 | Make pci_intr_map(9) fail if the interrupt line register is set to 0xff. | Mark Kettenis |
2008-03-23 | setroot() is supposed to be safe in all cases, so kill the special cases | Theo de Raadt |
2008-03-21 | crank maxusers on some architectures | Theo de Raadt |
2008-03-01 | Print consoleness the canonical way. | Mark Kettenis |
2008-02-24 | Add commented out Bluetooth HID section | Uwe Stuehler |
2008-02-20 | 4.3-beta | Miod Vallat |
2008-02-15 | Reenable idle modes on powerpc. Tested by kettenis and myself. | Dale Rahn |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2008-01-19 | Activate upgt(4) for macppc. Tested for a while on my PowerBook. | Marcus Glocker |
2007-12-11 | reword license to change regents to authors, and remove advertising clause. | Ted Unangst |
2007-12-11 | remove support for 8kHz sample rates. not all i2s based audio | Jacob Meuser |
2007-12-09 | Add an empty pccbb_attach_hook. | Mark Kettenis |
2007-12-04 | Remove remains of the idle pcb/stack. | Mark Kettenis |
2007-11-30 | Define NORMAL_C_NOP everywhere. | Miod Vallat |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-11-26 | Move the implementation of __mp_lock (biglock) into machine dependent | Artur Grabowski |
2007-11-26 | few more dribbles of LIBKERN cleanup | Theo de Raadt |
2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" | Theo de Raadt |
2007-11-25 | Get rid of the kernel 'libcompat' framework, and instead use conf/files to | Theo de Raadt |
2007-11-24 | Some macppc models (e.g. the 1.5 GHz G4 MacMini) have a large clock drift | Marc Balmer |
2007-11-17 | - move the re/bwi CardBus entries in the GENERIC kernel config into | Brad Smith |
2007-11-12 | /dev/openprom | Mark Kettenis |
2007-11-10 | Activate umbg(4) on macppc. | Marc Balmer |
2007-11-05 | fix and use DEVICE_IS_VGA_PCI, makes vgafb_pci_match() much simpler | Martin Reindl |
2007-11-05 | audio encoding conversion cleanup | Jacob Meuser |
2007-11-04 | replace even more ctob/btoc with ptoa/atop | Martin Reindl |
2007-10-27 | Grab kernel lock before calling interrupt handlers. | Mark Kettenis |
2007-10-22 | stoped -> stopped | Joel Sing |
2007-10-14 | Provide a way to attach spdmem(4) by faking an I2C bus with EEPROMs with | Mark Kettenis |
2007-10-14 | Implement OF_getproplen(). | Mark Kettenis |