summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use ng_callout() instead of timeout(9).glebius2004-12-051-7/+7
* Convert GIANT_REQUIRED; in nfs_mountroot() to NET_ASSERT_GIANT(),rwatson2004-12-051-1/+6
* Convert a GIANT_REQUIRED; into a NET_ASSERT_GIANT();, as sockets arerwatson2004-12-051-1/+1
* Make sure to map the whole kernel into 1MB pages. Try to use the remainingcognet2004-12-051-27/+67
* Assert the tcptw inpcb lock in tcp_timer_2msl_reset(), as fields inrwatson2004-12-051-0/+1
* Reactivate the use of the minidata cache.cognet2004-12-051-1/+0
* Do not change the page directory and do not flush the TLB when switching tocognet2004-12-051-26/+6
* Remove an unused field from the struct pv_entry.cognet2004-12-051-4/+3
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-0521-127/+14
* Fix null-pointer indirect function calls introduced in the previousmarcel2004-12-055-15/+54
* Assert inpcb lock in:rwatson2004-12-052-2/+24
* Minor grammer fix in comment.rwatson2004-12-051-1/+2
* Pass the inpcb reference into ip_getmoptions() rather than just therwatson2004-12-051-6/+14
* Define INP_UNLOCK_ASSERT() to assert that an inpcb is unlocked.rwatson2004-12-051-0/+1
* Correct a sanity check in vnode_pager_generic_putpages(). The cast usedalc2004-12-051-1/+1
* Push the inpcb argument into ip_setmoptions() when setting IP multicastrwatson2004-12-051-10/+8
* When panicing in device_unbusy(), actually tell what device has the issue.obrien2004-12-051-1/+2
* Start working through inpcb locking for ip_ctloutput() by cleaning uprwatson2004-12-051-10/+13
* - Use uint16_t to pass argument for NGM_NETFLOW_IFINFO, bump cookie.glebius2004-12-052-6/+12
* Correct a misspelling in a comment.rwatson2004-12-051-1/+1
* Acquire socket receive buffer mutex before appending and then waking uprwatson2004-12-051-2/+4
* IPv6 packets can contain headers (like options) before the TCP/UDP/ICMP6dhartmei2004-12-051-3/+6
* Start to add GIANT_REQUIRED; macros in places where giant is requiredimp2004-12-051-0/+6
* o Don't limit GPT as a rank 2 provider. Allow it to be connectedmarcel2004-12-051-17/+25
* Grab Giant around calls to DEVICE_SUSPEND/RESUME in acpi_SetSleepState().njl2004-12-051-0/+12
* Replace (inlined) pmap_pte() calls with smaller, faster code wherealc2004-12-041-7/+7
* When initializing device, set d_softc and d_no fields for all components,pjd2004-12-041-3/+4
* Revert rev. 1.166 and remove sparc64/pci/ofw_pci_if.m from MFILES again,marius2004-12-041-1/+1
* Remove #if 0'ed rootfs mounting code.phk2004-12-042-116/+0
* Remove embryonic rootfs mounting facility.phk2004-12-041-30/+1
* kmod.mk knows how to create empty opt_*.h files so let it deal with thebrooks2004-12-031-3/+1
* Implement a function, mount_arg() for accumulating a list of mount parametersphk2004-12-032-43/+48
* Sort and wash #includes.phk2004-12-031-18/+15
* When omount() is called, check if the filesystem have a cmount methodphk2004-12-031-2/+11
* typo in comment.phk2004-12-031-1/+1
* Add vfs_cmount() method to vfs_ops, this is to convert old-style mountphk2004-12-031-1/+2
* Add early checks for MNT_ROOTFS since we need to allow it later on inphk2004-12-031-0/+9
* Retire unused vfs_mount() function in the name of nmount migration.phk2004-12-032-25/+0
* - Simplify pcn_probe() by moving vendor/device matching code to pcn_match().mdodd2004-12-031-45/+44
* - Move chip ID code into separate function.mdodd2004-12-031-42/+94
* Do not blindly pass linux filesystem specific mount data across.phk2004-12-031-1/+1
* Don not call pp_down()/pp_up() form XX_tlf()/XX_tls() in non PPP moderik2004-12-033-6/+12
* Additional register definitions.mdodd2004-12-031-1/+19
* Introduce vfs_byname_kld() which will try to load the filesystemphk2004-12-033-29/+41
* Make NAMEI_DIAGNOSTIC compile again and add a stragic vprint()phk2004-12-031-8/+9
* Improve vprint() a little bit: break long lines, reduce indent and tellphk2004-12-031-4/+7
* Add missing vop_bypass (returning EOPNOTSUPP).phk2004-12-031-1/+3
* ACPI is not on pc98 either.njl2004-12-031-1/+2
* Non-x86 platforms cannot use the ACPI includes. This should be fixed butnjl2004-12-031-0/+4
* Enable the relaxed behavior for op regions and other workarounds fornjl2004-12-031-1/+2
OpenPOWER on IntegriCloud