summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* use bus_space(9) rather than the memory mapped register set. This isimp2002-01-143-82/+115
* don't initialize the mutex in the temporary struct file, the soo_*alfred2002-01-141-6/+0
* Implement vfs.nfs.iodmin (minimum number of nfsiod's) andpeter2002-01-143-60/+92
* Replace ffind_* with fget calls.alfred2002-01-1422-230/+136
* Add parens around macro args.alfred2002-01-131-4/+4
* remove unused socket pointeralfred2002-01-131-1/+0
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.alfred2002-01-1318-30/+49
* o Call the functions registered with at_exec() from exec_new_vmspace()alc2002-01-131-4/+7
* Make call_desc[] extern since it's also defined in layer4/i4b_l4mgmt.cgj2002-01-131-1/+2
* Remove unused variable.alfred2002-01-131-1/+0
* Comment fdrop and fdrop_locked functions.alfred2002-01-131-0/+9
* Implement ffind_hold using ffind_lock.alfred2002-01-131-11/+3
* Some of the KSE stuff was accidentally reverted by file locking,alfred2002-01-131-5/+5
* Remove file locking debug cruft.alfred2002-01-132-28/+0
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-1349-541/+1624
* It is required by VOP_CREATE, VOP_MKNOD, VOP_SYMLINK and VOP_MKDIRiedowse2002-01-131-3/+9
* Add support for newer integrated SiS 900 controllers on the 635 and 735wpaul2002-01-122-5/+54
* When going to sleep, we must save our SPL so that it does not getmckusick2002-01-121-38/+76
* Export "ng_ether_enaddr_type" because the ng_bridge type uses it.archie2002-01-121-0/+2
* Fix a few NFSv2 issues that slipped in during the big cleanup. Theiedowse2002-01-121-33/+28
* Fix typo so that the delay code introduced in revision 1.60 actuallymckusick2002-01-121-1/+1
* Add missing move of relative offset for CTIO2 updates.mjacob2002-01-111-0/+1
* The macro nfsm_reply() is supposed to allocate a reply in all cases,iedowse2002-01-111-2/+2
* I don't think that these modules should export symbols at all. Allimp2002-01-113-6/+0
* Must call drain_output() before checking the dirty block listmckusick2002-01-111-8/+10
* Fixed some style bugs (disordered SRCS and garbage comment near EOF).bde2002-01-111-2/+1
* Make the alpha boot1 work on filesystems that have a block sizeiedowse2002-01-111-24/+41
* It turns out that when a broadcast packet is looped back, the checksumsjesper2002-01-111-0/+13
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.ru2002-01-11114-135/+2
* Fix a panic condition in icmp_reflect() introduced in rev. 1.61.ru2002-01-111-2/+2
* Add missing prototype for pmap_unmapdev().jhb2002-01-111-0/+1
* genassym builds need the -fno-common stripped out.peter2002-01-113-5/+5
* Export cd9660_wchar2char symbol, because we need it in the pluggablesobomax2002-01-111-0/+1
* Turn on unconditional symbol export for modules whose API ismsmith2002-01-1110-0/+20
* Export symbols that constitute APIs defined by thesemsmith2002-01-1115-0/+142
* Reverse the sense of EXPORT_SYMS. If EXPORT_SYMS is notmsmith2002-01-111-4/+7
* Catch the netboot version up to the main loader. This is pretty bogus.jhb2002-01-111-0/+5
* Unrevert revision 1.12. Revision 1.14 backed this out saying it wasjhb2002-01-101-7/+17
* Add vlruvp() routine - implements LRU operation for vnode recycling.dillon2002-01-101-0/+46
* Fix reversed definitions for the bits that select half vs. full duplex.archie2002-01-101-4/+4
* Do not pull quota entries of the cache-list if they have alreadyphk2002-01-101-1/+2
* Clear the single-step flag for signal handlers. This fixes bogus tracebde2002-01-108-28/+25
* Back out previous revision, which will be applied directly tosheldonh2002-01-101-1/+0
* Further fixes related to the interface renaming. Now that wemarcel2002-01-101-52/+12
* genassym depends on the presence of common variables, disable the usemsmith2002-01-102-2/+2
* Eliminate the use of commons in the kernel and modules,msmith2002-01-104-4/+58
* Fix typo in function name.wes2002-01-102-2/+2
* Add getcontext, setcontext, makecontext, and swapcontext prototypesdeischen2002-01-101-0/+7
* Use a spare slot in the machine context to identify the context formatdeischen2002-01-102-1/+5
* Use a spare slot in the machine context for a flags word to indicatedeischen2002-01-104-2/+10
OpenPOWER on IntegriCloud