| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a refcount race with the vmspace structure. In order to prevent | dillon | 2002-12-15 | 3 | -9/+27 |
* | o Trim EOL whitespaces. | maxim | 2002-12-15 | 2 | -24/+24 |
* | o s/if_name[16]/if_name[IFNAMSIZ]/ | maxim | 2002-12-15 | 1 | -1/+1 |
* | o M_DONTWAIT is mbuf(9) flag: malloc(M_DONTWAIT) -> malloc(M_NOWAIT). | maxim | 2002-12-15 | 1 | -7/+7 |
* | o Fix byte order logging issue: sa.sin_port is already in host byte order. | maxim | 2002-12-15 | 1 | -1/+1 |
* | o Clear a high bit of ipc_perm.seq so msgget(3) never returns a | maxim | 2002-12-15 | 1 | -1/+1 |
* | As per the comments, vm_object_page_remove() now expects its caller to lock | alc | 2002-12-15 | 1 | -8/+2 |
* | Perform vm_object_lock() and vm_object_unlock() around | alc | 2002-12-15 | 1 | -2/+8 |
* | Perform vm_object_lock() and vm_object_unlock() around | alc | 2002-12-15 | 2 | -0/+4 |
* | Remove redundant check for negative or zero v_usecount; vrele() already | tjr | 2002-12-15 | 1 | -14/+7 |
* | Remove unneeded casts. Add others to make WARNS=5 happy. | obrien | 2002-12-15 | 2 | -12/+12 |
* | Assert that the page queues lock is held in vm_page_unhold(), | alc | 2002-12-15 | 1 | -2/+4 |
* | MFi386 revisions 1.375 and 1.376 | alc | 2002-12-14 | 1 | -5/+14 |
* | Change tcp.inflight_min from 1024 to a production default of 6144. Create | dillon | 2002-12-14 | 2 | -8/+28 |
* | Employ the unused bytes after the disklabel in the second sector. This makes | phk | 2002-12-14 | 4 | -48/+22 |
* | Remove unnecessary call to fsread(). | phk | 2002-12-14 | 2 | -2/+0 |
* | Restructure so we can compile UFS1_ONLY, UFS2_ONLY or UFS1_AND_UFS2 | phk | 2002-12-14 | 1 | -91/+33 |
* | Convert the use of vtophys() for doing autosense to use busdma. Also correct | scottl | 2002-12-14 | 2 | -12/+79 |
* | Always use the smaller GCC builtin memcpy | phk | 2002-12-14 | 2 | -20/+0 |
* | Remove unused variable. | phk | 2002-12-14 | 2 | -2/+2 |
* | Add prototype for sockatmark(). | fenner | 2002-12-14 | 1 | -3/+1 |
* | Don't fill in the table with the BIOS idea about disk-geometry, we don't | phk | 2002-12-14 | 2 | -30/+0 |
* | Undo the adjustment of the total memory used by dirhash in the case | iedowse | 2002-12-14 | 1 | -6/+10 |
* | Only dump the BIOS geometry table from bootinfo on PC98, we don't use | phk | 2002-12-14 | 2 | -2/+10 |
* | unwrap lines made short enough by SCARGS removal | alfred | 2002-12-14 | 8 | -46/+23 |
* | Bruce forwarded this tidbit from an analysis Van Jacobson did on an | dillon | 2002-12-14 | 2 | -2/+12 |
* | Add page locking to pmap_mincore(). | alc | 2002-12-14 | 2 | -24/+40 |
* | remove syscallarg(). | alfred | 2002-12-14 | 7 | -376/+376 |
* | SCARGS removal take II. | alfred | 2002-12-14 | 56 | -1821/+1788 |
* | Only the most recent snapshot contains the complete list of blocks | mckusick | 2002-12-14 | 4 | -144/+204 |
* | The buffer daemon cannot skip over buffers owned by locked inodes as | mckusick | 2002-12-14 | 1 | -46/+64 |
* | Fix two bugs: | archie | 2002-12-14 | 1 | -12/+27 |
* | libmchain no longer exports m_fixhdr(); remove it from EXPORT_SYMS. | tjr | 2002-12-14 | 1 | -2/+1 |
* | Keep trying to flush the vnode list for the mount while some are still | tjr | 2002-12-13 | 3 | -2/+19 |
* | Move the amd(4) driver to it's own directory in preparation for it growing | scottl | 2002-12-13 | 5 | -3035/+13 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | alfred | 2002-12-13 | 56 | -1788/+1821 |
* | Remove SCARGS. | alfred | 2002-12-13 | 56 | -1821/+1788 |
* | Add a couple of KASSERTS, just in case. | phk | 2002-12-13 | 1 | -0/+4 |
* | Correct a harmless problem when creating the DMA tag | mux | 2002-12-13 | 1 | -1/+1 |
* | Don't interpret the hotspots relative to all slices on a slicer, but | phk | 2002-12-13 | 2 | -3/+7 |
* | Fix spelling in comment. | phk | 2002-12-13 | 1 | -1/+1 |
* | Problem: Hang while bootup on Perc2/SC. | emoore | 2002-12-13 | 1 | -2/+4 |
* | Fix build with SMB_VNODE_DEBUG defined; use td_proc->p_pid instead of | tjr | 2002-12-13 | 1 | -1/+2 |
* | Store a reference to the parent directory's vnode in struct smbnode, | tjr | 2002-12-13 | 6 | -11/+13 |
* | Drop filedesc lock and acquire Giant around calls to malloc() and free(). | tjr | 2002-12-13 | 1 | -1/+18 |
* | HEAD reverts to 5.0-CURRENT | murray | 2002-12-13 | 1 | -1/+1 |
* | Don't run kldxref when installing modules on sparc64. kldxref and the whole | jake | 2002-12-13 | 2 | -2/+2 |
* | Create raw plexes and subdisks, not the old volume-related ones. This | grog | 2002-12-13 | 1 | -2/+2 |
* | sable the CAM interface on some more cards. It seemed to be confusing and | scottl | 2002-12-12 | 1 | -5/+5 |
* | The uftdi driver runs with multiple instances. | ticso | 2002-12-12 | 1 | -5/+0 |