summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fixup unaligned bwx instructions (ldwu, stw). This may fix some mysteriousgallatin2002-05-161-7/+25
* An exact copy of i386/include/float.h will work here.obrien2002-05-151-0/+73
* Revert daddr_t to 32 bits while we research the reported problems.phk2002-05-151-2/+2
* Enhance the use of the watchdog timer in this driver so that it willsilby2002-05-152-8/+6
* style sync with other platforms.obrien2002-05-151-2/+2
* Remove an extraneous )brian2002-05-151-1/+1
* DEV_BSIZE lives in sys/param.h and not in machine/param.h anymore.jhay2002-05-151-1/+1
* Reset token-ring source routing control field on receipt of ethernet framekbyanc2002-05-151-0/+1
* p_cansignal() returns an errno value; at some point, the check forrwatson2002-05-141-2/+2
* Disable the shared locking namei() code for now. It breaks several stackingjeff2002-05-145-12/+12
* `unexpand -a' should be run _before_ sed 's/^#define /#define^I/g'.obrien2002-05-1414-1088/+1088
* Tighten up the defined()'s.obrien2002-05-147-31/+31
* After some comments from bde, rewrite the loops to avoid turning thejoerg2002-05-142-86/+58
* Move MI stuff out of MD param.h files.phk2002-05-147-268/+68
* Remove the unused definitions of ctod() and dotc().phk2002-05-144-16/+0
* 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
OpenPOWER on IntegriCloud