Age | Commit message (Expand) | Author |
2006-09-26 | Go back to spl0, previous change broke Cuda adb; reported by Carl | Miod Vallat |
2006-09-24 | Bring hp300, mac68k and mvme68k disklabel initialization code into | Kenneth R Westerback |
2006-09-22 | Get rid of (unused) MACH_CLASSP580 and flatten MACH_CLASSxxx values. | Miod Vallat |
2006-09-17 | Crank VM_PHYSSEG_MAX to 8; while we do not expect more than 2 ranges in the | Miod Vallat |
2006-09-17 | Shorten the area where interrupts are enabled to calibrate delay(), and run | Miod Vallat |
2006-09-16 | Do not use bus_space_write_multi and happily write to NULL and die, when | Miod Vallat |
2006-08-17 | Check d_secpercyl in all readdisklable() functions, and have all of | Kenneth R Westerback |
2006-07-27 | Compile all kernels with -Wstack-usage-larger-than-2047, now that all | Miod Vallat |
2006-07-11 | the scsi_link structure contained a copy of the inquiry flags and the whole | David Gwynne |
2006-07-11 | Remove duplicate prototypes already in <sys/systm.h> | Miod Vallat |
2006-07-06 | Insert an empty page at the beginning of the kernel, so that we can map it | Miod Vallat |
2006-07-06 | Adapt rtclock_intr() to the current interrupt scheme; from NetBSD | Miod Vallat |
2006-06-30 | When allocating the default rasops attribute, it is not necessary to use | Miod Vallat |
2006-06-30 | Shrink internal iomap to 256KB, it's enough for all the mappings we'll need | Miod Vallat |
2006-06-30 | On OSS systems (IIfx), compute addresses relative to VIA2 rather than VIA1, | Miod Vallat |
2006-06-24 | Use pmap_enter_cache() instead of physacc() in bus_mem_add_mapping(), and let | Miod Vallat |
2006-06-24 | Allocate ethernet buffers as uvm pages, and map them with pmap_enter_cache(), | Miod Vallat |
2006-06-23 | consistantly count context switches on exit; miod@ ok | Michael Shalayeff |
2006-06-11 | Clean the various cache and TLB invalidation function, arch by arch: | Miod Vallat |
2006-06-11 | Remove traces of cut'n'pasted 68060 support, since there aren't any 68060-based | Miod Vallat |
2006-06-11 | Move common prototypes to <m68k/{cpu,param}.h> instead of incomplete | Miod Vallat |
2006-06-11 | Factorize spl handling functions and software interrupt routines between | Miod Vallat |
2006-05-19 | Get rid of ``maxmem'' and fix the descriptive comment for ``physmem''. | Miod Vallat |
2006-04-16 | Remove assert definitions which are provided by libkern. | Miod Vallat |
2006-04-16 | Remove bus_space_{read,write}_stream and bus_space_copy_region methods, which | Miod Vallat |
2006-04-14 | rm trailing whitespace | Martin Reindl |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-23 | - Remove variable names from function prototypes. | Brad Smith |
2006-03-23 | Use PAGE_SIZE instead of NBPG. | Brad Smith |
2006-03-23 | ANSI and KNF. | Brad Smith |
2006-03-23 | ANSIfy | Brad Smith |
2006-03-19 | mountroot for disk devices shall be dk_mountroot(), not ffs_mountroot(). | Miod Vallat |
2006-03-15 | Nuke dk_establish(), no longer used. | Miod Vallat |
2006-03-15 | Entries in cd_devs[] may be NULL, so be sure to check for them in your | Miod Vallat |
2006-03-13 | Put wsscreen_list array inside the softc instead of on the stack; similar fix | Miod Vallat |
2006-03-13 | Although we can not currently run the glass console with colors if in an | Miod Vallat |
2006-03-13 | remove splimp. | Brad Smith |
2006-03-04 | Set up a ``different shades of gray'' palette at 2bpp, this gives us | Miod Vallat |
2006-02-26 | skip common macfb attachment on unknown cards | Martin Reindl |
2006-02-25 | initialize rv to zero avoiding match on whatever is just next on the bus | Martin Reindl |
2006-02-14 | Homogeneize WSDISPLAY_* option comments (especially on cats) | Miod Vallat |
2006-02-12 | Remove packets from the queue before calling their completion routine, as | Miod Vallat |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre |
2006-01-30 | When delivering SIGFOO, make sure the siginfo code is a FOO_xxx constant; | Miod Vallat |
2006-01-30 | Better siginfo field values for fpe failures. | Miod Vallat |
2006-01-30 | Do not disable frame buffer interrupts in the match() function, but rather | Miod Vallat |
2006-01-30 | swap B and R in 24bpp and 32bpp modes too; tested martin@ | Miod Vallat |
2006-01-30 | pretty printf, for 32bit mode | Martin Reindl |
2006-01-29 | SMC91CXX NuBus hooks | Martin Reindl |
2006-01-24 | Remove unused fields from struct mac68k_machine. | Miod Vallat |