summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Retire macros for the old kernel memory allocator.ru2006-09-281-22/+0
* Fix our ioctl(2) implementation when the argument is "int". Newru2006-09-276-23/+31
* PC98 would also like a trademark.rwatson2006-09-261-1/+2
* Increase mnt_noasync once in softdep_mount() to disallow async io,tegge2006-09-261-0/+1
* Add mnt_noasync counter to better handle interleaved calls to nmount(),tegge2006-09-261-0/+2
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-1/+1
* Add "FreeBSD" trademark statement to copyright section of boot messages.rwatson2006-09-251-0/+5
* hide kqueue_register from public view, and replace it w/ kqfd_register...jmg2006-09-241-2/+2
* MFp4 the sound Google Summer of Code project:netchild2006-09-232-4/+437
* Update the ipmi(4) driver:jhb2006-09-221-0/+36
* Update a comment about M_VLANTAG.ru2006-09-221-1/+1
* Add compatible code to let 32bit libthr work on 64bit kernel.davidxu2006-09-221-0/+4
* Add umtx support for 32bit process on AMD64 machine.davidxu2006-09-221-0/+1
* Regenerate.davidxu2006-09-213-28/+8
* Replace system call thr_getscheduler, thr_setscheduler, thr_setschedparamdavidxu2006-09-212-14/+3
* Use __builtin_offsetof for GCC 4.1.kan2006-09-211-0/+4
* Declare security and security.bsd sysctl hierarchies in sysctl.h alongrwatson2006-09-171-0/+2
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldandre2006-09-171-4/+1
* Regenerate.rwatson2006-09-173-4/+4
* Fixes up the handling of shared vnode lock lookups in the NFS client,mohans2006-09-131-0/+1
* Introduce a new entry point, mac_create_mbuf_from_firewall. This entry pointcsjp2006-09-122-0/+4
* Add prototype for bus_generic_add_child() missed in previous commit.jhb2006-09-111-0/+3
* Add struct msg to the forwarded declared data structures in mac_policy.h.rwatson2006-09-091-0/+1
* Bump __FreeBSD_version for rev. 1.117 of libexec/rtld-elf/rtld.c.kib2006-09-091-1/+1
* Reserve a precious 16bit gap in the mbuf pkthdr struct for ethernet 802.1pqandre2006-09-061-0/+1
* First step of TSO (TCP segmentation offload) support in our network stack.andre2006-09-061-0/+2
* Improve description of if_capabilities, if_capenable and ifi_hwassist.andre2006-09-061-0/+1
* bump version for libpcap+tcpdump importssam2006-09-041-1/+1
* Regenerate for updated audit event identifiers.rwatson2006-09-033-12/+12
* Regenerate.rwatson2006-09-033-4/+4
* Bump __FreeBSD_version by one due to newbus changes.mjacob2006-09-031-1/+1
* up the default msgbuf limit to 64k.. a verbose boot on i386 on modernjmg2006-09-031-4/+0
* add a newbus method for obtaining the bus's bus_dma_tag_t... This isjmg2006-09-031-0/+5
* Break out typedefs from bus_dma.h to _bus_dma.h so that we can get thejmg2006-09-032-29/+65
* The _sx_assert() prototype should exist if either of INVARIANTS orjhb2006-08-291-1/+1
* Regenerate.davidxu2006-08-283-7/+7
* This is initial version of POSIX priority mutex support, a new userlanddavidxu2006-08-281-10/+32
* Implement casuword32, compare and set user integer, thank Marcel Moolenarrdavidxu2006-08-281-1/+2
* Add user priority loaning code to support priority propagation fordavidxu2006-08-252-2/+5
* Add member kg_base_user_pri and flag TDF_UBORROWING, they will be useddavidxu2006-08-251-2/+4
* Fix typo in a comment: DEFINE_CLASSx => DEFINE_CLASS_x.rik2006-08-241-3/+3
* Add _vm_stats and _vm_stats_misc to the sysctl declarations in sysctl.h andalc2006-08-211-0/+2
* o Re-word a comment.maxim2006-08-161-1/+1
* Add a new 'show sleepchain' ddb command similar to 'show lockchain' exceptjhb2006-08-152-0/+6
* Use SYS_AUE_<syscallname> to include the appropriate audit event identifierjhb2006-08-151-2/+3
* Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlierjhb2006-08-153-3/+336
* - Change process_exec function handlers prototype to include structnetchild2006-08-152-1/+6
* Add an extension to the UINT & ULONG types. The XINT & XLONG types behaveobrien2006-08-121-0/+16
* Add strstr() function to the libkern.pjd2006-08-121-0/+1
* Move definition of UNIX domain socket protosw and domain entries fromrwatson2006-08-071-1/+0
OpenPOWER on IntegriCloud