summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add support Corega CG-LAPCIGT Gigabit Ethernet(8169S)sanpei2004-08-282-0/+7
* Don't be too smart, just try packet mode of INT13 first.yar2004-08-282-5/+9
* Try packet mode of INT13 on a hard disk first if not prohibited byyar2004-08-281-19/+21
* 1. try to use existing mailbox address in thread_update_usr_ticks.davidxu2004-08-281-4/+6
* Move TDF_CAN_UNBIND to thread private flags td_pflags, this eliminatesdavidxu2004-08-282-23/+7
* Use sc->sc_mediasize instead of sc->sc_provider->mediasize which containspjd2004-08-281-4/+3
* Warn the user if we are not going to use whole provider space.pjd2004-08-281-4/+12
* Don't allow to insert providers, which are too small.pjd2004-08-281-0/+4
* Backout the previous backout (with scott's ok). sched_ule.c:1.122 ispeter2004-08-281-0/+2
* s/smp_rv_mtx/smp_ipi_mtx/gobrien2004-08-286-23/+23
* Commit Jeff's suggested changes for avoiding a bug that is exposed bypeter2004-08-281-4/+2
* remove unused prototypesos2004-08-271-1/+0
* Make code ready to switch debug.mpsafenet to 1 since I've not able torik2004-08-272-2/+4
* Catch up with the drive-by renaming of IA32 to COMPAT_IA32. Missedmarcel2004-08-271-2/+2
* Move config_new_drive() to the correct place and rename it tole2004-08-273-32/+30
* Fix a comment, IA32 was renamed to COMPAT_IA32arved2004-08-271-1/+1
* Improve sync recovery algorithm:gibbs2004-08-272-194/+238
* Poll() uses the array smallbits that is big enough to hold 32 structandre2004-08-271-3/+3
* From __FreeBSD_version 600001 on PFIL_HOOKS is permanently in the kernel andandre2004-08-272-2/+3
* opt_pfil_hooks.h is no longer required.andre2004-08-271-1/+0
* When detaching an interface, don't leave an obsolete pointer to thebrooks2004-08-271-0/+1
* Move the kernel-specific logic to adjust frompc from MI to MD. Formarcel2004-08-278-38/+123
* Bump __FreeBSD_version to indicate permanent PFIL_HOOKS.andre2004-08-271-1/+1
* Provide extern declarations for btext and etext when GPROF is defined.marcel2004-08-271-0/+5
* Have the linker provide the btext symbol when referenced. This is neededmarcel2004-08-271-0/+1
* The machine-independent parts of the virtual memory system always pass aalc2004-08-274-64/+0
* Semi-gratuitous white space synchronization with KAME tree: to reducerwatson2004-08-271-10/+12
* Apply error and success logic consistently to the function netisr_queue() andandre2004-08-2716-28/+25
* Diff reduce against KAME: minor white space synchronization to KAMErwatson2004-08-271-4/+4
* Hide a printf under bootverbose.phk2004-08-271-1/+3
* Properly document and enable the IPFIREWALL_FORWARD option.andre2004-08-271-0/+5
* In the case the destination of a packet was changed by the packet filterandre2004-08-271-2/+2
* Remove a junk line left over from the recent IPFW to PFIL_HOOKS conversion.andre2004-08-271-1/+0
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelandre2004-08-2722-115/+54
* 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
OpenPOWER on IntegriCloud