summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* #include cleanup.des2002-02-0518-24/+35
| | | | Sponsored by: DARPA, NAI Labs
* MFen (1.272 --> 1.275).kuriyama2002-02-051-4/+16
|
* Get rid of the twisted MFREE() macro entirely.dillon2002-02-0515-95/+67
| | | | | Reviewed by: dg, bmilekic MFC after: 3 days
* Give the next BIND-importing schmuck some assistance.nectar2002-02-041-0/+37
|
* + A variety of 23XX changes:mjacob2002-02-0410-56/+219
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | disable MWI on 2300 based on function code, set an 'isp_port' for the 2312- it's a separate instance, but the NVRAM is shared, and the second port's NVRAM is at offset 256. + Enable RIO operation for LVD SCSI cards. This makes a *big* difference as even under reasonable load we get batched completions of about 30 commands at a time on, say, an ISP1080. + Do 'continuation' mailbox commands- this allows us to specify a work area within the softc and 'continue' repeated mailbox commands. This is more or less on an ad hoc basis and is currently only used for firmware loading (which f/w now loads substantially faster becuase the calling thread is only woken when all the f/w words are loaded- not for each one of the 40000 f/w words that gets loaded). + If we're about to return from isp_intr with a 'bogus interrupt' indication, and we're not a 23XX card, check to see whether the semaphore register is currently *2* (not *1* as it should be) and whether there's an async completion sitting in outgoing mailbox0. This seems to capture cases of lost fast posting and RIO interrupts that the 12160 && 1080 have been known to pump out under extreme load (extreme, as in > 250 active commands). + FC_SCRATCH_ACQUIRE/FC_SCRATCH_RELEASE macros. + Endian correct swizzle/unswizzle of an ATIO2 that has a WWPN in it. MFC after: 1 week
* Move the pseudofs, procfs and linprocfs modules out from the fs directory.des2002-02-046-31/+34
| | | | | Keeping them there seemed like a good idea at the time, but it annoys bde and confuses people who do not understand how MODULES_OVERRIDE works.
* New release note: ldd(1) can be used on shared libraries.bmah2002-02-042-2/+8
| | | | Updated release note: BIND 8.3.1-REL.
* Match the requirements of the new kernel structures.sos2002-02-041-0/+103
|
* Major update of the ATA RAID code, part 1:sos2002-02-0418-2053/+2263
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Overhaul of the attach/detach code and structures, there were some nasty bugs in the old implementation. This made it possible to collapse the ATA/ATAPI device control structures into one generic structure. A note here, the kernel is NOT ready for detach of active devices, it fails all over in random places, but for inactive devices it works. However for ATA RAID this works, since the RAID abstration layer insulates the buggy^H^H^H^H^H^Hfragile device subsystem from the physical disks. Proberly detect the RAID's from the BIOS, and mark critical RAID1 arrays as such, but continue if there is enough of the mirror left to do so. Properly fail arrays on a live system. For RAID0 that means return EIO, and for RAID1 it means continue on the still working part of the mirror if possible, else return EIO. If the state changes, log this to the console. Allow for Promise & Highpoint controllers/arrays to coexist on the same machine. It is not possible to distribute arrays over different makes of controllers though. If Promise SuperSwap enclosures are used, signal disk state on the status LED on the front. Misc fixes that I had lying around for various minor bugs. Sponsored by: Advanis Inc.
* getgrouplist now takes `gid_t' instead of `int'.nectar2002-02-041-1/+2
|
* hex.c is new in libisc with 8.3.1-REL.nectar2002-02-041-1/+1
|
* Resolve conflicts after import of ISC BIND 8.3.1-REL.nectar2002-02-045-692/+664
|
* This commit was generated by cvs2svn to compensate for changes in r90209,nectar2002-02-04206-2924/+9141
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of ISC BIND 8.3.1-REL.nectar2002-02-04211-3616/+9806
| |
* | Change EPERM to EOPNOTSUPP when failing pseudofs_setattr() arbitrarily.rwatson2002-02-041-4/+2
| | | | | | | | Quoth the alfred: The latter would be better.
* | Return EPERM instead of 0 in the un-implemented pseudofs_setattr().rwatson2002-02-041-2/+1
| | | | | | | | Conceivably, it should even return EOPNOTSUPP.
* | Explicitly declare (gcc internal) functions.markm2002-02-041-0/+1
| | | | | | | | Submitted by: ru
* | o Scatter vn_start_write() and vn_finished_write() through ACL code sorwatson2002-02-043-9/+30
| | | | | | | | | | | | | | that it interacts properly with snapshotting. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
* | New release notes: ngctl(8) write, ps(1) -W deorbit burn.bmah2002-02-042-2/+16
| | | | | | | | MFCs noted: dumpdev loader tunable.
* | Corrected an argument to in6_pcbnotify().ume2002-02-041-2/+3
| | | | | | | | | | Obtained from: KAME MFC after: 1 week
* | In tcp_respond(), correctly reset returned IPv6 header. This is essentialume2002-02-042-0/+6
| | | | | | | | | | | | | | when the original packet contains an IPv6 extension header. Obtained from: KAME MFC after: 1 week
* | Two updates from ISO 639-2/RA Change Notice, dated 2001-08-13 andwollman2002-02-041-1/+2
| | | | | | | | | | | | | | 2001-09-24. Obtained from: ISO 639-2/RA, <http://lcweb.loc.gov/standards/iso639-2/> MFC after: 1 day
* | Update alpha-3 code for Romania.wollman2002-02-041-2/+5
| | | | | | | | | | | | | | PR: 34608 Submitted by: Laurent Wacrenier <lwa@victor.teaser.fr> Obtained from: ISO 3166/MA Newsletter V-3 MFC after: 1 day
* | ssh_get_authentication_connection() gets its parameters from environmentdes2002-02-041-2/+24
| | | | | | | | | | | | variables, so temporarily switch to the PAM environment before calling it. Submitted by: Takanori Saneto <sanewo@ba2.so-net.ne.jp>
* | I missed adding a file that was needed on the Alpha (and will be neededobrien2002-02-041-1/+1
| | | | | | | | | | | | on x86_64 also. Submitted by: ru
* | Back out the "upgrading" of NBBY to unsigned, as it exposesmarkm2002-02-041-1/+1
| | | | | | | | bugs elsewhere, and also is well understood as a signed quantity.
* | Note that Kirk apparently missed adding vn_start_write() and friendsrwatson2002-02-043-0/+9
| | | | | | | | | | to kern_acl.c when he added snapshotting. This will need to be added at some point.
* | New release note: Linux emulation needs SYSVSEM.bmah2002-02-042-0/+6
| | | | | | | | Submitted by: archie
* | * fix some warningsphantom2002-02-043-19/+18
| | | | | | | | | | | | | | * set WARNS * few style/whitespace fixes Submitted by: ru
* | Protect "make buildworld" against -Werror, as this module does notmarkm2002-02-041-0/+1
| | | | | | | | build cleanly.
* | Default debugging to OFF now.imp2002-02-044-5/+2
| |
* | (null delta)sheldonh2002-02-040-0/+0
| | | | | | | | The previous delta added the 'smmsp' user, not 'smmp'.
* | Add the MTA users 'mailnull' and 'smmp'.sheldonh2002-02-041-0/+2
| | | | | | | | | | | | PR: conf/34535 Submitted by: Ceri <setantae@submonkey.net> MFC after: 1 week
* | Supported C-NET(98)P2 PnP mode.nyan2002-02-041-15/+27
| | | | | | | | | | Submitted by: "Hirokazu WATANABE" <gwna@geocities.co.jp> MFC after: 3 days
* | describe localeckphantom2002-02-041-2/+4
| | | | | | | | plus some capitalization/whitespace fixes
* | Add simple diagnostic utility to checking for invalid/incompletephantom2002-02-043-0/+122
| | | | | | | | locales
* | Use MACHINE_ARCH instead of MACHINE to check i386 arch.nyan2002-02-041-2/+2
| | | | | | | | MFC after: 3 days
* | (forced)sobomax2002-02-040-0/+0
| | | | | | | | | | | | Previous commit (ldd on shlibs) is a subject of: MFC after: 2 weeks
* | Allow ldd(1) be used on shared libraries in addition to executables.sobomax2002-02-045-12/+57
| |
* | GC meaningless assignment.sobomax2002-02-041-1/+1
| | | | | | | | MFC after: 3 days
* | Add -L option (SUSv3) to pwd(1). Fix a bug, where realpath(1) wouldmike2002-02-042-28/+84
| | | | | | | | | | | | | | | | complain about paths starting with `-', by not calling getopt(3). Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au> Obtained from: NetBSD (partially) MFC after: 1 month
* | Remove mbuf exhaustion warning messages; these are handled by thesilby2002-02-041-4/+0
| | | | | | | | | | | | | | mbuf system in a rate-limited fashion now. Reviewed by: luigi MFC after: 1 week
* | Correct inadvertent style botches in previous commit.kris2002-02-045-11/+7
| |
* | Lock down with WFORMAT=1 except those directories with unfixed warnings.kris2002-02-0410-1/+16
| | | | | | | | Tested on i386 and alpha.
* | Silence some WFORMAT=1 warningskris2002-02-041-3/+3
| |
* | Lock down with WFORMAT?=1, with overrides in the subdirectories whichkris2002-02-0413-4/+18
| | | | | | | | are not yet warning-clean. Tested on i386 and alpha.
* | Mark a function as __printflike()kris2002-02-041-1/+1
| | | | | | | | MFC after: 1 week
* | Mark a function as __printflike()kris2002-02-041-1/+1
| | | | | | | | MFC after: 1 week
* | Mark a function as __printf0like(). This exposes a warning which requireskris2002-02-041-1/+1
| | | | | | | | | | | | some code changes to fix but should be possible. MFC after: 1 week
* | Prototype a function as __printflike() to avoid a FORMAT_AUDIT warning.kris2002-02-041-0/+2
| | | | | | | | MFC after: 1 week
OpenPOWER on IntegriCloud