summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Introduce p_canwait() and MAC Framework and MAC Policy entry pointsrwatson2005-04-183-0/+4
* Add a sysctl that returns the full path of a process' text file.das2005-04-181-0/+1
* Use __CONCAT() in the TUNABLE_ macros, this way we don't have to use 3stefanf2005-04-171-41/+25
* Concatenate the line number rather than the string `__FILE__' in thestefanf2005-04-161-1/+1
* Introduce three additional MAC Framework and MAC Policy entry points torwatson2005-04-162-2/+12
* Introduce new MAC Framework and MAC Policy entry points to control the userwatson2005-04-162-0/+32
* Modify the alq(9) alq_open() API to accept a file creation mode, ratherrwatson2005-04-161-2/+7
* Move the creation of ata_channel child devices to the channel code.sos2005-04-151-1/+1
* Move MAC check_vnode_mmap entry point out from being exclusive tocsjp2005-04-142-2/+2
* Support for the GTCO Digipad.mdodd2005-04-131-0/+1
* Bump __FreeBSD_version for LOCAL_CREDS, LOCAL_CONNWAIT.mdodd2005-04-131-1/+1
* Implement unix(4) socket options LOCAL_CREDS and LOCAL_CONNWAIT.mdodd2005-04-133-1/+24
* resource_list_purge: release the resources in this list, and purge theimp2005-04-121-0/+1
* rman_set_device() seems to have been omitted by mistake. Implement it.imp2005-04-121-0/+1
* Return the resource created/found in resource_list_add to avoid an extraimp2005-04-121-1/+2
* - Add the mising ASSERT_VOP_ELOCKED code in the !DEBUG_VFS_LOCKS case.jeff2005-04-121-1/+1
* - Enable ASSERT_VOP_ELOCKED and assert_vop_elocked() now that vnode_if.awkjeff2005-04-111-2/+2
* - Remove the namei NOOBJ flag. It is meaningless now.jeff2005-04-091-1/+0
* Sprinkle some volatile magic and rearrange things a bit to avoid raceups2005-04-081-2/+4
* Treat arm as i386.cognet2005-04-071-1/+2
* Constify hexdump() harder.phk2005-04-061-1/+1
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-042-6/+8
* Add devclass_get_drivers(9) which provides an array of pointers to drivernjl2005-04-041-0/+1
* This header is supposed to declare pid_t, size_t, and time_t.das2005-04-021-0/+17
* Namespace issues.das2005-04-021-12/+21
* Add some missing errnos from POSIX. Nothing in FreeBSD generatesdas2005-04-021-1/+7
* Define CLOCK_* and TIMER_* in time.h, where they are supposed to be.das2005-04-021-4/+3
* Implement kern_adjtime(), kern_readv(), kern_sched_rr_get_interval(),jhb2005-03-311-0/+8
* Bring back the WITNESS_WARN() check to _STOPEVENT() as all the callers havejhb2005-03-311-0/+2
* cdev (still) needs per instance uid/gid/modephk2005-03-311-3/+4
* Rename dev_ref() to dev_refl()phk2005-03-311-1/+1
* - Add a LK_NOSHARE flag which forces all shared lock requests to bejeff2005-03-311-0/+1
* - apause() has been retired, remove LK_NOPAUSE as well.jeff2005-03-311-1/+0
* This is the much rumoured ATA mkIII update that I've been working on.sos2005-03-301-9/+18
* Support VTOC volume names. This can be useful to distinguish multiplejoerg2005-03-301-1/+3
* Eliminate v_id and v_ddid. This changes struct vnode, so alldas2005-03-301-2/+0
* - Add a lock flag to the component name so that namei() may request ajeff2005-03-291-0/+1
* Remove the global cdev hash and use the cdevsw list instead.phk2005-03-291-1/+1
* Privatize major().phk2005-03-291-1/+0
* - Fix the lockmgr flags so that external flags and internal flags arejeff2005-03-281-35/+33
* - Remove the now-unused LK_REENABLE flag.jeff2005-03-281-3/+1
* - Remove PDIRUNLOCK, it will soon be unused in every filesystems. The onlyjeff2005-03-281-1/+0
* When the softupdates worklist gets too long, threads that attempt todas2005-03-251-0/+1
* remove unimplemented part of the interface..jmg2005-03-251-3/+0
* 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
OpenPOWER on IntegriCloud