summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix DMA on machines with more than 128MB.scottl2001-05-251-1/+1
* Make if_tun's clone create SI_CHEAPCLONE devices.phk2001-05-251-0/+1
* Make the PTY drivers cloning algorithm create "CHEAPCLONE" dev_t,phk2001-05-251-11/+12
* + Turn on SMP support by default (yes an Alpha SMP kernel works onobrien2001-05-252-0/+14
* Don't lie to diskerr() now that it listens to us.phk2001-05-252-10/+0
* Use the name given to the dev_t, rather than creating our own.phk2001-05-251-1/+2
* Submitted by: Juha-Matti Liukkonen (Cubical Solutions Ltd) (jml@cubical.fi)hm2001-05-2523-51/+4646
* - sys/msdosfs moved to sys/fs/msdosfsru2001-05-2524-7999/+39
* Add intrack field to each slot. This can be used to acknowledgeimp2001-05-252-0/+4
* Minor name space issues.imp2001-05-251-19/+20
* Don't rely on cdevsw_add() when we hack about with dev_t's.phk2001-05-241-0/+2
* Don't take the detour around devsw() to find out if the proto-cdevswphk2001-05-241-3/+1
* Oops. Unremove vestiges of the old, broken sound drivers. They are nowbde2001-05-243-0/+1580
* whitespace/stylealfred2001-05-241-1/+2
* Stick VM syscalls back under Giant if the BLEED option is not defined.jhb2001-05-242-0/+57
* Add a new kernel option 'BLEED' to be used for code that is still underjhb2001-05-241-0/+1
* Remove vestiges of the old, broken sound drivers.bde2001-05-243-1580/+0
* Actually rename FDESC, PORTAL, UMAP and UNION file systems.ru2001-05-244-4/+4
* mount_umap(8) -> mount_umapfs(8).ru2001-05-241-1/+1
* mount_null(8) -> mount_nullfs(8).ru2001-05-241-4/+4
* (Re-)enabled boot2.nyan2001-05-241-1/+1
* Update boot[12] program to compile ELF binary.nyan2001-05-246-117/+92
* Restrict even further what parts of <sys/conf.h> can be seen fromphk2001-05-242-4/+12
* Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.obrien2001-05-243-2/+14
* This patch implements O_DIRECT about 80% of the way. It takes a patchsetdillon2001-05-2410-15/+88
* Use bus_space functions rather than inb/outb.imp2001-05-245-20/+28
* Produce a config-time warning about EXT2FS and GPL_MATH_EMULATEpeter2001-05-242-2/+4
* Remove DEV_SNP -> opt_snp.hpeter2001-05-241-1/+0
* Do what we should have done a long time ago:imp2001-05-241-0/+10
* Move getb1 and putb1 from pcic_isa.c to pcic.c. Rename them toimp2001-05-243-22/+24
* Add snp_olddisc member to struct snoop; the linedisc'ized snp(4) uses this.dd2001-05-241-0/+1
* Correct style bugs with regards to long lines and comments.dd2001-05-231-15/+22
* Build snp(4) as a module.dd2001-05-231-2/+2
* Change #if VINUMDEBUG to #ifdef VINUMDEBUG. This is a flag, not a variable.grog2001-05-238-31/+27
* Don't acquire Giant just to call trap_fatal(), we are about to panicjhb2001-05-233-12/+0
* Don't release Giant around vm_oject_page_clean() in fsync() as the pagerjhb2001-05-232-4/+0
* - Assert Giant is held in the vnode pager methods.jhb2001-05-231-14/+18
* - Add in several asserts of vm_mtx.jhb2001-05-231-5/+42
* - Assert that the vm lock is held for all of _vm_object_allocate().jhb2001-05-231-31/+48
* - Add lots of vm_mtx assertions.jhb2001-05-231-2/+39
* - Lock the VM around the pmap_swapin_proc() call in faultin().jhb2001-05-231-15/+16
* - Fix the sw_alloc_interlock to actually lock itself when the lock isjhb2001-05-231-16/+20
* Assert Giant is held for the device pager alloc and getpages methods sincejhb2001-05-231-3/+3
* Assert Giant is held by the caller rather than getting it and releasingjhb2001-05-232-20/+4
* - Always call bfreekva() w/o vm_mtx held.jhb2001-05-231-28/+12
* Don't acquire/release Giant around some of the places that need it injhb2001-05-231-2/+1
* - Obtain Giant in mmap() syscall while messing with file descriptors andjhb2001-05-231-18/+32
* pmap_mapdev needs the vm_mtx, aquire it if not already lockedalfred2001-05-232-0/+16
* lock vm while playing with pmapalfred2001-05-232-0/+18
* Acquire Giant around vm_map_remove() inside of the obreak() syscall forjhb2001-05-231-2/+7
OpenPOWER on IntegriCloud