Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-05 | Repair non-UVM kernels | Todd C. Miller | |
2001-05-04 | Substantial update from NetBSD, most notably gives us UVM support; millert@ ok | Aaron Campbell | |
2001-05-03 | Clean up a signed vs unsigned error in gm ethernet. | Dale Rahn | |
Pointed out by miod@. thx. | |||
2001-05-02 | document boot options, i dunno what -b does so i just do not mention it anymore | Michael Shalayeff | |
2001-05-02 | Move powerpc interrupt enablement into the interrupt controller, not after | Dale Rahn | |
config runs. openpic already had this change. Cleans up config operations for other changes. | |||
2001-05-01 | sync closer to GENERIC, make compile again | Todd T. Fries | |
2001-05-01 | Remove PCVT cruft. | Aaron Campbell | |
2001-05-01 | this is what i'm running these days | Michael Shalayeff | |
2001-05-01 | Remove PCVT file references. | Aaron Campbell | |
2001-05-01 | convert to new timeouts | Todd C. Miller | |
2001-05-01 | Convert to new timeouts. (art@ ok) | Hakan Olsson | |
2001-05-01 | trailing spaces | Michael Shalayeff | |
2001-04-30 | Move the zeroing of proc0 u area from cpu_startup to configure. | Artur Grabowski | |
XXX - is this still necessary? | |||
2001-04-30 | Move the hwrpb_primary_init to before configure. | Artur Grabowski | |
2001-04-30 | Move proc0's TSS and LDT initialization to a separate function | Artur Grabowski | |
that's called at the end of configure instead of cpu_startup. Inspired by NetBSD. | |||
2001-04-30 | Move gdt_init prototype to gdt.h | Artur Grabowski | |
2001-04-30 | correct copyright. i wrote some of this in 1989, wow.. i am old... | Theo de Raadt | |
2001-04-30 | Fix the s-records encoding program so as to produce correct final | Miod Vallat | |
checksum if the chunk size is not 3 bytes. Update disillusionned comment accordingly. Ok deraadt@ [Note that the s-records files on the 2.9 cdroms have been corrected and are valid.] | |||
2001-04-29 | raise spl around pdc calling | Michael Shalayeff | |
2001-04-29 | pseg not yet | Michael Shalayeff | |
2001-04-29 | fix pmap_enter to compile | Michael Shalayeff | |
2001-04-29 | ddb command `machine halt' is superceded by `boot halt' now, so remove it | Miod Vallat | |
and remove `machine reboot' as well. | |||
2001-04-29 | Replace resource maps with extents, and cleanup associated variables. | Miod Vallat | |
Idea from art's todolist, art@ ok. | |||
2001-04-24 | enable txp(4) | Theo de Raadt | |
2001-04-23 | when we take a pci interrupt, upgrade it to level. but always ignore | Theo de Raadt | |
changes which force to edge, because it appears that a lot of via bios do not contain a full list of level interrupts. when we set such an interrupt to edge, we spin and hang. i suggested this behaviour change, and this fix is by northpoint mickey. | |||
2001-04-22 | Remove -march=i{56}86 optimization because of compiler bug. This bug | Grigoriy Orlov | |
results in system lockup, which many people report for 2.8 and -current when they doing a big network transfer. This problem affect only custom kernels in which only one cpu type enabled (option I586_CPU or I686_CPU). When lockup occur I can't switch between virtual wscons terminals. System continue respond to pings and forward ip packets. It is possible to enter into ddb. DDB show that several processes in runnable state, but it seems that task switching not occur. More and more processes becomes runnable. Stack of curproc looks like: > _end(e99d8fac, e0101dcc, 4, e0635a00, e99d8f80) at 0xe99d8f78 > _end(e99d8fa0, e028a62e, e99d8fac, 0, 0) at 0xe99d8f78 > ddb> Sometimes 'boot sync' cleanly unmount all file systems. I reproduce this bug by transfering two big files from ftp simultaneously. It seems that at least one process must perform a network transfer and two or more processes must fight for the processor. The following PRs probably a result of this problem: 1504, 1716, 1751, 1771, 1780. deraadt@ ok. | |||
2001-04-22 | permit compilation without I586_CPU or I686_CPU; armin@wolfermann.org | Theo de Raadt | |
2001-04-21 | Do not use wsmux on alpha. Now I can start Xtga. | Aaron Campbell | |
2001-04-20 | Big upgrade of the pmap. Revised pagetable handling, more careful wiring, | Artur Grabowski | |
more careful handling of pageability. From NetBSD. | |||
2001-04-19 | disable a few drivers | Theo de Raadt | |
2001-04-18 | Cover rl with #ifdef's and put it to sleep. ZZzz.. | Hugh Graham | |
2001-04-18 | Sync, and quadruple NMBCLUSTERS | Niklas Hallqvist | |
2001-04-18 | Even more bizzarreness on the up1000. | Artur Grabowski | |
From thorpej@netbsd. | |||
2001-04-18 | Remove last change to powerpc pmap. This has a slight chance of being the | Dale Rahn | |
cause of a frequent, but not easy to reproduce crash. The reason for making this change is to support functionality that will not be in 2.9. | |||
2001-04-17 | Comment out the 20+ year old rl disk device to make way for the recently | Hugh Graham | |
MI RealTek network adaptor. Will resurrect or rename rl at such time as we actually support these drives. | |||
2001-04-17 | OpenBSD tags | Artur Grabowski | |
2001-04-17 | OpenBSD tag. | Artur Grabowski | |
2001-04-17 | mem_clusters.size has page protection encoded in them. | Artur Grabowski | |
Mask it away, otherwise the reservation of RAM will fail. | |||
2001-04-17 | sync maxusers with GENERIC. | Brad Smith | |
2001-04-17 | crank maxusers by a teeeeeny little bit | Theo de Raadt | |
2001-04-17 | Implement cnbell(), an optional entrypoint that rings the console bell; from | Aaron Campbell | |
NetBSD. deraadt@ ok | |||
2001-04-17 | Add commented out siop driver since it works. Enable after 2.9 | Nathan Binkert | |
2001-04-17 | Switch a "BGTR foo" to a "BLSS bar; BRW foo; bar:". In this case, the | Brandon Creighton | |
difference between the BGTR and foo: is too large for a byte displacement. as should give an error or at least a warning here, but it doesn't; instead it merrily outputs a completely bogus displacement. This fixes problems with EMODD on numbers with negative exponents. | |||
2001-04-16 | NOT GENERIC | Theo de Raadt | |
2001-04-16 | API_UP1000 support fits | Theo de Raadt | |
2001-04-16 | clean | Theo de Raadt | |
2001-04-15 | Prettier printing of cpu models and more models. | Artur Grabowski | |
2001-04-15 | Err. a ramdisk without pseudo-device rd has a minimal chance of working. | Artur Grabowski | |
2001-04-15 | oops, commit protos | mjacob | |
2001-04-14 | clean | Theo de Raadt | |