summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* First pass of style(9) for #define's.obrien2002-05-1415-1677/+1677
* BDE and I have had a chance to hash this out:imp2002-05-131-5/+5
* Align CLEANFILES with revision 1.25 changes.ru2002-05-132-2/+2
* Fixed CLEANFILES after bsd.lib.mk sweep.ru2002-05-132-2/+2
* Fixed a semantic error. va_arg(ap, u_short) is nonsense except on i386'sbde2002-05-132-10/+10
* Don't include <stddef.h> "For offsetof". This is not even wrong inbde2002-05-131-2/+0
* Fixed syntax errors (tokens after #endif).bde2002-05-138-45/+45
* Fixed syntax errors (garbage after #endif; just editing errors in thisbde2002-05-132-8/+8
* Fixed a syntax error (a label not followed by a statement).bde2002-05-132-2/+2
* Removed now unused INTERNALSTATICLIB.ru2002-05-136-17/+0
* Major cleanup of bsd.lib.mk.ru2002-05-134-16/+0
* Add ipfw hooks to ether_demux() and ether_output_frame().luigi2002-05-133-5/+175
* style(9) changes before further editing that region:joerg2002-05-132-12/+14
* Remove custom definitions (IP_FW_TCPF_SYN etc.) of TCP header flagsluigi2002-05-132-12/+1
* Remove register keyword.phk2002-05-1313-127/+127
* Build the fpu support routines.benno2002-05-131-0/+1
* FPU support.benno2002-05-139-221/+219
* Bump for GCC 3.1.obrien2002-05-131-1/+1
* Match the default newfs UFS block size.obrien2002-05-131-1/+1
* Don't call the uz free function while the zone lock is held. This can leadjeff2002-05-131-14/+21
* s/_ALPHA_/_MACHINE_/marcel2002-05-131-1/+1
* Remove reference to the "Alpha Calling Standard".marcel2002-05-131-13/+0
* Remove the hash_free() lock order reversal. This could have happened forjeff2002-05-131-69/+72
* Fix IF_SEXT(val, 32). The constants need to have type long tojake2002-05-131-1/+2
* These were repo-copied to dump_machdep.c.jake2002-05-133-538/+0
* ${MACHINE_ARCH}dump.c -> dump_machdep.c.jake2002-05-133-3/+3
* Add another copy of the ia64 dump_machdep.c.jake2002-05-131-0/+299
* Remove two "register" and a blank line.phk2002-05-121-3/+2
* Retire the bogus uses of the disklabel field d_sbsize and begin tophk2002-05-125-11/+4
* Add code to match MAC header fields (at the moment supported onluigi2002-05-121-62/+108
* ARGH! SBLOCK is not unused. Try to get this right.phk2002-05-127-7/+14
* Remove #define for BBOFF, it is assumed == 0 so many places that we mightphk2002-05-123-6/+3
* Remove unused BBLOCK and SBLOCK #defines.phk2002-05-123-6/+0
* o Remove GIANT_REQUIRED and an excessive number of blank linesalc2002-05-121-10/+0
* Fix alpha build. The alpha has dumpsys implemented.marcel2002-05-121-1/+1
* Enable KTR_TRAP by default.jake2002-05-121-1/+1
* Hide the fd autoselection messages behind the bootverbose case so theyjoerg2002-05-122-6/+10
* Translated -malign-functions=4 to -falign-functions=16 for the new gcc.bde2002-05-121-1/+1
* Saved 176 bytes by compiling with -fno-guess-branch-probability. Thebde2002-05-122-2/+2
* Increase the PIO timeout to approximately the value it used to havejoerg2002-05-124-30/+76
* Recent zlib does not like Z_FLUSH at the end of inflate().ume2002-05-121-4/+7
* Back out last commit. I expect our bsd.*.mk gods to remove the need forobrien2002-05-1210-0/+27
* More locking fixes.benno2002-05-122-6/+26
* Do the correct locking on processes for DSI and ISI traps.benno2002-05-122-0/+20
* o Rename ia64_count_aps to ia64_count_cpus and reimplement themarcel2002-05-126-56/+125
* o Acquire and release Giant in vm_object_reference() andalc2002-05-122-11/+9
* Update the PCI table as per Dell's fickleness.scottl2002-05-121-2/+2
* s/demon/daemon/dd2002-05-122-3/+3
* Remove some duplicate types that should have been removed as part ofmike2002-05-111-40/+0
* Attempt to not crash and burn on UltraSPARC III machines; the cpuid propertyjake2002-05-111-1/+2
OpenPOWER on IntegriCloud