summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Back out M_* changes, per decision of the TRB.imp2003-02-19586-2102/+2103
| | | | Approved by: trb
* Fix the description for mkdtemp(), which creates directories, not files.gshapiro2003-02-191-1/+1
| | | | | Submitted by: Murray S. Kucherawy <msk@blackops.org> X-MFC after: re approval
* Update for GCC 3.2.2kan2003-02-192-11/+17
|
* Optimize the case when max threads number was hit.davidxu2003-02-193-86/+115
|
* Pushing back aacp driver to kern.flp kernel. It can be removed iffmatusita2003-02-192-2/+0
| | | | | | | | aac is not compiled into a kernel. After this change, kgziped kernel got about 320 bytes; it still fits a floppy. Pointy hat to: matusita
* Our first keyword hit for apropos ufs2.jwd2003-02-191-1/+1
|
* - Detect PAL by CIP header rather than the DSF bit in the DV header.simokawa2003-02-191-71/+48
| | | | | | | | | | | | | | | Some DVcam(ex. Panasonic NV-DS1 DV camcorder) doesn't seems to set this bit even if it's for PAL. Fix the DSF bit for such cases so that we can send back the stream to the DVcam without problem. Problem Reported by: Richard Tobin <richard@cogsci.ed.ac.uk> - Make the number of bulkxfer packets(NPACKET_T) and the number of packets write at once(TNBUF) to be different values. I observe some block noise for large TNBUF. - Show the detection of NTSC or PAL. - Pad with 0xff rather than 0x00 for broken frames. - Bzero hdr[0]. - Remove unused code.
* Clean up error reporting in block.c, so that it gives honest error stringsjmallett2003-02-192-13/+22
| | | | | | | | | | | | | | | | | | | | for the sorts of errors we run into[1]. This also gives us room to put in a vaguely appropriate casts to silence warnings since our compiler doesn't like when we compare ssize_t to size_t[2]. Add a cast in sblock.c[3] to silence a warning because of signed vs. size_t hell (again). Clean up nearby excessive parenthemutilation[4]. Reviewed by: bde [2] [3] Suggested by: bde, many [1] Submitted by: bde [4] An aside about [4], bde notes that we do not check for a negative value for the fs bsize. I'm nto going to do that in every situation we use it, one must expect a reasonable program to pass down reasonable values. Some foot shooting protection I will tolerate, some I will not. Also he suggests some possible conditional improvements there, which I may take to heart. PS: For me at least, this is now WARNS=5 clean...
* Remove unused variable and code.peter2003-02-191-2/+0
|
* Yet another re-test.peter2003-02-190-0/+0
|
* Re-test commit scripts. Again.peter2003-02-190-0/+0
|
* Harmless forced commit to re-test commit scriptspeter2003-02-190-0/+0
|
* Forced commit to double check script configpeter2003-02-180-0/+0
|
* Get rid of a silly message I added back in Sept 2001 (1.68).peter2003-02-181-4/+1
|
* Add an example to help one manually set the date on one machine taking the outobrien2003-02-181-0/+5
| | | | put from another.
* Update errors.trhodes2003-02-181-8/+8
| | | | | PR: 48125 Submitted by: Per Hedeland <per@hedeland.org> (original version)
* Add some PCI device ID's from HPps2003-02-181-0/+4
|
* Move the resource handling down into the pci bus as well.imp2003-02-182-410/+49
| | | | | | | | | | | Minor CIS resource allocation code cleanup Remove some fairly useless debug writes. This finishes the work to move as much cardbus code as possible into pci. We wind up removing 800-odd lines from cardbus.c: we go from 1285 to 400 lines. Reviewed by: mdodd
* Bring the suggested command for extracting a configuration file from theceri2003-02-181-1/+1
| | | | | | | | kernel into line with that suggested in LINT. PR: bin/48157 Submitted by: naddy MFC After: 4.8
* "Happiness" is a noun.ceri2003-02-181-2/+2
| | | | | PR: misc/47345 Submitted by: Ben Rosengart <ben@narcissus.net>
* Add Greenspun's Tenth Rule of Programming.fanf2003-02-181-0/+5
|
* chflags(1) repo copied, usr.bin->bin.obrien2003-02-185-345/+1
| | | | | We've been installing chflags(1) into /bin since 2000-11-10, so this shouldn't cause any problems.
* - Fix mbuf leak when we successfully allocate a new mbuf but fail tomux2003-02-182-6/+18
| | | | | | | | | bus_dmamap_load() it. - Make it so reusing mbufs when we can't allocate (or map) new ones actually works. We were previously trying to reuse a mbuf which was already bus_dmamap_unload()'ed. Reviewed by: silby
* The nfs_privport variable doesn't exist - mention nfs_reserved_port_onlyceri2003-02-181-1/+1
| | | | | | | instead. Approved by: murray (mentor) MFC After: 2 days
* Fix make universe's kernel builds on pc98: We need to pass both ARCHphk2003-02-181-7/+7
| | | | and TARGET_ARCH.
* LIBDIR/INCLUDEDIR do not include DESTDIR.nectar2003-02-181-2/+2
| | | | Reported by: Andrzej Tobola <san@iem.pw.edu.pl>
* Follow-up to previous commit: we had a des.h symlink, too. Removenectar2003-02-181-0/+1
| | | | that.
* Correctly alphabetize options[] so we don't stop at -nouser when searchingdes2003-02-181-1/+1
| | | | | | | | for -not. PR: bin/48423 Submitted by: Matsumura Naoki <matsu@jp.FreeBSD.org> MFC after: 3 days
* Previously, libcrypto contained symbols that were identical to EAYnectar2003-02-181-0/+7
| | | | | | | | | libdes, and functionally close enough so that we created symlinks (libdes -> libcrypto) to help older applications. With the import of OpenSSL 0.9.7, this is no longer true and we no longer install these symlinks. However, systems that are upgraded may have these symlinks, which could cause non-obvious breakage at build-time. Therefore, blow any old symlinks away in the `afterinstall' target.
* Whack 28 unused variables.nectar2003-02-188-19/+9
|
* Properly terminate some warning messages.des2003-02-182-6/+6
|
* Remove these from libc; they are now system calls.deischen2003-02-182-532/+0
| | | | Prompted by: mini
* Yet another kernel diet: remove aacp and _KPOSIX_PRIORITY_SCHEDULING.matusita2003-02-182-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | aacp is a passthrough driver for aac, but it seems that aac kernel module has a feature provided by aacp; so it can be removed safely. _KPOSIX_PRIORITY_SCHEDULING provides P1003.1B realtime extension. However, in an installation phase, it seems that it helps a little for us, so we can remove this option from a kernel for floppy installation. I know _KPOSIX_PRIORITY_SCHEDULING option is defined in other architecture. However, I don't touch them at this time; I can't test it. Anyway here's result. Before diet: -rwxr-xr-x 1 matusita matusita 4849883 Feb 18 11:22 kernel -rwxr-xr-x 1 matusita matusita 1727143 Feb 18 11:47 kernel.kgz After diet: -rwxr-xr-x 1 matusita matusita 4840949 Feb 18 09:48 kernel -rwxr-xr-x 1 matusita matusita 1723911 Feb 18 11:47 kernel.kgz We've got extra 3232 bytes (using 5-current as of Feb/18/2003). In cooperation with: jwd (test ISO installation image) Boot tested on: several PCs around myself Installation tested on: VMware Workstation e.x.p build-4099
* Fix fwdev memory leak on detaching.simokawa2003-02-181-5/+13
|
* Explicitly set TZ to GMT (including in the build environment)des2003-02-181-0/+3
|
* Use pci_get_devid().simokawa2003-02-182-24/+24
|
* Add 'uPD72871/2 IEEE1394 1-Chip OHCI Host Controller'.simokawa2003-02-182-0/+5
|
* * firewire.csimokawa2003-02-182-1/+19
| | | | | | | | | - Fix memory leak in detaching. - Initialize fc->status to other than FWBUSREST. * fwohci.c - Ignore BUS reset events while BUS reset phase. We can't clear that flag during bus reset phase.
* Add central and fhc.jake2003-02-181-0/+2
|
* Add drivers for the central and fhc busses found in enterprise classjake2003-02-189-0/+1087
| | | | | | | | | | | | UltraSPARCs, and an eeprom attachment for fhc, which allows the date to be set properly on these machines. Central is a wierd bus which seems to only ever have 1 fhc attached to it. FHC (FireHose Controller) is another wierd bus with various things on it depending where its attached. The fhc attached to central has eeprom and zs, and the fhcs which attach directly to nexus have simm-status, environment and other nodes, none of which I'll probably ever have documentation for. Thanks to Ade Lovett for providing access to an 8 cpu e4500.
* remove stray debugging printfsam2003-02-181-1/+0
| | | | Noted by: Kasper Steensgaard <steensgaard@person.dk>
* M_MOVE_PKTHDR must happen before any cluster is attachedsam2003-02-181-2/+3
| | | | | Submitted by: Harti Brandt <brandt@fokus.fraunhofer.de> MFC after: 1 day
* Fix stupid whitespace typo.bmah2003-02-182-2/+2
|
* Initiate de-orbit burn for USE_PCI_BIOS_FOR_READ_WRITE. This has beenpeter2003-02-188-427/+87
| | | | | | | | | | | | | | #if'ed out for a while. Complete the deed and tidy up some other bits. We need to be able to call this stuff from outer edges of interrupt handlers for devices that have the ISR bits in pci config space. Making the bios code mpsafe was just too hairy. We had also stubbed it out some time ago due to there simply being too much brokenness in too many systems. This adds a leaf lock so that it is safe to use pci_read_config() and pci_write_config() from interrupt handlers. We still will use pcibios to do interrupt routing if there is no acpi.. [yes, I tested this] Briefly glanced at by: imp
* Remove contractions.trhodes2003-02-181-3/+3
| | | | Use `Force' in place of `Cause' which sounds better.
* Include class designation in pnpinfo for generic driver loadingimp2003-02-181-2/+3
|
* New release notes: Linux IPv6 support, cm support for IPX (+MFC),bmah2003-02-182-2/+74
| | | | | | | | FAST_IPSEC and INET6 can coexist (sort of), wfd/wst removal, compat4x adds libcrypto/libgmp/libssl libraries, config(8) nodevice, mount_nfs(8) -c (+MFC), ping(8) -M. Modified release notes: Explicitly name wlan module.
* Revert ALIGN change for the second and last time. I can't figure outtjr2003-02-183-6/+56
| | | | why this is breaking sparc64.
* Use arc4random() instead of random() when generating the master key.kris2003-02-181-2/+3
| | | | MFC after: 1 week
* Nuke xargs, I haven't had to help anyone with it, so I assume it stands onjmallett2003-02-181-4/+1
| | | | | | | its own just fine. Nuke request for heads-up on libufs, most of my work on it these days is gradual, and mention that I'm willing to help with work in it, so that others can feel free to make it suck less, and get feedback from me in a purely "I understand this crud" sort of way.
OpenPOWER on IntegriCloud