summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed detection for Voodoo Banshee and Voodoo3 cards. I forsee certaincokane2000-08-282-16/+43
| | | | | | | | | possible complications with the forthcoming DRI code, and feel that DRI should handle the device-level interaction. Read http://people.FreeBSD.org/~cokane/3dfx.html to find out more. Basically want to move toward using OpenGL and DRI for everything on these cards. Added a few defines and spacing style fixes in tdfx_vars.h
* /boot/device.hints is now required.imp2000-08-281-4/+10
|
* Don't enable Linuxulator support if not on an i386.marcel2000-08-281-0/+2
| | | | | PR: 20873 Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* remove clause 3 licencemjacob2000-08-272-14/+2
|
* various fixesmjacob2000-08-277-241/+409
|
* BDECFLAGSbillf2000-08-271-3/+6
|
* Add 'shot', using the definition used by bars and shotglasses.billf2000-08-271-0/+1
|
* *fix* commented out DEVFSmjacob2000-08-272-2/+2
|
* add commented out DEVFSmjacob2000-08-272-0/+2
|
* Remove a stray backspace character.jwd2000-08-273-3/+3
| | | | Reviewed by: Eivind Eklund <eivind@FreeBSD.org>
* sendmail 8.11.0 has been merged into RELENG_4gshapiro2000-08-272-2/+2
|
* Reorder vop's alphabetically.phk2000-08-274-245/+278
| | | | | | Smarter use of devfs_allocv() (from bp@) Introduce devfs_find() ".." fixes to devfs_lookup (from bp@)
* Call destroy_dev() when sio devices go away.phk2000-08-272-12/+24
|
* Fix ioctl MOUSE_SETMODE as defined in mouse(4).yokota2000-08-271-2/+5
| | | | | (Do not return EINVAL when -1 is specified as a new value, as it should mean "preserve the current value.")
* Try and fix up some bogus indentation leftovers from emacs severalpeter2000-08-271-2/+2
| | | | years ago.
* Sigh, today is not my day. Convert a verbose while() .. loop into a for()peter2000-08-271-4/+1
| | | | | | loop. Submitted by: billf
* *blush*. I was *sure* I compiled this after the last change..peter2000-08-271-1/+1
| | | | | | Add the missing ) Shamed by: billf
* warn that setsockopt/sysctl # spaces are shared among *BSD, and should betteritojun2000-08-271-0/+2
| | | | be consulted with KAME guys if you want a number.
* killall.c is meant to be a superset replacement of killall.pl, thepeter2000-08-271-0/+372
| | | | | main difference is that it uses sysctl to get the process lists rather than /proc - thereby reducing the dependency on /proc by one more tool.
* new sysctl 'kern.openfiles' (exports nfiles to userland)alfred2000-08-261-0/+3
|
* Allow the DPT pci attachment to share IRQ'speter2000-08-261-1/+2
| | | | Submitted by: Jonathan Chen <jon@spock.org>
* o Correct spelling of ufs_exttatr_find_attr -> ufs_extattr_find_attrrwatson2000-08-263-24/+24
| | | | | | | o Add "const" qualifier to attrname argument of various calls to remove warnings Obtained from: TrustedBSD Project
* Minor cleanups tp devfs_readdir();phk2000-08-261-11/+33
| | | | Add devfs_read() for directories. (inspired by bp@)
* Sync with NetBSD:n_hibma2000-08-266-14/+14
| | | | | Print unknown usages with 4 digits. Mask in page extraction.
* Make mergemaster ignore files in /dev if /dev is a devfs.ben2000-08-261-1/+6
| | | | Approved by: Doug Barton <Doug@gorean.org>
* Mount DEVFS with no options.phk2000-08-261-1/+1
|
* Make if_xe eepend on both xe and card.imp2000-08-261-1/+1
|
* Enabled pcic, card and xe devices.nyan2000-08-261-3/+3
|
* Pass two pointer parameters to the r_debug_state() hookjwd2000-08-261-8/+18
| | | | | | | | | | | | | | | function, thus allowing a debugger or other trace tool to easily grab the addresses of the needed structures off the stack. This change is transparent to gdb, which locates the link_map list and transfers it to debugger memory for comparison purposes. A sample program will be committed showing how this can be used. Reviewed by: John Polstra <jdp@FreeBSD.org>
* Whitespace change: (near) KNFmarcel2000-08-261-649/+679
|
* Regen.gehenna2000-08-262-2/+18
|
* Fix bug in previous commit. We need to trim the limits to fitmarcel2000-08-261-0/+5
| | | | | the datatype (= long). Use ULONG_MAX and LONG_MAX to avoid creating MD code.
* Add vendor IBM product USB CD-ROM Drivegehenna2000-08-261-0/+4
|
* Make the arguments match the functionality of the functions.obrien2000-08-262-7/+7
|
* Fix a premature freeing bug found with malloc debugging courtesy John Hay.green2000-08-261-1/+5
| | | | Submitted by: jhay
* Make this file compile again when COMPAT_43 has not beenmarcel2000-08-261-1/+8
| | | | | | | | | defined. This boils down to conditionally compile the old signal syscalls. We might want to extend the types in syscalls.master to make these syscalls conditionally on something more appropriate than COMPAT_43.
* Re-implement linux_{g|s}etrlimit in terms of {g|s}etrlimitmarcel2000-08-261-24/+45
| | | | | instead of the o{g|s}etrlimit so that the dependency on COMPAT_43 is removed.
* Minor tweaks to have the card be properly enabled via the CCR.imp2000-08-261-6/+9
| | | | | Minor debug changes Minor power management pessimizations
* m_mballoc_wait() had a spl/tsleep race. mbufs can be freed in interruptpeter2000-08-251-0/+2
| | | | context, which can cause a wakeup.. which can race with this.
* Finger.conf first appeared in 4.2 (now that it's been MFCd)brian2000-08-251-1/+1
|
* If the config program found a hints file and included it as a fallback,peter2000-08-251-10/+28
| | | | | | then treat it as such. This isn't perfect, but should do for things like GENERIC. When in fallback mode, they will be used if there are NO other hints.
* If a ${KERNEL}.hints file exists, and no hints are specified explicitly,peter2000-08-258-6/+18
| | | | | then include the hints with a marker indicating that it is a fallback. The kernel side of this is to come shortly.
* Add some anti-foot-shooting protection to the kernel install target.peter2000-08-254-0/+32
| | | | | Do not install a kernel unless a device.hints exists. Yes, you can create an empty hints file if you refuse to use them.
* Move acpi_softc into acpi.h to be shared from additional files.iwasaki2000-08-253-12/+433
| | | | | Add PowerResource manipulation code; acpi_powerres.c. (more files to be created something like acpi_battery, acpi_thermal.c...)
* Correct variable spellingbrian2000-08-251-1/+1
| | | | PR: 20841
* Fix the -m option - broken by the last commit.brian2000-08-251-1/+1
| | | | Submitted by: Mark Knight <markk@knigma.org>
* Update BSD.x11-4.dist to XFree86-4 after repo copy. I believe this isasami2000-08-251-0/+74
| | | | correct but I won't know for sure until bento's cluster comes back up.
* Quick fix for msdsofs_write() on alphas and other machines with eitherbde2000-08-254-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | longs larger than 32 bits or strict alignment requirements. pm_fatmask had type u_long, but it must have a type that has precisely 32 bits and this type must be no smaller than int, so that ~pmp->pm_fatmask has no bits above the 31st set. Otherwise, comparisons between (cn | ~pmp->pm_fatmask) and magic 32-bit "cluster" numbers always fail. The correct fix is to use the C99 type uint_least32_t and mask with 0xffffffff. The quick fix is to use u_int32_t and assume that ints have msdosfs metadata is riddled with unaligned fields, and on alphas, unaligned_fixup() apparently has problems fixing up the unaligned accesses caused by this. The quick fix is to not comment out the NetBSD code that sort of handles this, and define UNALIGNED_ACCESS on i386's so that the code doesn't change on i386's. The correct fix would define UNALIGNED_ACCESS in a central machine-dependent header and maybe add some extra cases to unaligned_fixup(). UNALIGNED_ACCESS is also tested in isofs. Submitted by: parts by Mark Abene <phiber@radicalmedia.com> PR: 19086
* Sync with mainache2000-08-251-1/+1
|
* cons25r: minimize differences with cons25ache2000-08-251-1/+1
|
OpenPOWER on IntegriCloud