Age | Commit message (Expand) | Author |
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 |
2002-04-29 | Define placeholders for art's splassert() debugging stuff on all arches. | Miod Vallat |
2002-04-28 | Use assym.h for intrhand fields. | Artur Grabowski |
2002-04-28 | Rename all PIL_* constants to IPL_* to match other archs and make them | Artur Grabowski |
2002-04-27 | In proc_trampoline, lower the spl level to 0. This way kernel threads that are | Artur Grabowski |
2002-04-26 | build release bsd.scsi3 from regular bsd file, by using config -e to | Theo de Raadt |
2002-04-26 | Fix spelling in comment and some whitespace. | Artur Grabowski |
2002-04-24 | Introduce a new file, machine/internal_types.h, to hold that specific arch | Marc Espie |
2002-04-18 | call pool_get() with PR_NOWAIT. allocation can fail with low memory, but | Theo de Raadt |
2002-04-11 | Make sure this always prints the 'root on' line. Also, treat ramdisks | Jason Wright |
2002-03-31 | Fix a spl botch for sun4/sun4c, which should fix reported stability issues | Miod Vallat |
2002-03-26 | Honor psratio for addupc_task(), as other arches do. | Miod Vallat |
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-15 | Cosmetic changes only, primarily making comments line up nicely after the | Todd C. Miller |