| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make ip6fw as loadable module. | ume | 2000-09-23 | 7 | -25/+72 |
* | Enable the snd_maestro module and have the snd_driver module depend on it. | jhb | 2000-09-23 | 2 | -1/+2 |
* | Enable the ESS Maesto driver. | jhb | 2000-09-23 | 1 | -1/+1 |
* | Move MAXCPU from machine/smp.h to machine/param.h to fix breakage | ps | 2000-09-23 | 13 | -53/+23 |
* | Merged from sys/i386/i386/machdep.c revision 1.411. | kato | 2000-09-23 | 2 | -12/+2 |
* | Merged from sys/i386/conf/GENERIC revision 1.279. | kato | 2000-09-23 | 1 | -4/+0 |
* | Merged from sys/conf/options.i386 revision 1.139. | kato | 2000-09-23 | 1 | -2/+0 |
* | Don't include proc.h now that mutex.h does it for us. | msmith | 2000-09-23 | 1 | -1/+0 |
* | Don't #include <sys/proc.h>, since machine/mutex.h does it now. | jasone | 2000-09-23 | 3 | -3/+1 |
* | #include <sys/proc.h> in order to get curproc. This seems to be the lesser | jasone | 2000-09-23 | 4 | -10/+6 |
* | Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC, | ps | 2000-09-22 | 39 | -419/+423 |
* | o Introduce vn_extattr_rm(), a helper function in the style of | rwatson | 2000-09-22 | 2 | -0/+25 |
* | Add Perforce RCSIDs for easy revision correlation to my local tree. | gibbs | 2000-09-22 | 7 | -8/+91 |
* | Add Perforce RCSIDs for easy revision correlation to my local tree. | gibbs | 2000-09-22 | 12 | -75/+110 |
* | Use quoted includes instead of full path references inside the aic7xxx | gibbs | 2000-09-22 | 1 | -4/+3 |
* | Use quoted includes instead of full path references inside the aic7xxx | gibbs | 2000-09-22 | 1 | -1/+1 |
* | Remove duplicate FreeBSD RCSID. | gibbs | 2000-09-22 | 1 | -2/+0 |
* | Tweak the aue driver so that the homePNA PHYs will be detected and | wpaul | 2000-09-22 | 1 | -0/+2 |
* | Remove unnecessary #include's as reported by phk's script. | archie | 2000-09-22 | 5 | -8/+0 |
* | Document which RFC introduced CMSG_SPACE() and CMSG_LEN(). | asmodai | 2000-09-22 | 1 | -0/+2 |
* | Merged from sys/isa/sio.c revision 1.315. | kato | 2000-09-22 | 2 | -14/+52 |
* | Merged from sys/i386/i386/machdep.c revision 1.410. | kato | 2000-09-22 | 2 | -0/+74 |
* | Merged from sys/i386/conf/GENERIC revision 1.278. | kato | 2000-09-22 | 1 | -0/+1 |
* | Merged from sys/boot/i386/loader/main.c revision 1.23. | kato | 2000-09-22 | 1 | -0/+2 |
* | Merged from sys/boot/i386/libi386/Makefile revision 1.19. | kato | 2000-09-22 | 1 | -1/+3 |
* | Style fixes: | eivind | 2000-09-22 | 2 | -104/+214 |
* | Remove addalias() prototype (staticized in kern/vfs_subr.c) | eivind | 2000-09-22 | 1 | -1/+0 |
* | Staticize addalias() | eivind | 2000-09-22 | 2 | -2/+4 |
* | Fix comment about the bsd-api-new-02a draft. This has been superceded | asmodai | 2000-09-22 | 1 | -1/+1 |
* | Removed unneeded include files. | nyan | 2000-09-22 | 4 | -28/+0 |
* | - Wrap functions and variables that aren't used in the alpha console probe | jhb | 2000-09-22 | 2 | -14/+52 |
* | Fix several 64-bit-ism warnings due to sizeof(int) != sizeof(void *) on | jhb | 2000-09-22 | 2 | -12/+12 |
* | Remove atomic_*_{32,64} since they are now inline. If you haven't rebuilt | dfr | 2000-09-22 | 1 | -81/+0 |
* | Fixing a sorting error in teh subsystem list. 7 < 8, not 8 < 7. | jhb | 2000-09-22 | 1 | -1/+1 |
* | Teach MTX_EXIT_RECURSE that the recursion count is a 32-bit integer, | jhb | 2000-09-22 | 2 | -6/+6 |
* | Typo in comment (decent performances -> decent performance). | wpaul | 2000-09-22 | 1 | -1/+1 |
* | Make pcn_miibus_readreg() latch onto the first PHY that it finds (as | wpaul | 2000-09-22 | 2 | -1/+5 |
* | Create an event (idle_event) which is invoked every time around the | msmith | 2000-09-22 | 1 | -0/+7 |
* | Implement halt-on-idle in the !SMP case, which should significantly | msmith | 2000-09-22 | 5 | -30/+74 |
* | Make the EVENTHANDLER mechanism MP-safe. Events can now be invoked | msmith | 2000-09-22 | 2 | -30/+67 |
* | o Merge in changes to the NetBSD sources: | imp | 2000-09-22 | 2 | -8/+93 |
* | Fix a race in ASR_ccbAdd and ASR_ccbRemove, which were both manipulating | msmith | 2000-09-21 | 1 | -0/+11 |
* | some copyright cleanups | mjacob | 2000-09-21 | 12 | -58/+25 |
* | Add the PCI device ID for the on-board ethernet controllers on the | wpaul | 2000-09-21 | 4 | -0/+8 |
* | o Permit UFS Extended Attributes to be associated with special devices | rwatson | 2000-09-21 | 1 | -0/+8 |
* | o Add two constants mapping ACLs into extended attribute names | rwatson | 2000-09-21 | 1 | -8/+9 |
* | o Change locking rules for VOP_GETACL() to indicate that vnode locks | rwatson | 2000-09-21 | 4 | -4/+13 |
* | Allocate all memory (including within node constructors) with M_NOWAIT | archie | 2000-09-21 | 15 | -22/+22 |
* | Allocate memory with M_NOWAIT instead of M_WAITOK because we could | archie | 2000-09-21 | 1 | -1/+1 |
* | Add a couple of debug register helper functions to assist in setting | bsd | 2000-09-21 | 4 | -0/+20 |