Age | Commit message (Expand) | Author |
2008-05-25 | Move cmpci(4) and eso(4) out of the untested section. | Brad Smith |
2008-05-23 | do not use swap generic; these should specifically choose rd0a | Theo de Raadt |
2008-05-22 | - ises(4) was removed some time ago, zap it here too. | Jasper Lievisse Adriaanse |
2008-05-20 | Remove stray "attach com at isapnp with com_isapnp". | Mark Kettenis |
2008-05-19 | we do not need en(4) | 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-04-07 | sdtemp* devices could occur on these machines | Theo de Raadt |
2008-03-21 | SMALL_KERNEL, NO_PROPOLICE; from brad | Theo de Raadt |
2008-03-21 | crank maxusers on some architectures | Theo de Raadt |
2008-03-21 | Add option WSKBD_NO_INTL_LAYOUTS to prevent inclusion of international | Miod Vallat |
2008-03-09 | use the right capitalization for platform names | Igor Sobrado |
2008-02-24 | Add commented out Bluetooth HID section | Uwe Stuehler |
2008-02-16 | Move panic tests under #ifdef DEBUG | Miod Vallat |
2008-01-29 | More read/write result checking fixes to avoid unsigned comparisons vs | Kenneth R Westerback |
2008-01-13 | Replace STABS debug info (which causes problems with truncated relocations) | Mark Kettenis |
2008-01-09 | Make dec_xxx_intr_map() fail silently; caller will print a message if | Mark Kettenis |
2007-12-29 | Unifdef NO_IEEE in the libkern softfloat code, and put an appropriate rule | Miod Vallat |
2007-12-29 | Do not define _FP_DYNAMIC; no other platform defines this and nothing (either | Miod Vallat |
2007-12-14 | Remove a lot of symbols from the namespace, otherwise sys/sysctl.h and | Theo de Raadt |
2007-12-09 | provide mount_ntfs(8) on alpha, it works out of the box for reading | Martin Reindl |
2007-12-09 | big patch to simplify pool code. | Ted Unangst |
2007-11-30 | Define NORMAL_C_NOP everywhere. | Miod Vallat |
2007-11-25 | we want strlen.c | Martin Reindl |
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-15 | ``stastic'' is a fantastic typo. | Miod Vallat |
2007-11-06 | Get rid of TC_IPL_xxx values and tc_intrlevel_t, and use IPL_xxx and int. | Miod Vallat |
2007-11-05 | temporary ddb buffers need to be a bit larger on 64 bit systems to cope with | Miod Vallat |
2007-11-03 | use DEVICE_IS_VGA_PCI in vga_pci_match() | Martin Reindl |
2007-10-16 | unsigned int is nicer than just unsigned | Theo de Raadt |
2007-10-13 | Fix cpu_exit() comments to be more closer to reality. | Miod Vallat |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-10-08 | enable spdmem where it matters | Theo de Raadt |
2007-10-08 | More simple memset(,0,) -> M_ZERO changes. In this batch move to | Kenneth R Westerback |
2007-10-06 | Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal, | Kenneth R Westerback |
2007-10-06 | Some archs used memset() rather than bzero(). So duplicate diff | Kenneth R Westerback |
2007-10-02 | Apply (with slight variants) this elimination of bzero() with M_ZERO: | Kenneth R Westerback |
2007-09-22 | M_ZERO -> bzero. | Kenneth R Westerback |
2007-09-15 | replace ctob and btoc with ptoa and atop respectively | Martin Reindl |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2007-09-09 | uchcom(4) has been verified to work by djm@, so add it to all | Jonathan Gray |
2007-09-03 | Remove the pv and pte stealing code. Neither art@ and I like it, the | Miod Vallat |
2007-09-03 | Typos from miod. 'specificed' -> 'specified' in some comments and man page. | Kenneth R Westerback |
2007-09-01 | Use db_format() instead of ddb-specific format specifiers; no functional | Miod Vallat |
2007-08-25 | Use ptoa((psize_t)...) and %lu to print memory sizes. | Mark Kettenis |
2007-08-01 | Stop making de win over dc on alpha, and include both dc and de on all | Miod Vallat |
2007-08-01 | unused, and Miod says this file was superseded by sys/dev/ic/i8253reg.h, so | Martin Reindl |
2007-07-30 | Shuffle the order in which we look for header files, when doing | Thordur I. Bjornsson |