summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Multicast code isn't quite correct. The RealTek wants the upper six bitswpaul1999-01-221-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 (bothbrandon1999-01-221-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 reflectrnordier1999-01-224-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 includingjdp1999-01-221-2/+2
| | | | <bsd.libnames.mk> explicitly.
* Force <bsd.libnames.mk> to be included, regardless of the objectjdp1999-01-221-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'tjdp1999-01-221-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,jdp1999-01-222-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 codernordier1999-01-224-8/+54
| | | | (eg. replacing a boot manager with a standard mbr)
* Make top use new kvm_getswapinfo() call.dillon1999-01-221-144/+19
|
* Update __FreeBSD__ and __FreeBSD_cc_version to be consistant withobrien1999-01-222-2/+2
| | | | | | __FreeBSD_version Forgotten by: Eivind and Some anonymous release engineer
* Fix type-o's in manualdillon1999-01-221-3/+3
|
* Fix labeling bugdillon1999-01-221-1/+3
|
* Fix formatting bug with [NFS swap] vs /dev/DEVNAMEdillon1999-01-221-3/+3
|
* Add SWIF_DEV_PREFIX flag to add "/dev/..." to device name.dillon1999-01-221-2/+3
|
* Make systat -swap use new kvm_swapinfo() functiondillon1999-01-221-137/+57
|
* Make pstat use new kvm_getswapinfo() libkvm call.dillon1999-01-221-344/+77
|
* Implement kvm_getswapinfo() libkvm function. Will be used bydillon1999-01-224-2/+551
| | | | pstat, top, and systat.
* Gutted softdep_deallocate_dependencies and replaced it with a panic. Itdg1999-01-223-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 markdg1999-01-221-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 -> 400000eivind1999-01-221-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.archie1999-01-221-79/+95
|
* Typo police.brian1999-01-221-1/+1
|
* forgotten in previous commit: Lowered default debug leveln_hibma1999-01-221-1/+1
|
* Fixed disconnect for umousen_hibma1999-01-221-2/+7
|
* Make uhub mandatory in usb config (msmith)n_hibma1999-01-221-1/+1
|
* Textual changesn_hibma1999-01-2227-62/+84
|
* Fixed bug in disconnect handling in uhub.cn_hibma1999-01-221-4/+5
|
* Added OPTi FireLink and NEC (Toshiba and others) to OHCI ID'sn_hibma1999-01-222-36/+45
|
* Fixed bug that made UHCI controllers fail to start.n_hibma1999-01-211-4/+9
|
* Update for 4.0 by adding the first two major changes and deleting a lotwollman1999-01-212-144/+46
| | | | of irrelevant (2.x/3.x) content.
* Cleaning up, improving _detach, removing ominous warning (msmith)n_hibma1999-01-211-9/+22
|
* Added ioctl interfacen_hibma1999-01-211-2/+24
|
* Add 'set tunables' help, list the kernel tunable values that can currentlymsmith1999-01-211-0/+18
| | | | be overridden.
* Revert my last change, "Rename some globals to reduce namespacejdp1999-01-212-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 numberwollman1999-01-219-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 tuningmsmith1999-01-211-1/+6
| | | | value *completely* overrides any value precalculated by the kernel.
* This commit was generated by cvs2svn to compensate for changes in r43009,wollman1999-01-212-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.wollman1999-01-2114-778/+1176
| |
* | This commit was generated by cvs2svn to compensate for changes in r43007,wollman1999-01-211-9/+17
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | 1999a revision of timezone data from Arthur Olson and friends.wollman1999-01-2118-2700/+4569
| | | | | | | | | | | | Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata1999a.tar.gz
| * | Import ppp-2.3.3 onto vendor branch.peter1998-03-214-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.wollman1999-01-211-2/+2
| | | | | | | | | | | | Fix braino oflag -> uflag (or perhaps I should have gone the other way).
* | | Nits.imp1999-01-211-1/+5
| | |
* | | Add notes about:imp1999-01-211-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.archie1999-01-211-3/+3
| | | | | | | | | | | | PR: docs/9603
* | | Euro support, part 2.imp1999-01-2125-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 knowwollman1999-01-211-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 kernelyokota1999-01-212-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 additionalwollman1999-01-217-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,wollman1999-01-211-0/+269
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud