Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-06 | rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubs | Theo de Raadt | |
on all other architectures. remove last architecture dependent #ifdef from uvm code. | |||
2004-08-06 | provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ ok | Michael Shalayeff | |
2004-08-06 | no localbus.h | Per Fogelstrom | |
2004-08-06 | sgi support; from pefo@ | Michael Shalayeff | |
2004-08-06 | need this | Michael Shalayeff | |
2004-08-06 | do not be quiet about this operation | Theo de Raadt | |
2004-08-06 | Makefile changes to enter deep down there | Theo de Raadt | |
2004-08-06 | initial sgi import | Per Fogelstrom | |
2004-08-06 | one more mips64 | Per Fogelstrom | |
2004-08-06 | initial mips64 | Per Fogelstrom | |
2004-08-06 | support cardbus bridges and a few pcmcia devices i have working | Michael Shalayeff | |
2004-08-06 | Initial support for arm interrupt counters, more fixes to come. ok miod@ | Dale Rahn | |
2004-08-06 | Misc cleaning and KNF in order to sync this to hp300 soon; no functional | Miod Vallat | |
change. Tested by aoyama@ | |||
2004-08-06 | Print cpu/cmmu details during boot, like mvme88k. | Kenji Aoyama | |
ok miod@ | |||
2004-08-06 | Easy one! Remove two redundant assignments. | Per Fogelstrom | |
OK from miod@, millert@, henning@, marcus@ .... :) | |||
2004-08-06 | Merge Luna88k and mvme88k M88200 management code. Features: | Miod Vallat | |
- simpler structures (no more redundant or easily computable information). - split scheme configuration (for 4:1 and 8:1 designs) is only compiled in if necessary (read: only on a mvme88k kernel configured for MVME188 support), which speeds up CMMU operations on the Luna88k. - will not enable bus snopping on a monoprocessor system. Tested on Luna88k-2, MVME187 and various MVME188 by aoyama@ and I. | |||
2004-08-06 | add MII_MODEL_AMD_79C875phy | Per Fogelstrom | |
2004-08-06 | Add support for Am79C875 quad phy. | Per Fogelstrom | |
ok deraadt@ | |||
2004-08-06 | Remove __static inline to make the kernel ~24k smaller on i386 and make the ↵ | Marco Peereboom | |
debug sessions bearable. ok krw@ deraadt@ | |||
2004-08-05 | Unbreak luna88k; spotted by aoyama@ | Miod Vallat | |
2004-08-05 | remove some separate per driver constants and use | Brad Smith | |
ETHER_MAX_LEN_JUMBO/ETHERMTU_JUMBO where appropriate. | |||
2004-08-05 | When probing using badaddr make sure the probe load instruction | Per Fogelstrom | |
is retired before turning off trap handling. Otherwise a panic trap may be taken. OK drahn@ | |||
2004-08-05 | compile before you commit damnit | Theo de Raadt | |
2004-08-05 | use ETHER_MAX_LEN. | Brad Smith | |
ok mickey@ | |||
2004-08-05 | remove some separate per driver constants and use | Brad Smith | |
ETHER_MAX_LEN_JUMBO/ETHERMTU_JUMBO where appropriate. ok mcbride@ henning@ mickey@ | |||
2004-08-05 | Cleanup attachs for com and lpt for mips. | Per Fogelstrom | |
ok, miod, todd | |||
2004-08-05 | Fix typos. Found by Dries Schellekens | Artur Grabowski | |
2004-08-05 | Remove forgotten debug code which does not compile on alpha. | Miod Vallat | |
2004-08-05 | keep at least a page in pv_entries pool and uppen the high mark | Michael Shalayeff | |
2004-08-05 | allocate a cluster on rx after all possible failures had been checked for; ↵ | Michael Shalayeff | |
repair sigcache misalignment | |||
2004-08-05 | again, sync usb device support accross archs by adding cdce | David Gwynne | |
ok deraadt@ | |||
2004-08-05 | sync usb devs to other archs by adding cdce | David Gwynne | |
ok deraadt@ | |||
2004-08-05 | attach the compaq w100 and w200. the w100 should work with a bit of work. it | David Gwynne | |
is yet to be determined if the w200 has hope or not though from what i've read it should be possible. ok deraadt@ | |||
2004-08-05 | unmap bios when done. from form@pdp-11.org.ru via grange | Ted Unangst | |
2004-08-05 | don't attempt to put processes back in a directory after unmount. | Ted Unangst | |
it could never always work, and worse, may cause other bugs/crashes. | |||
2004-08-05 | spelling nit from Chris Pascoe | David Gwynne | |
ok deraadt@ | |||
2004-08-04 | tholo forgot to update KERN_MAXID; j@pureftpd.org | Theo de Raadt | |
2004-08-04 | Use the ad hoc register define to access the Pbus fault status register, | Miod Vallat | |
rather than an ugly 0x108. | |||
2004-08-04 | hardclock detects if ITIMER_VIRTUAL and ITIMER_PROF have expired and | Artur Grabowski | |
sends SIGVTALRM and SIGPROF to the process if they had. There is a big problem with calling psignal from hardclock on MULTIPROCESSOR machines though. It means we need to protect all signal state in the process with a lock because hardclock doesn't obtain KERNEL_LOCK. Trying to track down all the tentacles of this quickly becomes very messy. What saves us at the moment is that SCHED_LOCK (which is used to protect parts of the signal state, but not all) happens to be recursive and forgives small and big errors. That's about to change. So instead of trying to hunt down all the locking problems here, just make hardclock not send signals. Instead hardclock schedules a timeout that will send the signal later. There are many reasons why this works just as good as the previous code, all explained in a comment written in big, friendly letters in kern_clock. miod@ ok noone else dared to ok this, but noone screamed in agony either. | |||
2004-08-04 | use CIRCLEQ_XXX; ok mcbride, miod | Markus Friedl | |
2004-08-04 | Uninline vputonfreelist. | Artur Grabowski | |
2004-08-04 | Remove the old fetch(9)/store(9) functions, since they are not used in | Miod Vallat | |
OpenBSD. This gives us a simpler and faster cpu_switch() as a bonus. ok drahn@ | |||
2004-08-04 | Crank maxusers to 32 on m68k GENERIC kernels, and to 16 on m68k installation | Miod Vallat | |
media. The latter is to work around a pmap issue on 680[46]0, for which either a kluge or a real fix look very ugly. | |||
2004-08-04 | interrupt coalescing on post 82557 chips; from freebsd via Dmitry Bogdan ↵ | Michael Shalayeff | |
<dsb@poi.dvo.ru> | |||
2004-08-04 | Make jumbo frames work. | Ryan Thomas McBride | |
- allocate and manage our own memory for rx packets rather than using mbuf clusters; code for this lifted from if_bge.c - pass the correct size to bus_dmamap_create() ok deraadt@ | |||
2004-08-04 | Even when we have timecounters we still have to do the check for secondary | Artur Grabowski | |
cpus calling hardclock and the statclock emulation. Move some ifdef __HAVE_TIMECOUNTER code. | |||
2004-08-04 | Completely remove BATC code. BATC on 88200 are way too small to be worth | Miod Vallat | |
using as part of the general pmap machinery (though they might come back at some point to speed up I/O mappings), and we don't use the 88110 BATC yet. | |||
2004-08-04 | - Match time_second and time_uptime prototypes. | Artur Grabowski | |
- Less chatty. | |||
2004-08-04 | kill hppa quirk that is not needed | Michael Shalayeff | |
2004-08-04 | interrupt mitigation bits | Michael Shalayeff | |