Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-04 | add /etc/dhcpd.conf to FILES; | Jason McIntyre | |
2004-12-03 | Always attach intvid even if the monitor sense code seems wrong; this is | Miod Vallat | |
the case with non-Apple monitors connected with video adaptors. | |||
2004-12-03 | Kill mac68k *SBC kernels. Instead, build kernels with both sbc scsi flavours | Miod Vallat | |
compiled in, but one disabled, and use config -e to swap them and build the other kernels; saves valuable compile time. Add ramdisks into the build (at release time). Since we are moving to a bsd.rd installation, it is not necessary to put kernels in .tgz files anymore, so don't bother, and adjust installation script sets information accordingly. | |||
2004-12-02 | move IPL setup to intr.c | Martin Reindl | |
ok miod@ >From: NetBSD | |||
2004-12-02 | option DISABLE_EXT_CACHE is not used anymore. | Miod Vallat | |
2004-12-02 | We do not support 2MB machines, so don't bother taking them into account | Miod Vallat | |
in allocsys(). | |||
2004-12-02 | Make BUFCACHEPERCENT adjustable through UKC, like all other arches do. | Miod Vallat | |
(This means twice as less buffers on hp300 with unmodified GENERIC kernels now) | |||
2004-12-02 | Oops, repair *SBC kernels. | Miod Vallat | |
2004-12-02 | Add pci_decompose_tag() for sparc64. | Brad Smith | |
From NetBSD ok deraadt@ | |||
2004-12-02 | enable vge(4) and ciphy(4); ok deraadt | Peter Valchev | |
2004-12-01 | Much, much, much less stack pressure when reading a disklabel. | Miod Vallat | |
This is a temporary workaround which might live longer than initially expected. | |||
2004-12-01 | Do not store preciouss data below the kernel stack, or they risk becoming | Miod Vallat | |
invisible and being lost... | |||
2004-12-01 | No more splnone alias for spl0. | Miod Vallat | |
2004-12-01 | Sync core dumping code with other m68k platforms. | Miod Vallat | |
2004-12-01 | Let kernels with option DEBUG link again. | Miod Vallat | |
2004-12-01 | 5 -> FC_SUPERD | Miod Vallat | |
2004-12-01 | Remove unexpected (and wrong) easter egg. | Miod Vallat | |
2004-12-01 | remove excessive chattiness from the bootblocks. our goal is to shrink | Theo de Raadt | |
them to < 5*1024, because the floppies are once again tight | |||
2004-12-01 | Remove unused constants. | Miod Vallat | |
2004-12-01 | VIA VT612x PCI Gigabit Ethernet adapter support, ok deraadt | Peter Valchev | |
from FreeBSD | |||
2004-11-30 | Move the struct wsscreen_descr from a per-driver global to a per-instance | Miod Vallat | |
field of the sunfb structure. This allows multiple instances of the same driver, but with different resolutions (such as a couple of vigra or a TGX cgsix and a TGX+ cgsix) to use distinct wsscreen_descr structures featuring different resolution information. Doing this allows more wsscreen_descr fiddling inside the sparc* fb api, and results in some code shrinkage (about 4KB on sparc GENERIC). [file excluded in previous commit by mistake. spotted by claudio@] | |||
2004-11-30 | repair DEBUG kernels | Martin Reindl | |
ok miod@ | |||
2004-11-30 | provide a more accurate assembly delay() routine | Martin Reindl | |
ok miod@ >From: NetBSD | |||
2004-11-29 | Move the struct wsscreen_descr from a per-driver global to a per-instance | Miod Vallat | |
field of the sunfb structure. This allows multiple instances of the same driver, but with different resolutions (such as a couple of vigra or a TGX cgsix and a TGX+ cgsix) to use distinct wsscreen_descr structures featuring different resolution information. Doing this allows more wsscreen_descr fiddling inside the sparc* fb api, and results in some code shrinkage (about 4KB on sparc GENERIC). | |||
2004-11-29 | plug memory leaks on error | Patrick Latifi | |
ok canacar markus millert | |||
2004-11-29 | Port the remaining two sbus framebuffer drivers to sparc64; tvtwo untested | Miod Vallat | |
due to lack of hardware. | |||
2004-11-29 | Spell precede correctly. | Jonathan Gray | |
'looks fine' millert@, krw@. ok jmc@ | |||
2004-11-28 | Prevent ADB devices other than mices of generating "extended" protocol events. | Matthieu Herrb | |
This fixes a problem with some iBooks were the touchpad generates a button6 event everytime the pad is touched. Based on my observations and a similar patch from Aymeric Vincent for NetBSD. Enhancements and ok miod@ | |||
2004-11-28 | Correct pmap_enter() flags usage. | Miod Vallat | |
2004-11-28 | MAXSLP is not really an MD-configurable define so move it to param.h; miod@ ↵ | Michael Shalayeff | |
testing | |||
2004-11-27 | use a pm_lock define instead of the long fluff | Michael Shalayeff | |
2004-11-27 | Fix for building in another directory using config -s. ok deraadt@, miod@. | Matthieu Herrb | |
2004-11-27 | In pmap_bootstrap(), replace PMAP_MD_RWZERO, which would leave the lowest | Miod Vallat | |
page writeable, with PMAP_MD_RWLOW, which tells how many pages have to be left writeable on low addresses, since the mac rom needs more than one. This lets non-DDB mac68k kernels run. No change on non-mac68k platforms. | |||
2004-11-26 | Kill __HAVE_EVCOUNT, now that all architectures provide them. | Miod Vallat | |
2004-11-26 | More interrupt system cleaning and homogenization: | Miod Vallat | |
- switch all interrupt functions to an int (*)(void *) prototype. - do not register dummy functions for all unhandled interrupts, instead let the dispatchers cope with NULL. - add evcount interrupt counters. | |||
2004-11-25 | crank ramdisk filesystem slightly to cope with firmwares inside the filesystem | Theo de Raadt | |
2004-11-25 | Move towards a more flexible and generic interrupt system, as well as better | Miod Vallat | |
zs behaviour. From NetBSD; integration work by Martin Reindl | |||
2004-11-25 | Enable lpt0 on amd64 GENERIC. ok deraadt@ | Ian Darwin | |
2004-11-24 | replace old net/if_ieee80211.h header with the net80211 ones, kernel part. | Theo de Raadt | |
file missed by fgsch, did he miss any others? grep helps | |||
2004-11-23 | replace old net/if_ieee80211.h header with the net80211 ones, kernel part. | Federico G. Schwindt | |
millert@ mcbride@ jsg@ | |||
2004-11-23 | Use pci_matchbyid() for matching crazy VIA power management controllers | Alexander Yurchenko | |
and add a few ones. ``valiay'' mickey@ | |||
2004-11-22 | better types; from hppa64 (; | Michael Shalayeff | |
2004-11-19 | Be more conservative in openpic_enable_irq() and only reprogram the vector | Miod Vallat | |
register if it changes. | |||
2004-11-19 | Better Raven PREP initialization, per the book, with an evil book mistake | Miod Vallat | |
corrected. | |||
2004-11-19 | Better i8259 slave handling: | Miod Vallat | |
- check for spurious interrupt conditions. - do not ack the slave irq on the master unless there are really no more interrupts to be serviced on the slave. | |||
2004-11-19 | More aggressive strip flags for non debug kernels; this is a noop on some | Miod Vallat | |
architectures, but saves a few dozen KB on alpha and ppc. ok deraadt@ | |||
2004-11-18 | Tell MVME2600 and MVME2700 apart. | Miod Vallat | |
2004-11-18 | Feature sync with macppc | Miod Vallat | |
2004-11-18 | Move PowerPC cpu type constants to <machine/cpu.h> | Miod Vallat | |
ok drahn@ | |||
2004-11-17 | Enable interrupts after autoconf. | Miod Vallat | |