aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Introduce g_provider_by_name() function, and use it.Poul-Henning Kamp2003-06-043-10/+21
* Make this a true GEOM class:Poul-Henning Kamp2003-06-041-750/+293
* detach RNG test facility on device detachSam Leffler2003-06-041-0/+4
* remove bogon (undefined struct decl)Sam Leffler2003-06-041-2/+0
* Add a KASSERT to prevent the same GEOM class from being processed loadedPoul-Henning Kamp2003-06-041-0/+6
* Make the internal statistics sysctl an array of integers rather than a string.Hartmut Brandt2003-06-041-33/+10
* Compensate for decreasing the minimum retransmit timeout.Jeffrey Hsu2003-06-041-2/+2
* - Add vm object locking to vm_object_deallocate(). (Still moreAlan Cox2003-06-042-17/+15
* Add instrumentation which tells us how much work softclock() doesPoul-Henning Kamp2003-06-041-1/+25
* Add id for TI's 1394b link chip.Hidetoshi Shimokawa2003-06-042-0/+5
* Userspace prototypes for the extattr_list_*() system calls.Robert Watson2003-06-041-0/+6
* Implementations of extattr_list_fd(), extattr_list_file(), andRobert Watson2003-06-042-0/+286
* Regen from syscalls.master:1.149, addition of extended attributeRobert Watson2003-06-045-7/+40
* Add system calls to explicitly list extended attributes on aRobert Watson2003-06-041-0/+6
* Fix ALIGNED_POINTER(). sizeof((u_int32_t)) is not legal C.Peter Wemm2003-06-041-1/+1
* Change handling to support strong alignment architectures such as alpha andBernd Walter2003-06-043-11/+40
* Assert the vnode lock when returning successfully from vn_open_cred().Robert Watson2003-06-041-0/+1
* Remove un-needed code.Julian Elischer2003-06-044-100/+56
* Don't call sbp_do_attach() recursively after agent resetHidetoshi Shimokawa2003-06-031-1/+1
* Allocate zeroed space for fwdev.Hidetoshi Shimokawa2003-06-031-1/+2
* Open fwmem device exclusively.Hidetoshi Shimokawa2003-06-031-0/+5
* Add a geom_vol_ffs module and hook up to the build.Gordon Tetlow2003-06-032-1/+10
* Add vm object locking to vm_object_coalesce().Alan Cox2003-06-031-7/+12
* Fix a potential bucket leak where when freeing to an empty bucketBosko Milekic2003-06-031-57/+29
* Bah, revert the previous commit for the time being due to inadequate testingJohn Baldwin2003-06-031-6/+8
* Update MPILIB from code received from LSI. Make changes in the rest ofMatt Jacob2003-06-039-158/+518
* Fix the asm constraints so that we use the correct constants when acquiringJohn Baldwin2003-06-031-8/+6
* Remove SI_SUB_VINUM. SI_SUB_RAID makes more sense.Greg Lehey2003-06-031-3/+2
* - Remove the blocked pointer from the umtx structure.Jeff Roberson2003-06-033-174/+164
* Don't deregister the kld on resetconfig, only when we're really readyGreg Lehey2003-06-031-3/+3
* When scanning for changed containers, don't assume that the controllerScott Long2003-06-031-7/+10
* Add support for generic PMCICA ATA CARDWarner Losh2003-06-031-0/+1
* Sync to 1.51Warner Losh2003-06-031-1/+4
* Add another PCMCIA IDE CARDWarner Losh2003-06-031-0/+1
* Account for packets processed at layer-2 (i.e. net.link.ether.ipfw=1).Kelly Yancey2003-06-021-3/+6
* Redo locking for better SMP suport:Sam Leffler2003-06-021-15/+18
* Redo locking for proper SMP operation:Sam Leffler2003-06-022-52/+50
* Flush my local cache of cryto subsystem fixes:Sam Leffler2003-06-023-18/+43
* Fix restarted syscalls. When we rewind %rip, we also need to restorePeter Wemm2003-06-021-2/+6
* Make this more compatable with libc_r. Make the internal types for storingPeter Wemm2003-06-021-3/+3
* Further devilification of CCD:Poul-Henning Kamp2003-06-023-262/+174
* Begin deevilification of CCD:Poul-Henning Kamp2003-06-022-2/+112
* Initialize td->td_pcb->pcb_ext in cpu_thread_setup() since a garbageTor Egge2003-06-021-0/+1
* Return an indicative error message.Poul-Henning Kamp2003-06-021-1/+3
* Also implement mpo_copy_mbuf_label() for mac_lomac, or labels mayRobert Watson2003-06-021-0/+1
* Document new (starting with 5.x) __FreeBSD_version scheme.David E. O'Brien2003-06-021-0/+2
* Oops, __FreeBSD_version should be 501100, not 510100. The former impliesScott Long2003-06-021-1/+1
* s/u_short/unsigned short/ to make this compile if _POSIX_C_SOURCE=200112Jens Schweikhardt2003-06-021-19/+19
* Use mac_biba_label_copy() and mac_mls_label_copy() to implement theRobert Watson2003-06-022-0/+2
* Use __FBSDID().David E. O'Brien2003-06-023-9/+9