Age | Commit message (Expand) | Author |
2005-07-31 | Get rid of unused SINCR and SSIZE constants. | Miod Vallat |
2005-07-31 | remove the config glue between the /dev entry for ses and its driver | David Gwynne |
2005-07-30 | people grew the kernel too much again, sigh | Theo de Raadt |
2005-07-30 | build libkern | Todd C. Miller |
2005-07-30 | Add libkern and link it in after libz | Todd C. Miller |
2005-07-28 | Add viasio(4), a driver for VIA VT1211 LPC Super I/O found on | Alexander Yurchenko |
2005-07-28 | rev 1.46 | Brad Smith |
2005-07-28 | rev 1.32 | Brad Smith |
2005-07-28 | add pcn | Brad Smith |
2005-07-26 | Reduce verbosity during dkcsum by moving open/read/close error | Kenneth R Westerback |
2005-07-25 | ichpcib(4) support for 82801FB (ICH6) as found in marco@'s Dell d810. | Jonathan Gray |
2005-07-23 | Fix a few typos. Set 'error' variable before using it in message. | Kenneth R Westerback |
2005-07-18 | save/restore fpu for the signal handler call in the trampoline. | Michael Shalayeff |
2005-07-18 | remove trailing newline in panic(9); ok millert@ and deraadt@ | Federico G. Schwindt |
2005-07-15 | - add /bsd.rd to FILES | Jason McIntyre |
2005-07-14 | More netccitt and netns removals; OK henning, brad, mickey | Uwe Stuehler |
2005-07-12 | call pmap_apte_flush() with the current pmap, not the one to be mapped. | Hans-Joerg Hoexer |
2005-07-09 | also match on 82801CA; from mkoc@prime.pl | Michael Shalayeff |
2005-07-06 | smartarray 5* raid controller; does io but needs more work; commented out in ... | Michael Shalayeff |
2005-07-03 | sigh, aue cannot fit anymore because people keep growing code | Theo de Raadt |
2005-07-02 | skip pcmcia com | Theo de Raadt |
2005-06-27 | support pccom* at cardbus? | Theo de Raadt |
2005-06-27 | rev 1.41 | Brad Smith |
2005-06-26 | cpu0: RNG AES AES-CTR SHA1 SHA256 RSA | Theo de Raadt |
2005-06-17 | uipaq/ucom support; written by isis@www.cs.umd.edu | Theo de Raadt |
2005-06-16 | fix initialization of apm_dobusy and apm_doidle to be off by default until | Bob Beck |
2005-06-14 | back out SMM lockdown patch until some other solution is found. | Theo de Raadt |
2005-06-06 | oops. on 686 we count fpswtch in another function... | Michael Shalayeff |
2005-06-02 | Start on a basic ACPI framework -- does not do much more than read out the | Thorsten Lockert |
2005-06-01 | kjell is an evil tree-breaker | Michael Shalayeff |
2005-05-31 | spelling corrections in comments; | Jason McIntyre |
2005-05-31 | IPL_SCHED should block statclock on architectures where the scheduler | Artur Grabowski |
2005-05-29 | Lock SMM space on Intel E7xxx chipsets, too. | Alexander Yurchenko |
2005-05-29 | Remove debug printf I left. | Alexander Yurchenko |
2005-05-29 | sched work by niklas and art backed out; causes panics | Theo de Raadt |
2005-05-28 | move variable declaration inside #ifdef I386_686, etc. | Kjell Wooding |
2005-05-27 | add atapiscsi@umass to RAMDISKS as appropriate, ok krw@ deraadt@ | Dale Rahn |
2005-05-27 | Enable SSE instructions on secondary (i386) processors in | Kjell Wooding |
2005-05-27 | first step of removing the obsolete PCI ncr(4) driver, it was superseded by | Martin Reindl |
2005-05-26 | Add atapiscsi in parallel with scsibus@usb, this only changes system | Dale Rahn |
2005-05-26 | optimise one more jmp out of the idle loop; toby@ marco@ ok | Michael Shalayeff |
2005-05-26 | remove a self-nested #ifdef MULTIPROCESSOR | Kjell Wooding |
2005-05-25 | This patch is mortly art's work and was done *a year* ago. Art wants to thank | Niklas Hallqvist |
2005-05-25 | one last optimization, removing a jump, mostly by | Bob Beck |
2005-05-25 | repair whichqs race by disabling ints in between check and halt-halt; marco@ ... | Michael Shalayeff |
2005-05-25 | comment typo | Jason Wright |
2005-05-24 | add a new field to vm_space and use it to track the number of anon | Ted Unangst |
2005-05-24 | replace jnz FOO;jmp BAR;FOO: with jz BAR;FOO:, the idle loop will be even mor... | Niklas Hallqvist |
2005-05-24 | hlt hlt is not a good idea. Rework APM to do what the spec actually says. R... | Marco Peereboom |
2005-05-21 | add i386 optimized in4_cksum | Brad Smith |