| Commit message (Expand) | Author | Age | Files | Lines |
| * | expand_name fixes: | Alfred Perlstein | 2002-05-08 | 1 | -38/+32 |
| * | zapnot the signed bits in atomic_cmpset_32. Previously this did not work with | Jeff Roberson | 2002-05-08 | 1 | -0/+1 |
| * | Remove runq_findproc. This never worked right in the first place and can | Jake Burkholder | 2002-05-08 | 1 | -23/+0 |
| * | Remove unneeded include. | Jake Burkholder | 2002-05-08 | 1 | -1/+0 |
| * | Make a macro for the guts of tl0_immu_miss, like dmmu_miss and prot. | Jake Burkholder | 2002-05-08 | 2 | -102/+152 |
| * | Roll my own min() (named ISO88025_MIN() so as to not cause conflicts) so | Kelly Yancey | 2002-05-08 | 1 | -2/+4 |
| * | Detect and attach to the ICH3 SMBus controller. | John Baldwin | 2002-05-08 | 1 | -0/+4 |
| * | M_ZERO the temp buffer in expand_name() otherwise if an error occurs | Alfred Perlstein | 2002-05-07 | 1 | -1/+1 |
| * | Move ISO88025 source routing information into sockaddr_dl's sdl_data | Kelly Yancey | 2002-05-07 | 4 | -15/+22 |
| * | Re-remove kern_random.c and svr4_signal.c. Somehow dillon managed to keep | Peter Wemm | 2002-05-07 | 2 | -1063/+0 |
| * | - Remove the init routine for loop -- it broke something and I don't have | Andrew R. Reiter | 2002-05-07 | 1 | -11/+4 |
| * | - Use an array of init functions to be used in a for loop in our | Andrew R. Reiter | 2002-05-07 | 1 | -4/+11 |
| * | - Add atm_init_fn | Andrew R. Reiter | 2002-05-07 | 1 | -0/+2 |
| * | - Add atm_sock_init() | Andrew R. Reiter | 2002-05-07 | 3 | -9/+16 |
| * | - Change the atm_cm_init function to take no argument. | Andrew R. Reiter | 2002-05-07 | 2 | -2/+2 |
| * | MFOpenBSD: ibss and ibss-master. | Warner Losh | 2002-05-07 | 1 | -0/+4 |
| * | Minor style nit | Warner Losh | 2002-05-07 | 1 | -1/+1 |
| * | Try to use spls more correctly | Warner Losh | 2002-05-07 | 1 | -7/+10 |
| * | Do not forget to increase the number of completely connected sockets in | Seigo Tanimura | 2002-05-07 | 2 | -0/+2 |
| * | Reconnect db_elf.c to the build (now under "options DDB_NOKLDSYM"). It | Bruce Evans | 2002-05-07 | 5 | -2/+22 |
| * | o Add ar.lc to the pcb. | Marcel Moolenaar | 2002-05-07 | 2 | -139/+190 |
| * | Switch from just holding the interlock to holding the standard lock throughout | Jeff Roberson | 2002-05-07 | 1 | -12/+17 |
| * | Include <sys/lockmgr.h> for definitions of deprecated locking interfaces -- | Bruce Evans | 2002-05-06 | 1 | -0/+1 |
| * | Make funsetown() take a 'struct sigio **' so that the locking can | Alfred Perlstein | 2002-05-06 | 13 | -43/+56 |
| * | MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96), | Josef Karthauser | 2002-05-06 | 7 | -28/+27 |
| * | When checking to see if the init process calls exit1(), compare p to the | John Baldwin | 2002-05-06 | 1 | -1/+1 |
| * | Style fixes in local variable declarations. | John Baldwin | 2002-05-06 | 1 | -9/+10 |
| * | Revised MLD-related definitions | Hajimu UMEMOTO | 2002-05-06 | 3 | -69/+94 |
| * | - Style fixes in some comments. | John Baldwin | 2002-05-06 | 1 | -9/+10 |
| * | Add support for the D-Link DFE-690TXD Cardbus card which has a RealTek 8139 | John Baldwin | 2002-05-06 | 2 | -1/+9 |
| * | Add suspend/resume code mostly merged from fxp/rl driver. | Mitsuru IWASAKI | 2002-05-06 | 4 | -0/+176 |
| * | Add another Askey ISA modem ID. | David Malone | 2002-05-06 | 1 | -0/+1 |
| * | o Header files shouldn't depend on options: Provide prototypes | Alan Cox | 2002-05-06 | 2 | -5/+0 |
| * | o Condition the compilation and use of vm_freeze_copyopts() | Alan Cox | 2002-05-06 | 4 | -3/+16 |
| * | Hold the currently selected vnode's lock across the call to VOP_GETVOBJECT. | Jeff Roberson | 2002-05-06 | 1 | -2/+4 |
| * | o Some improvements to the page coloring of vm objects, particularly, | Alan Cox | 2002-05-06 | 1 | -9/+17 |
| * | Include <sys/queue.h> so that this file provides its own namespace | Bruce Evans | 2002-05-06 | 1 | -0/+1 |
| * | s/sysctl -w/sysctl/ | Chris D. Faulhaber | 2002-05-06 | 1 | -1/+1 |
| * | o Move vm_freeze_copyopts() from vm_map.{c.h} to vm_object.{c,h}. It's plainly | Alan Cox | 2002-05-06 | 4 | -78/+78 |
| * | Restored db_elf.c from the Attic. This will be used for a quick fix for | Bruce Evans | 2002-05-06 | 1 | -0/+381 |
| * | Add the lchflags(2) syscall. | Maxime Henrion | 2002-05-05 | 8 | -7/+63 |
| * | Add an entry for the lchflags(2) syscall. It's useful to prevent | Maxime Henrion | 2002-05-05 | 1 | -0/+1 |
| * | Move a KASSERT() in open() prior to unlocking the vnode. It's not safe to | Jeff Roberson | 2002-05-05 | 2 | -6/+8 |
| * | o Condition the compilation of uiomoveco() and vm_uiomove() | Alan Cox | 2002-05-05 | 4 | -4/+16 |
| * | Indentation and comments cleanup, no functional change. | Luigi Rizzo | 2002-05-05 | 1 | -51/+58 |
| * | Expand the one-line function pbreassignbuf() the only place it is or could | Poul-Henning Kamp | 2002-05-05 | 3 | -16/+1 |
| * | Move some UFS related stuff home where it belongs. | Poul-Henning Kamp | 2002-05-05 | 2 | -7/+7 |
| * | No longer attempt to power off the ACLINK during suspend - luigi | Orion Hodson | 2002-05-05 | 1 | -3/+0 |
| * | Add a KERNELDUMPMAGIC_CLEARED macro to unbreak savecore. Since | Maxime Henrion | 2002-05-05 | 1 | -0/+1 |
| * | o Add struct mca_guid | Marcel Moolenaar | 2002-05-05 | 1 | -6/+28 |