summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Move implementation of hw.bus.rman sysctl to subr_rman.c so thatphk2005-03-241-0/+1
* - Add a 'flags' parameter to VFS_ROOT(). This is intended to allowjeff2005-03-241-2/+4
* - If vput() is called with a shared lock it must upgrade to an exclusivejeff2005-03-241-0/+1
* Make ps_nargvstr and ps_nenvstr unsigned. This fixes an inputdas2005-03-231-2/+2
* - Declare mknod in stat.h (in addition to unistd.h), as per XSI.das2005-03-223-11/+35
* Stop building gtar. Bump __FreeBSD_version to reflect this change.kientzle2005-03-211-1/+1
* Add ki_jid field to the kinfo_proc structure and store jail ID there.pjd2005-03-201-3/+7
* Make prison structure visible from userland if _WANT_PRISON is definedpjd2005-03-201-1/+5
* makebdev() is long gone.phk2005-03-181-1/+0
* Use STAILQ in preference to SLIST for the resources. Insert new resourcesimp2005-03-181-2/+2
* fix aio+kq... I've been running ambrisko's test program for much longerjmg2005-03-181-1/+6
* add m_copyup function.. This can be used to help make our ip stack lessjmg2005-03-171-0/+1
* Kill MAJOR_AUTOphk2005-03-171-6/+0
* Prepare for the final onslaught on devices:phk2005-03-172-5/+7
* In stange circumstances we may end up being the last reference to aphk2005-03-171-4/+3
* Add two arguments to the vfs_hash() KPI so that filesystems which dophk2005-03-161-2/+4
* Add mnt_hashseed to struct mount and initialize it witn PRNG bits, usephk2005-03-162-1/+1
* fix arm wrt to busdma...jmg2005-03-151-6/+11
* - Now that there are no external users of vfree() make it static.jeff2005-03-151-14/+0
* - Remove the now unused LK_THISLAYER.jeff2005-03-151-1/+0
* - Expose vholdl() so it may be used outside of vfs_subr.cjeff2005-03-151-0/+1
* Remove findcdev().phk2005-03-151-1/+0
* Polish.phk2005-03-151-4/+0
* Rename cdev->si_udev to cdev->si_drv0 to reflect the new nature ofphk2005-03-151-1/+1
* Clean up forward struct decls.phk2005-03-151-3/+1
* Move devtoname() prototype to systm.h to reduce #include pollution,phk2005-03-152-1/+1
* Refactor the bus_dma header files so that the interface is described inscottl2005-03-141-19/+45
* Currently (almost) all filesystems maintain a local inode hash tablephk2005-03-141-0/+12
* - Increment the holdcnt once for each usecount reference. This allows usjeff2005-03-141-9/+5
* - We do not have to check the object's ref_count in VSHOULDFREE orjeff2005-03-141-1/+1
* - Retire OLOCK and OWANT. All callers hold the vnode lock when creatingjeff2005-03-141-2/+0
* - Get rid of VXLOCK, VXWANT, and vx_*. The vnode lock now protects usjeff2005-03-131-21/+10
* Move the logic implementing retrieval of the SO_ACCEPTFILTER socket optionrwatson2005-03-121-0/+1
* Make MSG_NOSIGNAL available to native programs.alfred2005-03-092-2/+4
* Add ioctl to ask DEVFS about the name of device.phk2005-03-081-0/+5
* Add kernel-only flag MSG_NOSIGNAL to be used in emulation layers to surpresssobomax2005-03-081-0/+1
* Reengineer subr_unitphk2005-03-081-2/+3
* Fix signedness of minor2unit().phk2005-03-081-2/+2
* The macros __GNUCLIKE_ATTRIBUTE_PRINTF andstefanf2005-03-071-3/+0
* Add placeholder mutex argument to new_unrhdr().phk2005-03-071-1/+1
* The m_ext reference counts are potentially shared and modifiedalc2005-03-061-1/+1
* Allocate umtx_q from heap instead of stack, this avoidsdavidxu2005-03-052-1/+5
* The td_waitset is pointing to a stack address when thread is waitingdavidxu2005-03-041-1/+0
* Addendum to netchild's C compiler abstraction mega-patch which somehowjoerg2005-03-041-9/+0
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-026-15/+97
* Use kern_kevent instead of the stackgap for 32bit syscall wrapping.ps2005-03-011-1/+1
* regenps2005-03-014-4/+8
* Add macro NET_CALLOUT_MPSAFE, which should be used when initializingglebius2005-03-011-0/+1
* Add a sysctl that records the amount of physical memory in the machine.wes2005-02-282-1/+4
* Define the _mtx_assert() function prototype as well as the MA_* constantsjhb2005-02-281-3/+3
OpenPOWER on IntegriCloud