summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a quirk entry for the USB Sony DSC drive.n_hibma2000-10-101-1/+6
|
* Architecture-specific setjump()/longjmp() bits for the PowerPCobrien2000-10-101-0/+39
| | | | | | | needed by the loader. Submitted by: Benno Rice <benno@jeamland.net> Obtained from: NetBSD (Wolfgang Solfrank <ws@@tools.de>)
* print out error reason if it was failed in assign_iosanpei2000-10-101-3/+23
| | | | Obtained from: PAO3
* Remove unneccessary includes. (phk)n_hibma2000-10-101-3/+1
|
* Mark directories as directories, not as regular files.des2000-10-102-2/+2
|
* Remove unneeded includes (phk)n_hibma2000-10-101-2/+1
|
* Add MAE0021 - Jetstream Int V.90 56k Voice Series 2.tanimura2000-10-102-0/+2
| | | | | PR: i386/19920 Submitted by: Peter Ortner <port@iname.com>
* awi needs to access memory with 8bit,onoe2000-10-101-0/+9
| | | | | | | | but pccardd apparently maps memory with MDF_16BITS flag. So memory mapped access is disabled and use IO port instead for now. This fixes the problem for config index 0x01 in the pccard.conf with the message: "awi0: failed to complete selftest (timeout)"
* We want the FreeBSD ID as the RCS ID, not the NetBSD one.obrien2000-10-101-4/+3
|
* Removed the FreeBSD ID I was forced to add in rev 1.9.obrien2000-10-101-2/+1
|
* Merged from sys/conf/{files.i386,options.i386} revisions 1.334 andkato2000-10-102-30/+70
| | | | 1.140, respectively.
* Fixed breakage of CFLAGS and misplacement of $FreeBSD$ in previous commit.bde2000-10-101-2/+1
|
* Remove LIBRSAGLUE, add LIBSSLgshapiro2000-10-101-1/+1
| | | | Reviewed by: kris
* Added some handling code to work with SLI configs, and removed some unusedcokane2000-10-101-17/+28
| | | | older code that was phased out but not removed, heh.
* Add an amusing spoonerism.kris2000-10-101-0/+2
| | | | | Submitted by: Benno Rice <benno@hiro.netizen.com.au> Approved by: jkh
* Correction to previous log entry: add newline between <sys/*.h> and <*.h>.wollman2000-10-100-0/+0
|
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebywollman2000-10-1012-3/+18
| | | | <time.h>).
* Fix bug in "read" command.archie2000-10-101-2/+4
| | | | Submitted by: Dave Cornelius <dc@packetdesign.com>
* o Change TX_BUFFER_LEN from 512 to 2048.lile2000-10-101-6/+11
| | | | | | | | | | | | o Remove bogus "spurious interrupt" message. o Ring buffer head and avail were incorrectly calculated. o Fix fragment count. o Fix ring entry for single station, default to 16Mbit. o Don't complain about long frames.
* If write() gives -1/ENOBUFS, keep the packet and sleep for 1/10thbrian2000-10-091-2/+3
| | | | | of a second before attempting to write it again (unless there's something else to do instead).
* Create fd_sets big enough to handle getdtablesize() descriptors.brian2000-10-094-38/+68
|
* Fix typo: terrabytes->terabytes.bmah2000-10-091-1/+1
| | | | | PR: docs/21837 Submitted by: Tony Finch <dot@dotat.at>
* o Move from Alfred Perstein's "exclusion" technique of handling specialchris2000-10-096-156/+116
| | | | | | | | | file types to requiring all file types to properly implement fo_stat. This makes any new file type additions much easier as this code no longer has to be modified to accomodate it. o Instead of using curproc in fdesc_allocvp, pass a `struct proc' pointer as a new fifth parameter.
* o Sanity check was inverted, resulting in a possible spurious panicrwatson2000-10-091-1/+1
| | | | | during unmount if extended attributes were in use. Correct by removing an unneeded (and undesirable) '!'.
* Close a race condition that doesn't really exist in -current. Whengibbs2000-10-092-2/+2
| | | | | | | | a resource shortage occurs, freeze our queue and then set the resource shortage flag while the controller data structure is locked. The old code did these in the wrong order potentially allowing our interrupt handler to release the queue and clear the flag before the freeze ever occurred.
* Fix broken const'ness in declaration of sha1_loop().archie2000-10-093-10/+8
|
* kernacc() only knows about mapped memory, not K0SEG addresses.gallatin2000-10-091-2/+7
| | | | | | | | | Before calling kernacc(), make sure that we're not calling it with a K0SEG address. This gets alphas booting with SMP_DEBUG & INVARIANTS options approved by: jhb
* Fix typo in NETGRAPH_INIT() macro.archie2000-10-091-1/+1
|
* Blow away the v_specmountpoint define, replacing it with what it waseivind2000-10-0918-56/+46
| | | | defined as (rdev->si_mountpoint)
* update to i4b version 0.95.04hm2000-10-097-44/+673
| | | | | This commit adds the ReleaseNotes file which contains a list of major i4b changes happened since the last version comitted to FreeBSD (0.90.01).
* update to i4b version 0.95.04hm2000-10-092-96/+136
|
* Reduce buffer size from 64K to 4K.sobomax2000-10-091-1/+1
| | | | Approved by: cg
* update to i4b version 0.95.04 (oops, forgot this one ..)hm2000-10-091-0/+115
|
* remove MAINTAINER: i'll develop and maintain i4b from now on in thehm2000-10-092-3/+0
| | | | FreeBSD-current tree
* update to i4b version 0.95.04hm2000-10-0969-1041/+5980
|
* fix a typo & allow softclock to run on alphas.gallatin2000-10-091-1/+1
| | | | This gets my AS500 and UP1000 booting again.
* Don't make_dev() in bpfopen() unless we need to.phk2000-10-091-2/+3
|
* Don't hold an extra reference to vnodes. Devfs vnodes are sufficientlyphk2000-10-093-24/+28
| | | | | | | | | | | | | | cheap to setup that it doesn't really matter that we recycle device vnodes at kleenex speed. Implement first cut try at killing cloned devices when they are not needed anymore. For now only the bpf driver is involved in this experiment. Cloned devices can set the SI_CHEAPCLONE flag which allows us to destroy_dev() it when the vcount() drops to zero and the vnode is reclaimed. For now it's a requirement that the driver doesn't keep persistent state from close to (re)open. Some whitespace changes.
* update to i4b version 0.95.04hm2000-10-093-66/+116
|
* remove the tina-dd driver fragment, it is unlikely that it will get finished.hm2000-10-093-497/+0
|
* update to i4b version 0.95.04hm2000-10-0967-5562/+11422
|
* update to i4b version 0.95.04hm2000-10-0953-1318/+8104
|
* Cleanup of bitstring.h:dwmalone2000-10-092-78/+92
| | | | | | | | | | | | | | | | | | | 1) Add FreeBSD: tag. 2) Add parenthesis around macro args. 3) Add parenthesis around macros which are expressions. 4) Add do { ... } while (0) around macros which are compound statements. 5) Sync bitstr_size and bit_alloc with neater versions from NetBSD. 6) Fix bit_ffs and bit_ffc so that they don't search off the end of the bitstirng. 7) Try to avoid rightshifting signed ints. I didn't take NetBSD's version directly as the macros are significantly slower for long bitstrings. Bruce reviewed a previous version of this patch. PR: 21204 Submitted by: bob@immure.com Reviewed by: bde
* Now I see the error of my ways.dcs2000-10-091-6/+8
| | | | | | | | | | | | | | | Previous revision of this file changed the "boot" commands to take no arguments from the stack. This is only valid in the case where a kernel has not been loaded. In that case, load_kernel_and_modules will be called, which takes a list of arguments from the stack. When a kernel is presently loaded, though, the list of arguments must be passed to the boot command, which was the behaviour before the last revision. Fix things for both cases. Noticed by: S-Max and others on that chat room
* Fixed include files to use sys/{cons,fb,kb}io.h instead ofkato2000-10-095-7/+11
| | | | machine/console.h.
* .. fsck wrappers aftercommit #1: I don't know how these files got lost,adrian2000-10-092-0/+467
| | | | but they did. Oops.
* Reviewed by: rwatson, bpadrian2000-10-0928-8135/+1011
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: rwatson Obtained from: NetBSD source tree Second part of the fsck wrappers commit. This commit enables the new fsck code (removing the fsck/* code and replacing it with the netbsd fsck wrapper code), and enabling some FFS-based utilities to compile. Details: * quotacheck, fsdb required modification to use the fsck_ffs/ code rather than fsck/ . This might change later since quotacheck requires preen.c which should exist in fsck/ rather than fsck_ffs/ * src/Makefile has fsck_ffs added to it so it it built as part of the tree now * share/doc/smm/03.fsck/ uses the SMM.doc/ stuff from fsck_ffs, not fsck. I've tested this, and it shouldn't require any changes on your machine. The fsck wrapper reads /etc/fsck and is command-line-compatible enough to not require rc changes (well, most changes unless you want to do anything nifty by specifying the fs types explicityly, read the man page if you want further details on what it can do.) This now allows us to support multiple filesystem types during bootup.
* Reviewed by: rwatson, bpadrian2000-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: rwatson Obtained from: NetbSD source tree Second part of the fsck wrappers commit. This commit enables the new fsck code (removing the fsck/* code and replacing it with the netbsd fsck wrapper code), and enabling some FFS-based utilities to compile. Details: * quotacheck, fsdb required modification to use the fsck_ffs/ code rather than fsck/ . This might change later since quotacheck requires preen.c which should exist in fsck/ rather than fsck_ffs/ * src/Makefile has fsck_ffs added to it so it it built as part of the tree now * share/doc/smm/03.fsck/ uses the SMM.doc/ stuff from fsck_ffs, not fsck. I've tested this, and it shouldn't require any changes on your machine. The fsck wrapper reads /etc/fsck and is command-line-compatible enough to not require rc changes (well, most changes unless you want to do anything nifty by specifying the fs types explicityly, read the man page if you want further details on what it can do.) This now allows us to support multiple filesystem types during bootup.
* .. forgot a ; at the end of the $FreeBSD$ string. How did I actually forgetadrian2000-10-092-2/+2
| | | | | | this? :-) It builds again.
* - simplify option flagssumikawa2000-10-091-13/+11
| | | | | | | - do not print header when using -c - linklocal address are not cleared when using -c Obtained from: KAME
OpenPOWER on IntegriCloud