| Commit message (Expand) | Author | Age | Files | Lines |
* | Take pcm (audio) back out of GENERIC; there appears to be some | jkh | 2001-05-25 | 2 | -6/+0 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 33 | -368/+484 |
* | Fix DMA on machines with more than 128MB. | scottl | 2001-05-25 | 1 | -1/+1 |
* | Make if_tun's clone create SI_CHEAPCLONE devices. | phk | 2001-05-25 | 1 | -0/+1 |
* | Make the PTY drivers cloning algorithm create "CHEAPCLONE" dev_t, | phk | 2001-05-25 | 1 | -11/+12 |
* | + Turn on SMP support by default (yes an Alpha SMP kernel works on | obrien | 2001-05-25 | 2 | -0/+14 |
* | Don't lie to diskerr() now that it listens to us. | phk | 2001-05-25 | 2 | -10/+0 |
* | Use the name given to the dev_t, rather than creating our own. | phk | 2001-05-25 | 1 | -1/+2 |
* | Submitted by: Juha-Matti Liukkonen (Cubical Solutions Ltd) (jml@cubical.fi) | hm | 2001-05-25 | 23 | -51/+4646 |
* | - sys/msdosfs moved to sys/fs/msdosfs | ru | 2001-05-25 | 24 | -7999/+39 |
* | Add intrack field to each slot. This can be used to acknowledge | imp | 2001-05-25 | 2 | -0/+4 |
* | Minor name space issues. | imp | 2001-05-25 | 1 | -19/+20 |
* | Don't rely on cdevsw_add() when we hack about with dev_t's. | phk | 2001-05-24 | 1 | -0/+2 |
* | Don't take the detour around devsw() to find out if the proto-cdevsw | phk | 2001-05-24 | 1 | -3/+1 |
* | Oops. Unremove vestiges of the old, broken sound drivers. They are now | bde | 2001-05-24 | 3 | -0/+1580 |
* | whitespace/style | alfred | 2001-05-24 | 1 | -1/+2 |
* | Stick VM syscalls back under Giant if the BLEED option is not defined. | jhb | 2001-05-24 | 2 | -0/+57 |
* | Add a new kernel option 'BLEED' to be used for code that is still under | jhb | 2001-05-24 | 1 | -0/+1 |
* | Remove vestiges of the old, broken sound drivers. | bde | 2001-05-24 | 3 | -1580/+0 |
* | Actually rename FDESC, PORTAL, UMAP and UNION file systems. | ru | 2001-05-24 | 4 | -4/+4 |
* | mount_umap(8) -> mount_umapfs(8). | ru | 2001-05-24 | 1 | -1/+1 |
* | mount_null(8) -> mount_nullfs(8). | ru | 2001-05-24 | 1 | -4/+4 |
* | (Re-)enabled boot2. | nyan | 2001-05-24 | 1 | -1/+1 |
* | Update boot[12] program to compile ELF binary. | nyan | 2001-05-24 | 6 | -117/+92 |
* | Restrict even further what parts of <sys/conf.h> can be seen from | phk | 2001-05-24 | 2 | -4/+12 |
* | Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files. | obrien | 2001-05-24 | 3 | -2/+14 |
* | This patch implements O_DIRECT about 80% of the way. It takes a patchset | dillon | 2001-05-24 | 10 | -15/+88 |
* | Use bus_space functions rather than inb/outb. | imp | 2001-05-24 | 5 | -20/+28 |
* | Produce a config-time warning about EXT2FS and GPL_MATH_EMULATE | peter | 2001-05-24 | 2 | -2/+4 |
* | Remove DEV_SNP -> opt_snp.h | peter | 2001-05-24 | 1 | -1/+0 |
* | Do what we should have done a long time ago: | imp | 2001-05-24 | 1 | -0/+10 |
* | Move getb1 and putb1 from pcic_isa.c to pcic.c. Rename them to | imp | 2001-05-24 | 3 | -22/+24 |
* | Add snp_olddisc member to struct snoop; the linedisc'ized snp(4) uses this. | dd | 2001-05-24 | 1 | -0/+1 |
* | Correct style bugs with regards to long lines and comments. | dd | 2001-05-23 | 1 | -15/+22 |
* | Build snp(4) as a module. | dd | 2001-05-23 | 1 | -2/+2 |
* | Change #if VINUMDEBUG to #ifdef VINUMDEBUG. This is a flag, not a variable. | grog | 2001-05-23 | 8 | -31/+27 |
* | Don't acquire Giant just to call trap_fatal(), we are about to panic | jhb | 2001-05-23 | 3 | -12/+0 |
* | Don't release Giant around vm_oject_page_clean() in fsync() as the pager | jhb | 2001-05-23 | 2 | -4/+0 |
* | - Assert Giant is held in the vnode pager methods. | jhb | 2001-05-23 | 1 | -14/+18 |
* | - Add in several asserts of vm_mtx. | jhb | 2001-05-23 | 1 | -5/+42 |
* | - Assert that the vm lock is held for all of _vm_object_allocate(). | jhb | 2001-05-23 | 1 | -31/+48 |
* | - Add lots of vm_mtx assertions. | jhb | 2001-05-23 | 1 | -2/+39 |
* | - Lock the VM around the pmap_swapin_proc() call in faultin(). | jhb | 2001-05-23 | 1 | -15/+16 |
* | - Fix the sw_alloc_interlock to actually lock itself when the lock is | jhb | 2001-05-23 | 1 | -16/+20 |
* | Assert Giant is held for the device pager alloc and getpages methods since | jhb | 2001-05-23 | 1 | -3/+3 |
* | Assert Giant is held by the caller rather than getting it and releasing | jhb | 2001-05-23 | 2 | -20/+4 |
* | - Always call bfreekva() w/o vm_mtx held. | jhb | 2001-05-23 | 1 | -28/+12 |
* | Don't acquire/release Giant around some of the places that need it in | jhb | 2001-05-23 | 1 | -2/+1 |
* | - Obtain Giant in mmap() syscall while messing with file descriptors and | jhb | 2001-05-23 | 1 | -18/+32 |
* | pmap_mapdev needs the vm_mtx, aquire it if not already locked | alfred | 2001-05-23 | 2 | -0/+16 |