Age | Commit message (Expand) | Author |
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 | 'spoofonly' does not mean what I thought it meant. The whole point is | Kenneth R Westerback |
2005-12-12 | One procfs.h leftover there, too. | Miod Vallat |
2005-12-11 | Replace procfs_domem() with a similar interface, process_domem(), which lives | Miod Vallat |
2005-11-23 | fix DEBUG build | Martin Reindl |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
2005-11-15 | enable bktr(4) and radio(4) on alpha | Robert Nagy |
2005-11-12 | no longer require boot_osflags being set to 'a' in the SRM for going multiuse... | Martin Reindl |
2005-11-03 | use splvm() here instead of splimp(). in currently unused MULTIPROCESSOR code. | Brad Smith |
2005-10-30 | Remove unused pcb field (this should have been part of the fetch(9)/store(9) | Miod Vallat |
2005-10-28 | no more Mach-macros | Martin Reindl |
2005-10-17 | Rename ncpus to alpha_ncpus so that MI ncpus matches the number of | Miod Vallat |
2005-09-27 | Don't try to read the DOS label from the device if spoofonly is 1. | Kenneth R Westerback |
2005-09-15 | In syscall(), do not recompute the struct proc * after the syscall has | Miod Vallat |
2005-09-15 | Change child_return() to record a proper ktrace record for vfork child | Miod Vallat |
2005-08-06 | If a process has trashed its stack, use sigexit() instead of psignal() to | Miod Vallat |
2005-06-17 | Override cpu_switch() with a faster version if we can use BWX instructions. | Miod Vallat |
2005-05-09 | fixes and updates for root device detection from NetBSD: | Martin Reindl |
2005-05-09 | - add alpha optimized in4_cksum | Brad Smith |
2005-04-28 | shrink extra verbose crud | Theo de Raadt |
2005-04-28 | shut up | Theo de Raadt |
2005-04-21 | count fpu lazy context switches; deraadt@ ok | Michael Shalayeff |
2005-04-21 | correct idiom for snprintf failure handling; ok beck | Theo de Raadt |
2005-03-30 | first approximation: spoof UDF filesystem disklabels when we see them. | Theo de Raadt |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-12-24 | {e,}intr{cnt,names} bye-bye. | Miod Vallat |
2004-12-06 | Use uvm_grow() to account for stack growth, rather than home-grown code | Miod Vallat |
2004-11-02 | Remove __HAVE_NWSCONS and related remnants of pre-wscons days; no functional | Miod Vallat |
2004-08-16 | Uninline splraise to save some time and space. | Artur Grabowski |
2004-07-18 | minor space savings | Theo de Raadt |
2004-07-06 | assert is dumb dumb dumb; no objection from miod | Theo de Raadt |
2004-07-04 | turn off _KERN_DO_ECOFF unless COMPAT_OSF1 is enabled. This shrinks the | Theo de Raadt |
2004-07-03 | sigh, not yet | Theo de Raadt |
2004-07-03 | oops something went wrong in commit | Theo de Raadt |
2004-07-03 | {e,}intr{names,cnt} are extinct | Theo de Raadt |
2004-06-28 | Use new event counter API for interrupt counting on alpha. By me, with some | Aaron Campbell |
2004-06-18 | Add /dev/crypto support. | Miod Vallat |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-06-08 | Use cpuid_t whenever possible, rather than an angry combination of long | Miod Vallat |
2004-06-08 | pull ncpus support from smp tree into main branch. | Marco S Hyman |
2004-05-30 | Devices hot plugging support. | Alexander Yurchenko |
2004-03-17 | Make sure disklabels use at least DEV_BSIZE as their sector size. | Miod Vallat |
2004-03-10 | Ensure that we obey a user's ddb> boot reboot command even if the system | Tom Cosgrove |
2004-02-10 | Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET | Todd C. Miller |
2004-01-22 | dot_conv() is not used. | Miod Vallat |
2004-01-22 | Nuke ddb_regs common. | Miod Vallat |
2004-01-13 | grog EV68 | Theo de Raadt |
2003-12-22 | typos from Jared Yanovich; | Jason McIntyre |
2003-11-17 | Sync cpu_swapout() comments with reality. | Miod Vallat |