Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Multicast code isn't quite correct. The RealTek wants the upper six bits | wpaul | 1999-01-22 | 1 | -5/+5 |
| | | | | | | | of the CRC as the multicast hash table bit, not the lower six bits. Plus we have to flip on all bits in the table for multicast mode. Pointed out by: Kazushi SUGYO <k-sugyou@nwsl.mesh.ad.jp> | ||||
* | One more fix to remove secure/lib/libcrypt from the build (both | brandon | 1999-01-22 | 1 | -6/+1 |
| | | | | | | | cases are now handled in lib/libcrypt, depending upon if secure/lib/libcrypt/crypt-des.c exists) Reviewed by: Mark Murray | ||||
* | Push version numbers up to 1.00. This is just intended to reflect | rnordier | 1999-01-22 | 4 | -10/+10 |
| | | | | | | | that the BTX code can be regarded as stable: there are no associated code changes. Suggested by: obrien | ||||
* | Use the new variable NEED_LIBNAMES instead of including | jdp | 1999-01-22 | 1 | -2/+2 |
| | | | | <bsd.libnames.mk> explicitly. | ||||
* | Force <bsd.libnames.mk> to be included, regardless of the object | jdp | 1999-01-22 | 1 | -1/+2 |
| | | | | | format. This fixes the undefined symbols when building login for a.out. | ||||
* | Fix breakage for the static a.out case. The a.out linker doesn't | jdp | 1999-01-22 | 1 | -4/+10 |
| | | | | | | | | consider a linker set definition to be sufficient reason to pull an object module from an archive library. This caused undefined symbols when linking with libpam.a using a.out. I solved it by linking in the object that references the linker set in the "ld -r" step. | ||||
* | Introduce a new variable NEED_LIBNAMES. If it is defined, | jdp | 1999-01-22 | 2 | -4/+4 |
| | | | | | | | <bsd.libnames.mk> is included regardless of the object file format. This is needed to fix the a.out PAM breakage that manifests itself when trying to build login. | ||||
* | Add a -b option as a simple way to rewrite the mbr code | rnordier | 1999-01-22 | 4 | -8/+54 |
| | | | | (eg. replacing a boot manager with a standard mbr) | ||||
* | Make top use new kvm_getswapinfo() call. | dillon | 1999-01-22 | 1 | -144/+19 |
| | |||||
* | Update __FreeBSD__ and __FreeBSD_cc_version to be consistant with | obrien | 1999-01-22 | 2 | -2/+2 |
| | | | | | | __FreeBSD_version Forgotten by: Eivind and Some anonymous release engineer | ||||
* | Fix type-o's in manual | dillon | 1999-01-22 | 1 | -3/+3 |
| | |||||
* | Fix labeling bug | dillon | 1999-01-22 | 1 | -1/+3 |
| | |||||
* | Fix formatting bug with [NFS swap] vs /dev/DEVNAME | dillon | 1999-01-22 | 1 | -3/+3 |
| | |||||
* | Add SWIF_DEV_PREFIX flag to add "/dev/..." to device name. | dillon | 1999-01-22 | 1 | -2/+3 |
| | |||||
* | Make systat -swap use new kvm_swapinfo() function | dillon | 1999-01-22 | 1 | -137/+57 |
| | |||||
* | Make pstat use new kvm_getswapinfo() libkvm call. | dillon | 1999-01-22 | 1 | -344/+77 |
| | |||||
* | Implement kvm_getswapinfo() libkvm function. Will be used by | dillon | 1999-01-22 | 4 | -2/+551 |
| | | | | pstat, top, and systat. | ||||
* | Gutted softdep_deallocate_dependencies and replaced it with a panic. It | dg | 1999-01-22 | 3 | -123/+9 |
| | | | | | | | | turns out to not be useful to unwind the dependencies and continue in the face of a fatal error. Also changed the log() to a printf() in softdep_error() so that it will be output in the case of a impending panic. Submitted by: Kirk McKusick <mckusick@mckusick.com> | ||||
* | Don't throw away the buffer contents on a fatal write error; just mark | dg | 1999-01-22 | 1 | -2/+5 |
| | | | | | | | | the buffer as still being dirty. This isn't a perfect solution, but throwing away the buffer contents will often result in filesystem corruption and this solution will at least correctly deal with transient errors. Submitted by: Kirk McKusick <mckusick@mckusick.com> | ||||
* | __FreeBSD_version -> 400000 | eivind | 1999-01-22 | 1 | -2/+2 |
| | | | | | Forgotten by: Some anonymous release engineer Reminded by: bde | ||||
* | Fix bug where 'ipfw list' would choke if there were a large number of rules. | archie | 1999-01-22 | 1 | -79/+95 |
| | |||||
* | Typo police. | brian | 1999-01-22 | 1 | -1/+1 |
| | |||||
* | forgotten in previous commit: Lowered default debug level | n_hibma | 1999-01-22 | 1 | -1/+1 |
| | |||||
* | Fixed disconnect for umouse | n_hibma | 1999-01-22 | 1 | -2/+7 |
| | |||||
* | Make uhub mandatory in usb config (msmith) | n_hibma | 1999-01-22 | 1 | -1/+1 |
| | |||||
* | Textual changes | n_hibma | 1999-01-22 | 27 | -62/+84 |
| | |||||
* | Fixed bug in disconnect handling in uhub.c | n_hibma | 1999-01-22 | 1 | -4/+5 |
| | |||||
* | Added OPTi FireLink and NEC (Toshiba and others) to OHCI ID's | n_hibma | 1999-01-22 | 2 | -36/+45 |
| | |||||
* | Fixed bug that made UHCI controllers fail to start. | n_hibma | 1999-01-21 | 1 | -4/+9 |
| | |||||
* | Update for 4.0 by adding the first two major changes and deleting a lot | wollman | 1999-01-21 | 2 | -144/+46 |
| | | | | of irrelevant (2.x/3.x) content. | ||||
* | Cleaning up, improving _detach, removing ominous warning (msmith) | n_hibma | 1999-01-21 | 1 | -9/+22 |
| | |||||
* | Added ioctl interface | n_hibma | 1999-01-21 | 1 | -2/+24 |
| | |||||
* | Add 'set tunables' help, list the kernel tunable values that can currently | msmith | 1999-01-21 | 1 | -0/+18 |
| | | | | be overridden. | ||||
* | Revert my last change, "Rename some globals to reduce namespace | jdp | 1999-01-21 | 2 | -20/+20 |
| | | | | | pollution." Unfortunately, some of these globals are used by ftpd, and I broke make world. Pointy hat, please. | ||||
* | Merge the 1999a revision of the timezone data files. There are a number | wollman | 1999-01-21 | 9 | -760/+1126 |
| | | | | | | | of important changes to European and South and Central American countries which should be back-ported to 3.x. Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata1999a.tar.gz | ||||
* | Allow VM_KMEM_SIZE to be tuned from the kernel environment. This tuning | msmith | 1999-01-21 | 1 | -1/+6 |
| | | | | value *completely* overrides any value precalculated by the kernel. | ||||
* | This commit was generated by cvs2svn to compensate for changes in r43009, | wollman | 1999-01-21 | 2 | -12/+39 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Try this import again, this time on the correct (sic) vendor branch. | wollman | 1999-01-21 | 14 | -778/+1176 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r43007, | wollman | 1999-01-21 | 1 | -9/+17 |
|\ \ | | | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | 1999a revision of timezone data from Arthur Olson and friends. | wollman | 1999-01-21 | 18 | -2700/+4569 |
| | | | | | | | | | | | | Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata1999a.tar.gz | ||||
| * | | Import ppp-2.3.3 onto vendor branch. | peter | 1998-03-21 | 4 | -1407/+3351 |
| | | | | | | | | | | | | Obtained from: ftp://cs.anu.edu.au/pub/software/ppp | ||||
* | | | I don't know how this happened since I know I compiled this on my machine. | wollman | 1999-01-21 | 1 | -2/+2 |
| | | | | | | | | | | | | Fix braino oflag -> uflag (or perhaps I should have gone the other way). | ||||
* | | | Nits. | imp | 1999-01-21 | 1 | -1/+5 |
| | | | |||||
* | | | Add notes about: | imp | 1999-01-21 | 1 | -1/+19 |
| | | | | | | | | | | | | | | | | | | vinum changes Matt Dillon's massive changes to vm_*.c The great RELENG_3 branch event | ||||
* | | | Fix misleading wording in ipfw(8) man page. | archie | 1999-01-21 | 1 | -3/+3 |
| | | | | | | | | | | | | PR: docs/9603 | ||||
* | | | Euro support, part 2. | imp | 1999-01-21 | 25 | -6/+1448 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This should be merged into RELENG_3 and a similar patch may be needed for RELENG_2_2, should that deemed necessary. Make world succeeded with these patches in my tree. Submitted by: "Kaleb S. KEITHLEY" <kaleb@ics.com> | ||||
* | | | Add the new code for Palestine, with the comment that we don't know | wollman | 1999-01-21 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | what its correct numeric is. Although Hong Kong (HK) was deleted at about the same time, it remains in wide use so we leave it in. | ||||
* | | | Add VESA mode support. If the VESA support is compiled into the kernel | yokota | 1999-01-21 | 2 | -10/+122 |
| | | | | | | | | | | | | | | | or the VESA KLD is preloaded by the boot loader, you can load a 256 color BMP file larger than 320x200. | ||||
* | | | Merge changes from vendor branch (tzcode1999a), plus the following additional | wollman | 1999-01-21 | 7 | -269/+305 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes: - Finish migrating zic to its own private.h. - Fix zic.8 so that it really is written in -mdoc. - Add four new flags to zic (&document): -D don't create directories -u change ownership of newly-created files to user -g change ownership of newly-created files to group -m change mode of newly-created files to modespec These, once proven, can be used to clean up the installation. Obtained from: ftp://elsie.nci.nih.gov/pub/tzcode1999a.tar.gz (partially) | ||||
* | | | This commit was generated by cvs2svn to compensate for changes in r42994, | wollman | 1999-01-21 | 1 | -0/+269 |
|\ \ \ | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. |