summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add system calls to explicitly list extended attributes on arwatson2003-06-041-0/+6
* Fix ALIGNED_POINTER(). sizeof((u_int32_t)) is not legal C.peter2003-06-041-1/+1
* Change handling to support strong alignment architectures such as alpha andticso2003-06-043-11/+40
* Assert the vnode lock when returning successfully from vn_open_cred().rwatson2003-06-041-0/+1
* Remove un-needed code.julian2003-06-044-100/+56
* Don't call sbp_do_attach() recursively after agent resetsimokawa2003-06-031-1/+1
* Allocate zeroed space for fwdev.simokawa2003-06-031-1/+2
* Open fwmem device exclusively.simokawa2003-06-031-0/+5
* Add a geom_vol_ffs module and hook up to the build.gordon2003-06-032-1/+10
* Add vm object locking to vm_object_coalesce().alc2003-06-031-7/+12
* Fix a potential bucket leak where when freeing to an empty bucketbmilekic2003-06-031-57/+29
* Bah, revert the previous commit for the time being due to inadequate testingjhb2003-06-031-6/+8
* Update MPILIB from code received from LSI. Make changes in the rest ofmjacob2003-06-039-159/+519
* Fix the asm constraints so that we use the correct constants when acquiringjhb2003-06-031-8/+6
* Remove SI_SUB_VINUM. SI_SUB_RAID makes more sense.grog2003-06-031-3/+2
* - Remove the blocked pointer from the umtx structure.jeff2003-06-033-174/+164
* Don't deregister the kld on resetconfig, only when we're really readygrog2003-06-031-3/+3
* When scanning for changed containers, don't assume that the controllerscottl2003-06-031-7/+10
* Add support for generic PMCICA ATA CARDimp2003-06-031-0/+1
* Sync to 1.51imp2003-06-031-1/+4
* Add another PCMCIA IDE CARDimp2003-06-031-0/+1
* Account for packets processed at layer-2 (i.e. net.link.ether.ipfw=1).kbyanc2003-06-021-3/+6
* Redo locking for better SMP suport:sam2003-06-021-15/+18
* Redo locking for proper SMP operation:sam2003-06-022-52/+50
* Flush my local cache of cryto subsystem fixes:sam2003-06-023-18/+43
* Fix restarted syscalls. When we rewind %rip, we also need to restorepeter2003-06-021-2/+6
* Make this more compatable with libc_r. Make the internal types for storingpeter2003-06-021-3/+3
* Further devilification of CCD:phk2003-06-023-262/+174
* Begin deevilification of CCD:phk2003-06-022-2/+112
* Initialize td->td_pcb->pcb_ext in cpu_thread_setup() since a garbagetegge2003-06-021-0/+1
* Return an indicative error message.phk2003-06-021-1/+3
* Also implement mpo_copy_mbuf_label() for mac_lomac, or labels mayrwatson2003-06-021-0/+1
* Document new (starting with 5.x) __FreeBSD_version scheme.obrien2003-06-021-0/+2
* Oops, __FreeBSD_version should be 501100, not 510100. The former impliesscottl2003-06-021-1/+1
* s/u_short/unsigned short/ to make this compile if _POSIX_C_SOURCE=200112schweikh2003-06-021-19/+19
* Use mac_biba_label_copy() and mac_mls_label_copy() to implement therwatson2003-06-022-0/+2
* Use __FBSDID().obrien2003-06-023-9/+9
* Use __FBSDID().obrien2003-06-027-12/+20
* Use __FBSDID().obrien2003-06-0241-84/+130
* Add tracking of process leaders sharing a file descriptor table andtegge2003-06-025-19/+256
* Fix a typo in an ATM media name. As this name was not use yet, no problemsharti2003-06-021-1/+1
* Remove unused #ifdef BRIDGE.maxim2003-06-021-5/+0
* Use __FBSDID().obrien2003-06-0219-32/+57
* Use __FBSDID().obrien2003-06-0240-40/+120
* Use __FBSDID().obrien2003-06-024-8/+12
* Use __FBSDID().obrien2003-06-026-11/+17
* MFi386: i386/include/asm.h rev 1.11: Do not abuse ##.peter2003-06-021-1/+1
* Replace if_fxp's handrolled defrag function with m_defrag.silby2003-06-021-14/+3
* Bump __FreeBSD_version to 510100 for 5.1-CURRENTscottl2003-06-021-1/+1
* We are at 5.1-CURRENT nowscottl2003-06-021-1/+1
OpenPOWER on IntegriCloud