]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
[FreeBSD/FreeBSD.git] / sys /
2006-10-14 alcLong ago, revision 1.22 of vm/vm_pager.h introduced...
2006-10-14 alcChange vnode_pager_addr() such that on returning it...
2006-10-14 ruThis commit was generated by cvs2svn to compensate...
2006-10-14 ruPrevent IOC_IN with zero size argument (this is only...
2006-10-14 trhodesClose a race condition where num can be larger than...
2006-10-14 bdeDon't do null Setattr RPCs for VA_MARK_ATIME. When...
2006-10-14 scottlSimplify the arguments to bce_tx_encap.
2006-10-14 scottlMore small whitespace cleanups
2006-10-14 scottlDon't copy the bd_chain head pointers into temporary...
2006-10-13 ruDefine an empty C_DIALECT in case of "icc", just in...
2006-10-13 ru- Remove include links only when .depend is also remove...
2006-10-13 jbIgnore the uart device.
2006-10-13 jbRemove a nmdm comment which ru@ thinks was no longer...
2006-10-13 jbsun4v uses the sparc64 version of this file.
2006-10-13 teggeWait for thread count to reach zero in destroy_devl...
2006-10-13 ruReplace a rarely used "depuration" with "debugging".
2006-10-13 glebiusInclude pcpu.h so that kernel is buildable w/o RWLOCK_N...
2006-10-13 jhbMove the 2 additional #includes down into the #ifndef...
2006-10-13 umeMake net.inet6.ip6.auto_linklocal tunable. Someone...
2006-10-13 umeRevert the default value of net.inet6.ip6.auto_linkloca...
2006-10-13 ruThis commit was generated by cvs2svn to compensate...
2006-10-13 jbAttempt to fix the sun4v tinderbox build (which unhelpf...
2006-10-13 glebiusFix result of some mechanical change that I did some...
2006-10-13 jbRemove one of the duplicate 'device nmdm' lines.
2006-10-13 kmacyFix console and update to new api.
2006-10-13 scottlFix some whitespace
2006-10-13 jbAttempt to fix the GENERIC kernel build which has been...
2006-10-12 jhbipmi_polled_enqueue_request() is already called with...
2006-10-12 ariff- Fix support for ASUS U5F laptop. This laptop (and...
2006-10-12 jhbFix nodevice atpic compile.
2006-10-12 kmacyThis won't be needed. There is already userland infrast...
2006-10-12 kmacyThe T2000 has multiple PCI domains requiring bus alloca...
2006-10-12 kmacysun4v requires TSBs (translation storage buffers) to...
2006-10-12 ariffFix support for IBM/Lenovo Thinkcentre M52 series....
2006-10-12 impRemove redundant casts. The casts inside the macros...
2006-10-11 keramidaSpell proc/sys/kernel/pid_max correctly in a comment.
2006-10-11 glebiusRecognize 802.1q frames in Ethernet input and process...
2006-10-11 glebiusImprove ktr(4) logging for callout(9) subsystem. Log...
2006-10-11 glebiusDo not leak hooks in ng_bypass().
2006-10-11 glebiusMake it buildable.
2006-10-11 glebiusUnbreak a short one.
2006-10-11 glebiusBreak long line.
2006-10-11 glebiusUse hash functions with better distribution. Tested...
2006-10-11 maximo Do not do args->f_id.addr_type == 6 when there is
2006-10-11 maximo Kill a nit in the comment.
2006-10-11 maximo Extend not very informative ipfw(4) message 'drop...
2006-10-11 glebiusUse bitcount32() from sys/systm.h instead of my own.
2006-10-11 glebius- Update the baudrate every time the parent changes...
2006-10-11 ruMerge the rest of my changes.
2006-10-11 ruFix CPU value.
2006-10-11 kmacyUsing the ptr defines broke the powerpc build - convert...
2006-10-10 jhbChange the x86 interrupt code to suspend/resume interru...
2006-10-10 jhbDon't pass unused bufsz to kern_shmctl().
2006-10-10 jhbOnly try to copyin a msqid for the IPC_SET command...
2006-10-10 jhbRemove unnecessary casts before PTRIN().
2006-10-10 jhbOops, fix sign bug in #ifdef for value of INTRCNT_COUNT.
2006-10-10 alcDistinguish between two distinct kinds of errors from...
2006-10-10 mlaierRemind firmware of the ESSID to use in a directed scan...
2006-10-10 rwatsonDo allow jailed superuser to override the port ACL.
2006-10-10 csjpMark the audit system calls as being un-implemented...
2006-10-10 pjdGuard against invalid metadata.
2006-10-10 kibDo not translate the IN_ACCESS inode flag into the...
2006-10-10 bdeThe powerpc and sparc64 MD `reboot' commands should...
2006-10-10 bdeFixed loss of whitespace suppression at ends of lines...
2006-10-09 samcorrect diag request to fetch isr state on fatal interrupts
2006-10-09 jkimFix style(9) nits.
2006-10-09 jkimFix 32-bit PTE in the GART table.
2006-10-09 jmgprovide routines to access VPD data at the PCI layer...
2006-10-09 kmacymore sun4v fallout - missed add
2006-10-09 kmacyunbreak buildkernel for sparc64 - fallout from sun4v
2006-10-09 kmacyunbreak sparc64 loader build
2006-10-09 kmacykernel clean up to make the sun4v kernel build
2006-10-09 kmacyadd sun4v support to the sparc64 boot loader
2006-10-09 thompsaUse LIST_FOREACH_SAFE instead of a hand rolled version.
2006-10-08 alcChange vnode_pager_generic_getpages() so that it does...
2006-10-08 ariffAdded few more pci ids for Intel, ATI, NVidia, VIA...
2006-10-08 bdeAdded some aliases:
2006-10-08 bdeFixed formatting of printing of command tables. WIth...
2006-10-08 netchildRemove unnecessary test case. (As written, that branch...
2006-10-08 netchild- change if (cond) panic() to KASSERT.
2006-10-08 netchild- Replace homegrown check for FIFO with S_ISFIFO. [1]
2006-10-08 netchildImplement /proc/sys/kernel/pid_max.
2006-10-08 pisoVarious mdoc and grammar fixes.
2006-10-08 pisoSort libalias files.
2006-10-08 sosAdd missing PCI ID for the acer m5288
2006-10-07 flzAdd a USB umass(4) quirk for Panasonic KXL-840AN CD...
2006-10-07 flzAdd a USB quirk for CMOTECH CDMA USB modem.
2006-10-07 flzAdd a USB quirk for Motorola A41x/V32x USB phones.
2006-10-07 flzAdd a SCSI da(4) quirk for Rekam USB Camera.
2006-10-07 flzAdd SCSI da(4) quirk for the iRiver H10.
2006-10-07 flzAdd support for Novatech NV902 wireless NIC in ural(4).
2006-10-07 flzAdd support for Epson Stylus CX4200 in uscanner(4).
2006-10-07 flzAdd support for Psion Gold Port Ethernet USB NIC.
2006-10-07 flzAdd support for Netgear FA101 ethernet USB NIC.
2006-10-07 flzAdd a quirk for the Belkin FC6550-AVR UPS.
2006-10-07 flzAdd support for Familiar Linux powered iPaq handhelds...
2006-10-07 flzAdd quirk for Logitech iFeel MouseMan USB mouse.
2006-10-07 flz- Add support for Epson USB Scanners (3590 [1] and...
2006-10-07 pav- Update URL of Intel documentation
2006-10-07 bzSet scope on MC address so IPv6 carp advertisement...
next