summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Inintialize the queue index stuff from what the f/w sends back- justmjacob2000-09-211-3/+4
* Remove unneeded includemjacob2000-09-211-2/+0
* remove unneeded includesmjacob2000-09-211-4/+0
* comment vfs_export functions, requested by: eivindalfred2000-09-212-2/+24
* Fix LINT breakage by options ACPI_NO_OSDFUNC_INLINE.iwasaki2000-09-213-8/+11
* Remove unneeded #include that was a remnant of an earlier version oftruckman2000-09-211-1/+0
* Add in and document two new debugging options used in the mutex code:jhb2000-09-212-0/+16
* Fixed the calculations with UDP header length field.ru2000-09-211-2/+2
* Add in documentation and examples of the KTR kernel config options.jhb2000-09-212-0/+38
* Remove unneeded includes.markm2000-09-218-18/+0
* Add new function in AML interpreter; aml_invoke_method().iwasaki2000-09-204-6/+16
* o Remove 9 unnecessary includes.imp2000-09-203-12/+8
* No need to generate opt_compat_oldisa.himp2000-09-201-5/+1
* remove 5 unnecessary includes, per phk's scriptimp2000-09-204-5/+0
* Remove 7 unnecessary includes frmo phk's scriptimp2000-09-204-8/+0
* Remove 8 unnecessary includes from phk's scriptimp2000-09-202-8/+0
* Add support for the "nullconsole" console type, for systems witharchie2000-09-207-1/+109
* Remove one debug line that snuck in by accident.wpaul2000-09-201-1/+0
* Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters.wpaul2000-09-209-1/+1879
* o Add additional comment describing vaccess() behavior.rwatson2000-09-202-0/+14
* Add a homePNA PHY driver. This is really only a stub: MII-based homePNAwpaul2000-09-203-1/+284
* regeneratewpaul2000-09-201-1/+3
* Add the ID for the built-in homePNA PHY in the AMD 79C798 controller.wpaul2000-09-201-0/+1
* Clean up the VIA id's a bit and add the K[TX]133 chipsetssos2000-09-201-7/+12
OpenPOWER on IntegriCloud