| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the internal statistics sysctl an array of integers rather than a string. | harti | 2003-06-04 | 1 | -33/+10 |
* | Compensate for decreasing the minimum retransmit timeout. | hsu | 2003-06-04 | 1 | -2/+2 |
* | - Add vm object locking to vm_object_deallocate(). (Still more | alc | 2003-06-04 | 2 | -17/+15 |
* | Add instrumentation which tells us how much work softclock() does | phk | 2003-06-04 | 1 | -2/+26 |
* | Add id for TI's 1394b link chip. | simokawa | 2003-06-04 | 2 | -0/+5 |
* | Userspace prototypes for the extattr_list_*() system calls. | rwatson | 2003-06-04 | 1 | -0/+6 |
* | Implementations of extattr_list_fd(), extattr_list_file(), and | rwatson | 2003-06-04 | 2 | -0/+286 |
* | Regen from syscalls.master:1.149, addition of extended attribute | rwatson | 2003-06-04 | 5 | -7/+40 |
* | Add system calls to explicitly list extended attributes on a | rwatson | 2003-06-04 | 1 | -0/+6 |
* | Fix ALIGNED_POINTER(). sizeof((u_int32_t)) is not legal C. | peter | 2003-06-04 | 1 | -1/+1 |
* | Change handling to support strong alignment architectures such as alpha and | ticso | 2003-06-04 | 3 | -11/+40 |
* | Assert the vnode lock when returning successfully from vn_open_cred(). | rwatson | 2003-06-04 | 1 | -0/+1 |
* | Remove un-needed code. | julian | 2003-06-04 | 4 | -100/+56 |
* | Don't call sbp_do_attach() recursively after agent reset | simokawa | 2003-06-03 | 1 | -1/+1 |
* | Allocate zeroed space for fwdev. | simokawa | 2003-06-03 | 1 | -1/+2 |
* | Open fwmem device exclusively. | simokawa | 2003-06-03 | 1 | -0/+5 |
* | Add a geom_vol_ffs module and hook up to the build. | gordon | 2003-06-03 | 2 | -1/+10 |
* | Add vm object locking to vm_object_coalesce(). | alc | 2003-06-03 | 1 | -7/+12 |
* | Fix a potential bucket leak where when freeing to an empty bucket | bmilekic | 2003-06-03 | 1 | -57/+29 |
* | Bah, revert the previous commit for the time being due to inadequate testing | jhb | 2003-06-03 | 1 | -6/+8 |
* | Update MPILIB from code received from LSI. Make changes in the rest of | mjacob | 2003-06-03 | 9 | -159/+519 |
* | Fix the asm constraints so that we use the correct constants when acquiring | jhb | 2003-06-03 | 1 | -8/+6 |
* | Remove SI_SUB_VINUM. SI_SUB_RAID makes more sense. | grog | 2003-06-03 | 1 | -3/+2 |
* | - Remove the blocked pointer from the umtx structure. | jeff | 2003-06-03 | 3 | -174/+164 |
* | Don't deregister the kld on resetconfig, only when we're really ready | grog | 2003-06-03 | 1 | -3/+3 |
* | When scanning for changed containers, don't assume that the controller | scottl | 2003-06-03 | 1 | -7/+10 |
* | Add support for generic PMCICA ATA CARD | imp | 2003-06-03 | 1 | -0/+1 |
* | Sync to 1.51 | imp | 2003-06-03 | 1 | -1/+4 |
* | Add another PCMCIA IDE CARD | imp | 2003-06-03 | 1 | -0/+1 |
* | Account for packets processed at layer-2 (i.e. net.link.ether.ipfw=1). | kbyanc | 2003-06-02 | 1 | -3/+6 |
* | Redo locking for better SMP suport: | sam | 2003-06-02 | 1 | -15/+18 |
* | Redo locking for proper SMP operation: | sam | 2003-06-02 | 2 | -52/+50 |
* | Flush my local cache of cryto subsystem fixes: | sam | 2003-06-02 | 3 | -18/+43 |
* | Fix restarted syscalls. When we rewind %rip, we also need to restore | peter | 2003-06-02 | 1 | -2/+6 |
* | Make this more compatable with libc_r. Make the internal types for storing | peter | 2003-06-02 | 1 | -3/+3 |
* | Further devilification of CCD: | phk | 2003-06-02 | 3 | -262/+174 |
* | Begin deevilification of CCD: | phk | 2003-06-02 | 2 | -2/+112 |
* | Initialize td->td_pcb->pcb_ext in cpu_thread_setup() since a garbage | tegge | 2003-06-02 | 1 | -0/+1 |
* | Return an indicative error message. | phk | 2003-06-02 | 1 | -1/+3 |
* | Also implement mpo_copy_mbuf_label() for mac_lomac, or labels may | rwatson | 2003-06-02 | 1 | -0/+1 |
* | Document new (starting with 5.x) __FreeBSD_version scheme. | obrien | 2003-06-02 | 1 | -0/+2 |
* | Oops, __FreeBSD_version should be 501100, not 510100. The former implies | scottl | 2003-06-02 | 1 | -1/+1 |
* | s/u_short/unsigned short/ to make this compile if _POSIX_C_SOURCE=200112 | schweikh | 2003-06-02 | 1 | -19/+19 |
* | Use mac_biba_label_copy() and mac_mls_label_copy() to implement the | rwatson | 2003-06-02 | 2 | -0/+2 |
* | Use __FBSDID(). | obrien | 2003-06-02 | 3 | -9/+9 |
* | Use __FBSDID(). | obrien | 2003-06-02 | 7 | -12/+20 |
* | Use __FBSDID(). | obrien | 2003-06-02 | 41 | -84/+130 |
* | Add tracking of process leaders sharing a file descriptor table and | tegge | 2003-06-02 | 5 | -19/+256 |
* | Fix a typo in an ATM media name. As this name was not use yet, no problems | harti | 2003-06-02 | 1 | -1/+1 |
* | Remove unused #ifdef BRIDGE. | maxim | 2003-06-02 | 1 | -5/+0 |