summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded include.nyan2006-05-084-6/+0
* - Move defines for PC-98 machine type from pc98/cbus/cbus.h intonyan2006-05-082-29/+17
* Add the ath and the wlan crypto support.nyan2006-05-083-0/+24
* fix braino that broke building on amd64sam2006-05-081-2/+7
* Call vn_finished_write() before calling the coredump handler which willtegge2006-05-071-1/+1
* o Add acpi_ibm to the build.maxim2006-05-071-0/+3
* - change the example of compiling only specific modules to not containnetchild2006-05-0713-50/+16
* Don't attach special devices in the order they appear in the AML tree.njl2006-05-072-18/+26
* Pickup locks for the BPF interface structure. It's quite possible thatcsjp2006-05-071-0/+2
* force type coercion for bus tag+handle when calling ath_hal_attachsam2006-05-061-1/+2
* fix build on sparcsam2006-05-061-0/+1
* ffs_syncvnode() might skip some of the blocks due to them being locked,tegge2006-05-061-0/+46
* Forgot the amd/linux32 part since sys/*/linux didn't match :-(ambrisko2006-05-061-0/+6
* Modify UDP to use sosend_dgram() instead of sosend(). This allowsrwatson2006-05-061-0/+1
* Return error if vnode was reclaimed while it was temporarily unlocked.tegge2006-05-051-1/+11
* Temporarily unlock vnode for new image being executed to avoid lock ordertegge2006-05-051-0/+6
* Turn off disk quotas for snapshot files.tegge2006-05-052-0/+38
* Avoid locking overhead when snapshots are disabled.tegge2006-05-051-0/+4
* Avoid dereferencing NULL pointer.tegge2006-05-051-1/+3
* Setting the rid of the resource is a good idea, but we still need to returncognet2006-05-051-0/+1
* Check for VFS_STATFS() failure in _xfs_mount() and abort the mountkeramida2006-05-051-2/+1
* Fix a snafu caused while patching the previous fix from another branch.mohans2006-05-051-1/+0
* Fix for a NFS/TCP client bug which would cause the NFS/TCP stream to getmohans2006-05-051-0/+31
* Fix the the duplicate cut-n-paste in linux_fstat64 pointed out byambrisko2006-05-051-1/+0
* Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy.ambrisko2006-05-057-17/+263
* Remove hand-rolled cross-build glue. Normal cross-build infrastructurescottl2006-05-051-8/+0
* - Set bio_done directly to NULL to indicate that we want to wait for the bio.pjd2006-05-051-5/+2
* Make sure the ip data pointer is correct before touching it againbz2006-05-051-0/+1
* Only return (tw) from tcp_twclose() if reuse is passed, otherwiserwatson2006-05-051-1/+1
* /tmp/cvsTXPIwQpjd2006-05-051-0/+1
* AH_REGOPS_FUNC is needed for sparcsam2006-05-051-0/+1
* correct typesam2006-05-051-1/+1
* Assert ip6_forward_rt protected by Giant adding GIANT_REQUIRED tobz2006-05-042-0/+6
* In rtrequest and rtinit check for sa_len != 0 for the givenbz2006-05-041-0/+6
* Use G_RAID3_FOREACH_SAFE_BIO() macro instead of G_RAID3_FOREACH_BIO() inpjd2006-05-041-6/+4
* Fix three more bugs in bfe:silby2006-05-042-17/+22
* Add 4Gb Fibre Channel support.mjacob2006-05-041-1/+10
* Remove MPT_PRT_INVARIANT- it was a silly idea.mjacob2006-05-042-8/+3
* Gratuitous tag alignment. It bugged me.mjacob2006-05-041-1/+1
* Hide another common print under bootverbose.scottl2006-05-031-1/+2
* add ath and wlan crypto supportsam2006-05-031-0/+6
* add ath and wlan crypto supportsam2006-05-031-0/+6
* Make amr_linux work as a module by avoiding calling amr_linux_ioctl_intambrisko2006-05-033-127/+41
* Restore the pre-5.x behavior of only beeping if the user makes a badjhb2006-05-031-5/+8
* Allow bus_dmamap_load() to pass ENOMEM back to the caller. This puts it intoscottl2006-05-032-8/+20
* Detect the snapshot file being prematurely unlinked.tegge2006-05-031-0/+10
* Temporarily undo clusters contribution to global runningbufspace whiletegge2006-05-031-0/+4
* A side effect of calling runningbufwakeup() is that bp->b_runningbufspace istegge2006-05-031-3/+10
* Close a race when VOP_LOCK() on a snapshot file is attempted at thetegge2006-05-022-42/+110
* Fix previous commit: the resource returned by rman_reserve_resource()marcel2006-05-021-10/+8
OpenPOWER on IntegriCloud