Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-06 | redundant includes. | Artur Grabowski | |
2001-11-06 | Zap some redundant includes. | Artur Grabowski | |
2001-11-06 | Move the last content from vm/ to uvm/ | Artur Grabowski | |
The only thing left in vm/ are just dumb wrappers. vm/vm.h includes uvm/uvm_extern.h vm/pmap.h includes uvm/uvm_pmap.h vm/vm_page.h includes uvm/uvm_page.h | |||
2001-11-06 | Kill vm/vm_param.h, move it to uvm/uvm_param.h | Artur Grabowski | |
2001-11-06 | Sync to NetBSD. | Artur Grabowski | |
2001-11-06 | sync to NetBSD. | Artur Grabowski | |
2001-11-06 | Minor sync to NetBSD. | Artur Grabowski | |
2001-11-05 | Workaround to prevent Altivec Unavilable problem. | Dale Rahn | |
Why did Motorola put this exception misaligned with respect to all other exceptions? Altivec is not supported. This will cause any process executing altivec instructions to recieve an illegal instruction signal. | |||
2001-11-05 | Raise the shared memory size to 16MB from 4MB. 4MB is too small for current | Dale Rahn | |
memory machines and current program demands. | |||
2001-11-05 | Minor sync to NetBSD. | Artur Grabowski | |
2001-11-05 | typo. | Artur Grabowski | |
2001-11-05 | More fallout from the fd_getfile changes. | Artur Grabowski | |
2001-11-05 | blink-matching-paren should be default in mg | Artur Grabowski | |
2001-11-05 | Fallout from the mmap changes. | Artur Grabowski | |
2001-11-05 | Switch everything to the new bus_dmamap_sync API. | Artur Grabowski | |
Most work by Wilbern Cobb <vedge@csoft.org> with some fixes from me, mickey@ and drahn@. | |||
2001-11-05 | compile fix; fgsch@ ok | Todd T. Fries | |
2001-11-05 | needs rndvar.h | Michael Shalayeff | |
2001-11-05 | Use ether_input_mbuf(). As a bonus, tcpdump should show the ethernet | Federico G. Schwindt | |
headers now; nate@ ok. | |||
2001-11-05 | irongate needs isadma bouncing. | Artur Grabowski | |
2001-11-05 | Code for isadma bouncing. | Artur Grabowski | |
From NetBSD. | |||
2001-11-05 | let finishdup take the proc as arguemnt instead of the filedesc. | Artur Grabowski | |
2001-11-04 | Two new sysctls in the chipset tree. | Artur Grabowski | |
CPU_CHIPSET_PORTS - address of the I/O ports. CPU_CHIPSET_HAE_MASK - mask for the HAE register. | |||
2001-11-04 | Add alpha_ldlu and alpha_stl. | Artur Grabowski | |
2001-11-04 | sync. deraadt@ OK. | lebel | |
2001-11-04 | ATI Mobility Radeon. deraadt@ OK. | lebel | |
2001-11-04 | 7751 has two registers in config space (0x40 - RETRY_TIMEOUT and 0x41, | Jason Wright | |
TRDY_TIMEOUT). These registers must be initialized to zero to disable these timers or 7751 will get PCI aborts on its descriptor rings on certain chipsets. These timers were removed because they were unneeded in the 7951. I'm not sure how I missed this in the datasheet, but there it is plain as day on page 24. Thanks go to Hifn for pointing this out. Upshot: PCI abort problem on 7751 appears to be solved. | |||
2001-11-04 | hp300spu.h information not needed anymore. | Miod Vallat | |
2001-11-04 | Change the magic formulae in charge of setting the correct defines | Miod Vallat | |
for cpu, mmu, and cache attributes from a mandatory include file to the kernel makefile. This saves some cpp cycles and removes forced dependencies on hp300spu.h. millert@ does not like but does not object either. | |||
2001-11-03 | The contents of cd9660_mount.h duplicate <sys/mount.h>, so get rid of it. | Miod Vallat | |
Agreed by fgs@ and millert@ | |||
2001-11-02 | match on intel pro/wireless 2011, from netbsd | Michael Shalayeff | |
2001-11-02 | fix multicast loopback checksums; goeran@cdg.chalmers.se, ok angelos | Theo de Raadt | |
2001-11-02 | Move the accounting disk space watcher into a kernel thread. | Artur Grabowski | |
Since we do filesystem operations, we need process context. This should fix accounting on nfs. | |||
2001-11-02 | - Set valid bit in transmit descriptors and tx fragment descriptors (previous | Jason Wright | |
firmware versions didn't use it, but newer ones might... play it safe). - add a bit of debugging code to tx so I can get dumps easier to send to 3com. (ifdef'd out). - ifdef both places that require modification to enable TX cksums to avoid errors like halfway enabling them (which caused me a bit of pain the other day). - TX UDP/TCP cksums still hang the firmware | |||
2001-11-02 | new fw needs more space in an_ltv_status; from Gabriel Kihlman <gk@univits.se> | Michael Shalayeff | |
2001-11-02 | i do not think everybody needs USB_DEBUG | Michael Shalayeff | |
2001-11-02 | Make kernel compile without IPSEC, PPP_DEFLATE but with CRYPTO. Reported by | Jean-Jacques Bernard-Gundol | |
Brian J. Kifiak <bk@rt.fm>. Thanks! | |||
2001-11-02 | do not return value that overruns mbuf length from ip6_nexthdr. | Jun-ichiro itojun Hagino | |
2001-11-02 | Fix typo when assigning bds->sem_base. | Todd C. Miller | |
The SVR4 compat stuff needs a serious sync but so far no one has been able to goat Niklas into doing it. | |||
2001-11-02 | In scsi_strvis(), collapse adjacent whitespace/NUL chars to a single | Todd C. Miller | |
space to get the most info with the least amount of wasted space. OK krw@, niklas@ | |||
2001-11-01 | add missing end bracket in comment | Todd C. Miller | |
2001-11-01 | regen | Michael Shalayeff | |
2001-11-01 | mylex acceleraid | Michael Shalayeff | |
2001-11-01 | Unnecessary cast. | Artur Grabowski | |
2001-11-01 | Don't allow negative offsets. Some type confusion. | Artur Grabowski | |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski | |
int (*d_mmap) __P((dev_t, int, int)); to: paddr_t (*d_mmap) __P((dev_t, off_t, int)); This allows us to mmap devices past 4GB offsets. | |||
2001-10-31 | Add boardtype 1301. | Hugh Graham | |
2001-10-31 | Change the internal vc_mmap from returning int to paddr_t. | Artur Grabowski | |
2001-10-31 | Change the audio_hm_if->mappage interface to return paddr_t and take off_t | Artur Grabowski | |
as the mmap offset. | |||
2001-10-31 | There is no need to fake handling of /dev/zero here. The vm system ↵ | Artur Grabowski | |
ultrix/ultrix_misc.c sunos/sunos_misc.c does this automagically (and has done it for ages). | |||
2001-10-31 | sync | Nathan Binkert | |