summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Sync our register usage with NetBSD's (non-)usage.billf1999-11-16242-2011/+2006
|
* Add $FreeBSD$billf1999-11-16241-0/+416
|
* Curchill --> Churchilljoe1999-11-161-2/+2
| | | | | | | | | | | The submitter also posted a change to 'fortunes.sp.ok', but it looks like this file is no longer needed in our version so I've left the typo in the file. (It also doesn't have a $FreeBSD$ tag, and I couldn't easily find in the code whether it will allow comments within it or not.) PR: 14832 Submitted by: mfisher@parsons.rh.rit.edu
* Cosmetic changes.nyan1999-11-165-9/+48
|
* Install loader.rc.nyan1999-11-161-0/+4
|
* this is a full fix for writes not aligned to the sample size selected.cg1999-11-156-44/+78
| | | | should be a no-op in most cases.
* Removed the asm version of conv(). This is should be faster in its newobrien1999-11-151-11/+6
| | | | | | C form. See src/sys/i386/isa/sound/audio.c rev.1.23 Submitted by: bde
* set default ogain to 50 since some sb cards produce no sound at 0cg1999-11-152-0/+2
|
* Fix __asm__ clobber list abuses.obrien1999-11-151-3/+3
|
* Fix __asm__ clobber list abuse.obrien1999-11-152-6/+10
| | | | Submitted by: bde
* * remove i386 specific markphantom1999-11-1541-59/+57
| | | | | * some style and syntax fixes * some duplicated $FreeBSD$ tags removed
* Deactivate manpages repo-copied to man4 directory (all these driversphantom1999-11-1543-9148/+10
| | | | not i386 specific anymore -- move them to appropriate place)
* Update the ASCII diagram for FreeBSD 3.3chris1999-11-151-0/+2
|
* Activate manpages repo-copied from man4.i386.phantom1999-11-151-9/+16
|
* Add some more comments to the sl_compress_tcp() function.archie1999-11-151-2/+9
|
* Fix aliasing bug causing in_cksum() to fail on odd packet sizespb1999-11-151-5/+9
| | | | | | | due to compiler optimization. PR: bin/13292 Suggested by: wollman
* More bug fixes for the VJ Compression node. Seems to work now (really).archie1999-11-152-55/+69
|
* Segment registers can be read(write) to(from) memory locations as well asluoqi1999-11-152-8/+8
| | | | general registers.
* Fix a minor bogon.obrien1999-11-151-1/+1
|
* add two more codes to ICMP error 12 (Parameter Problem).jmb1999-11-151-0/+2
| | | | | | these two are detailed in RFC1700. Reviewed by: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
* Remove CROSS_MAKE_FLAGS.marcel1999-11-152-14/+3
|
* Fix a typo in the DRIVER_MODULE() declaration which caused a collisionpeter1999-11-152-2/+2
| | | | with the real mss module.
* Remove duplicate entry for ADS7180 - it's meant to be handled by thepeter1999-11-152-8/+0
| | | | forked-off ad1816 driver.
* Add to pwd_mkdb a -q option to silence warnings about large IDs. Add asheldonh1999-11-156-9/+41
| | | | | | | | | suitably ominous warning in the manual page. The diff applied is not the one provided in the attributed PR. PR: 13344 Reviewed by: bde
* Add the ata devices to the GENERIC kernel. Hopefully, this should allowdfr1999-11-152-10/+10
| | | | | it to install from ATA cds and to ATA disks. I'll check after my next release builds.
* PC-98 has MACHINE_ARCH=i386 and MACHINE=pc98. Make it a special case.marcel1999-11-151-0/+5
| | | | This should fix the breakage reported by nyan.
* Remove some printfs and make it slightly more paranoid about acceptingdfr1999-11-152-26/+24
| | | | that an ess1888 is present.
* Undo rev 1.13 (define "OBSTACK_CHUNK_SIZE" as getpagesize()).obrien1999-11-151-4/+0
| | | | It causes internal compiler errors and sig 11's with GCC 2.95.2.
* Upgrade support file for GCC 2.95.2.obrien1999-11-151-0/+91
|
* Add rev 1.2 profiling tweaks, to GCC 2.95.2.obrien1999-11-151-0/+5
|
* Use the stock 2.95.2 file here.obrien1999-11-151-6/+6
| | | | | I cannot determine if our previous (rev 1.2) changes for ObjC are still appropriate.
* Bump __FreeBSD_cc_version due to the compiler upgrade.obrien1999-11-151-1/+1
|
* Add -fdata-sections, which is a new GCC 2.95 optimization. Removeobrien1999-11-152-2/+4
| | | | | | | | | | -fschedule-insns as it wasn't such a big win with 2.95 after all. Add the *BIG* win "-mpreferred-stack-boundary=2" optimiztion submitted by Dima. GCC 2.95 ensures the stack frame is always properly [opitimally] aligned by surrounding every function call by code simular to "addl $-12, %esp" / "addl $12, %esp". Here we need the reduction in space, with speed not an issue.
* Cut over the system compiler from from EGCS 1.1.2 to GCC 2.95.2.obrien1999-11-1510-27/+46
|
* Small fixes from Brian for the Server side of PPPoE.julian1999-11-151-9/+9
|
* YUCK!julian1999-11-151-2/+2
| | | | | m_prepend doesn't fix m_pkthdr.len, use M_PREPEND instead, which does.. (Netgraph only)
* Typo (appropiate -> appropriate)kris1999-11-151-1/+1
| | | | Obtained from: OpenBSD (inspired by)
* fts_pathlen and fts_namelen are u_short, not shortkris1999-11-151-2/+2
| | | | Obtained from: OpenBSD
* Typokris1999-11-153-3/+3
| | | | Obtained from: OpenBSD
* Remove dead xref to scsiformat(8)kris1999-11-151-1/+0
| | | | Obtained from: OpenBSD (kind of)
* Remove dead xrefs to gated(8) and htable(8)kris1999-11-151-2/+0
| | | | Obtained from: OpenBSD
* Bump __FreeBSD_version to 400012 to mark the cutover of the systemobrien1999-11-151-1/+1
| | | | compiler to GCC 2.95.2.
* Cosmetic change to match cc_tools/Makefileobrien1999-11-151-7/+7
|
* Purely cosmetic changes to lineup targets.obrien1999-11-151-16/+16
|
* Cosmetic removeal of a trailing white space.obrien1999-11-151-1/+1
|
* Return this file to its pre-spammed version. Thanks to some new compilerobrien1999-11-142-16/+16
| | | | | optimizations, we can go from 3 bytes free with the spammed version, to 279 bytes free with the full version.
* Add single_mountd_enable hook to run mountd but not NFS serverache1999-11-148-0/+120
| | | | Needed for machine with CFS but without real NFS
* Properly document what ENOENT really means for kldfind(2).chris1999-11-141-3/+1
|
* Fix case where vnode could be unlocked twice. Untested; bug found by codeeivind1999-11-141-3/+5
| | | | | | reading. Reviewed by: phk
* Rework some tag handling, prompted by Brian Somers.julian1999-11-141-35/+25
|
OpenPOWER on IntegriCloud