summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* When checking for possible port theft, skip over a TCP inpcbyar2004-05-201-7/+3
* Fix sysctl name: security.jail.getfsstate_getfsstatroot_only ->pjd2004-05-201-1/+1
* Like on i386, clear the last three entries in the pml4 page when doing apeter2004-05-191-2/+7
* Style fixup in previous commit.kensmith2004-05-191-4/+2
* Update from vendor. This also adds support for newer management tools.scottl2004-05-193-27/+16
* Fixed the type of fptrdiff_t. It needs to be 64 bits in theory, and inbde2004-05-191-1/+1
* Fixed some style bugs (mainly misalignment of backslashes).bde2004-05-192-18/+18
* Moved most of the "MI" definitions and declarations from <machine/profile.h>bde2004-05-198-155/+33
* Include <sys/gmon.h> instead of <machine/profile.h> for the declarationbde2004-05-191-3/+3
* Whitespace nit.ru2004-05-191-1/+1
* Maintain statistics about the received frames.ru2004-05-192-3/+147
* trap_pfault() shouldn't be acquiring Giant. Found to blow upgrehan2004-05-192-4/+0
* Add explicit list of SiS AGP chipsets based on Linux kernel's list.anholt2004-05-192-0/+72
* Replace the lame big endian crc with wpaul's standard big endian crcimp2004-05-192-46/+18
* Unbreak builds without DDB. Bad Bruce! No cookie! :-)peter2004-05-191-0/+2
* syncache broke rev 1.23 which was done to fix the "thundering herd"ps2004-05-192-2/+2
* The 'call mcount' hooks that gcc inserts when profiling are in a place thatpeter2004-05-181-2/+37
* Use the simpler __BUS_ACCESSOR macros for ivars instead of defining themnjl2004-05-181-56/+3
* <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN isstefanf2004-05-187-7/+7
* o Fix comments: s/m_tag_allocate/m_tag_alloc/.maxim2004-05-181-3/+3
* MFi386: revision 1.1160.nyan2004-05-181-0/+5
* MFi386: Add NETGRAPH_CRONYX.nyan2004-05-181-0/+3
* MFi386: revision 1.492.nyan2004-05-181-0/+2
* Fix panic which occurs when given sector size for memory-backed devicepjd2004-05-181-2/+1
* Fixed DDB_NOKLDSYM on amd64's:bde2004-05-182-1/+7
* If a symbol has section+offset definitions provided, always use insteadpeter2004-05-181-6/+9
* Remove leftover padding variables.peter2004-05-181-8/+4
* Oops, I left a duplicate 'relocbase' declaration.peter2004-05-171-1/+0
* Turn on modules for amd64. Fear.peter2004-05-172-4/+0
* Since we go to the trouble of compiling the kobj ops table for each class,peter2004-05-171-0/+1
* Clean up the code some more. Unify the text/data (progbits) and bsspeter2004-05-171-236/+249
* Deal with REL records that have the addend embedded variable sized targetspeter2004-05-171-2/+10
* Switch from using the vnode interlock to a private mutex in fifo_open()truckman2004-05-171-24/+23
* Fix various style(9) bugs. This includes the removal of wrongjoerg2004-05-171-38/+21
* Fix typo in comment. While here, end the sentence with a period andmarcel2004-05-171-2/+1
* Rip out the too verbose "spurious interrupt" printf's, they dont servesos2004-05-171-16/+1
* Turn SCSI pre-fetch ON. This is mainly for 64XX and 64X basedps2004-05-172-2/+12
* Undid scottl's recent changes.vkashyap2004-05-173-2/+41
* Add Cronyx Tau-PCI sync WAN adapters family entry.rik2004-05-171-0/+5
* Spell Cronyx Tau and Sigma families correctly.rik2004-05-171-2/+2
* Connect Cronyx Tau-PCI to the system.rik2004-05-171-0/+2
* Add description of Cronyx Omega2-PCI (8x port serial adapter).rik2004-05-171-0/+15
* Unbreak the fdc module build after the repocopy of sys/isa/fd.c toroam2004-05-171-3/+7
* Connect Cronyx Tau-PCI to the system.rik2004-05-171-0/+2
* Unbreak build due to previous commit: now that elf_reloc_internal()marcel2004-05-171-1/+0
* filter out the fdc(4) and sio(4) devices and corresponding options.marcel2004-05-171-0/+8
* o De-support fdc(4). No ia64 has ever been made with PC floppy andmarcel2004-05-171-3/+0
* Move fdc from isa/fd.c to dev/fdc/fdc.c. The old files wereimp2004-05-176-2797/+4
* Update to reflect new location in the tree. This has been repo copiedimp2004-05-171-1/+1
* Oops, use the generic ELF_ST_BIND() macro instead of ELF64_ST_BIND.peter2004-05-171-5/+5
OpenPOWER on IntegriCloud