ruserpass() takes 4 arguments but is called with only 3. Since we
[dragonfly.git] / sys /
2006-07-29 YONETANI TomokazuLast commit changed the function arguments of userland...
2006-07-28 Matthew DillonWhy is ip_fil.h trying to declare kernel procedures...
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-07-28 Matthew DillonMake a few more #define's visible when compiling with...
2006-07-27 Simon SchubertImport amd64 MD headers
2006-07-27 Simon SchubertMerge from vendor branch GDB:
2006-07-25 Matthew DillonFix a bug where the VMAYHAVELOCKS flag on a vnode may...
2006-07-21 Simon Schubert- Move error exit in front of tsleep_interlock()
2006-07-20 Matthew DillonCheck the the ops mount pointer is not NULL before...
2006-07-20 Simon SchubertFix bug introduced in rev 1.33 and make a clearer code...
2006-07-19 Sepherosa Ziehauregen
2006-07-19 Sepherosa ZiehauAdd device ids for various NVIDIA's GigE
2006-07-19 Matthew DillonIntroduce sys/syslink.h, the beginnings of a VOP-compat...
2006-07-19 Matthew DillonGet rid of the weird coda VOP function arguments and...
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...
next