Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2001-04-14 | Pick up some more NetBSD-isms (tsp_bus_mem_init2). | mjacob | |
2001-04-14 | Pick up some more NetBSD-isms (init_mem2 stuff). | mjacob | |
2001-04-14 | Always make sure that SQWE is enabled- the PROM may not have done this for you. | mjacob | |
2001-04-14 | eephy was already in there | Theo de Raadt | |
2001-04-14 | need eephy with wx now | mjacob | |
2001-04-14 | Make sure eephy is included if you include wx. | mjacob | |
2001-04-14 | UP1000 will fit in here. | Artur Grabowski | |
2001-04-14 | Add support for Alpha Processor, Inc. UP1000. | Artur Grabowski | |
From NetBSD. | |||
2001-04-14 | Correctly initialize disklabel structure in readdisklabel(). | Miod Vallat | |
Prevents kernel from panic'ing or disklabel(1) from faulting with an empty (never labaled) disk. Also, use LABELSECTOR instead of hardwired constant. Tested by deraadt@ on mvme68k and myself on mvme88k, deraadt@ ok | |||
2001-04-13 | bmtphy does not work perfect yet, but put it in anyways | Theo de Raadt | |
2001-04-13 | silence printfs from media selection. | Brad Smith | |
2001-04-13 | In cpu_fork, initialize the ipl of the new process to | Artur Grabowski | |
run at IPL_0. From NetBSD. | |||
2001-04-13 | bmtphy | Theo de Raadt | |
2001-04-12 | Remove a bogus __attribute__ ((unused)) from _splraise. | Artur Grabowski | |
2001-04-11 | include brgphy | Theo de Raadt | |
2001-04-10 | Decrement open_count in netclose(); this fixes the bug which caused | Brandon Creighton | |
boot to halt on boot attempts after a failed network boot attempt. Also, prototype netmountroot() and return 0 in netclose(). | |||
2001-04-10 | Fix for machines which need to enlarge the kernel address space, at least | Niklas Hallqvist | |
1GB i386 machines needs this. The fix is heavily based on Jason Thorpe's found in NetBSD. Here is his original commit message: Instead of checking vm_physmem[<physseg>].pgs to determine if uvm_page_init() has completed, add a boolean uvm.page_init_done, and test against that. Use this same boolean (rather than pmap_initialized) in pmap_growkernel() to determine if we are being called via uvm_page_init() to grow the kernel address space. This fixes a problem on some i386 configurations where pmap_init() itself was needing to have the kernel page table grown, and since pmap_initialized was not yet set to TRUE, pmap_growkernel() was choosing the wrong code path. | |||
2001-04-10 | This file is not welcomed here. | Miod Vallat | |
2001-04-10 | Get rid of unnecessary symbols. | Miod Vallat | |
2001-04-09 | FFS_SOFTUPDATES in sys/conf/GENERIC | Theo de Raadt | |
2001-04-09 | Add softdep. | Hugh Graham | |
2001-04-09 | Add emulation of Linux features to procfs; mostly from NetBSD. ok deraadt@ | Thorsten Lockert | |
2001-04-09 | further stripping down | Theo de Raadt | |
2001-04-09 | To fit, fxp must go. Sorry | Theo de Raadt | |
2001-04-09 | A much tidier layout, from NetBSD. | Hugh Graham | |
2001-04-09 | Amputate some dead and broken code and rework the rest to do the | Hugh Graham | |
right thing if booting off something other than sd0a. RB_ASKNAME will be reimplemented later. | |||
2001-04-09 | Comment out compat vax1k until needed. | Hugh Graham | |
Also a large quantity of whitespace fixes. | |||
2001-04-08 | Update closer to current status of powerpc, remove items resolved or | Dale Rahn | |
mostly resolved. | |||
2001-04-08 | Some cleanup to the mac audio driver, does not improve the interrupt | Dale Rahn | |
storm much, but hopefully is in the right direction. | |||
2001-04-08 | Attempt at tracking interrupt source better than "irqN", with this | Dale Rahn | |
change, when the interrupt is established, the string will be changed from irqN to irqN/dvrname. Some drivers establish nice names, "usb0" some do not, "wdc_obio". | |||
2001-04-07 | Additional console ioctl definitions | Thorsten Lockert | |
2001-04-07 | Handle Linux Virtual Terminal ioctl calls with wscons as well as vt; | Thorsten Lockert | |
requires WSDISPLAY_COMPAT_USL | |||
2001-04-07 | OK, PMAP_NEW by default once again. This time it should work better for | Niklas Hallqvist | |
userland since art removed the vm_pmap field that made UVM and old VM differ. An option PMAP_OLD is provided should someone need to configure with the old pmap. This is suspected to go away soon so I will not document it. | |||
2001-04-06 | Use pool to allocate pmap instead of malloc. OK'd by art@ | Todd C. Miller | |
2001-04-06 | Get rid of vm_pmap. | Artur Grabowski | |
beck@ ok. | |||
2001-04-06 | Move offsetof define into sys/param.h | Constantine Sapuntzakis | |
2001-04-05 | undo changes which did not even compile | Theo de Raadt | |
2001-04-04 | Ansify source. Handles are now 16 bits. | mjacob | |
2001-04-04 | Minor cleanup to minimize diffs with NetBSD | Constantine Sapuntzakis | |
2001-04-03 | vm_map.pmap should always be used, not only for uvm. | Artur Grabowski | |