summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Rearrange some of the GEOM debugging tools to be more structured.phk2004-03-105-90/+71
* Fix handling of tap/vmnet flag in relation to cloning and properly enforcephk2004-03-101-10/+8
* Fix several issues related to the KeInitializeTimer() etc... API stuffwpaul2004-03-102-39/+56
* Move the AH algorithm list from a static local function variable torwatson2004-03-101-37/+38
* - Make the acquisition of Giant in vm_fault_unwire() conditional on thealc2004-03-103-15/+5
* Lock down IP-layer encapsulation library:rwatson2004-03-101-51/+35
* Scrub unused variable zeroin_addr.rwatson2004-03-102-3/+0
* make sure we had the filedesc lock when calling fdinit when RFCFDG is setjmg2004-03-101-0/+4
* Const-poison ethernet and FDDI broadcast address constants, as theyrwatson2004-03-092-2/+2
* Remove duplicate code.jb2004-03-091-10/+0
* Trim unneeded includes from if_ndis_pccard.c and if_ndis_pci.c. Also removedwpaul2004-03-092-26/+0
* Introduce stf_mtx to protect global softc list in if_stf. Addrwatson2004-03-091-8/+39
* Introduce faith_mtx to protect the if_faith global softc list.rwatson2004-03-091-7/+27
* If the resource listing obtained from BUS_GET_RESOURCE_LIST() inwpaul2004-03-091-0/+20
* Introduce lo_mtx to protect the global loopback softc list. I'm notrwatson2004-03-091-1/+7
* Introduce disc_mtx to protect the global softc list in if_disc.rwatson2004-03-091-8/+29
* Fix an integer overflow when dealing with very large volumes. This bugle2004-03-091-1/+1
* - Don't take sectorsize from first disk. Calculate it by findingpjd2004-03-091-19/+48
* Print a space character between string given as a macro argument andpjd2004-03-091-0/+1
* Since vinum doesn't fake disklabels anymore, remove get_volume_label().le2004-03-092-62/+0
* Simplify some logic in converting a buffer to an integer.njl2004-03-091-1/+3
* Use an unsigned int instead of an int for the Get/Set Integer interface.njl2004-03-092-6/+6
* Reset the text attributes when initializing the console. The EFImarcel2004-03-091-0/+1
* Hook CPUs up to newbus. CPUs will ultimately be a bus driver so thatnjl2004-03-092-0/+68
* Add #ifdef CPU_SOEKRIS in the missing places around the led_* codejb2004-03-091-1/+10
* AMD's ELAN documentation says that you write to the SYS_RST registerjb2004-03-091-0/+10
* Bump __FreeBSD_version for the pf install and write comments to UPDATING.mlaier2004-03-081-1/+1
* Link pf to the build and install:mlaier2004-03-082-1/+20
* Mark loadaverage callout as CALLOUT_MPSAFE.rwatson2004-03-081-1/+1
* Add two new sysctls:pjd2004-03-082-4/+92
* Add a netgraph node to handle ATM LLC encapsulation. This currently handlesbenno2004-03-086-0/+332
* To comply with the spec, do not copy the TOS from the outer IPhsu2004-03-081-6/+6
* Include <sys/types.h> for autoconf/automake detection.hsu2004-03-081-0/+2
* Implement a work around for the deadlock avoidance case inalc2004-03-081-0/+7
* Add back Giant locks around kmem_free() call from user_ldt cleanup pathpeter2004-03-081-0/+2
* Move a vref call outside of proc locks and Giant. By virtue of the factpeter2004-03-081-5/+4
* Other parts of the tree do not protect calls to kmem_free() with Giant,peter2004-03-081-2/+0
* Stop depending on #include pollution from cpufunc.hpeter2004-03-081-0/+1
* MFi386: re-sort non-gcc function prototypes, trim includespeter2004-03-081-44/+30
* MFi386: curpcb is no longer null anymore, so do not test for it.peter2004-03-081-3/+1
* MFi386: set initial curpcb pcpu variable at startup time rather thanpeter2004-03-081-0/+1
* MFi386: wait for local apic to become free before using itpeter2004-03-081-4/+2
* Implemented the "getifindex" control message.ru2004-03-072-0/+17
* Retire pmap_pinit2(). Alpha was the last platform that used it. However,alc2004-03-0711-79/+0
* Don't panic on providers already withered when we wither a geom.phk2004-03-071-1/+2
* Use one bus_dma_tag_t for all pSRB instead of creating one for each.cognet2004-03-072-25/+50
* Convert from timeout to callout API.kan2004-03-073-4/+5
* Convert from timeout to callout API.kan2004-03-071-4/+4
* Restore CDIOCREADAUDIO ioctl.nyan2004-03-071-0/+9
* Integrate the code from pmap_pinit2() into pmap_pinit(), leavingalc2004-03-071-5/+1
OpenPOWER on IntegriCloud