Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-11-08 | move MI definition of rd into it's MI place also fixing | Michael Shalayeff | |
attributes, allowing kernels to exist w/ rd as the only disk device. tested on a few archs; niels@ & millert@ ok | |||
1999-11-07 | add APM powerhooks. | Niels Provos | |
from NetBSD, Sat Jun 26 08:25:25 1999 UTC by augustss: Add powerhooks, i.e., the ability to register a function that will be called when the machine does a suspend or resume. XXX Will go away when Jason's kevents come to life. | |||
1999-11-06 | make ramdiskB fit | Theo de Raadt | |
1999-11-06 | move sea* to RAMDISKB | Theo de Raadt | |
1999-11-05 | MACHINE_NEW_NONCONTIG is now default even without uvm. | Artur Grabowski | |
1999-11-05 | Since we no longer allocate the iommu page tables in pmap_bootstrap, we can | Artur Grabowski | |
remove unavail_{start,end} and simplify the code in pmap_page_upload. | |||
1999-11-05 | Move the allocation of iomme ptes to iommuattach (where it belongs). | Artur Grabowski | |
1999-11-05 | ite screen blanker, set to 10 minutes by default. | Marc Espie | |
(niklas@ finally looked at the code) | |||
1999-11-05 | remove some #if 0 code that will never be enabled anyway | Artur Grabowski | |
1999-11-03 | Driver for Adaptec "StarFire" AIC6915-based Ethernet cards; from FreeBSD. | Aaron Campbell | |
Thanks to jason@ for lots of debugging help. | |||
1999-11-02 | support usermode disasm | Michael Shalayeff | |
1999-11-01 | add it back in | Theo de Raadt | |
1999-11-01 | remove mickey code to avoid branching | Theo de Raadt | |
1999-11-01 | setup_buffers: If the allocation of saved_pgs failed 'left' would be | Artur Grabowski | |
uninitialized and we wouldn't know how much memory to allocate for buffers. | |||
1999-10-29 | Remove dead code. | Artur Grabowski | |
!MACHINE_NONCONTIG && !MACHINE_NEW_NONCONTIG will not work anyway. | |||
1999-10-29 | Use UVM by default on sparc. | Artur Grabowski | |
1999-10-29 | Roll back, wait for Niklas to fix it (who knows what the crazy Swede | Angelos D. Keromytis | |
has done to his machine...) | |||
1999-10-29 | ed0/ed1/ed2 are unknown... | Angelos D. Keromytis | |
1999-10-28 | Driver for ADMtek AL981/AN985 Ethernet controllers; from FreeBSD. | Aaron Campbell | |
1999-10-28 | clean up a global pointer/array reference for OF_buf. | Dale S. Rahn | |
fix typo someone made. | |||
1999-10-27 | make kvtop() work on page unaligned addresses | Michael Shalayeff | |
1999-10-26 | modify bootapiver chekups to use bitwise operations. | Michael Shalayeff | |
factor out /boot options parser from biosattach(). add logic to warn about ancient /boots. cleanup vanishing cruft. @niklas ok | |||
1999-10-26 | higher the kmem limit; fix up the nmbclusters | Michael Shalayeff | |
1999-10-26 | Add puc devices. | Jason Downs | |
1999-10-26 | Add puc devices. | Jason Downs | |
1999-10-26 | Update my copyright. | Jason Downs | |
1999-10-26 | Clean up function declarations. | Jason Downs | |
1999-10-26 | Fix inline function decls to work with C++. | Jason Downs | |
1999-10-20 | special character handling; aaron | Theo de Raadt | |
1999-10-16 | - Add support for a traditional PC display (16 colors and use the standard IBM | Aaron Campbell | |
font) and make it the default mode. This is more or less a hack, since pcvt was developed only to be a vt220 terminal emulator. - Document new default mode in pcvt(4). - Add -o option to scon(1) for toggling between the new and legacy modes. | |||
1999-10-14 | A fix for the dreaded isadmaattach panic. The reason was actually quite | Niklas Hallqvist | |
obscure, many, many thanks to art@ for finding my bug, which only hit people having about 2300-2500 pages in the buffercache. | |||
1999-10-12 | add iophy* | Jason Wright | |
1999-10-11 | include exphy, really needed for xl 100mbit cards | Theo de Raadt | |
1999-10-10 | do this the right way | Artur Grabowski | |
1999-10-09 | give pmap_enter the right number of args. | Bob Beck | |
1999-10-07 | Document ALT+F12, stress LEFT_SHIFT+PGUP/PGDN and point to machdep.kbdreset | Wim Vandeputte | |
1999-10-07 | Add -b (scrollback) to usage() -- OK aaron@ | Wim Vandeputte | |
1999-10-07 | Yes, I think I've finally decided how I think scrollback should behave. | Aaron Campbell | |
1999-10-06 | y2k related fixes; from netbsd, work by fgsch/ivan | Theo de Raadt | |
1999-10-05 | Add a missing check from last commit. | Aaron Campbell | |
1999-10-05 | Kill .raw reference; don't know why I didn't see this sooner. | Jason Downs | |
1999-10-04 | Minor calculation tweaks. | Aaron Campbell | |
1999-10-04 | Fixed garbled dmesg. | Steve Murphree | |
1999-10-03 | Double the amount of shared memory pages we can maximally allocate. This | Niklas Hallqvist | |
makes TV watching in fullscreen in 640x480 work. | |||
1999-10-03 | Add missing bzero(). | Hakan Olsson | |
1999-10-01 | ignore ELLE. -moj | Mats O Jansson | |
1999-10-01 | add tag. remove VNODEPAGER. -moj | Mats O Jansson | |
1999-10-01 | Update the man page to reflect reality. | Aaron Campbell | |
1999-10-01 | add skc and sk | Jason Wright | |
1999-09-30 | Change extmem counter to include *all* extended memory segments. | Jason Downs | |
Obviously, the kernel does not (and can not) know where the ACPI and such pages are, since the boot -> kernel API does not support passing the information. This will stomp on them, once again, but we can NOT limit half the PCs in existance to only 64MB of RAM. Approved by deraadt. |