| Commit message (Expand) | Author | Age | Files | Lines |
* | o Add new header <sys/stdint.h>. | mike | 2001-11-02 | 4 | -0/+470 |
* | Remove funky right justification. | mike | 2001-10-23 | 1 | -8/+8 |
* | Move procfs_* from procfs_machdep.c into sys_process.c, and rename them to | des | 2001-10-21 | 1 | -156/+0 |
* | [partially forced commit due to pilot error in earlier commit attempt] | des | 2001-10-21 | 4 | -15/+48 |
* | Fix includes based on recent changes to lock.h, mutex.h and ktr.h. | mp | 2001-10-19 | 8 | -7/+10 |
* | Try two on the preprocessing logic. | obrien | 2001-10-19 | 1 | -1/+1 |
* | Cleanup of the stdarg code. | mp | 2001-10-19 | 2 | -54/+11 |
* | Add support for the gcc-2.95 stdarg implementation. | mp | 2001-10-18 | 2 | -0/+40 |
* | My attempts at minimizing the number of #def's got me in trouble. | obrien | 2001-10-18 | 1 | -5/+5 |
* | Add support for "__gnuc_va_list". Some overly "smart" libraries assume | obrien | 2001-10-18 | 1 | -2/+5 |
* | Flesh out cpu_fork() and cpu_set_fork_handler(). This is a work in progress. | benno | 2001-10-15 | 2 | -26/+122 |
* | - Correct the type of the argument to delay() so as to not conflict with | benno | 2001-10-15 | 3 | -3/+4 |
* | Fix typo. | mp | 2001-10-15 | 3 | -3/+3 |
* | Save WIP. Partial rewrite of cpu_switch() and savectx(). This makes it closer | mp | 2001-10-15 | 5 | -483/+76 |
* | Implement pmap_mapdev. | benno | 2001-10-14 | 4 | -0/+82 |
* | Add memory disk support to allow the boot process to proceed a bit further. | mp | 2001-10-12 | 1 | -0/+4 |
* | Modify a virtual address check to allow use of the openfirmware callback | mp | 2001-10-12 | 2 | -2/+2 |
* | Add standard calls to device_add_child() and root_bus_configure(). | mp | 2001-10-12 | 1 | -0/+4 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 1 | -1/+1 |
* | Add a call to init_param() to initialize some necessary variables. | mp | 2001-10-08 | 2 | -0/+6 |
* | Dissociate ptrace from procfs. | des | 2001-10-07 | 1 | -1/+0 |
* | Fix problem where a user buffer outside of the area being tested | mjacob | 2001-10-02 | 2 | -2/+2 |
* | Catch up to recent removal of curpcb from globals.h. | mp | 2001-09-24 | 4 | -24/+32 |
* | Add missing include file. | mp | 2001-09-20 | 3 | -0/+3 |
* | Don't include NFS headers. | mp | 2001-09-20 | 1 | -4/+0 |
* | Replicate a change from alpha/genassym.c to other arches. This should | peter | 2001-09-20 | 1 | -3/+3 |
* | Use BATL/BATU macros instead of hardcoded hex constants. | mp | 2001-09-20 | 3 | -27/+12 |
* | Update PowerPC MD code to compile and do initial bootstrap based on | mp | 2001-09-20 | 22 | -193/+519 |
* | Cleanup and split of nfs client and server code. | peter | 2001-09-18 | 1 | -2/+0 |
* | GC obsolete cruft from this file. | jhb | 2001-09-18 | 1 | -14/+0 |
* | Whitespace fixes. | jhb | 2001-09-18 | 1 | -2/+2 |
* | - If we ever do the per-cpu KTR stuff, the index won't be volatile as it | jhb | 2001-09-18 | 2 | -20/+20 |
* | - Fix a missed idleproc -> idlethread conversion. | jhb | 2001-09-18 | 2 | -4/+2 |
* | KSE Milestone 2 | julian | 2001-09-12 | 11 | -51/+60 |
* | Rip some well duplicated code out of cpu_wait() and cpu_exit() and move | peter | 2001-09-10 | 2 | -50/+16 |
* | Missing part of dillon's coredump commit. cpu_coredump() was still | peter | 2001-09-08 | 2 | -4/+2 |
* | style(9) the structure definitions. | obrien | 2001-09-05 | 1 | -1/+1 |
* | Zap #if 0'ed map init code that got moved to the MI area. | peter | 2001-09-04 | 2 | -236/+4 |
* | Nuke #if 0'ed "setredzone()" stub. We never used it, and probably | peter | 2001-09-04 | 2 | -34/+0 |
* | Axe stale mp_fixme(). | jhb | 2001-09-01 | 2 | -2/+0 |
* | Similar to changes on i386/alpha/etc pmap.c; converge on a similar | peter | 2001-08-31 | 3 | -45/+45 |
* | o Remove some GCCisms in src/powerpc/include/endian.h. | mike | 2001-08-30 | 2 | -12/+16 |
* | vm_page_zero_idle() is no longer MD. | peter | 2001-08-25 | 1 | -1/+0 |
* | Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for this | peter | 2001-08-21 | 2 | -0/+12 |
* | Minor style(9)'ing | obrien | 2001-08-16 | 1 | -2/+9 |
* | style(9) and make consistent across platforms | obrien | 2001-08-16 | 2 | -28/+26 |
* | OFF_T -> OFF (more standard style) | ache | 2001-08-15 | 2 | -4/+4 |
* | The 'astpending' variable is already declared in trap.c (and unused in | jhb | 2001-08-15 | 1 | -1/+0 |
* | FreeBSD doesn't use a want_resched variable. Instead, the PS_NEEDRESCHED | jhb | 2001-08-15 | 3 | -15/+0 |
* | Add OFF_T_MAX/OFF_T_MIN | ache | 2001-08-15 | 2 | -0/+6 |