| Commit message (Expand) | Author | Age | Files | Lines |
* | Newbus returns a zeroed softc, so there's no need to call bzero() here. | cognet | 2004-07-09 | 1 | -2/+0 |
* | Accumulate directory entries in a fixed-length sbuf, and uiomove them in | des | 2004-07-09 | 1 | -8/+10 |
* | Cosmetic adjustment to previous commit: name the second argument to | des | 2004-07-09 | 1 | -4/+4 |
* | Have sbuf_bcat() and sbuf_bcpy() take a const void * instead of a | des | 2004-07-09 | 2 | -5/+7 |
* | - correctly set the return value for the copyin/out fault buffer to 1 | grehan | 2004-07-09 | 2 | -4/+20 |
* | Eliminate struct shm_handle. It is an unnecessary level of indirection to | alc | 2004-07-09 | 1 | -24/+12 |
* | Use ETHER_IS_MULTICAST() consistently in ether_resolvemulti(). | bms | 2004-07-09 | 1 | -1/+1 |
* | Fix mismerge of fdc. Also, OLDCARD never was supported on amd64, so | imp | 2004-07-09 | 1 | -1/+1 |
* | Document compile-time switches here as I'm going to yank them from | bms | 2004-07-09 | 1 | -0/+12 |
* | Further improve locking in xl(4): | bms | 2004-07-09 | 1 | -21/+34 |
* | Apply the long-overdue hatchet of style(9) death to this file. | bms | 2004-07-09 | 2 | -916/+1094 |
* | Remove spl()'s from do_sendfile(). | rwatson | 2004-07-09 | 1 | -6/+1 |
* | Further locking improvements for vr(4): | bms | 2004-07-09 | 2 | -92/+138 |
* | Add a 'suspended' flag to softc so that we can avoid races on detach. | bms | 2004-07-09 | 2 | -0/+2 |
* | Actually turn on driver locking in xl(4). | bms | 2004-07-09 | 1 | -10/+0 |
* | Further rl(4) locking improvements: | bms | 2004-07-09 | 1 | -48/+71 |
* | Change the following environment variables to kernel options: | brian | 2004-07-08 | 17 | -169/+143 |
* | - Move contents of sched_add() into a sched_add_internal() function that | jhb | 2004-07-08 | 1 | -5/+11 |
* | MFamd64 (1.275): | marcel | 2004-07-08 | 1 | -12/+9 |
* | Define NSFBUFS and use it. | cognet | 2004-07-08 | 1 | -0/+7 |
* | This commit was generated by cvs2svn to compensate for changes in r131826, | harti | 2004-07-08 | 55 | -149/+7612 |
|\ |
|
| * | Virgin import of NgATM share kernel/user part 1.0 | harti | 2004-07-08 | 55 | -149/+7612 |
* | | Better handle the break instruction trap. The runtime specification | marcel | 2004-07-08 | 1 | -7/+46 |
* | | Make withering water tight. | phk | 2004-07-08 | 3 | -25/+77 |
* | | - Merged from sys/dev/fdc/fdc.c revision 1.275. | nyan | 2004-07-08 | 8 | -749/+694 |
* | | MFi386: revision 1.16. | nyan | 2004-07-08 | 2 | -2/+30 |
* | | Remove obsolete defines. | nyan | 2004-07-08 | 2 | -126/+0 |
* | | MFi386: revision 1.1164. | nyan | 2004-07-08 | 1 | -7/+1 |
* | | Change the following kernel options to environment variables: | brian | 2004-07-08 | 17 | -143/+169 |
* | | Use a linker script for the loader. This avoids issues with | grehan | 2004-07-08 | 4 | -4/+284 |
* | | G4 requires isync after 256Mb ibat/dbat update, G3 requires | grehan | 2004-07-08 | 3 | -9/+12 |
* | | Fail normally rather than KASSERT if attempt to open a spoiled consumer. | phk | 2004-07-08 | 1 | -5/+3 |
* | | Use a couple of regular kernel entry points, rather than COMPAT_43 | phk | 2004-07-08 | 1 | -4/+12 |
* | | Add pmap locking to pmap_emulate_reference(). Remove unused and once-used | alc | 2004-07-08 | 1 | -8/+8 |
* | | Remove cache flush, 256Mb 1:1 BAT mapping, and BAT clearing. This doesn't | grehan | 2004-07-08 | 2 | -90/+0 |
* | | fixup sysctl by fsid node | alfred | 2004-07-08 | 1 | -2/+2 |
* | | All hell breaks loose if the loader image is released before | grehan | 2004-07-08 | 1 | -1/+3 |
* | | Correctly calculate size of memory to be mapped when copying. Removal | grehan | 2004-07-08 | 1 | -1/+3 |
* | | Extract entry point from elf header before releasing the heap. | grehan | 2004-07-08 | 1 | -1/+3 |
* | | struct mount->mnt_data has been a qaddr_t since '94 (rev 1.1), | alfred | 2004-07-08 | 1 | -1/+1 |
* | | MFi386: various io apic cleanups | peter | 2004-07-08 | 3 | -54/+147 |
* | | MFi386: use rman access methods instead of groping around inside | peter | 2004-07-08 | 1 | -4/+5 |
* | | MFi386: whitespace nit fix (spare blank line) | peter | 2004-07-08 | 1 | -1/+0 |
* | | MFi386: fix up CR0 settings | peter | 2004-07-08 | 1 | -23/+7 |
* | | MFi386: 1.57: transparently respect alignment/boundary tags | peter | 2004-07-08 | 1 | -11/+47 |
* | | Make bluetooth compile on all platforms | emax | 2004-07-07 | 1 | -6/+3 |
* | | Break out the isa and pccard front ends from fdc. This is the first | imp | 2004-07-07 | 5 | -318/+407 |
* | | Break out the isa and pccard front ends to the fdc controller device. | imp | 2004-07-07 | 3 | -1/+7 |
* | | Explicity initialize vp->v_bsize. | phk | 2004-07-07 | 1 | -1/+3 |
* | | Fix an oversight in r1.26: remove #ifdef around necessary variable. | phk | 2004-07-07 | 1 | -2/+0 |