Add support saving both user/group permission on symlinks(-p)
[dragonfly.git] / sys /
2004-09-14 David Rhodusdo not send icmp response if the original packet is...
2004-09-13 David Rhodusadd in support Frontier Labs NEX IA+ Digital Audio...
2004-09-13 David RhodusAdd in support for the iRiver iFP MP3 player.
2004-09-13 David RhodusAvoid leaving an obsolete pointer while the interface...
2004-09-13 David RhodusChange the array of char to an array of struct pollfd...
2004-09-13 Matthew DillonANSIfication/cleanup, no functional changes.
2004-09-13 Jeffrey HsuAllow the syncache to run lock-free in parallel on...
2004-09-13 Matthew DillonClean up struct session hold/rele management. The...
2004-09-12 Matthew DillonMake sio.S aware of when -mrtd is or is not being used...
2004-09-12 Joerg SonnenbergerRemove a duplicated PCIR_BAR definition.
2004-09-10 Matthew DillonImplement a convenient lwkt_initport_null_rport() call...
2004-09-10 Joerg SonnenbergerFrom FreeBSD 5:
2004-09-10 Joerg SonnenbergerFrom FreeBSD 5:
2004-09-10 Joerg SonnenbergerAdd GID_MAX and UID_MAX.
2004-09-09 Matthew DillonWith vnode locking now mandatory a number of bugs have...
2004-09-09 Joerg SonnenbergerFix some warnings in the code about non-ISO C prototype...
2004-09-08 Joerg SonnenbergerDon't sleep and commit. Fix the last commit.
2004-09-08 Joerg SonnenbergerTransform the PCI probe ifs into the normal loop. Merge...
2004-09-06 Joerg SonnenbergerAdd wlan and crypto for the new wi driver.
2004-09-06 Joerg SonnenbergerSync driver:
2004-09-06 Joerg SonnenbergerMinor style cleanups.
2004-09-06 Joerg SonnenbergerImport the new wi(4) driver based on the generic 802...
2004-09-05 Matthew DillonNULL out p_stats when detaching the underlying thread...
2004-09-05 Matthew DillonLeave the USB keyboard registered with the keyboard...
2004-09-05 Matthew DillonUse the new keyboard preference feature.
2004-09-05 Matthew DillonAdd a keyboard preference to kbd_init_struct(). When...
2004-09-05 Joerg SonnenbergerSave current version of wi(4) as owi before switching...
2004-09-05 Joerg SonnenbergerCreate the dma maps before allocating the memory. Use...
2004-09-05 Joerg SonnenbergerRemove the unit included in the softc, it is not used...
2004-09-05 Matthew DillonMisc syntax cleanup.
2004-09-04 Matthew DillonFix a bug in sillyrename handling in nfs_inactive(...
2004-09-04 Eirik NygaardAdd noops for vga_pxlmouse_direct and vga_pxlmouse_plan...
2004-09-04 Matthew DillonAdd VESA mode support for syscons. The vesa.ko module...
2004-09-03 Eirik NygaardMove the simple pager from db_ps.c into the more obviou...
2004-09-01 Jeroen Ruigrok/asmodaiFirst stab at getting the Silicon Image (SiI) SATA...
2004-08-31 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-30 Scott UllrichMerge from vendor branch OPENSSH:
2004-08-29 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-28 Matthew DillonFix a bug that was causing a 'lockmgr: draining against...
2004-08-28 Matthew DillonFix handling of the recycling of vnodes from a failed...
2004-08-28 Matthew DillonVFS messaging/interfacing work stage 4/99. This stage...
2004-08-28 Matthew DillonSince ip_input() truncates the packet to ip->ip_len...
2004-08-28 Matthew DillonSync VESA support with FreeBSD-CURRENT, adding support...
2004-08-28 Jeroen Ruigrok/asmodaiCorrect typo: mv -> nv.
2004-08-28 Joerg SonnenbergerAdd support for Nforce onboard ethernet. This is the...
2004-08-28 Matthew DillonTCPS_CLOSED is no longer 0 in DragonFly. Because ipfil...
2004-08-27 Joerg SonnenbergerFix linker set creation for GCC 3.4 with -funit-at...
2004-08-26 Matthew DillonBring in FreeBSD/1.218.
2004-08-26 Matthew DillonBring in FreeBSD/1.214 - UC Regent's advertising clause...
2004-08-26 Matthew DillonMerge FreeBSD/1.212 and FreeBSD/1.213. These only...
2004-08-25 Matthew DillonVFS messaging/interfacing work stage 3/99: Bring in...
2004-08-25 Matthew DillonGet rid of dfly/fbsd4/fbsd5 checks for the ntohl()...
2004-08-25 Matthew DillonCleanup various type-o's in comments.
2004-08-25 Matthew Dillondoingdirectory is really a boolean, use an int rather...
2004-08-24 Matthew DillonM_EXT_CLUSTER was not being properly inherited in m_cop...
2004-08-24 Matthew DillonFix a SFBUF memory leak in sendfile(). We were not...
2004-08-24 Matthew DillonThe VFS work has made vnode_if.awk obsolete.
2004-08-24 David RhodusClearly I need to wakeup all the way before starting...
2004-08-24 David RhodusSpelling.
2004-08-24 David RhodusAdd a few notes.
2004-08-24 David RhodusMinor cleanups. Make a type usage correction. Remove...
2004-08-24 Joerg SonnenbergerFix compilation of !PCI config.
2004-08-24 Joerg SonnenbergerUse sys/types.h here, since we don't want to restrict...
2004-08-23 Matthew DillonAdd missing extension return value for __byte_swap32_va...
2004-08-23 Joerg SonnenbergerRemove pre-FreeBSD4 compability code.
2004-08-23 Joerg SonnenbergerImprove the endian support for DragonFly by providing...
2004-08-23 Joerg SonnenbergerRemove ASR_MEASURE_PERFORMANCE, it doesn't work anyway.
2004-08-23 Joerg Sonnenbergerrev 1.35:
2004-08-20 Joerg Sonnenberger- include sys/param.h for endian macros
2004-08-19 Joerg SonnenbergerAdd implemenation of splay tree and red-black tree.
2004-08-19 David RhodusPlug in missing brelse calls as to fix a bug in the...
2004-08-19 Matthew DillonAdd the vop_ops for ntfs before obtaining the root...
2004-08-18 Matthew DillonProperly free the temporary sf_buf in uiomove_fromphys...
2004-08-17 Matthew DillonAdd some robustness to the error-requeue code. FreeBSD...
2004-08-17 Matthew DillonVFS messaging/interfacing work stage 2/99. This stage...
2004-08-15 Joerg SonnenbergerMake the addr parameter to kernacc and useracc const.
2004-08-15 Joerg SonnenbergerIOCTL mapping layer Part II/II
2004-08-14 Matthew DillonAdd a missing uio_td assignment (that unionfs needs).
2004-08-14 Jeffrey HsuMove a comment to the right place.
2004-08-13 Matthew DillonVFS messaging/interfacing work stage 1/99. This stage...
2004-08-13 David RhodusRemove unused variable.
2004-08-13 Joerg SonnenbergerIOCTL mapping layer Part I/II
2004-08-13 Joerg SonnenbergerAdd MODULE_VERSION(pci, 1), e.g. agp(4) can't be loaded...
2004-08-13 Matthew DillonOops, undo portions of the last commit, some extra...
2004-08-13 Matthew DillonClose a kernel mem disclosure bug in linprocfs. The...
2004-08-13 Matthew DillonThe base/count bounds checking was insufficient, leadin...
2004-08-12 Eirik NygaardAdd message passed syscall's.
2004-08-12 Joerg SonnenbergerAdd LIST_FOREACH_MUTABLE which works like TAILQ_FOREACH...
2004-08-12 Joerg SonnenbergerThe EISA attachment of vx does have a softc, export...
2004-08-11 Matthew DillonAdd a state to sanity check tcp_close() to make sure...
2004-08-11 Matthew DillonDiscard accepted and pending connections after we detac...
2004-08-10 Matthew DillonPPP stupidly hardwires some flag constants that it...
2004-08-10 Eirik NygaardFix gcc 3.4 build.
2004-08-09 Matthew DillonThe SF64-PCR card has no sound support but stupidly...
2004-08-09 Matthew Dillonffs_dirpref() calculates dirsize = (fs->fs_avgfilesize...
2004-08-09 David RhodusDocument that there seems to be a problem with the...
2004-08-08 Jeffrey HsuGet cosmetic changes out of the way before committing...
2004-08-07 Matthew DillonDo not hack a #define __FreeBSD_version if __FreeBSD__...
2004-08-07 Matthew DillonRemove the unconditional timer_restore in the bios...
2004-08-07 Matthew DillonAdd an event handler to adjust the cpu throttle state...
next