summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-0865-84/+15
* Commit missed driver_info to driver_ivar change in usb_attach_args.thompsa2009-06-081-2/+2
* Fix nfscl_getcl() so that it doesn't crash when it is called tormacklem2009-06-081-20/+29
* Revert my change; reintroduce __gnu89_inline.ed2009-06-084-3/+9
* Change driver_info to a ulong as it always stores a number and remove the onlythompsa2009-06-082-5/+6
* Remove __gnu89_inline.ed2009-06-084-9/+3
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-0836-36/+521
* Clean up FreeBSD-specific header file:jkim2009-06-081-6/+3
* Now that amd64's kernel map is 512GB (SVN rev 192216), there is no reasonalc2009-06-081-9/+0
* Move zombie-reaping code out of kern_wait() and into its own function,rwatson2009-06-081-106/+121
* Code using COMPAT_ROUTE_FLAGS option, introduced with r187094,bz2009-06-081-1/+0
* Instead of packing the individual fields in the PnP structures, pack thejhb2009-06-081-26/+26
* Don't attempt to free the GPT partition list for a disk with an empty GPT.jhb2009-06-081-2/+3
* Update vimage size guard values but do not yet re-enable them.bz2009-06-081-34/+22
* Add another PCI id for Nvidia nForce MCP67, found in several Acer laptops.ariff2009-06-082-0/+2
* Do not dereference vp->v_rdev without holding any of dev_mtx or vnodekib2009-06-081-8/+20
* Invalidate cache in pmap_remove_all() on ARM.raj2009-06-081-0/+12
* Fix powerpc build failure due to strict kobj signatures checking.ariff2009-06-082-6/+6
* Add notes on various SND_* options.ariff2009-06-081-0/+36
* do not strip M_MORE_DATA on packets coming through ieee80211_start;sam2009-06-081-3/+4
* Fix build on sparc64.ariff2009-06-071-1/+1
* prefer callout_schedulesam2009-06-071-2/+1
* use c99-style initializerssam2009-06-071-7/+7
* Fix and add a workaround on an issue of EtherIP packet with reversedhrs2009-06-075-15/+94
* Decouple the i386 native and i386 Xen APIC definitions a little further.adrian2009-06-071-4/+22
* teach ieee80211_classify about ipv6 packetssam2009-06-071-1/+23
* add iv_flags_ht and ic_flags_htsam2009-06-071-0/+2
* track HT flags move to iv_flags_htsam2009-06-071-7/+7
* iv_flags_ext is full, make room by moving HT-related flags to a newsam2009-06-0711-116/+166
* Add a temporary workaround for panics being seen on NFS servers with ZFS,rwatson2009-06-071-0/+3
* Add a check to xprt_unregister() to catch the case where anotherrmacklem2009-06-071-0/+7
* Rename usb pipes to endpoints as it better represents what they are, and structthompsa2009-06-0728-627/+628
* Eliminate unnecessary obfuscation when testing a page's valid bits.alc2009-06-075-11/+8
* Bump driver revision (should have bumped it earlier).ariff2009-06-071-1/+1
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-0792-5785/+12467
* Eliminate an unused variable from allocbuf().alc2009-06-071-3/+0
* - Outindent long printf lines instead of splitting them in thestas2009-06-071-11/+12
* Fix compilation when compiled w/out WITNESS.adrian2009-06-071-0/+1
* Fix a lockorder reversal I introduced in r193436 when I moved thermacklem2009-06-071-0/+1
* Eliminate an unneeded forward declaration. (This should have been removedalc2009-06-061-2/+0
* If vm_pager_get_pages() returns VM_PAGER_OK, then there is no need to checkalc2009-06-062-3/+2
* Remove opt_mac.h generation for various kernel modules that no longerrwatson2009-06-0621-23/+19
* Unbreak options VIMAGE build.zec2009-06-061-1/+0
* Initial version of the sec(4) driver for the integrated security engine foundraj2009-06-067-0/+2314
* Provide 64-bit big endian bus space operations for PowerPC. They are requiredraj2009-06-062-9/+74
* Use #ifdef APPLE_MAC instead of #ifdef MAC to conditionalize Apple-specificrwatson2009-06-061-2/+2
* Eliminate trailing_slash, which was made redundant in r193028.des2009-06-061-23/+11
* Drop Giant.des2009-06-061-12/+14
* o add bits for STBC and Greenfieldsam2009-06-061-5/+8
* Only four out of nine arguments for ip_ipsec_output() are actually used.pjd2009-06-053-5/+3
OpenPOWER on IntegriCloud