| Commit message (Expand) | Author | Age | Files | Lines |
* | Back out all the stuff that didn't belong in the last commit. | phk | 2003-05-02 | 8 | -45/+27 |
* | Use g_slice_spoiled() rather than g_std_spoiled(). | phk | 2003-05-02 | 9 | -28/+47 |
* | Use g_slice_spoiled() not g_std_spoiled() | phk | 2003-05-02 | 1 | -1/+1 |
* | Use g_slice_spoiled() rather than g_std_spoiled() | phk | 2003-05-02 | 1 | -2/+2 |
* | Use g_slice_spoiled() rather than g_std_spoiled(). | phk | 2003-05-02 | 1 | -1/+1 |
* | Use a more tailored spoil routine for slices, and take advantage of | phk | 2003-05-02 | 2 | -15/+20 |
* | Style improvement. | phk | 2003-05-02 | 1 | -4/+2 |
* | Use g_wither_geom() for cleanup. | phk | 2003-05-02 | 2 | -6/+4 |
* | Call g_wither_geom(), instead of just setting the flag. | phk | 2003-05-02 | 1 | -3/+13 |
* | Fix typo in last commit | julian | 2003-05-02 | 1 | -1/+1 |
* | Rework the "withering" mechanism: | phk | 2003-05-02 | 2 | -17/+47 |
* | check_drive: If we find an existing drive which is "up" or "down", | grog | 2003-05-02 | 1 | -2/+4 |
* | Rename g_slice_init() to the more appropriate g_slice_alloc() and give | phk | 2003-05-02 | 1 | -4/+14 |
* | Per previous announcement, remove the old version of the rc system. | dougb | 2003-05-02 | 1 | -1/+1 |
* | style improvement. | phk | 2003-05-02 | 1 | -3/+2 |
* | Get rid of trivial function g_destroy_event(). | phk | 2003-05-02 | 1 | -10/+3 |
* | Lock the vm_object when updating its shadow list. | alc | 2003-05-02 | 1 | -2/+10 |
* | Add the M_FREELIST flag, which is used to detect whenever a | silby | 2003-05-02 | 2 | -0/+11 |
* | Simplify the removal of a shadow object in vm_object_collapse(). | alc | 2003-05-02 | 1 | -3/+3 |
* | White space changes. | grog | 2003-05-02 | 1 | -11/+10 |
* | Unbreak alpha and ia64 builds. The previous change made the inclusion | marcel | 2003-05-02 | 1 | -1/+6 |
* | - Reduce the DVMA preallocation limit from 128kB to 32kB. 128kB were | tmm | 2003-05-02 | 3 | -3/+3 |
* | remove old and inaccurate XXX comment. | julian | 2003-05-02 | 1 | -1/+0 |
* | Move the flag that indicates an idle thread from the KSE to the thread. | julian | 2003-05-02 | 5 | -5/+5 |
* | Remove Giant from the setuid(), seteuid(), setgid(), setegid(), | jhb | 2003-05-01 | 1 | -30/+0 |
* | Small style tweaks to some members of struct session and sigio to be more | jhb | 2003-05-01 | 1 | -5/+5 |
* | Initialize and destroy the struct proc mutex in the proc zone's init and | jhb | 2003-05-01 | 3 | -5/+6 |
* | Plug some memory-leaks. | phk | 2003-05-01 | 1 | -2/+7 |
* | Restore local changes accidentally lost in the last import. | jhb | 2003-05-01 | 6 | -6/+54 |
* | Remove the now obsolete geomidorname hack. | phk | 2003-05-01 | 2 | -107/+0 |
* | Fix a printf warning from the recent CAM changes. | jhb | 2003-05-01 | 1 | -2/+2 |
* | Add a new flag, EV_CANCELED, and use it to make g_waitfor_event() return | phk | 2003-05-01 | 1 | -1/+5 |
* | When events on a reference is cancelled, check our doorstep first, | phk | 2003-05-01 | 1 | -0/+7 |
* | Catch up to reworked debugging levels in latest Intel import. | jhb | 2003-05-01 | 1 | -5/+4 |
* | Remove now unneeded special case for "geom.ctl". | phk | 2003-05-01 | 1 | -2/+0 |
* | Garbage collect unused TDF_INMSLEEP flag. | jhb | 2003-05-01 | 2 | -2/+0 |
* | Instead of recording the Unix time in a process when it starts, record the | des | 2003-05-01 | 7 | -11/+15 |
* | Fix lock order reversal when opening device and chn_reset fails. | orion | 2003-05-01 | 1 | -5/+4 |
* | Remove DIOCGPC98 ioctl. | nyan | 2003-05-01 | 2 | -6/+0 |
* | - Move decoding pc98_partition function into geom_pc98_enc.c. | nyan | 2003-05-01 | 5 | -24/+84 |
* | Fix to build pc98 boot loader after support amd64. | nyan | 2003-05-01 | 2 | -3/+120 |
* | Note when we issue a request to the disk driver, so that we can | grog | 2003-05-01 | 1 | -1/+2 |
* | Fix compiling problem, p_tracee is in my local repository for | davidxu | 2003-05-01 | 2 | -6/+0 |
* | Use only a 64bit hash filter table for ADM-Centaur cards like the | mbr | 2003-05-01 | 2 | -2/+10 |
* | Drop Giant lock before suspended, pick up it after resumed. | davidxu | 2003-05-01 | 2 | -2/+10 |
* | Do not attempt to free NULL dinodes (i_din1 or i_din2) in ffs_ifree(). | tjr | 2003-05-01 | 1 | -2/+2 |
* | Free i_din2 instead of i_din1 in ffs_ifree() on UFS2 filesystems. | tjr | 2003-05-01 | 1 | -1/+1 |
* | I'm pleased to announce that Promise is now supporting the FreeBSD | sos | 2003-05-01 | 2 | -9/+161 |
* | Relax the test for when to use LBA instead of CHS size. | sos | 2003-05-01 | 1 | -2/+2 |
* | Fix compile errors on ia64 in dagetcapacity. Set block_len and maxsector | ken | 2003-05-01 | 1 | -0/+2 |