Age | Commit message (Expand) | Author |
2002-08-11 | ELF support. | Artur Grabowski |
2002-08-11 | NATIVE_EXEC_ELF for sparc and ELF reloaction types. | Artur Grabowski |
2002-08-11 | ELF support for DDB. | Artur Grabowski |
2002-08-11 | Change to ELF-style linking. | Artur Grabowski |
2002-08-11 | _C_LABEL where necessary. | Artur Grabowski |
2002-08-11 | A horror hack for merging the .text and .rodata sections in elf | Artur Grabowski |
2002-08-11 | Use _C_LABEL for c labels. | Artur Grabowski |
2002-08-11 | Prepare for ELF. | Artur Grabowski |
2002-08-09 | Add an explicit dependancy of assym.h to Makefile. | Miod Vallat |
2002-08-08 | call setcontext{4,4m} directly when we know the CPU type already | Jason Wright |
2002-08-08 | Completely rework transmit interrupt handling: | Jason Wright |
2002-08-07 | KNF (parenthesized returns) | Jason Wright |
2002-08-02 | Do correct bounds checking in get/set/put cmap routines. A few of | Todd C. Miller |
2002-07-30 | Add SIZE_MAX define. This is the same as SIZE_T_MAX but more portable. | Todd C. Miller |
2002-07-28 | Add 'option NFSCLIENT' to macppc RAMDISK. | Kenneth R Westerback |
2002-07-26 | Zap VM_KMEM_SIZE, not used anymore. | Artur Grabowski |
2002-07-25 | really remove it | Theo de Raadt |
2002-07-25 | remove the intrhand .comm, which was wrong, and is not needed | Theo de Raadt |
2002-07-24 | Support for non-exec mappings on sun4m. | Artur Grabowski |
2002-07-23 | Define __HAVE_SPLASSERT on architectures that support splassert. | Artur Grabowski |
2002-07-23 | Define IPL_NONE | Artur Grabowski |
2002-07-20 | define __HAVE_PMAP_PHYSSEG | Artur Grabowski |
2002-07-20 | Instead of copying out the signal trampoline on top of the stack, create | Artur Grabowski |
2002-07-17 | DTIMEXP is not a fatal error, deal with it. | Jason Wright |
2002-07-15 | repair tags building (due to obj dirs in /sys) | Michael Shalayeff |
2002-07-12 | Use interrupts for fetching ADC conversions instead of polling. | Jason Wright |
2002-07-10 | proper cdev_decl(ksyms), fix ksyms's broken functions | Michael Shalayeff |
2002-07-09 | try to disable vsync timing if sparc_vsyncblank is set | Jason Wright |
2002-07-09 | typo in panic message. | Artur Grabowski |
2002-07-09 | When building ptes manually for pmap_zero_page4m and pmap_copy_page4m | Artur Grabowski |
2002-07-09 | allow getting and setting of the ADC, DAC, and PIO ports on the daadio (this ... | Jason Wright |
2002-07-08 | bzero the correct size (I swear this worked at one time...) | Jason Wright |
2002-07-08 | Correctly convert to new timeouts (this hasn't compiled for awhile) | Jason Wright |
2002-07-08 | in addition to check cd_ndevs, also check that cd_devs[N] != NULL | Jason Wright |
2002-06-22 | Add ${PIPE} to CFLAGS | Todd C. Miller |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-14 | sysctl for getting the cputype. | Artur Grabowski |
2002-06-08 | Use tsleep. | Artur Grabowski |
2002-06-07 | knf | Jason Wright |
2002-06-07 | Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@ | Thomas Nordin |
2002-06-03 | spell transceiver correctly | Theo de Raadt |
2002-05-29 | splbio around biodone. | Artur Grabowski |
2002-05-22 | splassert_check should be ifdef DIAGNOSTIC | Artur Grabowski |
2002-05-18 | Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argument | Artur Grabowski |
2002-05-17 | Handle the removal of 'const' from structure definition. | mjacob |
2002-05-16 | Add systrace support to all the remaining architectures. | Miod Vallat |
2002-05-16 | Add a an argument to db_printsym that specifies the printf function | Artur Grabowski |
2002-05-15 | Implement splassert() for sparc - a tool for finding problems related to | Artur Grabowski |
2002-04-30 | Fix an ancient problem in how sparc interrupts are handled. | Artur Grabowski |
2002-04-30 | dmesg logs show that many NICs run at prio 7. Bump IPL_NET to 7. | Artur Grabowski |