summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Terminate requests in nfs_sigintr() if the filesystem is in theiedowse2002-01-101-1/+4
* Change dounmount() to return EBUSY in the non-MNT_FORCE case if weiedowse2002-01-102-2/+16
* o Revert kern_sig.c#1.143, as cr_cansignal() doesn't currently permitrwatson2002-01-101-3/+14
* Implement 2 small helper functions:mdodd2002-01-102-0/+37
* Staticise the random_state array.msmith2002-01-102-5/+3
* Remove KMODDEPS, this is not used on -current and should not be leftpeter2002-01-091-1/+0
* Fix S3 breakage.takawata2002-01-092-2/+4
* Increase BSIZEMAX from 8k to 16k, so that we can reliably boot fromiedowse2002-01-092-2/+2
* Use KMODDEPS to document module dependencies on libiconv andsheldonh2002-01-091-0/+1
* Replace spaces after #defines with tabs; this makes all #defineskbyanc2002-01-092-26/+26
* o Correct a 32/64-bit error in the initialization of aiol_zone, specifically,alc2002-01-091-1/+1
* Add a new sysinit SI_SUB_DEVFS. Devfs hooks into the kernel at SI_ORDER_FIRST,msmith2002-01-093-2/+21
* GC fast_vfork; it's not actually referenced anywhere.silby2002-01-091-4/+0
* Move the make_dev call from the cn_probe to a sysinit that runs atjake2002-01-091-1/+9
* Define the kern.cam sysctl in the cam layer, rather than multiply in severalmsmith2002-01-095-8/+13
* Staticise a debugging variable.msmith2002-01-091-1/+1
OpenPOWER on IntegriCloud