summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed now unused INTERNALSTATICLIB.Ruslan Ermilov2002-05-1332-72/+4
* Major cleanup of bsd.lib.mk.Ruslan Ermilov2002-05-1314-130/+74
* Add ipfw hooks to ether_demux() and ether_output_frame().Luigi Rizzo2002-05-133-5/+175
* style(9) changes before further editing that region:Joerg Wunsch2002-05-132-12/+14
* Remove custom definitions (IP_FW_TCPF_SYN etc.) of TCP header flagsLuigi Rizzo2002-05-132-12/+1
* Handle symbolic names for common ethernet types (ip, arp etc.)Luigi Rizzo2002-05-131-19/+85
* Remove register keyword.Poul-Henning Kamp2002-05-1313-127/+127
* Removed the a.out compatibility cruft.Ruslan Ermilov2002-05-135-97/+2
* o Uncapitalize .Nd macro arguments and remove punctuationGiorgos Keramidas2002-05-131-10/+10
* Remove EOL space.Giorgos Keramidas2002-05-131-7/+7
* If we can't change the scheduling priority, warn but still executeTim J. Robbins2002-05-131-3/+3
* Don't use PAGE_SIZE in userland, instead use getpagesize(), this is toAlfred Perlstein2002-05-1312-63/+108
* Build the fpu support routines.Benno Rice2002-05-131-0/+1
* FPU support.Benno Rice2002-05-139-221/+219
* Bump for GCC 3.1.David E. O'Brien2002-05-131-1/+1
* Match the default newfs UFS block size.David E. O'Brien2002-05-131-1/+1
* Don't call the uz free function while the zone lock is held. This can leadJeff Roberson2002-05-131-14/+21
* s/_ALPHA_/_MACHINE_/Marcel Moolenaar2002-05-131-1/+1
* Remove reference to the "Alpha Calling Standard".Marcel Moolenaar2002-05-131-13/+0
* Remove the hash_free() lock order reversal. This could have happened forJeff Roberson2002-05-131-69/+72
* Handle alignment fault fixups in libc rather than in the kernel.Jake Burkholder2002-05-135-2/+120
* Fix IF_SEXT(val, 32). The constants need to have type long toJake Burkholder2002-05-131-1/+2
* This commit was generated by cvs2svn to compensate for changes in r96489,David E. O'Brien2002-05-130-0/+0
|\
| * Cause CVS to sync up checked out source bases with Gcc 3.1 bits afterDavid E. O'Brien2002-05-130-0/+0
| * Remove files not part of GCC 3.1.David E. O'Brien2002-05-12204-80672/+0
* | Restore some of the implementation from the Bmake gcc 2.95 bits.David E. O'Brien2002-05-136-51/+59
* | These were repo-copied to dump_machdep.c.Jake Burkholder2002-05-133-538/+0
* | ${MACHINE_ARCH}dump.c -> dump_machdep.c.Jake Burkholder2002-05-133-3/+3
* | Add another copy of the ia64 dump_machdep.c.Jake Burkholder2002-05-131-0/+299
* | I was finally able to repeat the -j breakage on one of my machines. Fix it.David E. O'Brien2002-05-131-9/+7
* | UFS2 preparation commit:Poul-Henning Kamp2002-05-128-221/+27
* | Remove two "register" and a blank line.Poul-Henning Kamp2002-05-121-3/+2
* | Support the SUSv3 -n option and the "--" end of options marker.Tim J. Robbins2002-05-122-51/+61
* | Sigh... Yet a BBSIZE breakage.Poul-Henning Kamp2002-05-121-0/+1
* | Sigh, more BBSIZE related breakage.Poul-Henning Kamp2002-05-126-0/+6
* | #include <sys/disklabel.h> to get BBSIZE.Poul-Henning Kamp2002-05-121-0/+1
* | Main functional change is the implementation of matching of MAC headerLuigi Rizzo2002-05-121-734/+695
* | Retire the bogus uses of the disklabel field d_sbsize and begin toPoul-Henning Kamp2002-05-1213-35/+10
* | Add code to match MAC header fields (at the moment supported onLuigi Rizzo2002-05-121-62/+108
* | ARGH! SBLOCK is not unused. Try to get this right.Poul-Henning Kamp2002-05-127-7/+14
* | Remove #define for BBOFF, it is assumed == 0 so many places that we mightPoul-Henning Kamp2002-05-123-6/+3
* | Remove unused BBLOCK and SBLOCK #defines.Poul-Henning Kamp2002-05-123-6/+0
* | Remove the private code for reading UFS superblocks, this does not belongPoul-Henning Kamp2002-05-122-109/+35
* | o Remove GIANT_REQUIRED and an excessive number of blank linesAlan Cox2002-05-121-10/+0
* | Fix alpha build. The alpha has dumpsys implemented.Marcel Moolenaar2002-05-121-1/+1
* | Enable KTR_TRAP by default.Jake Burkholder2002-05-121-1/+1
* | do-while ASM_OUTPUT_ALIGN to enable its use in more places.David E. O'Brien2002-05-121-3/+5
* | Hide the fd autoselection messages behind the bootverbose case so theyJoerg Wunsch2002-05-122-6/+10
* | NOLIB is gone; put INTERNALLIB back for now.Ruslan Ermilov2002-05-121-0/+2
* | Revert the last change. The corresponding bsd.lib.mk changes wereRuslan Ermilov2002-05-126-6/+25