Age | Commit message (Expand) | Author |
2001-12-11 | Remove declarations that already exist in <sys/conf.h> | Miod Vallat |
2001-12-10 | Define MCLBYTES from MCLSHIFT, rather than providing the final value. | Miod Vallat |
2001-12-08 | db_console is declared in <ddb/db_var.h>. Fix a typo while there, too. | Miod Vallat |
2001-12-07 | Oops, need rtc in here, too | Jason Wright |
2001-12-07 | add ohci and several basic usb devices. | Jason Wright |
2001-12-07 | rtc* at ebus? | Jason Wright |
2001-12-07 | Mimic some of the rtc handling (the m5819 on the x1 is a ds1287-alike) from i... | Jason Wright |
2001-12-07 | rtc at ebus; netbsd | Jason Wright |
2001-12-07 | add rtc cfdriver | Jason Wright |
2001-12-07 | ethernet -> dc (Netra X1 finds its root dev correctly now) | Jason Wright |
2001-12-06 | add dc* here, too | Jason Wright |
2001-12-06 | add dc* at pci (seems to work on Netra X1) | Jason Wright |
2001-12-05 | Enable rootdev auto-configuration by device drivers during boot. | Thierry Deval |
2001-12-05 | VM_KMEM_SIZE no longer needed. | Artur Grabowski |
2001-12-05 | nuke rominterpret and update romgetcursoraddr() to work on sparc64; based on ... | Jason Wright |
2001-12-05 | Make OF_interpret() work correctly; based on NetBSD fix, but maintaining | Jason Wright |
2001-12-05 | make nkmempages dynamic based on memory. okay art@ from netbsd: | Niels Provos |
2001-12-04 | Yet another sync to NetBSD uvm. | Artur Grabowski |
2001-12-04 | commented out entry for cgthree | Jason Wright |
2001-12-04 | remove direct entry points for bwtwo, cgfourteen, cgsix, cgthree, and tcx | Jason Wright |
2001-12-04 | add commented out entries for cgsix at sbus and wsdisplay at cgsix | Jason Wright |
2001-12-04 | add stuff for wsdisplay | Jason Wright |
2001-11-30 | Now that pmaps can have vm_page_md, make pmap_physseg optional. | Artur Grabowski |
2001-11-28 | Sync in more uvm changes from NetBSD. | Artur Grabowski |
2001-11-28 | rewrite large chunks of intr_establish to make it more clear what's going on. | Jason Wright |
2001-11-24 | Harmonize boot() logic across arches: | Miod Vallat |
2001-11-17 | what the heck, be solaris compatible for sig_atomic_t | Theo de Raadt |
2001-11-17 | sig_atomic_t can be a long, it is atomic, and fatter | Theo de Raadt |
2001-11-16 | add an implementation for _load_uio on UIO_SYSSPACE objects that looks strang... | Jason Wright |
2001-11-16 | remove #if 1 and some other debugging stuff | Jason Wright |
2001-11-16 | _bus_dmamap_load_uio now returns an ERROR instead of claiming no error | Jason Wright |
2001-11-15 | cdev glue for crypto(9) [Not known to work, but will as soon as interrupt | Jason Wright |
2001-11-10 | properly report >= 2GB of ram; bug found by matthieu | Theo de Raadt |
2001-11-09 | nswbuf hasn't been used for ages. gc. | Artur Grabowski |
2001-11-07 | Add an alignment argument to uvm_map that specifies an alignment hint | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-06 | unbreak child_return. | Artur Grabowski |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski |
2001-11-06 | Need local prototypes for pmap_pinit and pmap_release. | Artur Grabowski |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski |
2001-10-28 | duh, don't forget cdev entries for char device sabtty (It's been a rough week) | Jason Wright |
2001-10-28 | oops, don't forget sab entries here too. | Jason Wright |
2001-10-28 | sab* and sabtty* (commented out for now until console stuff is done) | Jason Wright |
2001-10-28 | SAB82532 driver (missing console stuff, but working as a generic tty | Jason Wright |
2001-10-15 | Acer labs chipsets (like on Blade100/Netra X1) have bugs when UDMA mode 4 | Jason Wright |
2001-10-15 | disable com*, too broken | Theo de Raadt |
2001-10-15 | Make the test for iso9660 filesystems preferred if the device is a CD, | Jason Wright |
2001-10-15 | Pull in several changes from NetBSD: | Jason Wright |
2001-10-12 | disable com* | Theo de Raadt |
2001-10-12 | Move the iso_disklabelspoof() call higher so that if one is present we | Jason Wright |