Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski | |
machines or some configurations or in some phase of the moon (we actually don't know when or why) files disappeared. Since we've not been able to track down the problem in two weeks intense debugging and we need -current to be stable, back out everything to a state it had before UBC. We apologise for the inconvenience. | |||
2001-11-30 | Make it possible for mmutype to contain MMU_68060 if the hardware is | Miod Vallat | |
actually '060-based, instead to look at the machineid. This is simpler, and will be required to switch to pmap_motorola anyways. | |||
2001-11-28 | Sync in more uvm changes from NetBSD. | Artur Grabowski | |
This time we're getting rid of KERN_* and VM_PAGER_* error codes and use errnos instead. | |||
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-11-06 | redundant includes. | Artur Grabowski | |
2001-11-06 | Kill vm/vm_param.h, move it to uvm/uvm_param.h | Artur Grabowski | |
2001-11-05 | typo. | 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-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff | |
2001-09-13 | old timeout removal, code by art@. (ok by miod) | Janne Johansson | |
2001-09-13 | signed -> unsigned. From NetBSD via Todd Miller. | Janne Johansson | |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat | |
2001-08-20 | Convert to new timeouts; ite tested by jj@ | Miod Vallat | |
2001-08-11 | redundant includes. | Artur Grabowski | |
2001-06-29 | Remove defines that are now defined elsewhere. | Janne Johansson | |
2001-06-27 | recieve -> receive | Nathan Binkert | |
2001-06-27 | No more old VM on amiga. | Artur Grabowski | |
2001-06-20 | comment typo. from jsyn@nthought.com | Niklas Hallqvist | |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson | |
2001-05-11 | unify | Theo de Raadt | |
2001-05-05 | Remove the (vaddr_t) casts inside the round_page and trunc_page macros. | Artur Grabowski | |
We might want to use them on types that are bigger than vaddr_t. Fix all callers that pass pointers without casts. | |||
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski | |
CLSIZE -> 1 CLBYTES -> PAGE_SIZE OLOFSET -> PAGE_MASK etc. At the same time some archs needed some cleaning in vmparam.h so that goes in at the same time. | |||
2001-03-12 | Adjust the way that media is initialized on DP8390-compatibles; from NetBSD. | Aaron Campbell | |
The dp8390_softc now has media_init and media_fini function pointers that do the work. fgsch@ ok | |||
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff | |
2001-02-19 | Zap some unnecessary defines. | Artur Grabowski | |
2001-02-16 | zap old timeout | Marc Espie | |
2001-02-07 | XXX two horrible abuses of spl. | Artur Grabowski | |
2001-01-25 | spelling | Todd T. Fries | |
2000-12-21 | People have difficulty spelling 'initial' and derivatives thereof (too many | Aaron Campbell | |
"i's" I guess). | |||
2000-12-15 | ITE_INGRF checks needed, from NetBSD. | Marc Espie | |
Reported by Lars Hecking. | |||
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos | |
2000-09-02 | Amiga joystick driver. Stylistic comments by Niklas. | Marc Espie | |
Missing documentation yet. | |||
2000-07-22 | art's typo, getting fed up of these. | Marc Espie | |
2000-07-19 | Use t_rstrt_to for ttrstrt timeout. | Artur Grabowski | |
2000-07-06 | Change splsoftclock() call to spllowersoftclock() to conform with other | Hakan Olsson | |
code and keep old behaviour. (art@ ok) | |||
2000-05-28 | UVM. kmem_alloc -> uvm_km_zalloc. And one ugly construction -> uvm_km_valloc. | Artur Grabowski | |
2000-05-27 | Need to include <vm/vm.h> for round_page. | Artur Grabowski | |
2000-04-28 | Nicer ite3 console. | Marc Espie | |
- sanitize the RGB swapping code, - add limited color support, ala old vt220, - nicer color scheme (whitish text, white bold, blue italic, red cursor...) | |||
2000-02-29 | This one is for jj: The AriadneII driver, adapted from Bernd Enesti's | Niklas Hallqvist | |
NetBSD driver | |||
2000-01-24 | Amiga HW clock code was not Y2K compliant. | Marc Espie | |
Fix (from netbsd). | |||
1999-11-05 | ite screen blanker, set to 10 minutes by default. | Marc Espie | |
(niklas@ finally looked at the code) | |||
1999-07-27 | s/disk_pages/scsi_disk_pages/ | Niklas Hallqvist | |
1999-05-13 | Compensate for the check for onwership of unicast packets in promiscuous | Jason Wright | |
mode being moved to if_ether.c. This is the last of the drivers hopefully. | |||
1999-03-08 | Tweak horizontal frequency higher so that fringe case (basic SVGA + old | Marc Espie | |
picassoII) work. | |||
1999-03-01 | Add extra pixel to 'l', so that it no longer looks like a '|' | Marc Espie | |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1999-01-02 | Midi & sequencer support from NetBSD, mostly by Lennart Augustsson | Niklas Hallqvist | |
1998-11-03 | Update audio_hw_if. | Jason Downs | |
1998-09-16 | o if_media'fied am7990 | Jason Wright | |
o if_media'fied sun4m le. | |||
1998-08-04 | fix type of resid in debugging printf | Todd C. Miller | |