summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Validate argument to -i.jmallett2004-03-151-1/+4
|
* Lock down global variables in if_tap (primarily, the tap softc list);rwatson2004-03-151-3/+28
| | | | | | | | | | | | | | | add tapmtx, which protects globale variables. Notes: - The EBUSY check in MOD_UNLOAD may be subject to a race. Moving the event handler unregister inside the mutex grab may prevent that race. - Locking of global variables safely is now possible because tapclones is only modified when the module is loading or unloading, thanks to phk's recent chang to clone_setup(). - softc locking to follow.
* Shorten a long comment.obrien2004-03-153-3/+3
|
* Grammar nits.bmah2004-03-152-26/+26
| | | | | Move a SGML comment to a more meaningful (and correct) place in this file.
* Mention ubser(4) devices, fix a minor punctuation nit.bmah2004-03-152-2/+4
|
* New release notes: acpi_toshiba(4), acpi_video(4), ubser(4),bmah2004-03-152-0/+48
| | | | | FreeBSD/i386 can be compiled with icc, ng_atmllc(4), logins(1), GNU grep 2.4.2.
* Don't reject FAT file systems with a number of "Heads" greater thanrwatson2004-03-141-1/+1
| | | | | | 255; USB keychains exist that use 256 as the number of heads. This check has also been removed in Darwin (along with most of the other head/sector sanity checks).
* Update release note:hrs2004-03-142-4/+6
| | | | The gsc driver removed.
* Remove isa compat stuff.imp2004-03-149-453/+0
| | | | | | | Only cy, bs and wd in the tree still use it. I have a replacement for cy that I need to test on ISA and PCI cards. bs and wd are pc98 only drivers that appear to no longer be necessary. I'll be removing them when I hear back from the pc98 people.
* comment out bs and wd entries in the hintsimp2004-03-141-16/+16
|
* Remove entries for the following devices as their drivers are gone:bmah2004-03-142-28/+0
| | | | | | | | rdp(4), le(4), stl(4), stli(4), ctx(4), spigot(4). Take a guess that the following devices correspond to removed drivers and blow their entries away too: "Genius and Mustek hand scanners" (gsc(4)?) and "GPB and Transputer drivers" (gpib(4)?).
* Comment out the cy driver until I can make sure that the new cy driverimp2004-03-141-2/+3
| | | | I have for it works.
* The gsc driver has been retired, so retire its control program.imp2004-03-144-274/+0
|
* Retire gsc man page after driver retirementimp2004-03-142-343/+0
|
* The gsc driver uses the old COMPAT_ISA api. Retire it so we canimp2004-03-145-975/+0
| | | | | retire the COMPAT_ISA shims. If someone were to redo this driver with the new APIs and test it, it can return.
* Update release note:hrs2004-03-142-0/+4
| | | | rdp and spigot driver removed.
* Hints for the le driver are no longer necessary here.imp2004-03-141-5/+0
| | | | Noticed by: ru
* rdp has been retired, retire its man page tooimp2004-03-142-180/+0
|
* Update release note:hrs2004-03-142-0/+2
| | | | The le driver removed.
* The rdp driver uses the COMPAT_OLD api. This is being retired, soimp2004-03-144-1590/+0
| | | | | | this driver is being retired. Remove it from the tree. If someone wants to update it to the latest APIs and can test the hardware, it can return to the tree.
* The spigot driver uses the old COMPAT_ISA interface. Retire it sinceimp2004-03-144-402/+0
| | | | | that's going away soon. Should someone reimplement it using modern APIs and can test the driver, it can return.
* le driver is gone, retire its man pageimp2004-03-142-103/+0
|
* The le driver uses ISA_COMPAT, which is going away soon. Retire itimp2004-03-146-2328/+0
| | | | | and releated files. If someone wants to fix it to use the new APIs and test it, it can be brought back.
* Really remove asc man page this timeimp2004-03-141-200/+0
|
* Regen.joe2004-03-142-2/+9
|
* Add support for Handspring TREO 600.joe2004-03-142-0/+2
| | | | | Submitted by: Tuc <tuc@ttsg.com> MFC after: 1 week
* 1. Remove the named_rcng variable. Mike's caution in this area was a gooddougb2004-03-143-35/+5
| | | | | | | | | | | | | | | | | | | | | | | | thing, but we're ready to move on. 2. Remove the -g default argument in named_flags. It doesn't actually do what most users think it does, and what most users want it to do is already accomplished with a proper default group for the bind user, which we have. Also, the -g knob does something entirely different in BIND 9, which leads to a lot of needless confusion/aggravation. 3. In the rc.d script, don't bogusly override $command, or $rc_flags. Both are adequately handled in rc.conf[.local]. 4. DO properly override $rc_flags if user has named_chrootdir set. This may need to be revisited, but should be ok for now. 5. Protect all chrootdir-related bits under that variable, instead of named_rcng. There is more work to be done here, especially in the area of BIND 9 compatibility, but this is a start at least. Prompted in part by (legitmate) grousing from: kuriyama, Randy Bush
* I believe most of /boot/device.hints out there are based (if notru2004-03-141-3/+3
| | | | | | | | identical) on GENERIC.hints, hence the following change: Moved the creation of /boot/device.hints where it belongs. This should aid in merging GENERIC.hints changes to /boot/device.hints, using mergemaster(8) or a similar approach.
* Don't scare non-root users attempting to build world.ru2004-03-141-1/+1
|
* When taking event callbacks (like process_exit) out from under Giant, thosegreen2004-03-141-0/+2
| | | | which do not lock Giant themselves will be exposed. Unbreak pfs_exit().
* Annual NTP kernel code spring-cleaning:phk2004-03-141-8/+11
| | | | | | Use int64_t rather than long long for the fixpoint type. Don't discard fractional nanosecond frequency correction.
* Catch up with the removal of the wt(4) driver.ru2004-03-141-16/+0
|
* MFi386: Remove the stl and stli drivers.nyan2004-03-141-19/+0
|
* MFi386: revision 1.29.nyan2004-03-141-2/+2
|
* MFi386: revision 1.76.nyan2004-03-141-2/+5
|
* New release note:hrs2004-03-142-6/+34
| | | | | | | | | | old ISA drivers (asc, ctx, gp, stl, stli, wt) removed. nologin(8) moved to /usr/sbin/nologin. Update release note: nologin(8) always reports login attempts[1]. Suggested by: cperciva[1]
* Removed duplicate __FBSDID(). Keep the one that style(9) likes.ru2004-03-141-3/+0
|
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-1454-201/+12
|
* These go along with the stl and stli drivers, recently removed.imp2004-03-1413-3159/+0
|
* stl and stli use the old COMPAT_ISA api. slt also uses the really oldimp2004-03-147-7984/+0
| | | | | | | | COMPAT_PCI api. This API is going away, so this driver is going away also. If users are interested in updating this, please contact the author since he has some preliminary work to move this to newer APIs.
* Add multiple inclusion guards. Mostly this is for extern.h, which wasjmallett2004-03-143-1/+10
| | | | | | | included twice by lprint.c, which included both finger.h and extern.h. finger.h, in turn, includes extern.h. The redundant include of extern.h was removed from lprint.c, as part of this change, but the include guards were added anyway out of spite.
* Calculate NFS timeouts in units of 10ms, not 5ms. This matches the defaultpeter2004-03-143-3/+3
| | | | | | clock precision on i386. This is a NOP change on i386. But this stops the mount_nfs units from suddenly changing to units of 1/20 of a second (vs the normal 1/10 of a second) if HZ is increased.
* Fixed misspellings of 0 as NULL. Fixed some nearby style bugs.bde2004-03-141-1/+2
|
* Fixed a misspelling of 0 as NULL.bde2004-03-142-2/+2
|
* Set default HZ to 1024 for amd64. The comment in kern/tty.c doesn'tpeter2004-03-141-0/+4
| | | | | apply here because we have 64 bit longs and don't suffer the hz > 169 overflows.
* Fixed misspellings of 0 as NULL.bde2004-03-141-2/+2
|
* remove the ioctl files from the asc, ctx and wt drivers just removedimp2004-03-143-114/+0
|
* Remove straggler from gp driver removalimp2004-03-141-27/+0
|
* Remove gp driver. It uses the old COMPAT_ISA shims.imp2004-03-144-1214/+0
| | | | If this driver is rewritten using newer APIs it can return.
* Fixed a mispelling of 0 as NULL.bde2004-03-141-1/+1
|
OpenPOWER on IntegriCloud