Age | Commit message (Expand) | Author |
2002-04-02 | move to gx | Theo de Raadt |
2002-04-02 | gx works on alpha and i386 add a commented line for the driver | Nathan Binkert |
2002-04-01 | Re-add dc | Nathan Binkert |
2002-03-30 | fxp fits again | Theo de Raadt |
2002-03-24 | This is ridiculous. Put the same dc vs de on the floppy as the kernel. How ... | Theo de Raadt |
2002-03-23 | typo repair; openbsd@davidkrause.com | Theo de Raadt |
2002-03-23 | Add variables for config(8) -e time tweak of systemV shared memory | Marc Espie |
2002-03-20 | Since the sgmap is used in interrupts protect the extent with splvm. | Artur Grabowski |
2002-03-16 | PTRACE fallout. | Artur Grabowski |
2002-03-15 | Cosmetic changes only, primarily making comments line up nicely after the | Todd C. Miller |
2002-03-14 | this mod has nothing to do w/ ptrace option addition, did not even compile | Michael Shalayeff |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-14 | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in | Miod Vallat |
2002-03-12 | Emulate ptrace(PT_STEP in software. | Artur Grabowski |
2002-03-07 | Clean up BUS_DMA_* flags, and make sure all arch's define: | Jason Wright |
2002-03-04 | ok, so apparently wx doesn't work so well | Nathan Binkert |
2002-03-04 | dc is not listed twice. Put de back, and move dc out of the untested section. | Nathan Binkert |
2002-03-04 | since we can't fit both dc and de, we've got to have de so we can have support | Nathan Binkert |
2002-03-04 | Move dc from the untested group since it is tested, though a commit will | Nathan Binkert |
2002-03-04 | dc not de | Theo de Raadt |
2002-02-19 | correct extended partition botch; gluk, in PR 1449 | Theo de Raadt |
2002-02-17 | comment typo | Jason Wright |
2002-02-17 | Patch from Daniel Lucq <daniel@lucq.org> | Mats O Jansson |
2002-02-15 | Don't cast nonexistent return value from splx to (void). ok art@ | Thomas Nordin |
2002-02-15 | Fix the __asm__ statements and remove the workarounds. | Artur Grabowski |
2002-02-10 | spelling | Theo de Raadt |
2002-02-09 | spelling, brige->bridge | Eric Jackson |
2002-02-09 | these functions are no longer needed | Eric Jackson |
2002-01-25 | confusing and not used, zap. | Artur Grabowski |
2002-01-24 | RAMDISKB compiles again... | Miod Vallat |
2002-01-24 | Repair compilation. | Miod Vallat |
2002-01-23 | move mb_map allocation to mbinit() | Artur Grabowski |
2002-01-23 | move definition of mb_map from zillions of machdep.c to uipc_mbuf.c | Artur Grabowski |
2002-01-23 | add midi and sequencer devices | Eric Jackson |
2002-01-23 | enable spkr, isabeep devices | Eric Jackson |
2002-01-23 | add support for AlphaPC 64. | Eric Jackson |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2002-01-22 | call osf1_exec_ecoff_hook for osf1 bin's | Eric Jackson |
2002-01-22 | be realistic about what we support | Eric Jackson |
2002-01-22 | add fd to nam2blk | Eric Jackson |
2002-01-21 | these are very old and out of date, new info is on the web now | Eric Jackson |
2002-01-16 | Make our minds and do not list the same line, once commented, once not. | Miod Vallat |
2002-01-16 | Don't include <sys/map.h> when you don't need what's in it. | Miod Vallat |
2001-12-24 | Harmonize and complete wrt cross-compilation. | Miod Vallat |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-14 | Don't use a single static struct alpha_bus_space since there are machines | Nathan Binkert |
2001-12-13 | Get rid of magic numbers | Nathan Binkert |
2001-12-11 | Remove declarations that already exist in <sys/conf.h> | Miod Vallat |
2001-12-08 | Sprinkle pmap_update calls where relevant and some other | Artur Grabowski |