Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-08 | no man page! | Theo de Raadt | |
1999-07-08 | install into man8/arch subdirs | Theo de Raadt | |
1999-07-08 | right | Michael Shalayeff | |
1999-07-08 | microtime(), s/cr15/eiem/, some comments, tabs vs spaces | Michael Shalayeff | |
1999-07-07 | define vaddr_t, paddr_t, vsize_t and psize_t | Artur Grabowski | |
1999-07-07 | typo | Michael Shalayeff | |
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell | |
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. | |||
1999-07-06 | for CTRL-ALT-DEL, send SIGUSR1 to initproc | Theo de Raadt | |
1999-07-05 | but make it work for multiple cards... i think | Theo de Raadt | |
1999-07-05 | calculate ca_offset correctly | Theo de Raadt | |
1999-07-05 | header file changes for recent powerpc changes. | Dale S. Rahn | |
1999-07-05 | Several changes here: | Dale S. Rahn | |
(Some of these changes are work in progress and may change more later) locore.S: rearranged to remove most of the direct openfirmware references in the attempt to move all of the openfirmware pieces into ofw_ files. This could allow other firmware type to be supported easier. Also this keeps the openfirmware code grouped in the same files. OF_buf is now statically allocated in the data/bss section instead of allocated during initialization. machdep.c: change the order of vm initialization, Still considering removing the BATs from use. instead of calls directly to ppc_exit and ppc_boot these are now called via a firmware function pointer structure. Add iMac recognition to systems ofw_machdep.c: function pointer structure to allow different firmware to supply specific system functionality, normally startup and reset, including a hook to notify when bsd is about to go virtual, in case firmware calls need to act different after that time. Allow BSD to handle the virtual memory operations for openfirmware. this idea was copied from NetBSD macppc, It is not fully implemented, among other problems, openfirmware does not have a mechanism to add new mappings. ofwreal.S: Major rewrite of the firmware call code, It still copies a portion of the stack, but now does not restore exeception vectors. Modified to be similar in idea to NetBSD macppc with BSD handling the openfirmware VM faults/TLB misses. This still needs to be reviewed, Should be possible to not require any stack copy. opendev.c: OF_bus is not a pointer to the buffer, but is the buffer itself now. openfirm.c: OF_bus is not a pointer to the buffer, but is the buffer itself now. Dont panic if OF_boot fails, OF_boot can be called by panic. instead print and the hang in a spin loop. pmap.c: call the firmware function to get memory regions. Scale the PowerPC hash table size by size of real memory. Properly align the hash table based on the start, not just the size. | |||
1999-07-05 | move some code under ifdef DDB, it uses a db_ function during the call. | Dale S. Rahn | |
It is a debugging operation anyway. | |||
1999-07-05 | Fix backtraces from ddb for powerpc, If addr is not specified, it will | Dale S. Rahn | |
start using the ddb_regs. If the address is specififed, start from the address. | |||
1999-07-05 | Use a breakpoint to cause an exception to cause the registers to be | Dale S. Rahn | |
saved for debugging purposes. | |||
1999-07-05 | correctly extract fields for disassembly. | Dale S. Rahn | |
1999-07-05 | Recognize the 750 (G3) processor. | Dale S. Rahn | |
1999-07-05 | don't cache pagetables on a microsparc 2, From NetBSD | Artur Grabowski | |
1999-07-03 | remove redundant .Pp macros | Aaron Campbell | |
1999-07-02 | consistent .Dd usage; proper format is: .Dd Month DD, YYYY | Aaron Campbell | |
1999-07-02 | Kludge to not get locked threads with UVM, XXX | Niklas Hallqvist | |
1999-07-01 | lmc driver; ported by chris@dqc.org | Theo de Raadt | |
1999-07-01 | new mdoc'd bootpef(8), bootptest(8), vttest(1) man pages; kwesterback@home.com | Aaron Campbell | |
also repairs to mdoc.samples(7) and tcpdump(8) | |||
1999-06-30 | do not allocate pv_entries for the block-mapped area | Michael Shalayeff | |
1999-06-29 | do not enable eisa by ourselves, better viper size print | Michael Shalayeff | |
1999-06-29 | add rl & rlphy | Jason Wright | |
1999-06-29 | support for pnic | Jason Wright | |
1999-06-24 | fix cpu_switch panic | Michael Shalayeff | |
1999-06-24 | manualy assign structures | Michael Shalayeff | |
1999-06-23 | no reason for audio on the RAMDISK | Theo de Raadt | |
1999-06-23 | hme dma version for fas cards | Theo de Raadt | |
1999-06-23 | fdc's irq is 20 | Michael Shalayeff | |
1999-06-23 | regen | Michael Shalayeff | |
1999-06-22 | add TI tokenring card id (gecko) | Michael Shalayeff | |
1999-06-22 | sprintf unknown device's id numbers in hex | Michael Shalayeff | |
1999-06-22 | once it proved itself to work on everything we can get to, bump a version to ↵ | Michael Shalayeff | |
1/2 (; | |||
1999-06-22 | this change somehow escaped the fpregs commit | Michael Shalayeff | |
1999-06-22 | do the trace cmd | Michael Shalayeff | |
1999-06-22 | allow stack tracing up to the very bottom of the stack; also tabs vs spaces | Michael Shalayeff | |
1999-06-22 | why underscore if we have dollars | Michael Shalayeff | |
1999-06-22 | all kinds of tricks w/ gcc flags | Michael Shalayeff | |
1999-06-22 | need more room... bump RELOC | Jason Wright | |
1999-06-22 | commented-out aeon support | Theo de Raadt | |
1999-06-22 | RAMDISK is floppy only; remove tc support | Theo de Raadt | |
1999-06-21 | avoid another sparc egcs bug, apparently | Theo de Raadt | |
1999-06-21 | unexpectedly working disasm | Michael Shalayeff | |
1999-06-18 | do not include fpu regs into trapframe, according to the | Michael Shalayeff | |
lazy fpu context switching it could be well saved into pcb. this brings trapframe to 256 bytes (including 5 spare words). adjust all the code to deal w/ moved fpu regs save area. | |||
1999-06-18 | regen | Michael Shalayeff | |
1999-06-18 | shortify names a little | Michael Shalayeff | |
1999-06-17 | fix continuing from breakpoints on sparc | Artur Grabowski | |