Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various fixups and corrections to match the 3.0-RELEASE tree. | abial | 1998-10-15 | 29 | -69/+168 |
| | | | | The PicoBSD version is now 0.42. | ||||
* | Note latest SCSI subsystem changes. | jkh | 1998-10-15 | 1 | -31/+41 |
| | | | | Submitted by: "Kenneth D. Merry" <ken@plutotech.com> | ||||
* | Add references to ATM cards (Mike Spengler <mks@networkcs.com>) and | jkh | 1998-10-15 | 6 | -380/+359 |
| | | | | remove all tabs. | ||||
* | Add wst.4 | imp | 1998-10-15 | 1 | -1/+1 |
| | |||||
* | Man page for the wst driver. I had planned on committing this earlier, | imp | 1998-10-15 | 1 | -0/+231 |
| | | | | but forgot. | ||||
* | Added reference to ifconfig(8). | wosch | 1998-10-15 | 1 | -2/+3 |
| | |||||
* | Added manpage link plip.4 -> lp.4 | wosch | 1998-10-15 | 1 | -2/+2 |
| | |||||
* | Add reference to lp(4). | wosch | 1998-10-15 | 1 | -1/+2 |
| | |||||
* | Add serial, dual, and probe-keyboard support. | rnordier | 1998-10-15 | 7 | -50/+338 |
| | |||||
* | Reduce the number of ccbs to 16, per the aha documentation. Move | imp | 1998-10-15 | 1 | -3/+3 |
| | | | | | | | | bogus comment to proper place. This should fix the hangs people are seeing under very heavy load, at least it does for me. Please let me know if you continue to have problems. | ||||
* | Add some points from experiences installing on a range of IBM Netfinity | msmith | 1998-10-15 | 2 | -2/+32 |
| | | | | systems. | ||||
* | Fix several potential buffer overrun conditions. These changes have been | ken | 1998-10-15 | 3 | -29/+116 |
| | | | | | | | | tested both in the kernel and in userland. Also, fix a couple of printf warnings that show up when CAMDEBUG is defined. Reviewed by: imp Partially submitted by: imp | ||||
* | Properly install the *.h files in CORE and Config.pm where it wants to be. | markm | 1998-10-15 | 1 | -1/+7 |
| | | | | | | This should fix a substantial number of broken p5-* ports. Tested-on: x11-toolkits/p5-Tk (Amongst others) | ||||
* | Bring back support for honoring the primary channel setting for twin channel | gibbs | 1998-10-15 | 3 | -51/+101 |
| | | | | | | | EISA adapters. This could have caused the system to find the wrong root disk. Reviewed by: J Wunsch <j@ida.interface-business.de> | ||||
* | Clean up some unused variables. | ken | 1998-10-15 | 7 | -30/+8 |
| | | | | | Reviewed by: ken Submitted by: phk | ||||
* | - bzero() after malloc() bug fix | peter | 1998-10-15 | 2 | -12/+14 |
| | | | | | - look up relocation symbol names in correct table bugfix. - remove unused (initialized to 0) variable and conditional free() of it. | ||||
* | Fix style issues in execl(), and make execle() vfork()-safe. | des | 1998-10-15 | 1 | -13/+23 |
| | | | | | Reviewed by: bde Approved by: jkh | ||||
* | - bzero() after malloc(). This is especially obvious when kern_malloc is | peter | 1998-10-15 | 1 | -3/+5 |
| | | | | | compiled with DIAGNOSTIC. - Don't break from the preload module processing loop prematurely. | ||||
* | Fix sysinit_add(). | peter | 1998-10-15 | 1 | -13/+17 |
| | | | | | - Don't include multiple copies of the previous sysinit in the new one. - Leave space for and explicitly null terminate the new list. | ||||
* | Get the last used address via a more conservative method, don't depend | peter | 1998-10-15 | 4 | -16/+24 |
| | | | | on the module chain being in increasing address order. | ||||
* | Fix make world breakage from last commit. | jdp | 1998-10-15 | 1 | -2/+2 |
| | |||||
* | Fixed breakage of gdbreplay's and gdbserver's BINDIR in previous commit. | bde | 1998-10-15 | 3 | -9/+7 |
| | | | | | | | They may belong in /usr/libexec/{aout,elf}, but objformat doesn't support that. Fixed bogus `?=' assignments for BINDIR. | ||||
* | Spelling. | mckay | 1998-10-15 | 2 | -4/+4 |
| | |||||
* | atq ignored locale info when printing dates. Is the other call to | mckay | 1998-10-15 | 1 | -1/+5 |
| | | | | | | setlocale() just in the wrong place? PR: 8300 | ||||
* | Fix a serious bug in make(1)'s handling of archive libraries. | jkoshy | 1998-10-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | This case did not need to be tested when RANLIBMAG was defined (as when in an `aout' environment) because Arch_StatMember() treated the two cases of the library not being present and a member of the library not being present the same way, forcing a rebuild of the library. Since in the ELF environment we don't look inside archive libraries we now need to check if the archive library is present in order to determine its `out-of-date'-ness. (I hope I've been able to meet the Oct 15th freeze). Reported-by: Steve Price (and a few others whom I've forgotten, sorry) | ||||
* | Make it clear that installations can only occur from drive C. | jkh | 1998-10-15 | 1 | -7/+6 |
| | | | | | PR: 8334 Submitted by: Sue Blake <sue@vedanix.welearn.com.au> | ||||
* | Update DOS emulator description. | jkh | 1998-10-15 | 1 | -6/+5 |
| | |||||
* | Make the bit about DOS partitions somewhat clearer. | jkh | 1998-10-15 | 1 | -5/+4 |
| | | | | PR: 8333 | ||||
* | More attempts to DTRT for the alpha, based on what I now know about boot2. | jkh | 1998-10-15 | 1 | -5/+5 |
| | |||||
* | Fix upgrade notes. | jkh | 1998-10-15 | 1 | -3/+4 |
| | | | | | PR: 8331 Submitted by: Sue Blake <sue@vedanix.welearn.com.au> | ||||
* | Update for 3.0 | jkh | 1998-10-15 | 1 | -3/+3 |
| | | | | Submitted by: Sue Blake <sue@vedanix.welearn.com.au> | ||||
* | Call ourselves by the correct name. :) | jkh | 1998-10-15 | 1 | -2/+2 |
| | | | | Submitted by: Sue Blake <sue@vedanix.welearn.com.au> | ||||
* | Add ipfw change information. | jkh | 1998-10-15 | 1 | -1/+4 |
| | |||||
* | Update size information for ports. | jkh | 1998-10-15 | 3 | -14/+13 |
| | |||||
* | Search for correct property name; the older attrs code bogusly folded case, | jkh | 1998-10-15 | 2 | -4/+4 |
| | | | | so I never noticed this bug. :) | ||||
* | Change a bogus cast to the correct one. | dfr | 1998-10-15 | 3 | -6/+6 |
| | |||||
* | Don't frob the user stack directly, use suword instead. This fixes the | dfr | 1998-10-15 | 1 | -2/+2 |
| | | | | elf_freebsd_fixup() panic which many people have noticed on the alpha. | ||||
* | Use the interface name as well as the method name when creating the method | dfr | 1998-10-15 | 1 | -2/+2 |
| | | | | | | description. Submitted by: Nick Hibma <nick.hibma@jrc.it> | ||||
* | Make the next_writeable address specific for each drive, there might | sos | 1998-10-15 | 5 | -22/+19 |
| | | | | be more than one burner online. | ||||
* | Update README.TXT, not that anyone will read it anyway, to describe just | jkh | 1998-10-15 | 1 | -3/+22 |
| | | | | what 3.0 is meant to be. | ||||
* | snuff warning message if package is not found in INDEX but is found | jkh | 1998-10-15 | 2 | -4/+4 |
| | | | | to be already installed anyway. | ||||
* | Fix formatting bug. | jkoshy | 1998-10-15 | 1 | -1/+3 |
| | | | | | PR: 8320 Submitted by: Amakawa Shuhei <amakawa@sf.t.u-tokyo.ac.jp> | ||||
* | Add lstat() as a known system call. | sef | 1998-10-15 | 1 | -1/+3 |
| | |||||
* | Forgot to commit this; the alpha uses the kld symbol interface now. The | peter | 1998-10-15 | 2 | -3/+2 |
| | | | | tables that db_elf.c is expecting are not loaded in that format any more. | ||||
* | Conform to POSIX and close any copies of popen() descriptors inherited by a | msmith | 1998-10-15 | 1 | -0/+4 |
| | | | | | | | popen()ed child. PR: misc/7810 Submitted by: Wayne Scott <wscott@ichips.intel.com> | ||||
* | Add objformat links for gdb and (while we're at it) c++filt. | peter | 1998-10-15 | 1 | -0/+2 |
| | | | | | This means we can (assuming an a.out gdb is present) debug a.out kernels and crashdumps with gdb -aout. | ||||
* | Install gdb in /usr/lib/aout or /usr/lib/elf depending on format. | peter | 1998-10-15 | 1 | -1/+7 |
| | |||||
* | Fix a couple of potential buffer overrun cases. | ken | 1998-10-14 | 1 | -4/+8 |
| | | | | Submitted by: imp | ||||
* | Narrow the quirk entry for the Seagate Elite 9 a bit to just cover drives | ken | 1998-10-14 | 1 | -2/+2 |
| | | | | | with 71* firmware revisions. Scott Mace <smace@intt.ORG> reports that drives with 00* firmware revisions do tagged queueing just fine. | ||||
* | - Add a couple comment lines to note that spaces are not allowed as | nate | 1998-10-14 | 1 | -1/+3 |
| | | | | | | | field separators. PR: conf/8162 Submitted by: Sheldon Hearn <sheldonh@axl.training.iafrica.com> |