Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-30 | Remove duplicates with <m68k/param.h> | Miod Vallat | |
2001-11-30 | Switch to pmap_motorola. | Miod Vallat | |
2001-11-30 | Factorize more definitions to enable the use of pmap_motorola. | Miod Vallat | |
2001-11-30 | Common pmap defines and code for all m68k platforms using Motorola (or | Miod Vallat | |
compatible) MMU. | |||
2001-11-30 | prevent reorder of __asm w/ __volatile. | Michael Shalayeff | |
from netbsd: Declare some asm statement with output as volatile. Without this, gcc with -march=pentiumpro produce bad code. | |||
2001-11-30 | sbcompress() can compact mbuf clusters now; from thorpej@netbsd | Niels Provos | |
2001-11-30 | Whooops. | Artur Grabowski | |
Stop returning EINPROGRESS now that the caller doesn't understand it anymore. | |||
2001-11-30 | Remove some definitions which do not make sense for non-m68k platforms. | Miod Vallat | |
2001-11-30 | Now that pmaps can have vm_page_md, make pmap_physseg optional. | Artur Grabowski | |
2001-11-30 | Kill uvm_pagealloc_contig. The two drivers that still used it should have | Artur Grabowski | |
been converted to bus_dma ages ago, but since noone haven't bothered to do that I haven't bothered to do more than to test that the kernel still builds with those changes. | |||
2001-11-30 | only make a copy of the mbuf if the route rule is dup-to | jasoni | |
2001-11-30 | Don't brelse a random pointer in ffs_realloccg when filesystem is full | Artur Grabowski | |
and bpp == NULL. | |||
2001-11-30 | unifdef OLDIP6OUTPUT | Jun-ichiro itojun Hagino | |
2001-11-30 | Call buf_cleanout, which handles wakeups | Constantine Sapuntzakis | |
2001-11-30 | unbreak | Artur Grabowski | |
2001-11-30 | typo | Artur Grabowski | |
2001-11-30 | rl and vr are reported to work. | Nathan Binkert | |
From Dries Schellekens <gwyllion@ulyssis.org> | |||
2001-11-30 | add stge(4) | Nathan Binkert | |
2001-11-30 | This file was just a placeholder required for kern_exit_43.c to compile. | Miod Vallat | |
2001-11-30 | Fix a mergeo and don't truncate a 0 length file when freeing it. | Artur Grabowski | |
2001-11-30 | Only m68k-based architectures need to include <machine/psl.h> here. | Miod Vallat | |
2001-11-30 | add stge(4) | Nathan Binkert | |
2001-11-29 | fix pasto so this compiles | Todd C. Miller | |
2001-11-29 | Driver for the Sundance/Tamarack TC-9021 Gigabit Ethernet Chip. | Nathan Binkert | |
This is the chip found in the D-Link DGE-550T. | |||
2001-11-29 | better gecko | Michael Shalayeff | |
2001-11-29 | ld -r generates some funky .text.N names | Michael Shalayeff | |
2001-11-29 | regen | Michael Shalayeff | |
2001-11-29 | cyclone pci700 | Michael Shalayeff | |
2001-11-29 | Kernel mappings (pmap_kenter_pa) should not be entered into the pv list. | Dale Rahn | |
2001-11-29 | Bunch of bug fixes from NetBSD. | Artur Grabowski | |
Mostly dealing with holes in files. | |||
2001-11-29 | sc must be initialized. | Hakan Olsson | |
2001-11-29 | Make sure the nfs vnodes are on the syncer worklist. | Artur Grabowski | |
2001-11-29 | oops | Artur Grabowski | |
2001-11-29 | funcs in netinet/ip_ether.c is referenced even without ipsec | Jun-ichiro itojun Hagino | |
2001-11-29 | etherip_output() is called from in_gif.c, therefore is outside of #ifdef IPSEC | Jun-ichiro itojun Hagino | |
2001-11-29 | Fix for thinko that was caught in code review, error was found 3x, however | Dale Rahn | |
it was fixed 2x, leaving one instance of the error. | |||
2001-11-29 | Ooops. Revert part of the last commit that was completly wrong and wasn't ↵ | Artur Grabowski | |
supposed to be committed. | |||
2001-11-29 | Make sure the whole buffer is initialized before calling bgetvp. | Artur Grabowski | |
Recommended by csapuntz@ | |||
2001-11-29 | Correctly handle b_vp with bgetvp and brelvp in {get,put}pages. | Artur Grabowski | |
Prevents panics caused by vnodes being recycled under our feet. | |||
2001-11-28 | don't generate an error if setting the gid/uid doesn't actually change | Jakob Schlyter | |
the gid/uid. among other things, this eliminates tons of warnings when unpacking a tar file in an msdos fs. from NetBSD. ok millert@, fgs@. | |||
2001-11-28 | Add tag line. Thanks to David Krause | Constantine Sapuntzakis | |
2001-11-28 | KNF | Jason Wright | |
2001-11-28 | Sync in more uvm from NetBSD. Mostly just cosmetic stuff. | Artur Grabowski | |
Contains also support for page coloring. | |||
2001-11-28 | somebody forgot something | Michael Shalayeff | |
2001-11-28 | revert hardware breakage | Todd T. Fries | |
2001-11-28 | avoid possible infinite loop in sosend() on 64bit systems. - from netbsd | Eric Jackson | |
art@ ok | |||
2001-11-28 | grr... include bpfilter.h for NBPFILTER | Jason Wright | |
2001-11-28 | regen | Artur Grabowski | |
2001-11-28 | more typedef zapping vm_page_t -> struct vm_page * | Artur Grabowski | |
2001-11-28 | zap some typedefs. | Artur Grabowski | |
vm_map_t -> struct vm_map * vm_map_entry_t -> struct vm_map_entry * simple_lock_data_t -> struct simplelock (uvm not done yet, coming in the next commit) |