summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* msync(2) should be declared MP-safe.alc2003-09-073-3/+3
* "fast swi" taskqueue support. This is a taskqueue that uses spinlockssam2003-09-052-3/+13
* Move dynamic sysctl(8) variable creation for the cd(4) and da(4) driversken2003-09-031-2/+9
* Implement MBUF_STRESS_TEST mark II.silby2003-09-011-0/+1
* - Define a new flag for getblk(): GB_NOCREAT. This flag causes getblk() tojeff2003-08-311-0/+1
* Remove extra tabs indenting MAC library calls; they were there torwatson2003-08-291-21/+20
* - Move BX_BKGRDWAIT and BX_BKGRDINPROG to BV_ and the b_vflags field.jeff2003-08-281-5/+8
* This is a major rework of the ATA driver (ATAng)sos2003-08-241-260/+223
* Make the elements argument to mac_prepare() be const.rwatson2003-08-221-1/+1
* Add prototype for new libc function mac_prepare_type().rwatson2003-08-221-0/+1
* Introduce two new MAC Framework and MAC policy entry points:rwatson2003-08-212-0/+5
* Replace 'OS release date' with 'kernel release date' here, too.eivind2003-08-211-1/+1
* Add mac_check_vnode_deleteextattr() and mac_check_vnode_listextattr():rwatson2003-08-212-0/+9
* correct typo in commentsam2003-08-191-1/+1
* Bump __FreeBSD_version due to movement of libraries to /lib and rtld togordon2003-08-171-1/+1
* In vm_thread_swap{in|out}(), remove the alpha specific conditionalmarcel2003-08-161-0/+2
* Give timecounters a numeric quality field.phk2003-08-161-0/+7
* Add or finish support for machine dependent ptrace requests. When wemarcel2003-08-151-0/+4
* add a few missing bits for future usecg2003-08-151-1/+27
* Add safe _FOREACH iterators to the rest of the queue.h types.kan2003-08-141-37/+58
* Update powerpc to use the (old thread,new thread) calling conventiongrehan2003-08-141-5/+0
* - The vm_object pointer in pipe_buffer is unused. Remove it.alc2003-08-131-1/+0
* Add LIST_FOREACH_SAFE, which is like LIST_FOREACH but allows youbmilekic2003-08-131-0/+7
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'simp2003-08-121-3/+25
* - Convert Alpha over to the new calling conventions for cpu_throw() andjhb2003-08-121-1/+1
* Add the mlockall() and munlockall() system calls.bms2003-08-111-0/+2
* More pipe changes:silby2003-08-111-1/+0
* Add the POSIX 1003.1-2001 posix_madvise() interface.bms2003-08-091-2/+12
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-1/+1
* Increase SMALL_PIPE_SIZE from 4096 to PAGE_SIZE.silby2003-08-071-1/+1
* Retire the B_KEEPGIANT flag, we are nowhere near ready.phk2003-08-061-1/+1
* Bump __FreeBSD_version for 3ware APIps2003-08-051-1/+1
* Introduce a thread mailbox flag TMF_NOUPCALL. On some architectures otherdavidxu2003-08-051-0/+4
* Add a B_KEEPGIANT flag so non-SMPng code can get preferential treatment.phk2003-08-051-1/+1
* Make the second argument to sooptcopyout() constant in order tohsu2003-08-051-1/+1
* Set td_critnest to 1 when setting up a thread since it is a MI field withjhb2003-08-041-1/+1
* Move more ACL logic from the UFS code (ufs_acl.c) to the central POSIX.1erwatson2003-08-041-5/+27
* Add a new function to look for a spinlock's instance when it is held byjhb2003-07-311-0/+1
* Bump __FreeBSD_version to indicate GCC 3.3.1-pre import.kan2003-07-311-1/+1
* Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.phk2003-07-271-2/+2
* - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edmux2003-07-271-0/+1
* Discussions on src-committers with alfred and bde pointed out thatgad2003-07-251-6/+8
* Attempt to preempt any new gcc-ism references topeter2003-07-221-0/+6
* There is strong reason to believe that gcc 4 will also supportimp2003-07-221-1/+1
* Remove __nonnull() on the second argument of strto[u]l() which I usedphk2003-07-221-2/+2
* Fix apparent typo in previous commit.silby2003-07-221-1/+1
* Add a new macro __nonnull(x) to use the new GCC33 attribute which checksphk2003-07-212-16/+22
* Remove extern declaration of ps_showallprocs. The definition is already gone.tjr2003-07-181-1/+0
* To avoid a kernel panic provoked by a NULL pointer dereference,robert2003-07-171-0/+1
* o Refine kse_thr_interrupt to allow it to handle different commands.davidxu2003-07-175-7/+13
OpenPOWER on IntegriCloud