summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Make <sys/timeb.h> work without including <sys/types.h>.ed2010-02-141-1/+8
* o Add support for COMPAT_IA32.marcel2010-02-111-7/+10
* Add PT_VM_TIMESTAMP and PT_VM_ENTRY so that the tracing process canmarcel2010-02-091-0/+15
* Map and report actual video memory we need.jkim2010-02-061-3/+1
* Use bytes per scan line from mode table. The previous implementation didjkim2010-02-031-1/+3
* MFp4:mav2010-02-031-0/+4
* Revised revision 199201 (add interface description capability as inspireddelphij2010-01-273-1/+4
* - Fix the kthread_{suspend, resume, suspend_check}() locking.attilio2010-01-241-1/+1
* For PT_TO_SCE stop that stops the ptraced process upon syscall entry,kib2010-01-231-0/+1
* Staticise sigqueue manipulation functions used only in kern_sig.c.kib2010-01-231-9/+1
* - Bump __FreeBSD_version for BSDL bc/dc import to deprecate GNU bc/dcgabor2010-01-201-1/+1
* When traced process is about to receive the signal, the process iskib2010-01-201-0/+1
* Recommit r193732:ed2010-01-191-6/+0
* Add new function vunref(9) that decrements vnode use count (and holdkib2010-01-171-0/+1
* Add ip4.saddrsel/ip4.nosaddrsel (and equivalent for ip6) to controlbz2010-01-171-0/+6
* Complete the migration towards utmpx.ed2010-01-131-1/+1
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicbrooks2010-01-121-0/+1
* Background:mckusick2010-01-111-1/+1
* Merge change r198561 from projects/mips to head:imp2010-01-101-0/+1
* Improve the comment about CMGROUP_MAX.brooks2010-01-091-2/+2
* Introduce the new kernel thread called "deadlock resolver".attilio2010-01-092-0/+2
* - Fix a bug in sched_4bsd where the timestamp for the sleeping operationattilio2010-01-081-1/+1
* Use umtx to implement process sharable semaphore, to make this work,davidxu2010-01-052-88/+2
* Make TIOCSTI work again.ed2010-01-041-2/+3
* Bump __FreeBSD_version for scandir(3) and alphasort(3) prototype changes.kib2010-01-041-1/+1
* Add user-level semaphore synchronous type, this change allows multipledavidxu2010-01-042-36/+78
* Welcome to 2010.imp2010-01-021-2/+2
* The devices that supported EVFILT_NETDEV kqueue filters were removed inbrooks2009-12-311-8/+1
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-292-15/+9
* Use ANSI declarations instead of K&R.ed2009-12-281-39/+14
* Add BIO_DELETE support to ada(4):mav2009-12-281-3/+11
* Log process mappings for existing processes at PMC start time.jkoshy2009-12-261-1/+2
* Add two disk ioctls, giving user-level tools information about disk/arraymav2009-12-241-0/+12
* Cosmetic fixes.trasz2009-12-221-6/+6
* Implement NFSv4 ACL support for UFS.trasz2009-12-211-6/+3
* VI_OBJDIRTY vnode flag mirrors the state of OBJ_MIGHTBEDIRTY vm objectkib2009-12-211-1/+0
* Let access overriding to TTYs depend on the cdev_priv, not the vnode.ed2009-12-191-0/+1
* Revert 200606.imp2009-12-161-3/+8
* Fix compiling FREEBSD_COMPAT[4,5,6] without FREEBSD_COMPAT7.imp2009-12-161-8/+3
* Add apple-boot and apple-ufs.rpaulo2009-12-141-0/+2
* Add more Apple partition types.rpaulo2009-12-141-0/+6
* Throughout the network stack we have a few places ofbz2009-12-131-0/+1
* In current code, threads performing an interruptible sleep (on bothattilio2009-12-123-1/+3
* only export bio_cmd and flags to userland (bio_cmd areluigi2009-12-111-17/+16
* For some buses, devices may have active resources assigned even though theyjhb2009-12-091-0/+15
* Add a libutempter compatibility interface to libulog.ed2009-12-061-1/+1
* Bump __FreeBSD_version for sigpause(3) addition [1] andkib2009-12-021-1/+1
* Add CAM_ATAIO_DMA ATA command flag to mark DMA protocol commands.mav2009-12-011-0/+10
* Decompose <sys/termios.h>.ed2009-11-283-302/+227
* Add SDT_PROBE[1-5] in the same way we have SDT_PROBE_DEFINE[1-5] tobz2009-11-281-0/+17
OpenPOWER on IntegriCloud