summaryrefslogtreecommitdiffstats
path: root/sys/sys/param.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce a new NET_RT_IFLISTL API to query the address list. It worksbz2012-02-111-1/+1
* Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL andglebius2012-02-051-1/+1
* Add CAM infrastructure to allow reporting when a drive's long read capacityken2012-01-261-1/+1
* Drop support for SIOCSIFADDR, SIOCSIFNETMASK, SIOCSIFBRDADDR, SIOCSIFDSTADDRglebius2012-01-161-1/+1
* Remove the now unused skpc() function.ed2012-01-011-1/+1
* A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-161-1/+1
* - Define true and false in sys/types.h for _KERNEL consumers, andmdf2011-12-121-1/+1
* Define __FreeBSD_kernel__ macro in sys/param.h.rmh2011-11-221-0/+16
* Use the alternate form of the gcc extension that works even withkib2011-11-181-1/+1
* Add the posix_fadvise(2) system call. It is somewhat similar tojhb2011-11-041-1/+1
* The sigwait(3) function shall not return EINTR, according to thekib2011-10-011-0/+1
* Shift head from 9.0-CURRENT to 10.0-CURRENT in preparation for releasingkensmith2011-09-261-1/+1
* Refactor auto-quirk solution so that we break as few externalhselasky2011-09-101-1/+1
* This patch adds automatic detection of USB mass storage deviceshselasky2011-09-021-1/+1
* Bump shared libraries version numbers in preparation for 9.0.kib2011-08-281-1/+1
* Bump __FreeBSD_version to reflect the availability of capabilities, butrwatson2011-08-131-1/+1
* Bump MAXCPU for amd64, ia64 and XLP mips appropriately.attilio2011-07-191-1/+1
* Update packet filter (pf) code to OpenBSD 4.5.bz2011-06-281-1/+1
* Fix clang warnings.benl2011-06-181-0/+6
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-1/+1
* - Bump __FreeBSD_version to note the revision when libprocstat(3) and fuser(1)stas2011-05-131-1/+1
* After removing libobjc and other Objective-C components in r220755,dim2011-04-181-1/+1
* Upgrade of base gcc and libstdc++ to the last GPLv2-licensed revisionmm2011-03-291-1/+1
* Bump __FreeBSD_version for struct sysvec (sv_schedtail) changes.dchagin2011-03-081-1/+1
* Merge binutils 2.17.50 to head. This brings a number of improvements todim2011-02-181-1/+1
|\
* | Remove the uio_yield prototype and symbol. This function has beenmdf2011-02-081-1/+1
* | Introduce a non-portable function pthread_getthreadid_np(3) to retrievejkim2011-02-071-1/+1
* | Update dialog to version 20100428. This changes the license under whichnwhitehorn2011-01-121-1/+1
* | - Add some helper hook points to the TCP stack. The hooks allow Khelp modules tolstewart2010-12-281-1/+1
* | - Introduce the Hhook (Helper Hook) KPI. The KPI is closely modelled on pfil(9),lstewart2010-12-211-1/+1
|/
* Bump __FreeBSD_version for the addition of log2(). This is mainly for thedas2010-12-051-1/+1
* Add Serial Management Protocol (SMP) passthrough support to CAM.ken2010-11-301-1/+1
* Do not use __FreeBSD_version prefix for the special osrel version.kib2010-11-141-2/+2
* Use symbolic names instead of hardcoding values for magic p_osrel constants.kib2010-11-141-0/+5
* This commit marks the first formal contribution of the "Five New TCP Congestionlstewart2010-11-121-1/+1
* Replace libgcc.a by libcompiler_rt.a.ed2010-11-111-1/+1
* Upgrade xz to git snapshot as of 20101010mm2010-10-111-1/+1
* Bump __FreeBSD_version for switch from GNU man to BSDL man.gordon2010-10-041-1/+1
* Fix exec_imgact_shell()'s handling of two error cases: (1) Previously, ifalc2010-09-211-1/+1
* Bump __FreeBSD_version to reflect the userland DTrace changes.rpaulo2010-09-131-1/+1
* Bump __FreeBSD_version for sbuf ABI change.mdf2010-09-091-1/+1
* Add the MAP_PREFAULT_READ option to mmap(2).alc2010-08-281-1/+1
* Bump __FreeBSD_version for revision 211732.davidxu2010-08-241-1/+1
* - Change default grep back to GNU version. BSD grep can be built with thegabor2010-08-231-1/+1
* Bump __FreeBSD_version for multizone malloc(9).mdf2010-07-281-1/+1
* - Bump __FreeBSD_version for BSD grep importgabor2010-07-221-1/+1
* UT_NAMESIZE is no more.ed2010-07-131-1/+0
* Bump __FreeBSD_version to indicate the addition of Clang to HEAD.ed2010-06-101-1/+1
* Bring USB fixes for linux(4).wkoszek2010-05-241-1/+1
* Import of liblzma, xz, xzdec, lzmainfo from vendor branchmm2010-05-101-1/+1
OpenPOWER on IntegriCloud