summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a note that when a stream opened via fdopen() is closed via fclose(),archie1999-05-171-0/+4
| | | | | the underlying file descriptor is also closed. To me at least this wasn't immediately obvious.
* Typo.pb1999-05-171-2/+2
| | | | PR: doc/11582
* Correct the comment for the last commit.gibbs1999-05-172-2/+2
| | | | | | | Clean up the handling of failure modes in our attach so we don't free resources twice. ahc_free() will do all of the work for us (as would be required by an unload event) so we only need to handle resources that the softc has not taken ownership of.
* Update copyright. Correct some whitespace.gibbs1999-05-172-5/+5
|
* Add a masking scheme to allow for detection of unknown cards using agibbs1999-05-172-190/+262
| | | | | | chip we think we understand. Correct identification entry for the AHA2950U2.
* Fix whitespace. Correct a comment.gibbs1999-05-172-30/+36
|
* This gem deserve to live forever:phk1999-05-171-0/+4
| | | | | | | "Non stop trains to Roma Termini Station leave from 7.38 a.m. to 10.08 p.m., hourly." (from: http://www.italyhotel.com/roma/guida/collegamenti.html)
* Seventh update to the new ATA/ATAPI driver:sos1999-05-178-42/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed problems: LS120 drives currupted data. The workaround for drives not supporting upto 64K transfers has been reworked. It works now both on LS120 & ZIP drives. ISA only configs wont compile. Fixed. The ATA driver wont share interrupts. Fixed. The "unwanted interrupt" warning gave wrong controller. Another lun<>unit messup from the newbus integration. Some minor cleanups and rearrangements as well. As usual USE AT YOUR OWN RISK!!, this is still pre alpha level code. Especially the DMA support can hose your disk real bad if anything goes wrong, again you have been warned :) Notebook owners should be carefull that their machines dont suspend as this might cause trouble... But please tell me how it works for you! Enjoy! -Søren
* Use NOUDEV for udev_t'sphk1999-05-171-2/+2
|
* Change the definition of e_tdev in struct kinfo_proc from dev_t to udev_tdfr1999-05-172-4/+4
| | | | Reviewed by: Poul-Henning Kamp <phk@critter.freebsd.dk>
* - Fixed default irq in SMP kernel.kato1999-05-171-7/+9
| | | | - Removed hardcode IRQ in #ifdef PC98.
* Sync with sys/i386/isa/npx.c revision 1.73.kato1999-05-171-15/+12
|
* Sync with sys/i386/i386/userconfig.c revision 1.144.kato1999-05-171-2/+3
|
* Removed ucmpdi2.ckato1999-05-172-4/+2
|
* Use current names for swap devices.jkoshy1999-05-171-3/+3
| | | | | PR: docs/11708 Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
* Refer to current names for swap partitions in the `FILES' section.jkoshy1999-05-171-3/+3
| | | | | PR: docs/11709 Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
* Add the options MAP_PREFAULT and MAP_PREFAULT_PARTIAL to vm_map_find/insert,alc1999-05-175-33/+17
| | | | | | | eliminating the need for the pmap_object_init_pt calls in imgact_* and mmap. Reviewed by: David Greenman <dg@root.com>
* s/cF/nF/ in a couple of places.steve1999-05-162-10/+10
| | | | | PR: 10841 Submitted by: Kaneda Hiloshi <vanitas@ma3.seikyou.ne.jp>
* This needs to be "at atkbdc?" rather than "at isa?". It's correctmph1999-05-162-4/+4
| | | | | in GENERIC and LINT, which is why I only needed four reboots to figure out why my keyboard wasn't keyboarding.
* PR: kern/10570pb1999-05-161-2/+2
| | | | | | | | | | Submitted by: adrian@freebsd.org Change reference count in struct ifaddr to a u_int, to be able to handle more than 2^16 routes to the same interface. Fix suggested by Andrew Bangs <andrewb@demon.net> in PR kern/10570. Tested by <adrian@freebsd.org> and me under -current.
* Mention ``show layers''brian1999-05-162-2/+6
|
* More crypto bogosity.phk1999-05-161-1/+3
| | | | (I just built a current snap-shot)
* Initialise ttydevice::Timerbrian1999-05-161-1/+2
|
* $ brucify -deblunderphk1999-05-162-5/+9
|
* Change tcp_extension comment.phk1999-05-161-2/+2
| | | | | Submitted by: Studded <Studded@gorean.org> Reviewed by: phk
* Turn an error into a warning. If running a 4.x binary on a 3.x systemphk1999-05-161-2/+2
| | | | | | we may still have vn in the kernel but not be able to see it. This enables building -current SNAPS in a chroot on a -stable system
* INSTALL.TXT is gone in -current (despite what Jordan says :-)phk1999-05-161-4/+4
| | | | kerberisIV requires crypto as well.
* Ensure that an existing thread gets it's state set to PS_DEAD tojb1999-05-163-3/+21
| | | | | | prevent being rescheduled. Submitted by: Dan Eischen <eischen@vigrid.com>
* Remove prototypes for functions that don't exist anymore (vm_map.h).alc1999-05-164-28/+22
| | | | | | | | | | | | | | | | Remove a useless argument from vm_map_madvise's interface (vm_map.c, vm_map.h, and vm_mmap.c). Remove a redundant test in vm_uiomove (vm_map.c). Make two changes to vm_object_coalesce: 1. Determine whether the new range of pages actually overlaps the existing object's range of pages before calling vm_object_page_remove. (Prior to this change almost 90% of the calls to vm_object_page_remove were to remove pages that were beyond the end of the object.) 2. Free any swap space allocated to removed pages.
* Fix confusion of size of transfer with size of the pager.dt1999-05-151-3/+4
| | | | | PR: 11658 Broken in: 1.89 (1998/03/07)
* Add enough include files to make this actually compile on an a.out system.eivind1999-05-151-1/+8
|
* Be more non-crypto friendly at make release time.phk1999-05-151-2/+2
|
* cp ${KERNEL} instead of cp kernelphk1999-05-151-2/+2
|
* Add `xe', the Xircom PC Card Ethernet driver.obrien1999-05-151-2/+3
|
* Make sure sysctls use udev_t, not dev_t.dfr1999-05-151-2/+5
| | | | Submitted by: Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu>
* Don't hardcode IRQ 13 for NPX. It's as good as hardwired in the hardwarepeter1999-05-153-18/+33
| | | | | | though, on systems (386 mostly) that still have a seperate fpu, but it might be possible to find systems where the FPU coprocessor is wired to a different IRQ pin.
* Make sure sysctls use udev_t, not dev_t.dfr1999-05-151-4/+4
| | | | Submitted by: Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu>
* Small typo in windowmaker startup line.jkh1999-05-153-6/+6
|
* o Prevent alpha installs from grabbing x86 bits and vice-versa, at leastjkh1999-05-1515-145/+167
| | | | | | | | | | | | | | on CDs and FTP sites. o Collapse some redundant code. o Fix typo'd menu. o Restrict searches properly to packages rather than categories. o Small tweaks to signal handling. All RELENG_3 candidates.
* Test the correct database file (not necessarily the one corresponding tobde1999-05-153-9/+9
| | | | the running kernel if the nlist file is specified explicitly).
* target is ${KERNEL}, not kernel.jkh1999-05-151-2/+2
| | | | Noticed by: "John W. DeBoskey" <jwd@unx.sas.com>
* Reenable vinum build.grog1999-05-151-5/+2
|
* Modify to work with new style dev_t.grog1999-05-1511-90/+69
| | | | | With_copious_input_from: peter phk
* Add ``show layers'' to see the protocol layering for a link.brian1999-05-153-4/+24
|
* Put a small delay in before sending the inquire_setup command. Theimp1999-05-141-4/+6
| | | | | | | | | | | | | docs don't seem to shed light on why this is needed, but reports from the field indicate this helps prevent problems in this area. Ken's changes seem to have exposed this bug, rather than caused it, as far as I can tell. Thanks to Jack O'Neill for tracking this down. Submitted by: jack@germanium.xtalwind.net Very strong 3.2 merge candidate.
* Simplify vm_map_find/insert's interface: remove the MAP_COPY_NEEDED option.alc1999-05-145-17/+15
| | | | | | | It never makes sense to specify MAP_COPY_NEEDED without also specifying MAP_COPY_ON_WRITE, and vice versa. Thus, MAP_COPY_ON_WRITE suffices. Reviewed by: David Greenman <dg@root.com>
* - Fixed bug where we NULL'd before we freed the data causing a memory leak.nate1999-05-143-3/+3
| | | | | Submitted by: Ralf S. Engelschall Obtained from: PR i386/11713
* Removed extraneous comma in xrefs.alex1999-05-146-12/+12
|
* Added missing comma in xrefs.alex1999-05-143-6/+6
|
* Ignore some ioctls on the master until the slave is open.luoqi1999-05-141-3/+12
|
OpenPOWER on IntegriCloud