summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Fix checksum calculation.mdodd2004-08-311-12/+7
* When ISA_PNP_PROBE is called, it will return 0 when it finds a device,imp2004-08-311-2/+1
* Wrong makefile in the wrong place.alfred2004-08-311-0/+14
* Make coda5 compile.scottl2004-08-311-6/+4
* Fixed the module build.ru2004-08-311-6/+3
* Remove TDP_USTATCLOCK, we no longer need it because we now alwaysdavidxu2004-08-312-56/+30
* Remove an unneeded argument..julian2004-08-3111-14/+14
* Remove sched_free_thread() which was only usedjulian2004-08-3112-65/+0
* Add the mp_watchdog hooks, although it locks up my SMP test box. It mightpeter2004-08-303-0/+11
* Kill count device support from config. I've changed the last fewpeter2004-08-3031-87/+86
* Add a suffix descriptor for the acpi thermal values as a hint for the userlandpeter2004-08-301-10/+10
* - Introduce a lock for synchronizing access to the pvo and pteg tables.alc2004-08-303-24/+84
* Fix _FDI drive type probing. The new fd child is not an ACPI device whilenjl2004-08-301-3/+10
* Fix _FDE probing by using the buffer contents instead of the buffernjl2004-08-301-8/+25
* Correct a typo in a comment: alloated->allocatedgibbs2004-08-301-1/+1
* Correct a typo in a comment: alloation->allocationgibbs2004-08-301-1/+1
* Allow to configure debug level from /boot/loader.conf.pjd2004-08-305-0/+5
* Add em(4) to Alpha. I had a couple running recently on Alpha and itwilko2004-08-301-0/+1
* Acquire Giant arounds calls into the linker from Netgraph sockets.rwatson2004-08-301-0/+2
* Add more KASSERTS and checks.phk2004-08-302-0/+22
* Don't g_waitidle() when initializing a preloaded md. This fixes acperciva2004-08-301-1/+2
* Add a new variable, ifi_epoch, to struct if_data. It is set to the lastbrooks2004-08-303-1/+3
* Fix BUS_DEBUG caseimp2004-08-301-1/+1
* Use an ANSI-style definition for slstart()yar2004-08-301-2/+1
* Grant the poor old SLIP driver with an if_start handleryar2004-08-301-7/+18
* Remove unnecessary check for curthread == NULL.alc2004-08-303-3/+3
* Enable aac(4) module build for amd64scottl2004-08-301-0/+1
* Only compile aac_linux.ko for i386scottl2004-08-301-0/+2
* s/ENTRY/ENTRY_NOPROFILE/g for particular functions that do not followmarcel2004-08-304-8/+8
* Add a missing '\n'.pjd2004-08-301-2/+2
* Only test return_instead if P_SINGLE_EXIT is set, otherwise a fork()davidxu2004-08-291-1/+1
* Move the acquisition and release of the lock on the object at the head ofalc2004-08-291-4/+12
* Remove the last remnants of HW_WDOG (no, really!)des2004-08-291-15/+0
* In alpha_pci_alloc_resource(), when allocating a memory resource,marcel2004-08-291-1/+1
* Initial support (disabled) for rebidding devices. I've been runningimp2004-08-291-4/+36
* MFp4: Merge in the patches, submitted long ago by someone whose emailimp2004-08-291-12/+26
* Finish the removal of the HW_WDOG option.ru2004-08-291-6/+0
* GCC, ehh.pjd2004-08-292-0/+2
* Remove an unused variable.simokawa2004-08-291-1/+1
* Back out previous commit, ichwd is i386-only.des2004-08-291-1/+0
* Add a section for hardware watchdog timers, initially populated by ichwd.des2004-08-291-0/+7
* Remove the HW_WDOG option; it serves no purpose.des2004-08-295-20/+0
* Back out the two previous commits; ichwd is i386-only.des2004-08-291-6/+0
* Enable more modules on AMD64:obrien2004-08-291-0/+14
* Enable sound modules.obrien2004-08-291-0/+1
* Fixed the module name (macros don't work here).ru2004-08-291-1/+1
* Add an entry for ichwd to hopefully unbreak the LINT build.iedowse2004-08-291-0/+1
* Do not match TGA2 adapters. They are not compatible with TGA adapters,marcel2004-08-291-2/+0
* Fix two cases where a successful return from usbd_transfer() wouldiedowse2004-08-291-2/+2
* Unconditionally add `-fno-omit-frame-pointer' to CFLAGS when buildingiedowse2004-08-291-0/+3
OpenPOWER on IntegriCloud