dragonfly.git
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-07-02 Sascha Wildnerfix case
2006-07-02 Sascha WildnerPorts -> pkgsrc
2006-07-02 Sascha WildnerFix comments:
2006-07-01 Sascha WildnerReplace /usr/ports with /usr/pkgsrc in the list of...
2006-07-01 Eirik NygaardAdd locale(1).
2006-07-01 Sascha WildnerRemove portsinfo.
2006-07-01 Sascha WildnerRemove ports specific portsinfo script.
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-29 Sascha WildnerSync with reality:
2006-06-28 Simon SchubertHandle return values correctly, don't treat ssize_t...
2006-06-28 Sascha WildnerRemove ports and dfports specific include files.
2006-06-28 Sascha WildnerRemove some ports specific references.
2006-06-28 Sascha WildnerAdjust for pkgsrc and fix a supfile name.
2006-06-28 Sascha Wildners/ieee80211_attach/ieee80211_ifattach/ in comment.
2006-06-28 Sascha WildnerSync our ieee80211*.9 manual pages with the recent...
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-27 Simon SchubertInvoke recvfrom with MSG_FNONBLOCK
2006-06-26 Sascha WildnerRemove old bridge module...
2006-06-26 YONETANI TomokazuCleanup variables so that you don't need to maintain...
2006-06-26 Scott UllrichRename freebsd-tips to dragonfly-tips to eliminate...
2006-06-25 Sascha WildnerRemove oldbridge manpage, too :)
2006-06-25 Simon SchubertRemove outdated headers of OLDBRIDGE
2006-06-25 Simon SchubertRemove OLDBRIDGE
2006-06-25 Simon SchubertDocument that only sockaddr_storage sized parameters...
2006-06-24 Sepherosa ZiehauNuke redundant 'MIN' macro definition
2006-06-24 Sepherosa Ziehau- Add usr.sbin/802_11 to hold wpa_supplicant and other...
2006-06-24 Sepherosa ZiehauMerge from vendor branch WPA_SUPPLICANT:
2006-06-24 Sepherosa ZiehauImport of WPA supplicant 0.4.9
2006-06-24 Sepherosa ZiehauIn bfe_ifmedia_upd(), setup LED after mii_mediachg...
2006-06-24 Sepherosa ZiehauAvoid possible double fclose()
2006-06-23 Eirik NygaardAdd SCTP to LINT.
2006-06-23 Eirik NygaardMake SCTP compile when IPSEC is enabled.
2006-06-22 Sascha WildnerAdd xref to sysctl(9).
2006-06-22 Sascha WildnerAvoid line break before author name.
2006-06-22 Sascha Wildner1) Add the sysctl(9) manual page from FreeBSD with...
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-19 Simon SchubertCoverity CID 1670: Call fts_close() at the end of rm_tr...
2006-06-19 Simon SchubertCoverity CID 1754: Call fts_close() after we're done...
2006-06-19 Simon SchubertCoverity CID 1755: Add fts_close() in traverse.
2006-06-19 Simon SchubertCoverity CID 890: Possible NULL pointer deref.
2006-06-19 Simon SchubertCoverity CID 3384: Don't close -1.
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-17 Jeremy C. ReedFix typo or mispelling.
2006-06-17 Sascha WildnerReword since mdoc does a line break before .Nm in SYNOPSIS.
2006-06-16 Sascha WildnerAdd an entry for rxvt-unicode (pkgsrc/x11/rxvt-unicode).
2006-06-16 Sascha WildnerAdd us.dvorakl.kbd and us.dvorakr.kbd.
2006-06-15 Sascha Wildnerregen
2006-06-15 Sascha WildnerBring in FreeBSD's script to generate the pciconf database.
2006-06-14 Sascha WildnerAdd necessary #includes (fixes LINT build).
2006-06-14 Gregory Neil... Make the patch apply cleanly with sendmail 8.13.7's...
2006-06-14 Matthew Dillonfcntl(.., F_SETFL, ..) should only do an FIOASYNC ioctl...
2006-06-14 Gregory Neil... Hook sendmail 8.13.7 into the build
2006-06-14 Gregory Neil... Add README.DRAGONFLY for sendmail 8.13.7
2006-06-14 Gregory Neil... Merge from vendor branch SENDMAIL:
2006-06-14 Gregory Neil... Import sendmail 8.13.7
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-14 Matthew DillonDo not set O_NONBLOCK on a threaded program's descripto...
2006-06-13 Matthew DillonWell, ok, if you are going to turn off writable strings...
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 SchubertAlso obey securenets when TCP wrappers are enabled.
2006-06-13 Simon SchubertDon't allow backslash characters in smbfs path requests.
2006-06-13 Matthew DillonThe pread/preadv/pwrite/pwritev system calls have been...
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 Joerg SonnenbergerInclude unistd.h to get isatty(). Has been lurking...
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-10 Matthew DillonFix namespace pollution.
2006-06-10 Sascha WildnerFix typo.
2006-06-08 Matthew DillonAdd a new utility, 'pctrack', which dumps program count...
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 DillonFix a WARNS=3 gcc warning related to longjmp clobbers...
2006-06-05 Matthew DillonFix a file descriptor leak in cam_lookup_pass() when...
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.
next