| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Get the kernel stack right now that the u-area is gone. | cognet | 2004-11-20 | 4 | -6/+7 |
* | Use M_ZERO to not panic in mtx_init when INVARIANTS enabled. | fjoe | 2004-11-20 | 1 | -1/+1 |
* | Sort MFILES. | marcel | 2004-11-20 | 1 | -11/+9 |
* | Remove the declaration of uarea_pages. | das | 2004-11-20 | 1 | -1/+0 |
* | Remove the p_uarea and p_upages_obj fields from struct proc. | das | 2004-11-20 | 1 | -2/+3 |
* | Remove the uarea column from the DDB 'ps' display, and from grog's gdb | das | 2004-11-20 | 1 | -3/+3 |
* | Update the comment about what NO_SWAPPING does. | das | 2004-11-20 | 1 | -1/+1 |
* | Maintain the broken state of backwards compatibilty for a.out (and | das | 2004-11-20 | 3 | -6/+9 |
* | We don't do U area swapping anymore, so update some comments. Also, | das | 2004-11-20 | 1 | -5/+5 |
* | Remove UAREA_PAGES and USPACE definitions. The definitions of | das | 2004-11-20 | 1 | -9/+1 |
* | Remove some references to U area here while trying not to break | das | 2004-11-20 | 1 | -4/+3 |
* | Remove references to U area and garbage collect includes. | das | 2004-11-20 | 4 | -13/+4 |
* | Remove UAREA_PAGES. | das | 2004-11-20 | 6 | -6/+0 |
* | U areas are going away, so don't allocate them. It's worrisome that | das | 2004-11-20 | 2 | -6/+2 |
* | U areas are going away, so don't allocate one for process 0. | das | 2004-11-20 | 11 | -53/+6 |
* | Disable U area swapping and remove the routines that create, destroy, | das | 2004-11-20 | 4 | -206/+0 |
* | Malloc p_stats instead of putting it in the U area. We should consider | das | 2004-11-20 | 3 | -12/+49 |
* | user.h is included only to get pcb.h, so use the latter directly instead. | das | 2004-11-20 | 3 | -3/+2 |
* | Increase cnt.v_syscall and cnt.v_trap when needed. | cognet | 2004-11-20 | 1 | -0/+3 |
* | Remove unused macro. | glebius | 2004-11-19 | 1 | -3/+0 |
* | Cancel pending timeout before scheduling a new one. This fixes | glebius | 2004-11-19 | 1 | -0/+1 |
* | Correct typo. Return ENXIO instead of EIO. | emax | 2004-11-19 | 1 | -1/+1 |
* | Revert part of rev 1.57. The tag boundary is honored by splitting the | scottl | 2004-11-19 | 1 | -9/+5 |
* | Revert part of rev 1.56. Tag boundaries are handled by splitting segments, | scottl | 2004-11-19 | 1 | -9/+5 |
* | Place function comment above the right function. | marks | 2004-11-19 | 1 | -7/+7 |
* | Rebuild from compat/freebsd32/syscalls.master:1.43 | marks | 2004-11-18 | 2 | -2/+2 |
* | 32-bit FreeBSD ABI compatibility stubs from syscalls.master:1.179 | marks | 2004-11-18 | 1 | -1/+1 |
* | Rebuild from syscalls.master:1.179 | marks | 2004-11-18 | 5 | -2/+8 |
* | Add ntp_gettime(2) system call. | marks | 2004-11-18 | 1 | -1/+1 |
* | Add system call implementation of ntp_gettime(2). | marks | 2004-11-18 | 1 | -18/+43 |
* | Add some useful target mode diagnostics for incoming commands | gibbs | 2004-11-18 | 1 | -7/+11 |
* | Revert to basing all timeout/timer values in ms rather than us. The switch | gibbs | 2004-11-18 | 4 | -16/+26 |
* | Add dropped implementation of ioctl for fifos. | phk | 2004-11-18 | 1 | -1/+20 |
* | Ok, first blunder: ioctls are not entirely unused on vnodes anymore :-) | phk | 2004-11-18 | 1 | -0/+3 |
* | Pass path to filesystem when mounting root | phk | 2004-11-18 | 1 | -1/+1 |
* | - Since divert protocol is not connection oriented, remove SS_ISCONNECTED flag | glebius | 2004-11-18 | 1 | -33/+0 |
* | - Eliminate the acquisition and release of the bqlock in bremfree() by | jeff | 2004-11-18 | 4 | -40/+72 |
* | Make more sense out of vop_stdcreatevobject() | phk | 2004-11-18 | 1 | -21/+21 |
* | Correct another location where inquiry length as calculated from the | gibbs | 2004-11-18 | 1 | -3/+5 |
* | this should have been deleted a while ago | imp | 2004-11-18 | 1 | -9/+0 |
* | Correct an off-by-one in the calculation of the inquiry buffer length | gibbs | 2004-11-18 | 1 | -1/+11 |
* | Move KERNPHYSADDR and KERNVIRTADDR from std.i80321 to std.iq31244. | cognet | 2004-11-18 | 2 | -2/+2 |
* | Correct URL of the programming manual. | brueffer | 2004-11-17 | 2 | -2/+2 |
* | Add missing /* DEVICE_POLLING */ | brueffer | 2004-11-17 | 2 | -2/+2 |
* | Fix host route addition for more than one address to a loopback interface | mlaier | 2004-11-17 | 1 | -1/+1 |
* | only clear the IFF_OACTIVE flag when we have a chance of being able to | jmg | 2004-11-17 | 2 | -8/+8 |
* | Remove the whole uart_cpu_identify() stuff again. Now that it's no longer | marius | 2004-11-17 | 8 | -39/+0 |
* | sync comment on IFF_OACTIVE with reality.. IFF_OACTIVE is set when the | jmg | 2004-11-17 | 1 | -1/+1 |
* | Hook up mac_sysv_{msg,sem,shm}.c to the build when compiling with MAC | rwatson | 2004-11-17 | 1 | -0/+3 |
* | Add a front-end for the `rtc' device which is a MC146818 compatible | marius | 2004-11-17 | 4 | -0/+187 |