Age | Commit message (Expand) | Author |
2005-07-21 | need moddi3 too | Theo de Raadt |
2005-07-21 | put libkern after libz | Theo de Raadt |
2005-07-20 | Always do the netisr_dispatch dance, rather than trying to be smart and use a | Miod Vallat |
2005-07-20 | typos | Miod Vallat |
2005-07-20 | put -lkern last, since libz needs syms in it | Theo de Raadt |
2005-07-19 | On the SPARCbooks, allow tctrl(4) to control the external video output, | Miod Vallat |
2005-07-18 | PB190 Gestalt IDs | Martin Reindl |
2005-07-18 | save/restore fpu for the signal handler call in the trampoline. | Michael Shalayeff |
2005-07-18 | cache a copy of the fprs so we know what fp restore we should do after | Theo de Raadt |
2005-07-18 | remove trailing newline in panic(9); ok millert@ and deraadt@ | Federico G. Schwindt |
2005-07-18 | Initialize UART registers after resume, and make functions non-static. | Uwe Stuehler |
2005-07-17 | Make sure we don't reprogram the colormap upon leaving mapped mode, | Miod Vallat |
2005-07-17 | Oops, forgot to commit this file (Tadpole SPARCbook modem attachment code). | Miod Vallat |
2005-07-17 | Attach com(4) to the built-in modem found on Tadpole SPARCbooks. | Miod Vallat |
2005-07-17 | If the internal battery is missing, report it as absent rather than in an | Miod Vallat |
2005-07-17 | Always turn off video when the lid is closed; this behaviour was lost in r1.8. | Miod Vallat |
2005-07-17 | Do not claim this driver uses a soft interrupt in dmesg since it is not true. | Miod Vallat |
2005-07-15 | kill trailing whitespace; | Jason McIntyre |
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-14 | use symbolic names for checking in %fprs, as above | Theo de Raadt |
2005-07-12 | fix comment, describe the VA hole correclty | Hans-Joerg Hoexer |
2005-07-12 | call pmap_apte_flush() with the current pmap, not the one to be mapped. | Hans-Joerg Hoexer |
2005-07-11 | align some stupid comments | Michael Shalayeff |
2005-07-10 | remove two unused flags | Brad Smith |
2005-07-09 | Implement _bus_dmamem_mmap instead of just calling panic(); | Robert Nagy |
2005-07-09 | Do not #include "foo.h" and keep the whole file between #if NFOO >0 ... #endif, | Miod Vallat |
2005-07-09 | In the interrupt handlers, clear the interrupt condition explicitely; | Miod Vallat |
2005-07-09 | also match on 82801CA; from mkoc@prime.pl | Michael Shalayeff |
2005-07-08 | The Tadpole SPARCbook S3000XT apparently needs auxio bit frobbing, in addition | Miod Vallat |
2005-07-08 | Do not report the battery status as critical but absent, when the battery | Miod Vallat |
2005-07-08 | Declare mainbus_model as extern here so that code outside of autoconf.c can | Miod Vallat |
2005-07-08 | Add power hooks to the zs devices on sun4m if they have a pwr-on-auxio2 | Miod Vallat |
2005-07-08 | Allow more than one auxio device to attach, and attach both SPARCbook auxio | Miod Vallat |
2005-07-08 | Fix external video synchro constants. | Miod Vallat |
2005-07-08 | Partially revert r1.8 - we do not want to match on the SPARCbook auxio2 | Miod Vallat |
2005-07-07 | change panic into printf for pci_intr_disestablish() | Brad Smith |
2005-07-06 | url fits | Theo de Raadt |
2005-07-06 | ural works; pedro@ironchicken.am-gen.org | Theo de Raadt |
2005-07-06 | smartarray 5* raid controller; does io but needs more work; commented out in ... | Michael Shalayeff |
2005-07-04 | do not allocate any PA allocating VA for mapping devices; drahn@ ok | Michael Shalayeff |
2005-07-04 | always enforce cache-inhibit if bus_space_map()ping uncachable; drahn@ ok | 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-07-02 | Remove dead code; ok deraadt@ | Miod Vallat |
2005-07-02 | Typos in comments. | Miod Vallat |
2005-07-01 | relax header dependencies | Uwe Stuehler |
2005-07-01 | - New macros to identify the zaurus model. | Uwe Stuehler |
2005-07-01 | Move all zaurus specific code from pxa2x0_pcic.c into scoop_pcic.c | Uwe Stuehler |
2005-07-01 | Fix logic botch in !ERRATA__XXX_USR kernels. | Miod Vallat |