summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Make ip6fw as loadable module.ume2000-09-237-25/+72
* Enable the snd_maestro module and have the snd_driver module depend on it.jhb2000-09-232-1/+2
* Enable the ESS Maesto driver.jhb2000-09-231-1/+1
* Move MAXCPU from machine/smp.h to machine/param.h to fix breakageps2000-09-2313-53/+23
* Merged from sys/i386/i386/machdep.c revision 1.411.kato2000-09-232-12/+2
* Merged from sys/i386/conf/GENERIC revision 1.279.kato2000-09-231-4/+0
* Merged from sys/conf/options.i386 revision 1.139.kato2000-09-231-2/+0
* Don't include proc.h now that mutex.h does it for us.msmith2000-09-231-1/+0
* Don't #include <sys/proc.h>, since machine/mutex.h does it now.jasone2000-09-233-3/+1
* #include <sys/proc.h> in order to get curproc. This seems to be the lesserjasone2000-09-234-10/+6
* Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,ps2000-09-2239-419/+423
* o Introduce vn_extattr_rm(), a helper function in the style ofrwatson2000-09-222-0/+25
* Add Perforce RCSIDs for easy revision correlation to my local tree.gibbs2000-09-227-8/+91
* Add Perforce RCSIDs for easy revision correlation to my local tree.gibbs2000-09-2212-75/+110
* Use quoted includes instead of full path references inside the aic7xxxgibbs2000-09-221-4/+3
* Use quoted includes instead of full path references inside the aic7xxxgibbs2000-09-221-1/+1
* Remove duplicate FreeBSD RCSID.gibbs2000-09-221-2/+0
* Tweak the aue driver so that the homePNA PHYs will be detected andwpaul2000-09-221-0/+2
* Remove unnecessary #include's as reported by phk's script.archie2000-09-225-8/+0
* Document which RFC introduced CMSG_SPACE() and CMSG_LEN().asmodai2000-09-221-0/+2
* Merged from sys/isa/sio.c revision 1.315.kato2000-09-222-14/+52
* Merged from sys/i386/i386/machdep.c revision 1.410.kato2000-09-222-0/+74
* Merged from sys/i386/conf/GENERIC revision 1.278.kato2000-09-221-0/+1
* Merged from sys/boot/i386/loader/main.c revision 1.23.kato2000-09-221-0/+2
* Merged from sys/boot/i386/libi386/Makefile revision 1.19.kato2000-09-221-1/+3
* Style fixes:eivind2000-09-222-104/+214
* Remove addalias() prototype (staticized in kern/vfs_subr.c)eivind2000-09-221-1/+0
* Staticize addalias()eivind2000-09-222-2/+4
* Fix comment about the bsd-api-new-02a draft. This has been supercededasmodai2000-09-221-1/+1
* Removed unneeded include files.nyan2000-09-224-28/+0
* - Wrap functions and variables that aren't used in the alpha console probejhb2000-09-222-14/+52
* Fix several 64-bit-ism warnings due to sizeof(int) != sizeof(void *) onjhb2000-09-222-12/+12
* Remove atomic_*_{32,64} since they are now inline. If you haven't rebuiltdfr2000-09-221-81/+0
* Fixing a sorting error in teh subsystem list. 7 < 8, not 8 < 7.jhb2000-09-221-1/+1
* Teach MTX_EXIT_RECURSE that the recursion count is a 32-bit integer,jhb2000-09-222-6/+6
* Typo in comment (decent performances -> decent performance).wpaul2000-09-221-1/+1
* Make pcn_miibus_readreg() latch onto the first PHY that it finds (aswpaul2000-09-222-1/+5
* Create an event (idle_event) which is invoked every time around themsmith2000-09-221-0/+7
* Implement halt-on-idle in the !SMP case, which should significantlymsmith2000-09-225-30/+74
* Make the EVENTHANDLER mechanism MP-safe. Events can now be invokedmsmith2000-09-222-30/+67
* o Merge in changes to the NetBSD sources:imp2000-09-222-8/+93
* Fix a race in ASR_ccbAdd and ASR_ccbRemove, which were both manipulatingmsmith2000-09-211-0/+11
* some copyright cleanupsmjacob2000-09-2112-58/+25
* Add the PCI device ID for the on-board ethernet controllers on thewpaul2000-09-214-0/+8
* o Permit UFS Extended Attributes to be associated with special devicesrwatson2000-09-211-0/+8
* o Add two constants mapping ACLs into extended attribute namesrwatson2000-09-211-8/+9
* o Change locking rules for VOP_GETACL() to indicate that vnode locksrwatson2000-09-214-4/+13
* Allocate all memory (including within node constructors) with M_NOWAITarchie2000-09-2115-22/+22
* Allocate memory with M_NOWAIT instead of M_WAITOK because we couldarchie2000-09-211-1/+1
* Add a couple of debug register helper functions to assist in settingbsd2000-09-214-0/+20
OpenPOWER on IntegriCloud