Age | Commit message (Expand) | Author |
2002-04-22 | Bring several stability and performance fixes from NetBSD, as well as | Miod Vallat |
2002-04-22 | always print the offset, mask allowing | Michael Shalayeff |
2002-04-22 | Uncommit. Since this came out of the blue, without anyone else having | Theo de Raadt |
2002-04-22 | do not map malloced memory executable (do avoid possible i-cache prefetch); a... | Michael Shalayeff |
2002-04-22 | even better lt kbd map (in the best .su tradition ); from vld@vic.lt | Michael Shalayeff |
2002-04-22 | forgot this, no steal anymore | Michael Shalayeff |
2002-04-22 | better autoconf_verbose prints | Michael Shalayeff |
2002-04-22 | do not forget to set the hpamask | Michael Shalayeff |
2002-04-22 | proper coms config | Michael Shalayeff |
2002-04-22 | first we flush, then we advance | Michael Shalayeff |
2002-04-22 | no longer batc the data, only the code. | Michael Shalayeff |
2002-04-21 | Correct a thinko wrt 68060 operation; only affects 177 boards. | Miod Vallat |
2002-04-21 | Fix comments. | Miod Vallat |
2002-04-21 | Get rid of duplicate definitions with <m68k/cpu.h> | Miod Vallat |
2002-04-21 | Add a maxusers line, and comment out xd lines. | Miod Vallat |
2002-04-21 | Add ramdisk support. | Miod Vallat |
2002-04-21 | Change disklabel policy, and allow writing disklabel to any media that does | Miod Vallat |
2002-04-21 | typo | Michael Shalayeff |
2002-04-21 | better buf's mapping and less magic constants in checking for io space cachab... | Michael Shalayeff |
2002-04-21 | map io rw, not rwx and dmamem uncached (until sync does the flush) | Michael Shalayeff |
2002-04-21 | Use PR_, not M_ flags to pool_get. | Artur Grabowski |
2002-04-21 | Symbol version string need not start with 'V'; from NetBSD (onoe) | Todd C. Miller |
2002-04-20 | CLK_TCK is not needed in the modern world; from espie@ | Michael Shalayeff |
2002-04-20 | Move normalization messages from log level 'urgent' to 'misc'. | Daniel Hartmeier |
2002-04-20 | - the set-colors OF call takes a packed array of colors value, | Matthieu Herrb |
2002-04-20 | All calls to pool_get(9) should use PR_xx flags, not M_xx. | Federico G. Schwindt |
2002-04-20 | Correct the value for WI_RID_SYMBOL_PREAMBLE and add | Todd C. Miller |
2002-04-20 | Get rid of "integrate" and "hide" bad taste modifiers, thus get non-DDB | Miod Vallat |
2002-04-19 | build when NSWDISPLAY is undefined or 0; from brian@freebsd-services.com | jasoni |
2002-04-19 | remove some #ifdef __arch64__, after agreement: we only ever run sparc64 | Marc Espie |
2002-04-18 | Make the Mac68k disklabel 16 partitions long, to cope with | Miod Vallat |
2002-04-18 | Report explicit failure instead of success and no operation when asked to | Miod Vallat |
2002-04-18 | - use a define instead of a hardcoded value for 68040 cache control | Miod Vallat |
2002-04-18 | Use FPU_FOO constants everywhere, and do not print the 68060 as having both | Miod Vallat |
2002-04-18 | add support for Conexant LANfinity RS7112; based on patch from Maurice Nonnek... | Jason Wright |
2002-04-18 | sync | Jason Wright |
2002-04-18 | Another conexant winmodem, and a MiniPCI ethernet card; Maurice Nonnekes <mau... | Jason Wright |
2002-04-18 | Add amphy | Jason Wright |
2002-04-18 | Provide the correct signal number to the ktrace PSIG information instead | Miod Vallat |
2002-04-18 | call pool_get() with PR_NOWAIT. allocation can fail with low memory, but | Theo de Raadt |
2002-04-17 | dm9102 appears to be register compatible with dm9101 which is also an amphy-a... | Jason Wright |
2002-04-17 | remove unneeded bytes; tested by nate, deraadt and nate ok. | Federico G. Schwindt |
2002-04-17 | Clear flags indicating whether or not wi or hostap is active as | Todd C. Miller |
2002-04-17 | regen | Todd C. Miller |
2002-04-17 | Spectrum24 LA4100 is vendor id SYMBOL not SYMBOL2; from NetBSD | Todd C. Miller |
2002-04-17 | put -current in the wrong place; oops | Theo de Raadt |
2002-04-17 | new RAMDISK config, much smaller | Theo de Raadt |
2002-04-16 | Same .text vs .data issue as for mvme68k. | Miod Vallat |
2002-04-16 | The interrupt vectors are data, not code; this makes non-DDB kernels | Miod Vallat |
2002-04-16 | move prototypes of dc_eeprom_width, dc_read_srom, and dc_parse_21143_srom to ... | Jason Wright |