Age | Commit message (Expand) | Author |
2006-01-09 | Remove completely obsolete comment from the pre-wscons sparc days in | Miod Vallat |
2006-01-08 | Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2 | Todd C. Miller |
2006-01-06 | Don't redefine SIZE_MAX | Todd C. Miller |
2006-01-06 | Don't add the same function twice when ordering the functions of a PCI device. | Mark Kettenis |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller |
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller |
2006-01-03 | Try to prevent red stating the machine on a misaligned user space stack by | Mark Kettenis |
2006-01-02 | Remove orphaned cpu_exec_aout_makecmds() since we don't _KERN_DO_AOUT. | Miod Vallat |
2006-01-02 | do i2c initialization using ofw data instead of scanning; ok kettenis | Theo de Raadt |
2005-12-31 | Make PT_SETFPREGS work even if the process didn't use the fpu yet. | Mark Kettenis |
2005-12-30 | Remove unused COMPAT_NETBSD32 block and get rid of register{32,64}_t | Todd C. Miller |
2005-12-30 | Now that errno.h and sys/errno.h are separate header files there is no | Todd C. Miller |
2005-12-28 | Remove dead cruft. | Miod Vallat |
2005-12-27 | enable some i2c bus drivers (piixpm(4), alipm(4), ichiic(4)) as needed | Theo de Raadt |
2005-12-27 | Remove unused sw_nblks field of struct swdevt. Then, remove swapconf() | Miod Vallat |
2005-12-25 | Ensure child_return() leaves registers the same way a successfull system | Miod Vallat |
2005-12-22 | Set correct partition offset to 0 when initializing RAW_PART. | Kenneth R Westerback |
2005-12-20 | using the right ebus bus space makes this beep again | Martin Reindl |
2005-12-18 | Don't include cdefs.h if _LOCORE is defined and hide some more defines | Todd C. Miller |
2005-12-17 | Fix PT_{GET|SET}FPREGS. Make sure we flush the fpu before reading/modifying | Mark Kettenis |
2005-12-16 | Compile out process_sstep() as we don't define PT_STEP, thus nothing uses | Miod Vallat |
2005-12-14 | convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@ | Todd C. Miller |
2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller |
2005-12-12 | Nuke unused pmap_from_phys_address(). | Miod Vallat |
2005-11-24 | Remove unnecessary cast in an atop() construct. | Miod Vallat |
2005-11-24 | add lint-specific hacks. at the same time, clean out a lot of ancient | Theo de Raadt |
2005-11-15 | add ixgb(4) though commented out for now. | Brad Smith |
2005-11-14 | add de and pcn | Brad Smith |
2005-11-11 | Remove machdep.booted_kernel sysctl of questionable usefulness. | Miod Vallat |
2005-11-11 | Enable or disable keyclick on attach, based upon the PROM keyboard-click? | Miod Vallat |
2005-11-11 | Simplify a computation in a can't happen diagnostic message. | Miod Vallat |
2005-11-05 | add or enable lmc(4) | Brad Smith |
2005-10-24 | Mach-macro free | Martin Reindl |
2005-10-10 | add ti(4), commented out sk(4) and some PHY | Brad Smith |
2005-10-06 | match isp as a PCI device called "SUNW,isptwo". | Brad Smith |
2005-09-21 | isbad() is only used on SMD disks on sparc; remove it on other platforms. | Miod Vallat |
2005-09-15 | Change child_return() to record a proper ktrace record for vfork child | Miod Vallat |
2005-09-12 | Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit | Miod Vallat |
2005-09-08 | make comments match the fact that we are on sun4u, plus minor cleanup | Martin Reindl |
2005-09-04 | remove unused NetBSD pci_intr_evcnt() function. | Brad Smith |
2005-08-09 | apparently some ultra machines do need this, work by miod; testing my uwe | Theo de Raadt |
2005-08-08 | Skip (trap) instruction in cpu_fork() instead of proc_trampoline(). | Mark Kettenis |
2005-08-06 | We do not need a char machine_arch[] constant. | Miod Vallat |
2005-08-03 | enable safte and ses on all archs that appear to have real scsi busses | David Gwynne |
2005-08-01 | I'm Positive these are Type-O. | Miod Vallat |
2005-08-01 | spacing; ok deraadt@ | David Krause |
2005-07-31 | Get rid of unused SINCR and SSIZE constants. | Miod Vallat |
2005-07-31 | remove the config glue between the /dev entry for ses and its driver | David Gwynne |
2005-07-30 | Don't do nothing -> Don't do anything | Brad Smith |
2005-07-27 | Back out 1.16. There are cases where we can recover from OF_mapintr | Artur Grabowski |