]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
- sys/n[tw]fs moved to sys/fs/n[tw]fs
[FreeBSD/FreeBSD.git] / sys /
2001-05-26 ru- sys/n[tw]fs moved to sys/fs/n[tw]fs
2001-05-26 sanpeiadd Dualmode Zoom/FaxModem 56K (internal) Model 2919
2001-05-26 phkDang, I lost the sign in that brucification. DTRT...
2001-05-26 phkCurrently, each wireless networking driver has it's...
2001-05-26 phkCreate a general facility for making dev_t's depend...
2001-05-26 jkhRemove pcm hints here now that it's gone from GENERIC.
2001-05-26 dougbUpdate reality in the strings comment
2001-05-25 gallatincatch up to i386: Don't acquire Giant just to print...
2001-05-25 gallatinmake this compile.
2001-05-25 mjacobtrack the One True Architecture (i386)
2001-05-25 impFix a minor formatting nit
2001-05-25 jhbAdd vm locking to sendfile(2) and sf_buf_free().
2001-05-25 impMove to using the common device list.
2001-05-25 impSeparate out pci cardbus bridge definitions to a common...
2001-05-25 obrienJHB would prefer the KTR examples not be in here.
2001-05-25 impMigrate from unit based to dev base. Don't save unit...
2001-05-25 tmmAdd a check to determine whether extended attributes...
2001-05-25 impUpdate copyright info
2001-05-25 jkhTake pcm (audio) back out of GENERIC; there appears...
2001-05-25 rwatsono Merge contents of struct pcred into struct ucred...
2001-05-25 scottlFix DMA on machines with more than 128MB.
2001-05-25 phkMake if_tun's clone create SI_CHEAPCLONE devices.
2001-05-25 phkMake the PTY drivers cloning algorithm create "CHEAPCLO...
2001-05-25 obrien+ Turn on SMP support by default (yes an Alpha SMP...
2001-05-25 phkDon't lie to diskerr() now that it listens to us.
2001-05-25 phkUse the name given to the dev_t, rather than creating...
2001-05-25 hmSubmitted by: Juha-Matti Liukkonen (Cubical Solutions...
2001-05-25 ru- sys/msdosfs moved to sys/fs/msdosfs
2001-05-25 impAdd intrack field to each slot. This can be used to...
2001-05-25 impMinor name space issues.
2001-05-24 phkDon't rely on cdevsw_add() when we hack about with...
2001-05-24 phkDon't take the detour around devsw() to find out if...
2001-05-24 bdeOops. Unremove vestiges of the old, broken sound drive...
2001-05-24 alfredwhitespace/style
2001-05-24 jhbStick VM syscalls back under Giant if the BLEED option...
2001-05-24 jhbAdd a new kernel option 'BLEED' to be used for code...
2001-05-24 bdeRemove vestiges of the old, broken sound drivers.
2001-05-24 ruActually rename FDESC, PORTAL, UMAP and UNION file...
2001-05-24 rumount_umap(8) -> mount_umapfs(8).
2001-05-24 rumount_null(8) -> mount_nullfs(8).
2001-05-24 nyan(Re-)enabled boot2.
2001-05-24 nyanUpdate boot[12] program to compile ELF binary.
2001-05-24 phkRestrict even further what parts of <sys/conf.h> can...
2001-05-24 obrienMake the rcsid and FreeBSD IDs more sane in the wcs...
2001-05-24 dillonThis patch implements O_DIRECT about 80% of the way...
2001-05-24 impUse bus_space functions rather than inb/outb.
2001-05-24 peterProduce a config-time warning about EXT2FS and GPL_MATH...
2001-05-24 peterRemove DEV_SNP -> opt_snp.h
2001-05-24 impDo what we should have done a long time ago:
2001-05-24 impMove getb1 and putb1 from pcic_isa.c to pcic.c. Rename...
2001-05-24 ddAdd snp_olddisc member to struct snoop; the linedisc...
2001-05-23 ddCorrect style bugs with regards to long lines and comments.
2001-05-23 ddBuild snp(4) as a module.
2001-05-23 grogChange #if VINUMDEBUG to #ifdef VINUMDEBUG. This is...
2001-05-23 jhbDon't acquire Giant just to call trap_fatal(), we are...
2001-05-23 jhbDon't release Giant around vm_oject_page_clean() in...
2001-05-23 jhb- Assert Giant is held in the vnode pager methods.
2001-05-23 jhb- Add in several asserts of vm_mtx.
2001-05-23 jhb- Assert that the vm lock is held for all of _vm_object...
2001-05-23 jhb- Add lots of vm_mtx assertions.
2001-05-23 jhb- Lock the VM around the pmap_swapin_proc() call in...
2001-05-23 jhb- Fix the sw_alloc_interlock to actually lock itself...
2001-05-23 jhbAssert Giant is held for the device pager alloc and...
2001-05-23 jhbAssert Giant is held by the caller rather than getting...
2001-05-23 jhb- Always call bfreekva() w/o vm_mtx held.
2001-05-23 jhbDon't acquire/release Giant around some of the places...
2001-05-23 jhb- Obtain Giant in mmap() syscall while messing with...
2001-05-23 alfredpmap_mapdev needs the vm_mtx, aquire it if not already...
2001-05-23 alfredlock vm while playing with pmap
2001-05-23 jhbAcquire Giant around vm_map_remove() inside of the...
2001-05-23 wpaulRegenerate
2001-05-23 wpaulTweak the xmphy driver a little bit based on something...
2001-05-23 jhbTake a more conservative approach and still lock Giant...
2001-05-23 jhb- Lock the VM when initializing the vmspace for proc0.
2001-05-23 jhbLock the VM while twiddling the vmspace.
2001-05-23 bmilekicIncrement mbstat.m_mpfail, not mbstat.m_mcfail, when...
2001-05-23 umeFix memory leak.
2001-05-23 phkPolish getnano{up}*time() prototypes.
2001-05-23 jhbSet the phys_pager_alloc_lock to 1 when it is acquired...
2001-05-23 jhbDon't release the vm lock just to turn around and grab...
2001-05-23 dfrMake sure that all resource allocation is handled in...
2001-05-23 jhbAdd in assertions to ensure that we always call msleep...
2001-05-23 phkVlan tags are 12 bits, mask off anything above since...
2001-05-23 phksyslogd gets kernel log messages only once every 30...
2001-05-23 phkUse '+' not '|' to add PCATCH to tsleep.
2001-05-23 phkUse the correct enums in struct sysinit.
2001-05-23 phkRemove the empty uscannerioctl() and use noioctl()...
2001-05-23 phkChange the way deletes are managed in DEVFS.
2001-05-23 gallatincatch up to i386:
2001-05-23 alfredufs_bmaparray() may block on IO, drop vm mutex and...
2001-05-23 alfredaquire Giant when playing with the buffercache and...
2001-05-23 alfredaquire vm_mutex a little bit earlier to protect a pmap...
2001-05-23 ruThe following modules were renamed:
2001-05-23 ruName this module `umapfs'.
2001-05-23 ru- FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file
2001-05-23 grogMove objflags from vinumvar.h to vinumobj.h in preparat...
2001-05-23 grogMove objflags from vinumvar.h to vinumobj.h in preparat...
2001-05-23 grogMove external declaration to vinumhdr.h.
2001-05-23 grogSet flag VF_HASDEBUG in vinum_conf to indicate that...
2001-05-23 impAdd better support for the Ricoh 5C296 and 5C396 chips...
next