aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add type int to those variables without a type. This is caused by theMarcel Moolenaar1999-11-1636-135/+135
* Sync our register usage with NetBSD's (non-)usage.Bill Fumerola1999-11-16242-2011/+2006
* Add $FreeBSD$Bill Fumerola1999-11-16241-0/+416
* Curchill --> ChurchillJosef Karthauser1999-11-161-2/+2
* Cosmetic changes.Yoshihiro Takahashi1999-11-165-9/+48
* Install loader.rc.Yoshihiro Takahashi1999-11-161-0/+4
* this is a full fix for writes not aligned to the sample size selected.Cameron Grant1999-11-156-44/+78
* Removed the asm version of conv(). This is should be faster in its newDavid E. O'Brien1999-11-151-11/+6
* set default ogain to 50 since some sb cards produce no sound at 0Cameron Grant1999-11-152-0/+2
* Fix __asm__ clobber list abuses.David E. O'Brien1999-11-151-3/+3
* Fix __asm__ clobber list abuse.David E. O'Brien1999-11-152-6/+10
* * remove i386 specific markAlexey Zelkin1999-11-1541-59/+57
* Deactivate manpages repo-copied to man4 directory (all these driversAlexey Zelkin1999-11-1543-9148/+10
* Update the ASCII diagram for FreeBSD 3.3Chris Costello1999-11-151-0/+2
* Activate manpages repo-copied from man4.i386.Alexey Zelkin1999-11-151-9/+16
* Add some more comments to the sl_compress_tcp() function.Archie Cobbs1999-11-151-2/+9
* Fix aliasing bug causing in_cksum() to fail on odd packet sizesPierre Beyssac1999-11-151-5/+9
* More bug fixes for the VJ Compression node. Seems to work now (really).Archie Cobbs1999-11-152-55/+69
* Segment registers can be read(write) to(from) memory locations as well asLuoqi Chen1999-11-152-8/+8
* Fix a minor bogon.David E. O'Brien1999-11-151-1/+1
* add two more codes to ICMP error 12 (Parameter Problem).Jonathan M. Bresler1999-11-151-0/+2
* Remove CROSS_MAKE_FLAGS.Marcel Moolenaar1999-11-152-14/+3
* Fix a typo in the DRIVER_MODULE() declaration which caused a collisionPeter Wemm1999-11-152-2/+2
* Remove duplicate entry for ADS7180 - it's meant to be handled by thePeter Wemm1999-11-152-8/+0
* Add to pwd_mkdb a -q option to silence warnings about large IDs. Add aSheldon Hearn1999-11-156-9/+41
* Add the ata devices to the GENERIC kernel. Hopefully, this should allowDoug Rabson1999-11-152-10/+10
* PC-98 has MACHINE_ARCH=i386 and MACHINE=pc98. Make it a special case.Marcel Moolenaar1999-11-151-0/+5
* Remove some printfs and make it slightly more paranoid about acceptingDoug Rabson1999-11-152-26/+24
* Undo rev 1.13 (define "OBSTACK_CHUNK_SIZE" as getpagesize()).David E. O'Brien1999-11-151-4/+0
* Upgrade support file for GCC 2.95.2.David E. O'Brien1999-11-151-0/+91
* Add rev 1.2 profiling tweaks, to GCC 2.95.2.David E. O'Brien1999-11-151-0/+5
* Use the stock 2.95.2 file here.David E. O'Brien1999-11-151-6/+6
* Bump __FreeBSD_cc_version due to the compiler upgrade.David E. O'Brien1999-11-151-1/+1
* Add -fdata-sections, which is a new GCC 2.95 optimization. RemoveDavid E. O'Brien1999-11-152-2/+4
* Cut over the system compiler from from EGCS 1.1.2 to GCC 2.95.2.David E. O'Brien1999-11-1510-27/+46
* Small fixes from Brian for the Server side of PPPoE.Julian Elischer1999-11-151-9/+9
* YUCK!Julian Elischer1999-11-151-2/+2
* Typo (appropiate -> appropriate)Kris Kennaway1999-11-151-1/+1
* fts_pathlen and fts_namelen are u_short, not shortKris Kennaway1999-11-151-2/+2
* TypoKris Kennaway1999-11-153-3/+3
* Remove dead xref to scsiformat(8)Kris Kennaway1999-11-151-1/+0
* Remove dead xrefs to gated(8) and htable(8)Kris Kennaway1999-11-151-2/+0
* Bump __FreeBSD_version to 400012 to mark the cutover of the systemDavid E. O'Brien1999-11-151-1/+1
* Cosmetic change to match cc_tools/MakefileDavid E. O'Brien1999-11-151-7/+7
* Purely cosmetic changes to lineup targets.David E. O'Brien1999-11-151-16/+16
* Cosmetic removeal of a trailing white space.David E. O'Brien1999-11-151-1/+1
* Return this file to its pre-spammed version. Thanks to some new compilerDavid E. O'Brien1999-11-142-16/+16
* Add single_mountd_enable hook to run mountd but not NFS serverAndrey A. Chernov1999-11-148-0/+120
* Properly document what ENOENT really means for kldfind(2).Chris Costello1999-11-141-3/+1
* Fix case where vnode could be unlocked twice. Untested; bug found by codeEivind Eklund1999-11-141-3/+5