Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-03 | le_ioasic.h is history | Todd C. Miller | |
2002-05-03 | Need a dummy tc_fb_cnattach() until we have real fb support on | Todd C. Miller | |
TURBOchannel machines. | |||
2002-05-02 | Oops, it's too early for this chunk of code... spotted by millert@. | Miod Vallat | |
2002-05-02 | Add a type specifier for intrnames, eintrnames, intrcnt, and eintrcnt. | Todd C. Miller | |
Without this, n_type in struct nlist ends up as N_UNDF for those symbols which makes vmstat -i unhappy. mido@ OK | |||
2002-05-02 | Big TURBOchannel support catchup from NetBSD, part 1. | Miod Vallat | |
A few local changes and tweaks remain. This bring DEC 3000 machines back in the game, but framebuffers are still not supported at the moment. Thanks to ericj@ and nate@ for supplying me a DEC 3000 for testing. | |||
2002-04-29 | Define placeholders for art's splassert() debugging stuff on all arches. | Miod Vallat | |
Currently as no-ops everywhere. ok art@, deraadt@ | |||
2002-04-29 | wierd -> weird in comment | Peter Valchev | |
2002-04-28 | IEEE 754 floating point completion code, and implementation of the | Peter Valchev | |
FP_C (Floating Point Control Quadword). From ross@NetBSD. Added a way to disable it with option NO_IEEE, which appears on the ramdisks to save space. This affects only programs compiled with -mieee, and what it essentially does is enabling infinities and NaNs, instead of generating SIGFPE on division by zero, overflow, etc. ok art, deraadt | |||
2002-04-26 | add WSDISPLAY_COMPAT_RAWKBD for XFree86 servers. | Matthieu Herrb | |
XXX this should be factored out later for all arches using wscons ok miod@, deraadt@ | |||
2002-04-26 | newer gas is picky about misplaced .loc directives; comment'em out for now. | Federico G. Schwindt | |
tested by miod, deraadt ok | |||
2002-04-25 | Cast and display memory sizes as long integers, to avoid displaying | Miod Vallat | |
negative amounts of memory on >= 2GB machines. | |||
2002-04-24 | Introduce a new file, machine/internal_types.h, to hold that specific arch | Marc Espie | |
type characteristics. internal_types.h will contain only settings invisible from standard C, e.g., in the __* or _[A-Z]* namespace, and be reused by files like limits.h. This allows us to shorten machine/limits.h greatly, as all the common defines are now in sys/limits.h, plus a small stub in internal_types.h. Tested on all arches as far as I know. Approved after discussion with art, millert, deraadt, and others. | |||
2002-04-14 | gx, not wx, you fool. spotted by miod | Theo de Raadt | |
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 | |
did you forget about this, Nate? | |||
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 | |
parameters. Ok millert@, miod@, maja@ | |||
2002-03-20 | Since the sgmap is used in interrupts protect the extent with splvm. | Artur Grabowski | |
nate@ ok. Should fix a bunch of random memory corruption problems on many machines. How we could live so long without it is beyond me. Now my traktor is happy. | |||
2002-03-16 | PTRACE fallout. | Artur Grabowski | |
2002-03-15 | Cosmetic changes only, primarily making comments line up nicely after the | Todd C. Miller | |
__P removal. | |||
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 | |
your kernel configuration file. By default, GENERIC will enable this. When PTRACE is not enabled, several ptrace-like features of the procfs filesystem will be disabled as well (namely, the ability to read and write any process' registers, as well as attching, single stepping and detaching to/from processes). This should help paranoid people build better sandboxens, and us to build smaller ramdisks. | |||
2002-03-12 | Emulate ptrace(PT_STEP in software. | Artur Grabowski | |
More or less directly from FreeBSD. | |||
2002-03-07 | Clean up BUS_DMA_* flags, and make sure all arch's define: | Jason Wright | |
BUS_DMA_READ, BUS_DMA_WRITE, and BUS_DMA_STREAMING | |||
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 | |
While we're at it, move wx out of the untested section too. | |||
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 | |
for 2104x chips which dc does not support at all. | |||
2002-03-04 | Move dc from the untested group since it is tested, though a commit will | Nathan Binkert | |
soon make de win over dc on alpha in all cases, so de would have to be disabled to use dc. (For 21140 and 21142/3 chips. Clones will use dc bydefault.) | |||
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 | |
The patch allows you to change the value of NMBCLUSTERS, BUFCACHEPERCENT and NKMEMPAGES using the config command, instead of recompiling the kernel. This is the kernel part of the patch. I have compiled it on i386, sparc64, alpha and macppc. -moj ok art@ maja@ | |||
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 | |
From NetBSD. | |||
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 | |
from NetBSD. |