summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* - add second flags field to to inpcbkmacy2009-04-151-1/+1
* add an llentry to struct route{_in6} to allow it to be passed around withkmacy2009-04-151-1/+1
* Extend route command:kmacy2009-04-141-1/+1
* Bump __FreeBSD_version to 800077 for the removal of VOP_LEASE -- thisrwatson2009-04-111-1/+1
* Introduce vnet module registration / initialization framework withzec2009-04-112-19/+71
* Added DT_GNU_HASH entry for GNU-style hash table.kaiw2009-04-101-0/+1
* Remove VOP_LEASE and supporting functions. This hasn't been used sincerwatson2009-04-101-11/+0
* Import "flowid" support for serializing flows across transmit queueskmacy2009-04-101-0/+1
* Revert r190676,190677thompsa2009-04-101-1/+1
* Bump version after changes in the userland/kernel ABI for dummynetluigi2009-04-091-1/+1
* First pass at separating per-vnet initializer functionszec2009-04-062-1/+2
* Fix KBI breakage by r190520 which affects older linux.ko binaries:dchagin2009-04-051-1/+2
* PowerPC, meet kernel core dumps. The support is basedmarcel2009-04-041-5/+6
* Add a how argument to root_mount_hold() so it can be passed NOWAIT and be calledthompsa2009-04-031-1/+1
* Implement support for RTLD_NODELETE flag for dlopen() and -z nodeletekib2009-03-301-0/+1
* Replace v_dd vnode pointer with v_cache_dd pointer to struct namecachekan2009-03-291-1/+1
* Get rid of VSTAT and replace it with VSTAT_PERMS, which is somewhattrasz2009-03-291-2/+1
* Add new V* constants, neccessary for granular permission checkstrasz2009-03-271-9/+43
* Whitespace/spelling fixes in advance of upcoming functional changes.jamie2009-03-271-6/+5
* Add DTrace probes to the NFS access and attribute caches. Access cacherwatson2009-03-241-5/+45
* Bump __FreeBSD_version to reflect tcpdump 4.0.0 and libpcap 1.0.0rpaulo2009-03-241-1/+1
* Add dtnfsclient, a first cut at an NFSv2/v3 client reuest DTracerwatson2009-03-221-0/+12
* Bump __FreeBSD_version for dynamic token string support added in ld.so.kib2009-03-221-1/+1
* Supply AT_EXECPATH auxinfo entry to the interpreter, both for native andkib2009-03-171-0/+3
* Add some definitions for the DT_FLAGS_1 tag flags.kib2009-03-171-0/+5
* Initial suspend/resume support for amd64.jkim2009-03-172-1/+4
* Fix two issues with bufdaemon, often causing the processes to hang inkib2009-03-162-2/+3
* Bump __FreeBSD_version for the removal of IFF_NEEDSGIANT; networkrwatson2009-03-151-1/+1
* - Implement a new mechanism for resetting lock profiling. We nowjeff2009-03-151-16/+7
* Fix the visibility of several prototypes. Also move pthread_kill() anddas2009-03-141-0/+3
* Bump __FreeBSD_version to 800071 for gcc patch to add support for C99das2009-03-141-1/+1
* Namespace: aio_waitcomplete() is a BSD extension.das2009-03-141-1/+4
* Namespace: adjtime(), futimes(), futimesat(), lutimes(), and settimeofday()das2009-03-141-5/+13
* Various namespace cleanups, including exposing fchmod() and fchmodat()das2009-03-141-0/+7
* Namespace: preadv() and pwritev() are extensions.das2009-03-141-0/+2
* Namespace: vsyslog() is a BSD extension.das2009-03-141-0/+2
* Namespace: semsys() and shmsys() aren't standard.das2009-03-142-0/+4
* Use namespace visibility macros instead of checking for _POSIX_SOURCE.das2009-03-141-2/+2
* Implement new way of branding ELF binaries by looking to adchagin2009-03-131-1/+9
* Add a new type of KTRACE record for sysctl(3) invocations. It uses thejhb2009-03-111-0/+9
* Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that ajhb2009-03-111-1/+2
* Move the PC98_[MS]ID_* defines from g_part_pc98.c to diskpc98.h.nyan2009-03-111-3/+11
* - Make maxpipekva a signed long rather than an unsigned long as overflowjhb2009-03-101-1/+1
* Adjust some variables (mostly related to the buffer cache) that holdjhb2009-03-092-5/+5
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDbms2009-03-092-8/+8
* Install libusb20.so.1 as libusb.so.1, there will be a followup commit to thethompsa2009-03-091-1/+1
* o Add declarations for a few more nodes widely used.imp2009-03-091-1/+4
* Use a u_int for p_lock instead of a char: this avoids a (somewhatrwatson2009-03-091-1/+1
* Remove two now-defunct KSE fields from struct thread: td_uuticks andrwatson2009-03-091-2/+0
* Add a new thread-private flag, TDP_AUDITREC, to indicate whether orrwatson2009-03-091-0/+1
OpenPOWER on IntegriCloud