summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a new errno, ENOTCAPABLE, to be returned when a process requests anrwatson2009-10-071-1/+5
* Reserve numbers for XScale.rpaulo2009-10-021-4/+6
* Provide default implementation for VOP_ACCESS(9), so that filesystems whichtrasz2009-10-011-0/+1
* When releasing a read/shared lock we need to use a write memory barrierattilio2009-09-302-15/+1
* Regenerate system call files following r197636.rwatson2009-09-303-16/+8
* Add two new fcntls to enable/disable read-ahead:delphij2009-09-281-2/+7
* Add more defines from recent and not only specs.mav2009-09-271-10/+56
* - Bump __FreeBSD_version to reflect the point when EVFILT_USER kevent filterstas2009-09-231-1/+1
* Change unsigned foo to u_foo as required by style(9).rdivacky2009-09-221-2/+1
* Add pieces of infrastructure required for NFSv4 ACL support in UFS.trasz2009-09-221-0/+3
* Remove forward_roundrobin(), it is unused for quite some time.kib2009-09-211-1/+0
* Add getpagesizes(3). This functions either the number of supported pagealc2009-09-191-0/+1
* Make the keyboard layer Unicode aware.ed2009-09-191-3/+4
* Add a new sysctl for reporting all of the supported page sizes.alc2009-09-181-0/+1
* Fix the style of the previous commit.rdivacky2009-09-171-1/+2
* Make these argument/variable unsigned as the defines for them don't fitrdivacky2009-09-171-1/+1
* Extend the keyboard character size to 24 bits.ed2009-09-161-11/+17
* Add EV_RECEIPT to kevents.sson2009-09-161-1/+1
OpenPOWER on IntegriCloud