Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-21 | totally useless inlines, cost 1380 bytes too | Michael Shalayeff | |
2001-09-21 | a bit smaller size, and add gem | Jason Wright | |
2001-09-21 | Not yet working, but getting a bit closer. | Hakan Olsson | |
2001-09-21 | Correct some pryntf() usage: get the correct number of arguments in the | Miod Vallat | |
correct order. | |||
2001-09-21 | Correctly initialize variables in cpu_fork(). From NetBSD. | Miod Vallat | |
2001-09-21 | Add the support for "-c", UKC in the bootloader. Note that currently this | Dale Rahn | |
is not fully supported by the kernel, so will just hang the machine. | |||
2001-09-21 | Unnecessary wrapper. | Artur Grabowski | |
2001-09-21 | Save some space on the stack for AuxInfo. Dynamic binaries now have the ↵ | Artur Grabowski | |
correct argv. | |||
2001-09-21 | regen | Artur Grabowski | |
2001-09-21 | no need for own implemenation of p{read,write}{,v} | Artur Grabowski | |
2001-09-21 | grammar fixens; from Kaspar Toomik <kaspar@anisakis.org>, pr2077 | Michael Shalayeff | |
2001-09-21 | Fix natlook (broke ftp-proxy) and a memory leak. | Daniel Hartmeier | |
From Ryan McBride. | |||
2001-09-21 | bump size to 8192 and remove a sparc-ism | Jason Wright | |
2001-09-21 | -TEST,+RAMDISK | Jason Wright | |
2001-09-21 | Don't protect useful macro definitions with #ifdef _LOCORE, as libc needs | Miod Vallat | |
some of them. | |||
2001-09-21 | phys_map declaration comes from <vm/vm.h>, no need to declare it locally. | Miod Vallat | |
2001-09-21 | Shared interrupts are not that uncommon. Stop chatting about it. | Artur Grabowski | |
2001-09-21 | uvm_km_suballoc() will panic if it fails. No need to check the return | Miod Vallat | |
value. | |||
2001-09-21 | Driver for Sun GEM ethernet. Not ready yet. | Artur Grabowski | |
From NetBSD | |||
2001-09-20 | cosmetic. | Artur Grabowski | |
2001-09-20 | Better timeout usage. | Miod Vallat | |
2001-09-20 | No longer necessary. GENERIC is a good test kernel now. | Artur Grabowski | |
2001-09-20 | From NetBSD: allow loading of kernels with bss+data > 4M | Jason Wright | |
2001-09-20 | Three changes from NetBSD: | Jason Wright | |
o in pmap_clear_modify(), we need to clear the TLB_W bit (ie. the hardware write-enable bit) to re-enable modify-bit emulation even if we're doing HWREF. o Fix locking problem. o Change data segment size calculations so we don't need to resize if the bootloader did it for us. | |||
2001-09-20 | Incorrect parens (from netbsd) | Jason Wright | |
2001-09-20 | Our printf has %b, use it and don't bother with snprintf stuff. | Jason Wright | |
2001-09-20 | correct %b strings | Jason Wright | |
2001-09-20 | grammar; from toby | Michael Shalayeff | |
2001-09-20 | openfirmware device (and move ksyms decl to conf.h) | Jason Wright | |
2001-09-20 | document why we use random() | Theo de Raadt | |
2001-09-20 | sync | Michael Shalayeff | |
2001-09-20 | no one cares if RFIFO has been hit... so shaddap! | Jason Wright | |
2001-09-20 | s/TF_SIZE/TRAPFRAME_SIZEOF/ to make it compile now | Michael Shalayeff | |
2001-09-20 | make this produce the assym.h at least, was very hard to test of course | Michael Shalayeff | |
2001-09-20 | OpenBSD style bit definitions | Jason Wright | |
2001-09-20 | undef HMEDEBUG by default, and maximum rx/tx size is | Jason Wright | |
ETHERMTU + sizeof(struct ether_header) not ETHERMTU | |||
2001-09-20 | occured->occurred | Mike Pechkin | |
idea from deraadt@ via NetBSD millert@ ok | |||
2001-09-20 | the use of arc4random() in ether_ifattach() is wrong as randomattach() | Peter Galbavy | |
has not yet been called at this point. replace arc4random() with the more mundae random()&0xff as the use of a strong PRNG is not need here, where this code just helps fix up broken MAC addresses anyway now to find the real problem with my sis(4) LAN interface... ok'd by jason@ | |||
2001-09-20 | Allow nesting of fault handlers by saving old onfault handler and | Dale Rahn | |
restoring it when the copying/copyout/badaddr functions finish. | |||
2001-09-20 | On a fault the onfault condition should be set to the old handler, not | Dale Rahn | |
cleared. This code restored the old handler on normal completion but not on fault. | |||
2001-09-20 | Be much more careful about pcb_onfault. | Artur Grabowski | |
Should solve 2026. | |||
2001-09-20 | Get rid of B_VFLUSH. Tested by costa and me. | Grigoriy Orlov | |
2001-09-20 | regen | Nathan Binkert | |
2001-09-20 | more broadcom BCM570x based boards. | Nathan Binkert | |
from FreeBSD | |||
2001-09-20 | Avoid leaking memory if uiomove fails. | Artur Grabowski | |
2001-09-20 | remove mountroot_hooks and add all of the stuff necessary for RAMDISK_HOOKS | Jason Wright | |
2001-09-19 | add mapping for ramdisks to chrtoblktbl | Jason Wright | |
2001-09-19 | Get rid of B_VFLUSH. Not relevant after the end of the AGE queue. | Constantine Sapuntzakis | |
2001-09-19 | typo | Theo de Raadt | |
2001-09-19 | Get rid of unused pagezero variable. From NetBSD. | Miod Vallat | |