summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Modify the arguments to syncache_socket() to include the mbuf (m) thatrwatson2002-05-141-4/+6
* Remove a printf(3) argument with no corresponding format specifier.des2002-05-141-1/+1
* Following a repo-copy from src/sys/ufs/ufs, rename functions andiedowse2002-05-147-305/+216
* Strategic diff reduction against TrustedBSD MAC branch: introduce anrwatson2002-05-141-0/+1
* Even more BBSIZE related breakage.ru2002-05-141-0/+1
* Fixed to build for GCC 3.1nyan2002-05-146-17/+16
* Add -ffreestanding to CFLAGS.nyan2002-05-141-1/+1
* Add a NGM_PPPOE_SESSIONID message to the ng_pppoe node.brian2002-05-142-1/+21
* MFi386: revision 1.519nyan2002-05-142-2/+2
* Merged from sys/isa/fd.c revisions from 1.229 to 1.232.nyan2002-05-142-36/+130
* Merged from sys/dev/syscons/syscons.c revision 1.384nyan2002-05-141-1/+2
* Make daddr_t and u_daddr_t 64bits wide.phk2002-05-1414-31/+30
* Roll the LOG2 macro up again, I don't belive unrolling this for 64bitsphk2002-05-141-31/+13
* Check that kldxref(8) exists before running it.ru2002-05-142-6/+8
* Make the mtio data structures explicitly sized.phk2002-05-141-13/+13
* Move a few ancient minor-number definitions for tapedrives to thephk2002-05-143-20/+8
* Tweak the include dirs w/o incurring extra warningsobrien2002-05-141-1/+1
* unexpand -a everythingobrien2002-05-1415-7496/+7496
* 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
OpenPOWER on IntegriCloud