Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-25 | cpu_wait(); flush cache in setkpc; explicit bcopy() use in cpu_fork() | Michael Shalayeff | |
2000-01-25 | cpu_wait() and cpu_swapin() do exist | Michael Shalayeff | |
2000-01-25 | Added support for MVME328 SCSI VME board. | Steve Murphree | |
2000-01-25 | name a few crs according to their usage; 33 fpregs | Michael Shalayeff | |
2000-01-24 | setup fork() child return values | Michael Shalayeff | |
2000-01-24 | Amiga HW clock code was not Y2K compliant. | Marc Espie | |
Fix (from netbsd). | |||
2000-01-24 | Fixed bug in disksubr.c relating to disklabels. Added MVME376 support to ↵ | Steve Murphree | |
le. Made installboot insert M68K for volume ID, not M88K. Correctly documented installboot. | |||
2000-01-24 | required files for ELF share library support. this version is | Dale S. Rahn | |
somewhat skeletal. | |||
2000-01-24 | Previous fix to allow '-' in filenames did not work as desired, | Dale S. Rahn | |
causes a trailing ' ' to be on filenames and was not recognized if at beginning of string. Fixed so those instances work also. | |||
2000-01-23 | Slight changes to root drive detection for powerpc (mac). | Dale S. Rahn | |
2000-01-23 | remove vga/vgafb for now. mac is currently running on openfirmware | Dale S. Rahn | |
console and now that configuration works better, this causes problems. | |||
2000-01-22 | Remove vga and wscons, not used yet due to openfirmware console. | Dale S. Rahn | |
2000-01-22 | Use .Va macro when referring to the global variable errno. | Aaron Campbell | |
2000-01-22 | changes to GENERIC must be matched in GENERIC_SCSI3 | Theo de Raadt | |
2000-01-22 | Fix pci probing for the powerpc port, it was previously only probing a | Dale S. Rahn | |
portion of the pci devices, 1,2,4,8,... instead of 1,2,3,4,5,6,7,8,... Updated to use indirect PCI configuration, so that pci-pci buses could be probed. And that devices > 11 on the pci bus could be detected. | |||
2000-01-22 | Allow the address specified in the bus_space_map to either be | Dale S. Rahn | |
the absolute address requested, or the offset address, this is done by oring the requested address with the bus base address. Devices on the mac-io bus are bus base relative, but the pci devices are absolute addresses. | |||
2000-01-22 | do not interpret a '-' character in a file or bootpath as the beginning of | Dale S. Rahn | |
options, the dash character is only special if a space preceeds it. fixes booting from "/pci/mac-io/ide/disk/bsd". | |||
2000-01-19 | Sloppy me. | Aaron Campbell | |
2000-01-19 | Fix matthieu's damage. Amiga kernel sure compiles better with a prototype | Marc Espie | |
for mmioctl. | |||
2000-01-18 | Change so unmodified function key presses are passed to the application. Match | Aaron Campbell | |
function key output characters to those found for the vt220 terminal description in the termcap database. This makes function keys work in Midnight Commander, for example. While we're at it, remove the PCVT_VT220KEYB option altogether. | |||
2000-01-18 | serial console | Michael Shalayeff | |
2000-01-17 | pmap_{zero,copy}_page4m: use getptep4m to get the ptes for vpages. | Artur Grabowski | |
This way we only walk the tables once every boot and we don't have to switch to context 0 on every call. | |||
2000-01-17 | remove unneeded stuff from setregs; force single-user for now, enable signal ↵ | Michael Shalayeff | |
debug | |||
2000-01-17 | spaces everywhere | Michael Shalayeff | |
2000-01-17 | spaces everywhere | Michael Shalayeff | |
2000-01-17 | spaces everywhere, some knf | Michael Shalayeff | |
2000-01-17 | spaces everywhere | Michael Shalayeff | |
2000-01-17 | spaces and knf | Michael Shalayeff | |
2000-01-17 | on fork, flush pcb too, update pcsq | Michael Shalayeff | |
2000-01-17 | let pmap_enter_pv return a created pv, which simplifies futher pv operation | Michael Shalayeff | |
2000-01-17 | Remove `pc_disp_special'. | Aaron Campbell | |
2000-01-17 | Remove `pcdisp_special', which was actually a gross hack. Instead, move the | Aaron Campbell | |
`pcdisp' check in write_char() beyond the 0x20-0x7f character value scope. This change should fix most problems when intermixing DEC character- and IBMPC character-based apps in the PCVT console. | |||
2000-01-17 | some more paranoid checks, shorter trap desriptions | Michael Shalayeff | |
2000-01-17 | add syscall frame flag | Michael Shalayeff | |
2000-01-16 | Closer to support for UVM on powerpc, tries to execute user programs, but | Dale S. Rahn | |
then fails with illegal instruction. (init or shell). | |||
2000-01-16 | update | Michael Shalayeff | |
2000-01-16 | remove more references to -H and -V. -moj | Mats O Jansson | |
2000-01-15 | set the delay to 4000. this is needed by the Compaq AP400; kos@flirble.org | Theo de Raadt | |
2000-01-15 | P3 id 8 is Coppermine; thanks maja for testing on your sweet sweet box | Theo de Raadt | |
2000-01-14 | Cleanup the handling of ptes on 4m. | Artur Grabowski | |
Implement a generic getptep4m that returns the pointer to the pte for (pmap, va). reimplement (and make static __inline) {set,get}ptesw4m and setpte4m using getptep4m. (more on this topic coming soon) | |||
2000-01-14 | make setpgt4m static __inline, remove dead code. | Artur Grabowski | |
2000-01-14 | Might as well ding the version number. | Jason Downs | |
2000-01-14 | I could be wrong, but I doubt the world is going to end this year. Let's | Jason Downs | |
give us at least through 2038 (which is the end of time, anyway). :-) | |||
2000-01-14 | Remove change that was checked in by accident with last commit. | Dale S. Rahn | |
2000-01-14 | UVM changes mainly. As of this checkin UVM is still not working for powerpc | Dale S. Rahn | |
it has a copyin bug after device configuration. However to get these diffs out of my tree. All of the UVM code is currently inside ifdef UVM the kernel works fine without option UVM. Config files have been left without UVM for now. Prelimiary changes for busdma, (what UVM was wanted for). | |||
2000-01-14 | RAMDISK kernels should not be configured as GENERIC, remove unnecessary | Dale S. Rahn | |
pieces associated, shrinking the kernel is good. Add ppb to both of these, the PCI-PCI bridge would be a good thing for machine that have one. | |||
2000-01-14 | fix ipv6 typo. | Dale S. Rahn | |
2000-01-13 | add pcic2; matt@zigg.com | Theo de Raadt | |
2000-01-12 | ifdef SUN4M, ok art@ | David Leonard | |
2000-01-12 | kill pcb_upaddrs, one more fpreg (for fpemu) | Michael Shalayeff | |