summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud