summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement rtld part of the support for -z nodlopen (see ld(1)).kib2009-11-261-0/+1
* Implement sighold, sigignore, sigpause, sigrelse, sigset functionskib2009-11-262-4/+3
* Drop USB mass storage devices support from ata(4). It is out of the build asmav2009-11-261-3/+0
* Don't make MJUMPAGESIZE equal to PAGE_SIZE unconditionally.marcel2009-11-231-1/+8
* Among signal generation syscalls, only sigqueue(2) is allowed by POSIXkib2009-11-172-3/+6
* Revert revision 199201 for now as it has introduced a kernel vulnerabilitydelphij2009-11-123-4/+1
* Add interface description capability as inspired by OpenBSD.delphij2009-11-113-1/+4
* In r198506, kern_sigsuspend() started doing cursig/postsig loop to makekib2009-11-101-1/+1
* Extract the code that records syscall results in the frame into MDkib2009-11-101-1/+1
* Add MAP_ANONYMOUS.ed2009-11-061-0/+3
* MFp4:mav2009-11-041-1/+1
* Fix constants.mav2009-11-031-2/+2
* Make /dev/klog and kern.msgbuf* MPSAFE.ed2009-11-031-0/+1
* Fix VESA color palette corruption:jkim2009-11-031-0/+1
* Split P_NOLOAD into a per-thread flag (TDF_NOLOAD).attilio2009-11-031-2/+2
* Turn unused structure fields of cdevsw into spares.ed2009-10-311-6/+4
* Trapsignal() and postsig() call kern_sigprocmask() with both processkib2009-10-301-0/+1
* Add additional featuresState.fBits entries to simplify compiling andemaste2009-10-291-1/+4
* Define identify fields described in CF specification.mav2009-10-291-1/+5
* HZ is now 1000 on most platforms, update a comment.ru2009-10-291-1/+1
* Regeneratekib2009-10-273-5/+17
* Current pselect(3) is implemented in usermode and thus vulnerable tokib2009-10-271-0/+2
* In kern_sigsuspend(), better manipulate thread signal mask usingkib2009-10-272-3/+6
* - Fix several off-by-one errors when using MAXCOMLEN. The p_comm[] andjhb2009-10-231-3/+3
* Style fix.jhb2009-10-231-1/+1
* Properly sort the intr_event_describe_handler() prototype.jhb2009-10-231-2/+2
* Random number generator initialization cleanup:ru2009-10-201-0/+1
* Properly set the low watermarks when reducing the baud rate.ed2009-10-191-0/+14
* Style fixes to the function prototypes for bus_alloc_resources() andjhb2009-10-151-2/+4
* Add a facility for associating optional descriptions with active interruptjhb2009-10-152-1/+8
* Currently, when signal is delivered to the process and there is a threadkib2009-10-111-3/+5
OpenPOWER on IntegriCloud