summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* B1FLAGS -> BOOT_BOOT1_FLAGS, which is consistent withyar2004-08-272-4/+4
* Fix the handling of "inflight" requests when doing reinit's.sos2004-08-274-7/+35
* Introduce g_alloc_bio() as a waiting variant of g_new_bio().phk2004-08-272-3/+13
* Set and reset the right bit for UDMA enable/disable on the ICH* chips.sos2004-08-271-2/+2
* Rearrange the call to disk_destroy.sos2004-08-271-6/+6
* Remove bogus vrele() call added in previous.tjr2004-08-271-2/+0
* Reintroduce slightly modified patch from kern/69964. Check forkan2004-08-271-4/+11
* When trying each linker class in turn with a preloaded module, exitiedowse2004-08-271-3/+2
* Add a new module information type MODINFOMD_SHDR that will be usediedowse2004-08-271-0/+1
* Always set the status and move a printf under bootverbose.njl2004-08-271-5/+8
* In conjunction with having boot0cfg(8) default boot0 to packet mode.obrien2004-08-271-1/+1
* When attaching a consumer from a volume to a plex, check if thele2004-08-261-2/+21
* If getting the current setting after modifying the link failed, we assumenjl2004-08-261-0/+1
* Correct capitalization of DeLorme Publishing.des2004-08-261-1/+1
* Document how a standalone module can be built with divert(4) support.ru2004-08-261-0/+4
* Revert the last change to sys/modules/ipfw/Makefile and fix aru2004-08-263-6/+6
* Improve the robustness of MSDOSFSMNT_KICONV handling:tjr2004-08-261-12/+39
* Skip providers with not defined sector size.pjd2004-08-265-0/+15
* Remove unnecessary check for curthread == NULL.alc2004-08-261-1/+1
* Add pmap locking to many of the functions.alc2004-08-264-48/+147
* Don't call uart_bus_probe() for non-matching PnP-devices. Trying to probemarius2004-08-251-4/+3
* Don't hold the UNIX domain socket subsystem lock over the body of therwatson2004-08-251-8/+15
* Remove code to initialize the lid state at boot. It interfered with lidnjl2004-08-251-29/+16
* Log verification errors at level 1.pjd2004-08-251-2/+6
* Fix a bug in in_cksum_hdr w/o -O.obrien2004-08-251-16/+14
* Correct style nit in rev 1.17.obrien2004-08-251-2/+2
* Convert a mtx_lock(&Giant) to a mtx_unlock(&Giant) in nfsrv_link() torwatson2004-08-251-1/+1
* Dump disk number.pjd2004-08-251-1/+2
* Allocate memory when dumping pipes with M_WAITOK flag.pjd2004-08-251-9/+33
* Get a step closer to profiling the kernel by fixing the definitionsmarcel2004-08-251-5/+5
* Have the linker provide btext. It's used for profiling.marcel2004-08-251-0/+1
* Make profiling actually work. The gcc compiler emits a call to themarcel2004-08-254-94/+85
* if_dc includes locking, but that locking is disabled by a #ifdefrwatson2004-08-252-2/+4
* In nfs_timer(), pass curthread rather than &thread0 into the protocolrwatson2004-08-251-4/+2
* Correct the arguments to kern_sigaltstack() as they were reversed.jhb2004-08-242-4/+4
* Regenerate after fcntl() wrappers were marked MP safe.jhb2004-08-2416-22/+23
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()jhb2004-08-2410-160/+92
* Sii_reset needs to wait up to 1 second to get slow disks with it sosos2004-08-241-1/+1
* Catch up with i386 nexus.c rev 1.59: add bus_get_resource_list().njl2004-08-242-0/+20
* sr(4) definately won't work on IA64.obrien2004-08-241-1/+0
* Be sure to always unlock the sx lock when exiting the sysctl function.njl2004-08-242-2/+2
* Always pick up giant before returning from an ioctl call.sos2004-08-241-2/+4
* Revert previous revision, 1.7, as removal of GIANT_REQUIRED was maderwatson2004-08-241-0/+2
* MT4 if_fwsubr.c:1.6:rwatson2004-08-241-2/+0
* Properly check malloc returns.sos2004-08-241-10/+19
* Fix a typo (attacked -> attached).roam2004-08-241-1/+1
* Conditional acquisition of socket buffer mutexes when testing socketrwatson2004-08-241-35/+16
* Set the description to NULL in the right detach routine. This shouldimp2004-08-241-1/+1
* Pick up changes in rev 1.8 of src/sys/dev/ic/mpt_netbsd.c from NetBSD.dwhite2004-08-241-1/+3
* It is now an error to call pmap_unuse_pt without the paddr of the pdepeter2004-08-241-3/+1
OpenPOWER on IntegriCloud