summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-0565-1043/+861
| | | | | | | | | | | - Make softinterrupts (SWI's) almost completely MI, and divorce them completely from the x86 hardware interrupt code. - The ihandlers array is now gone. Instead, there is a MI shandlers array that just contains SWI handlers. - Most of the former machine/ipl.h files have moved to a new sys/ipl.h. - Stub out all the spl*() functions on all architectures. Submitted by: dfr
* Additional Idsn_hibma2000-10-051-0/+5
|
* Replace loadandclear() with atomic_readandclear_int().jhb2000-10-054-26/+4
|
* Add atomic_readandclear_int and atomic_readandclear_long.jhb2000-10-053-4/+110
|
* The aac driver manual pagescottl2000-10-051-0/+140
| | | | Reviewed by: sheldonh@freebsd.org
* Add the manual page for the aac device.scottl2000-10-051-1/+2
| | | | Reviewed by: sheldonh@freebsd.org
* Make the gd_currentldt member in struct globaldata unconditional sojhb2000-10-053-9/+3
| | | | | that this header doesn't depend on USER_LDT. This fixes the USER_LDT breakage with SMP kernels.
* - Remove somewhat bogus handling of the Giant mutex in the vm86 code.jhb2000-10-052-6/+13
| | | | | - Add a vm86pcb_lock mutex that is used to lock the vm86pcb used when making a vm86 call.
* Add the card ID for the Am79c975 PCnet/FAST III card. This is a variantwpaul2000-10-056-13/+17
| | | | | | of the Am79c973 with "AlertIT Technology," whatever that is. Also mention support for the PCnet/FAST III cards in the documentation. The PCnet/FAST III chips have integrated 10/100 PHYs.
* Fix typo and change from `ifconfig ...' to `/sbin/ifconfig ...'toshi2000-10-051-7/+7
|
* Fix some remove method.toshi2000-10-051-3/+2
|
* Add TDK LAK-CD031.toshi2000-10-051-0/+6
| | | | Submitted by: Tsuyoshi Hatakenaka <tsuyoshi@wni.co.jp>
* Style fixes based on comments by bdeeivind2000-10-052-40/+62
|
* If user selects no distributions at all, assume "User" asjkh2000-10-053-9/+18
| | | | | | | | a default. This should prevent people from whacking return at the Distributions menu and getting nothing selected as a result (a minimal "standard" system will at least install). Flagged as big tech support headache by: Chris Shumway <cshumway@osd.bsdi.com>
* - Add another PCI Id for a Lucent Win Modem.jhb2000-10-051-1/+2
| | | | | - Change the chip description to use mixed-case so it is consistent and doesn't yell at the user during boot.
* It may happen so that the local talk daemon is not running.ru2000-10-051-0/+1
| | | | Let the user know...
* Add support for parsing the media blocks from the SROM on 21143wpaul2000-10-056-132/+712
| | | | | | | | | | adapters. This is necessary in order to make this driver work with the built-in ethernet on the alpha Miata machines. These systems have a 21143-PC chip on-board and optional daughtercards with either a 10/100 MII transceiver or a 10baseT/10base2 transceiver. In both cases, you need to twiddle the GPIO bits on the controller in order to turn the transceivers on, and you have to read the media info from the SROM in order to find out what bits to twiddle.
* Grab the ccb *after* writing filemarks.mjacob2000-10-051-1/+1
| | | | | PR: 21723 Submitted by: razuwaev@relex.ru
* Don't do destroy_dev on devices which were just aliases.mjacob2000-10-051-6/+0
|
* Do not allow `finger -m /somefile' as well.ru2000-10-051-3/+3
|
* Forward-declare struct mbuf so that this file is less self-insufficientbde2000-10-052-0/+2
| | | | | | | -- don't depend on garbage in <sys/mount.h>. mbufs aren't actually used here either. They should have been completely removed from filesystem interfaces when they were removed from the interfaces to convert between file handles and vnodes.
* Cleanup the chipset specific interrupt code a bit.sos2000-10-051-6/+2
|
* Add James Housley's official IANA assigned numbers for healthd.sheldonh2000-10-051-0/+2
| | | | Requested by: jeh
* Mention pccard_beep.sheldonh2000-10-051-0/+5
| | | | Requested by: sanpei
* Fix abuse of the Pa, Nm and Ar macros. This necessitated a rewordingsheldonh2000-10-051-35/+39
| | | | | | of the description for the "power" internal command. Reviewed by: sanpei
* This change adds:obrien2000-10-051-4/+17
| | | | | | | | | | | /boot/GENERIC/kernel /boot/kernel/kernel /boot/kernel/*.ko and removes: /kernel.GENERIC from the bin dist. Approved by: jkh
* Correct pedantic errors in arrays generated by the assembler (trailinggibbs2000-10-051-5/+12
| | | | | | | comma in array declarations). Output a constant indicating the number of critical section entries in the firmware.
* Convert the driver to use a single DMA for fetching new commands insteadgibbs2000-10-0510-213/+474
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | of two (one to access the circular input fifo, the other to get the SCB). This costs us a command slot so the driver can now only queue 254 simultaneous commands. Have the kernel driver honor critical sections in sequencer code. When prefetching S/G segments only pull a cacheline's worth but never less than two elements. This reduces the impact of the prefetch on the main data transfer when compared to the 128 byte fetches the driver used to do. Add "bootverbose" logging for transfer negotiations. Correct a bug in ahc_set_syncrate() that would prevent an update of the sync parameters if only the ppr_options had changed. Correct locking for calls to ahc_free_scb(). ahc_free_scb() is no longer protected internally to simplify ports to other platforms. Make sure we unfreeze our SIMQ if a resource shortage has occurred and an SCB is been freed. ahc_pci.c: Turn on cacheline streaming for all controllers that support it. Clarify diagnostic messages about PCI interrupts.
* Correct the dependency for aicasm.gibbs2000-10-051-1/+1
|
* * Buffer-safe string function cleanup. There are a couple of strcpy()kris2000-10-055-28/+32
| | | | | | | | | | | and strcat()s which would be more difficult to fix, but I think they're safe anyway. * Don't crash at runtime by overflowing a buffer with constant data in print-icmp.c on a long hostname. * Don't overflow a static buffer by trying to decode an AFS ACL into a buffer which is way too small for it. Reviewed by: -audit
* display.c: sprintf -> snprintfimp2000-10-042-2/+6
| | | | | | | | | top.c: fix from NetBSD/OpenBSD: make sure that new_message() is called with a format. Add $FreeBSD$ While I'm here. These files are already off the vendor branch.
* make sure we have root priv on SIOCSIFPHY*. from thorpej@netbsditojun2000-10-041-0/+5
|
* Got an IDE disk to work on Multia. Document how & whatwilko2000-10-041-0/+13
|
* New info for ata(4) driver: Tagged queueing via ATA_ENABLE_TAGS,bmah2000-10-043-2/+11
| | | | | support for ServerWorks ROSB4 ATA33, CMD 648 ATA66 and CMD 649 ATA100, and Cyrix 5530.
* Multia seems to use different sound chips. Until now only the Crystalwilko2000-10-041-2/+5
| | | | Sound based one works for me.
* Add a unaligned_print option (alpha only)brian2000-10-043-0/+18
| | | | | | | Document osf1_enable Submitted by: Eric D. Futch <efutch@nyct.net> PR: 21649
* Next round of fixes to the ia64 code. This includes simulated clock anddfr2000-10-0443-427/+2303
| | | | | | | disk drivers along with a load of fixes to context switching, fork handling and a load of other stuff I can't remember now. This takes us as far as start_init() before it dies. I guess now I will have to finish off the VM system and syscall handling :-).
* Note that fingerd(8), rlogind(8) and rshd(8) are disabled by defaultbmah2000-10-042-0/+7
| | | | on new installs.
* Add a workaround for statically linked kernels.dfr2000-10-041-0/+6
|
* check {IO,IRQ}_ASSIGNED flags beforesanpei2000-10-041-3/+8
| | | | | | | | release {io,irq} resources. fix multi io window in release io routine PR: 20454
* Fix the MASTERDEV breakage the caused the PIIX controllers to getsos2000-10-041-1/+2
| | | | | | missed in the probe. This might break the CMD chips again, more testing is needed on that, but we need the mainstream chips to work again ...
* Respect the protocol when looking the port up by service name.ru2000-10-041-15/+22
| | | | PR: 21742
* Disable rsh and rlogin by default. ssh and telnet are still available forkris2000-10-041-4/+4
| | | | remote access on default installations.
* Only install secondary components if the destination directory exists.obrien2000-10-044-0/+16
| | | | This may be a WIP, but `make release' needs it sooner than later.
* o Add call to ufs_extattr_uepm_destroy() in ffs_unmount() so as to cleanrwatson2000-10-041-0/+15
| | | | | | | up lock on extattrs. o Get for free a comment indicating where auto-starting of extended attributes will eventually occur, as it was in my commit tree also. No implementation change here, only a comment.
* o Correct use of lockdestroy() by adding a new ufs_extattr_uepm_destroy()rwatson2000-10-042-2/+25
| | | | | | | | call, which should be the last thing down to a per-mount extattr management structure, after ufs_extattr_stop() on the file system. This currently has the effect only of destroying the per-mount lock on extended attributes, and clearing appropriate flags. o Remove inappropriate invocation in ufs_extattr_vnode_inactive().
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-0473-300/+553
| | | | | | Add lockdestroy() and appropriate invocations, which corresponds to lockinit() and must be called to clean up after a lockmgr lock is no longer needed.
* Reduce userland namespace polution.jasone2000-10-044-4/+16
|
* Fix spelling error ("exits" should be "exists").jasone2000-10-042-2/+2
|
* Implement the <> redirection operator.brian2000-10-037-3/+34
|
OpenPOWER on IntegriCloud