aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* expand_name fixes:Alfred Perlstein2002-05-081-38/+32
* zapnot the signed bits in atomic_cmpset_32. Previously this did not work withJeff Roberson2002-05-081-0/+1
* Remove runq_findproc. This never worked right in the first place and canJake Burkholder2002-05-081-23/+0
* Remove unneeded include.Jake Burkholder2002-05-081-1/+0
* Make a macro for the guts of tl0_immu_miss, like dmmu_miss and prot.Jake Burkholder2002-05-082-102/+152
* Roll my own min() (named ISO88025_MIN() so as to not cause conflicts) soKelly Yancey2002-05-081-2/+4
* Detect and attach to the ICH3 SMBus controller.John Baldwin2002-05-081-0/+4
* M_ZERO the temp buffer in expand_name() otherwise if an error occursAlfred Perlstein2002-05-071-1/+1
* Move ISO88025 source routing information into sockaddr_dl's sdl_dataKelly Yancey2002-05-074-15/+22
* Re-remove kern_random.c and svr4_signal.c. Somehow dillon managed to keepPeter Wemm2002-05-072-1063/+0
* - Remove the init routine for loop -- it broke something and I don't haveAndrew R. Reiter2002-05-071-11/+4
* - Use an array of init functions to be used in a for loop in ourAndrew R. Reiter2002-05-071-4/+11
* - Add atm_init_fnAndrew R. Reiter2002-05-071-0/+2
* - Add atm_sock_init()Andrew R. Reiter2002-05-073-9/+16
* - Change the atm_cm_init function to take no argument.Andrew R. Reiter2002-05-072-2/+2
* MFOpenBSD: ibss and ibss-master.Warner Losh2002-05-071-0/+4
* Minor style nitWarner Losh2002-05-071-1/+1
* Try to use spls more correctlyWarner Losh2002-05-071-7/+10
* Do not forget to increase the number of completely connected sockets inSeigo Tanimura2002-05-072-0/+2
* Reconnect db_elf.c to the build (now under "options DDB_NOKLDSYM"). ItBruce Evans2002-05-075-2/+22
* o Add ar.lc to the pcb.Marcel Moolenaar2002-05-072-139/+190
* Switch from just holding the interlock to holding the standard lock throughoutJeff Roberson2002-05-071-12/+17
* Include <sys/lockmgr.h> for definitions of deprecated locking interfaces --Bruce Evans2002-05-061-0/+1
* Make funsetown() take a 'struct sigio **' so that the locking canAlfred Perlstein2002-05-0613-43/+56
* MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96),Josef Karthauser2002-05-067-28/+27
* When checking to see if the init process calls exit1(), compare p to theJohn Baldwin2002-05-061-1/+1
* Style fixes in local variable declarations.John Baldwin2002-05-061-9/+10
* Revised MLD-related definitionsHajimu UMEMOTO2002-05-063-69/+94
* - Style fixes in some comments.John Baldwin2002-05-061-9/+10
* Add support for the D-Link DFE-690TXD Cardbus card which has a RealTek 8139John Baldwin2002-05-062-1/+9
* Add suspend/resume code mostly merged from fxp/rl driver.Mitsuru IWASAKI2002-05-064-0/+176
* Add another Askey ISA modem ID.David Malone2002-05-061-0/+1
* o Header files shouldn't depend on options: Provide prototypesAlan Cox2002-05-062-5/+0
* o Condition the compilation and use of vm_freeze_copyopts()Alan Cox2002-05-064-3/+16
* Hold the currently selected vnode's lock across the call to VOP_GETVOBJECT.Jeff Roberson2002-05-061-2/+4
* o Some improvements to the page coloring of vm objects, particularly,Alan Cox2002-05-061-9/+17
* Include <sys/queue.h> so that this file provides its own namespaceBruce Evans2002-05-061-0/+1
* s/sysctl -w/sysctl/Chris D. Faulhaber2002-05-061-1/+1
* o Move vm_freeze_copyopts() from vm_map.{c.h} to vm_object.{c,h}. It's plainlyAlan Cox2002-05-064-78/+78
* Restored db_elf.c from the Attic. This will be used for a quick fix forBruce Evans2002-05-061-0/+381
* Add the lchflags(2) syscall.Maxime Henrion2002-05-058-7/+63
* Add an entry for the lchflags(2) syscall. It's useful to preventMaxime Henrion2002-05-051-0/+1
* Move a KASSERT() in open() prior to unlocking the vnode. It's not safe toJeff Roberson2002-05-052-6/+8
* o Condition the compilation of uiomoveco() and vm_uiomove()Alan Cox2002-05-054-4/+16
* Indentation and comments cleanup, no functional change.Luigi Rizzo2002-05-051-51/+58
* Expand the one-line function pbreassignbuf() the only place it is or couldPoul-Henning Kamp2002-05-053-16/+1
* Move some UFS related stuff home where it belongs.Poul-Henning Kamp2002-05-052-7/+7
* No longer attempt to power off the ACLINK during suspend - luigiOrion Hodson2002-05-051-3/+0
* Add a KERNELDUMPMAGIC_CLEARED macro to unbreak savecore. SinceMaxime Henrion2002-05-051-0/+1
* o Add struct mca_guidMarcel Moolenaar2002-05-051-6/+28