summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: Fixed broken xrefs.ru2001-08-2210-12/+16
|
* mdoc(7) police:ru2001-08-222-18/+28
| | | | | | | - removed whitespace at EOL - removed hard sentence break - minor grammar and spelling fixes - s/pseudo-device/device/
* Mentions about /var/spool/secretmail were deleted in BSD.var.dist,v 1.2.ru2001-08-221-4/+0
|
* Zap reference to tickadj(8). Forgotten in rev. 1.24.ru2001-08-221-1/+0
|
* OK, now I am scared of pxeldr. It had /boot/loader appended ontopeter2001-08-221-1/+1
| | | | | | the end of it and decoded the headers. Submitted by: jhb
* Make these depend on the usb module so they can use its symbols if theypeter2001-08-223-2/+5
| | | | are loaded as seperate .ko files
* Generate an ELF /boot/loader instead of fake a.out. The fake a.out wrapperpeter2001-08-221-1/+1
| | | | did not work with old a.out-only bootblocks anyway. :-(
* Move most of the kernel submap initialization code, including thedillon2001-08-2212-43/+239
| | | | | | | | timeout callwheel and buffer cache, out of the platform specific areas and into the machine independant area. i386 and alpha adjusted here. Other cpus can be fixed piecemeal. Reviewed by: freebsd-smp, jake
* KASSERT if vm_page_t->wire_count overflows.dillon2001-08-221-0/+1
|
* New release note: RFC 1948.bmah2001-08-222-0/+12
|
* When compressing directory blocks, the dirhash code didn't checkiedowse2001-08-221-1/+1
| | | | | | | | | that the directory entry was in use before attempting to find it in the hash structures to change its offset. Normally, unused entries do not need to be moved, but fsck can leave behind some unused entries that do. A dirhash sanity panic resulted when the entry to be moved was not found. Add a check that stops entries with d_ino == 0 from being passed to ufsdirhash_move().
* Much delayed but now present: RFC 1948 style sequence numberssilby2001-08-228-178/+199
| | | | | | | | | | In order to ensure security and functionality, RFC 1948 style initial sequence number generation has been implemented. Barring any major crypographic breakthroughs, this algorithm should be unbreakable. In addition, the problems with TIME_WAIT recycling which affect our currently used algorithm are not present. Reviewed by: jesper
* Introduce two new sysctl's.. vm.kvm_size and vm.kvm_free. These arepeter2001-08-222-0/+42
| | | | | | purely informational and can give some advance indications of tuning problems. These are i386 only for now as it seems that the i386 is the only one suffering kvm pressure.
* Add doc/sr and doc/sr_* to the sample refuse file.jim2001-08-221-0/+2
| | | | | PR: 29935 Submitted by: Rob Simmons <rsimmons@mail.wlcg.com>
* Clear db_active in boot() so that one can call the boot function (as welljhb2001-08-211-0/+8
| | | | | as use the panic command) w/o having to manually clear db_active first to avoid the db_error() in mi_switch().
* Push down Giant some in trap_pfault() so we don't grab Giant aroundjhb2001-08-212-8/+10
| | | | | | | | trap_fatal() to make restarting from panic's slightly easier. Before if one did 'w 0 0' in ddb, the longjmp in ddb inside of trap_fatal() would result in Giant being held (or recursed one level deeper) which led to problems later on. You can now drop to teh debugger, do 'w 0 0', and continue w/o a problem.
* Release the sched_lock before bombing out in mi_switch() via db_error().jhb2001-08-211-1/+3
| | | | | This makes things slightly easier if you call a function that calls mi_switch() as it keeps the locking before and after closer.
* Allow one to restart from a panic in DDB by clearing the panicstrjhb2001-08-211-6/+18
| | | | | variable to NULL. Note that since panic() is marked with __dead2, this has somewhat unpredictable results at best.
* Find spurious interrupts.n_hibma2001-08-212-3/+11
|
* New release note: SA-01:54.bmah2001-08-212-0/+10
|
* Add support for the I-O DATA USB-ET/TX(USB Ethernet adapter)n_hibma2001-08-211-1/+2
| | | | PR: 27792
* Link MULTI_DRIVER_MODULE.9 to DRIVER_MODULE.9alex2001-08-211-0/+1
|
* Add support for the HP 4300C scanner.n_hibma2001-08-211-0/+1
| | | | Submitted by: Ernst de Haan <ernst@jollem.com>
* Add MULTI_DRIVER_MODULE().alex2001-08-211-0/+6
|
* Strip out some #if's for old implementations of global data pointers.peter2001-08-212-8/+0
|
* Add quirks for the Olympus Digital Camera.n_hibma2001-08-211-1/+16
| | | | | | PR: 26295 Add quirks for the Microtech CameraMate.
* Support for the HP 8200e CD writer. (commented out)n_hibma2001-08-211-0/+12
| | | | Submitted by: Heath Nielson <heath@cs.byu.edu>
* Add support for the Microtech CameraMate.n_hibma2001-08-211-0/+9
| | | | | Submitted by: Phil Knaack <pknaack1@netscape.net> Submitted by: Jim Bryant <kc5vdj@yahoo.com>
* Document new EINVAL, EOVERFLOW cases. Sort ERRORSache2001-08-211-3/+9
|
* Deconfuse a debugging message.n_hibma2001-08-211-3/+3
|
* Regen.n_hibma2001-08-213-9/+55
| | | | National BearPaw 1200 has changed name USB_PRODUCT_NATIONAL_BEARPAW1200.
* Add Mustek, National and Ultima scanners.n_hibma2001-08-211-1/+9
| | | | | | Submitted by: Henning Meier-Geinitz <hmg@gmx.de> PR: 29777 MFC after: 1 week
* Report the interrupt path via the sysctl to userland as a string.imp2001-08-211-4/+18
| | | | Submitted by: green
* Make lseek() POSIXed: for non character special filesache2001-08-212-10/+40
| | | | | | | 1) handle off_t overflow with EOVERFLOW 2) handle negative offsets with EINVAL Reviewed by: arch discussion
* Add a hook to mi_switch() to abort via db_error() if we attempt tojhb2001-08-211-0/+12
| | | | | | perform a context switch from DDB. Consulting from: bde
* Add new, simple pcic manual page.imp2001-08-213-0/+353
|
* Don't claim to be mp(3).dd2001-08-211-1/+1
|
* Rearrange how we do interrupt routing tweaking. We now haveimp2001-08-214-34/+45
| | | | | hw.pcic.intr_path {1,2} 1 == ISA, 2 == PCI hw.pcic.init_route Force TI chipset initializations in edge case.
* Fresh code drop from the vendor. This fixes some critical bugs and addsscottl2001-08-218-194/+542
| | | | | | | support for a new class of controllers. Also adjust MAINTAINER at the approval of msmith. Obtained from: mark_salyzyn@adaptec.com
* Do not use contractions where they aren't necessary, use "host"dd2001-08-211-10/+9
| | | | | | instead of "computer", and clean up some confusing sentences. Submitted by: sheldonh
* Use .In, .Ux, and .Rv where appropriate. Also consistently call thisdd2001-08-211-18/+16
| | | | | | a "function" instead of a "routine". Submitted by: ru
* Expand the ?: construct into an if/else.dd2001-08-211-1/+4
| | | | Submitted by: nectar
* Take maintainership of whois(1).mike2001-08-211-0/+2
|
* The setprogname() function sets the name of the program to be the lastdd2001-08-211-1/+3
| | | | component of the progname argument.
* Fix style bug.dd2001-08-211-1/+1
|
* - Fix a bug in the previous workaround for the tsleep/endtsleep race.jhb2001-08-213-8/+34
| | | | | | | | | | | | | | | | callout_stop() would fail in two cases: 1) The timeout was currently executing, and 2) The timeout had already executed. We only needed to work around the race for 1). We caught some instances of 2) via the PS_TIMEOUT flag, however, if endtsleep() fired after the process had been woken up but before it had resumed execution, PS_TIMEOUT would not be set, but callout_stop() would fail, so we would block the process until endtsleep() resumed it. Except that endtsleep() had already run and couldn't resume it. This adds a new flag PS_TIMOFAIL to indicate the case of 2) when PS_TIMEOUT isn't set. - Implement this race fix for condition variables as well. Tested by: sos
* Fix error checking about device state transition from D0 to D3.iwasaki2001-08-211-4/+27
| | | | | | Turn off the resources listed in _PR0 to go to D3 if we don't have _PR3/_PS3. Reviewed by: msmith
* It looks like we're doing the wrong thing by catching the setup_intrimp2001-08-211-41/+2
| | | | | | | | | | | | | | | | | | request and just calling it when we get a bridge interrupt. The problem is that if other code wants to block hardware interrupts for a little bit with splXXX, those masks aren't updated the way we're doing it. This doesn't matter for -current, but does for -stable. The whole reason that we were catching interrupts was to detect that the card was still there. Ian's fixes however ensure that the card will be there with an interrupt handler, or not there at all. Since the pcic interrupt is at a high priority, this should be OK. This should fix the network related crashes people started seeing in stable after I merged the pcic as a pci device code. Submitted indirectly by: Ian Dowse MFC when: Ian has had a chance to do his torture hang testing.
* Document recent changes about VLAN support and oversized packets.semenu2001-08-212-0/+32
| | | | | PR: kern/29235 MFC after: 1 day
* Fixed warnings.ru2001-08-212-1/+4
|
OpenPOWER on IntegriCloud