Remove several layers in the vnode operations vector init code. Declare
[dragonfly.git] / sys /
2006-07-18 Matthew DillonRemove several layers in the vnode operations vector...
2006-07-18 Matthew DillonAdd a fairly bad hack to detect ripouts that might...
2006-07-17 Matthew DillonAdjust HEAD version from 1.5 to 1.7.
2006-07-17 Matthew DillonBump sub-versions and DragonFly_version in preparation...
2006-07-16 Matthew DillonAttempt to fix an occassional panic in pf_purge_expired...
2006-07-16 Matthew DillonUse pbufs instead of ebufs.
2006-07-16 Matthew DillonAdd missing prototype.
2006-07-14 Simon SchubertFix two bugs in cluster_read:
2006-07-14 Simon SchubertAssign the packet length to the pkthdr and mbuf.
2006-07-13 Sepherosa Ziehau- Port ath(4) driver from FreeBSD, which supports vario...
2006-07-13 Sepherosa ZiehauMerge from vendor branch ATHEROS:
2006-07-13 Sepherosa ZiehauInitial import of Atheros Hardware Access Layer (HAL... vendor/ATHEROS
2006-07-11 Matthew DillonCorrect a problem with the user process scheduler's...
2006-07-10 Matthew DillonChange the seeder array from a modulo to a logical...
2006-07-10 Matthew DillonCleanup, no functional changes.
2006-07-10 Matthew DillonDisassociate the VM object after calling VOP_INACTIVE...
2006-07-09 Simon SchubertDon't use B_PAGING with geteblk() bufs
2006-07-08 Sascha WildnerRemove obsolete worm(4) ioctl definitions.
2006-07-07 Sepherosa Ziehau- Replace lnc(4) driver with NetBSD's le(4), which...
2006-07-07 Simon SchubertCorrect typo in comment
2006-07-06 Simon SchubertCopy b_cmd into new buf
2006-07-05 Matthew DillonAdd a missing initbufbio() to fix a panic when vinum...
2006-07-05 YONETANI TomokazuSync with Osd/OsdDebug.c rev1.9 in FreeBSD:
2006-07-04 Matthew DillonDo not attempt to read the slice table or disk label...
2006-07-04 Sascha Wildner1) Hook pctrack into the build.
2006-07-02 Sascha WildnerRemove unused SCTP_TCP_MODEL_SUPPORT option.
2006-07-02 Sepherosa Ziehausegments total size is (MCLBYTES * RT2661_MAX_SCATTER...
2006-07-02 Simon SchubertSet limits for inlining functions.
2006-07-02 Simon SchubertRestructure kernel makefiles and factor out MI and...
2006-07-02 Simon Schubertuse ${MACHINE_ARCH} instead of ${MACHINE}
2006-07-02 Simon Schubertonly compile function in the SMP case
2006-07-02 Simon SchubertDelete unused variable
2006-06-30 Eirik NygaardRemove syscall-args. It is not needed now that libcr...
2006-06-30 Scott UllrichBring if_bridge up to date with FreeBSD.
2006-06-30 YONETANI TomokazuPort EST driver from NetBSD, as it has better support...
2006-06-28 Sascha Wildners/ieee80211_attach/ieee80211_ifattach/ in comment.
2006-06-27 Matthew DillonSwap out FAT12 for NTFS so the boot0 prompt says 'DOS...
2006-06-27 Matthew Dillon/dev/[k]mem was not allowing access to the CPU globalda...
2006-06-25 Simon SchubertRemove OLDBRIDGE
2006-06-24 Sepherosa ZiehauMerge from vendor branch WPA_SUPPLICANT:
2006-06-24 Sepherosa ZiehauIn bfe_ifmedia_upd(), setup LED after mii_mediachg...
2006-06-23 Eirik NygaardAdd SCTP to LINT.
2006-06-23 Eirik NygaardMake SCTP compile when IPSEC is enabled.
2006-06-22 Simon SchubertAdd CanoScan N676U and D660U
2006-06-22 Simon Schubertregen
2006-06-22 Simon SchubertAdd entry for CanoScan D660U
2006-06-21 YONETANI TomokazuAdd Enhanced SpeedStep driver(EST), based on Colin...
2006-06-20 Matthew DillonFix a case where RTP_PRIO_FIFO was not being handled...
2006-06-18 Matthew DillonReplace the random number generator with an IBAA genera...
2006-06-18 Matthew DillonReplace the random number generator with an IBAA genera...
2006-06-18 Simon SchubertFix C++ linkage: use __BEGIN_DECL/__END_DECL for the...
2006-06-17 Sepherosa ZiehauFor acx111:
2006-06-14 Sascha WildnerAdd necessary #includes (fixes LINT build).
2006-06-14 Matthew Dillonfcntl(.., F_SETFL, ..) should only do an FIOASYNC ioctl...
2006-06-14 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-06-14 YONETANI TomokazuClean up ACPI build wrappers:
2006-06-14 YONETANI TomokazuAdd a new flag in pkthdr.fw_flag for ipfw2 so as not...
2006-06-13 Matthew DillonAdd two more system calls, __accept and __connect....
2006-06-13 Matthew DillonUse the _SELECT_DECLARED method to include the select...
2006-06-13 Simon SchubertDon't allow backslash characters in smbfs path requests.
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2006-06-11 Joerg SonnenbergerDon't depend on POSIX namespace pollution with u_char...
2006-06-11 YONETANI Tomokazusync with FreeBSD rev 1.6:
2006-06-10 Matthew DillonRemove the select_curproc vector from the usched struct...
2006-06-10 Matthew DillonMove selinfo stuff to the separate header sys/selinfo...
2006-06-10 Matthew DillonWe shouldn't have to fninit to make the FP unit usable...
2006-06-08 Matthew DillonAdd an option, DEBUG_PCTRACK, which will record the...
2006-06-07 Matthew DillonRemove the asynchronous system call interface sendsys...
2006-06-06 Matthew DillonAdd missing crit_exit()
2006-06-06 Matthew DillonSome netisr's are just used to wakeup a driver via...
2006-06-05 Matthew DillonCleanup crit_*() usage to reduce bogus warnings printed...
2006-06-05 Matthew DillonAdd an INVARIANTS test in both the trap code and system...
2006-06-05 Matthew DillonRemove an inappropriate crit_exit() in ehci.c and add...
2006-06-05 Matthew DillonRemove lwp_cpumask assignment. lwp_cpumask is handled...
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-06-05 Matthew DillonFix a minor bug in the last commit. lwp_cpumask has...
2006-06-05 David XuRegenerate.
2006-06-05 David XuOops, the usched_set syscall prototype should be updated.
2006-06-05 David XuAllow userland to bind a process to specific CPUs....
2006-06-04 Matthew DillonRemove LWKT reader-writer locks (kern/lwkt_rwlock.c...
2006-06-04 Matthew DillonFix blocking races in various *_locate() functions...
2006-06-04 Matthew DillonAn inodedep might go away after the bwrite, do not...
2006-06-04 Matthew DillonMisc cleanup - move another namecache list scan into...
2006-06-04 Sascha WildnerSilence warning.
2006-06-03 Matthew DillonFix a bug in the linux emulator's getdents_common(...
2006-06-02 Matthew DillonRename arguments to atomic_cmpset_int() to make their...
2006-06-02 Matthew DillonFix a file descriptor leak, add a missing vx_put()...
2006-06-02 Matthew DillonRemove vnode->v_id. This field used to be used to...
2006-06-01 Matthew Dillonnamecache->nc_refs is no longer protected by the MP...
2006-06-01 Sascha WildnerAdd KTR_GIANT_CONTENTION and KTR_SPIN_CONTENTION.
2006-06-01 Matthew DillonSince we can only hold one shared spinlock at a time...
2006-06-01 Matthew DillonIf the scheduler clock cannot call bsd4_resetpriority...
2006-06-01 Matthew DillonUse the MP friendly objcache instead of zalloc to alloc...
2006-06-01 Matthew Dillongd_tdallq is not protected by the BGL any more, it...
2006-05-31 Sascha WildnerZap references to Digital's TurboLaser bus.
2006-05-29 Matthew DillonFix numerous bugs in the BSD4 scheduler introduced...
2006-05-29 Matthew DillonShortcut two common spinlock situations and don't bothe...
2006-05-29 Matthew DillonAdd two KTR (kernel trace) options: KTR_GIANT_CONTENTIO...
2006-05-29 Matthew DillonRemove conditional memory allocation based on KTR_ALL...
2006-05-29 Matthew DillonClean up compiler warnings when KTR is enabled but...
next