summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (Ab)use .Vt instead of .Fd for a variable declaration.bde1998-03-231-2/+2
|
* Fixed bitrot in synopsis. Didn't fix bitrot elsewhere.bde1998-03-231-6/+7
|
* FixedSpellingErrorInAFunctionname.bde1998-03-232-4/+4
|
* Support building of libgcc.a without building all of gcc. This isbde1998-03-232-30/+68
| | | | | useful for bootstrapping. Compatible versions of gcc and cc1 should should be installed before using this feature.
* Honour -static in LDLAGS. ld without -Bstatic is happy to choosebde1998-03-231-4/+4
| | | | | static libraries if there are no shared libraries in the search path, but gcc without -static blindly attempts to link crt0.o.
* MF22: resync.jkh1998-03-235-5/+46
|
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-2353-136/+144
|
* .Nm pw -> .Nm.charnier1998-03-231-2/+2
|
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-3/+2
| | | | Use rcs Id instead of rcs Header.
* Add vm_ooffset_t and vm_pindex_t that FreeBSD uses (but NetBSD doesn't).jb1998-03-231-1/+3
| | | | | Ugh, this is for user code that looks into vm_map_entry. I'd shoot it but semi-automatic guns aren't legal here anymore. 8-(
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-2329-85/+97
|
* Add rcsid. Sort #includes.charnier1998-03-231-3/+7
|
* Add const to rcsid.charnier1998-03-231-2/+2
|
* .Nm nice -> .Nm.charnier1998-03-231-3/+3
|
* Add rcsid. Correct -Wall warning.charnier1998-03-231-1/+5
|
* For 1.3, NetBSD walloped the msync syscall and replaced it withjb1998-03-232-2/+59
| | | | | | __msync13. The old one got moved to compat_12. Wrap __msync13 up to look like FreeBSD's msync and be careful to respect the fact that MS_SYNC is 0x0000 on FreeBSD, but 0x0004 on NetBSD.
* PR: 6104danny1998-03-231-2/+2
| | | | | Submitted by: Anatoly Vorobey <mellon@pobox.com> Fix typo
* - Remove the notice that psm0 must be enabled before using the PS/2 mouse;yokota1998-03-238-55/+85
| | | | | | the device is enabled by default in the GENERIC kernel. - Kill the mouse daemon, if any, when the user wants to disable it. - Minor update on mouse menus.
* MF22: catch up with recent changes.jkh1998-03-237-10/+53
|
* Cast an argument to int for a printf field width the way that gccjb1998-03-221-2/+2
| | | | | prefers it. This source is compiled with -Werror so the slightest warning is enough to ruin my day.
* Make the vn device that is being used to build the floppies configurable.jhay1998-03-223-6/+13
| | | | | | You can now do something like "make release VNDEVICE=vn1". This makes it possible to do something else with vn0, for instance building another release.
* Reword using who.1 as a good example of where to start.steve1998-03-221-2/+2
| | | | Submitted by: bde
* I misunderstood Bruce's hint. The chown/chmod are unneeded.peter1998-03-222-6/+2
| | | | Submitted by: bde
* Fix alphabetical ordering and and excessive cut/pasting.peter1998-03-222-6/+6
| | | | Submitted by: bde
* Remove a bunch of unsupported machines, and the 'other' case wherejb1998-03-221-30/+7
| | | | | | some subdirs were only processed for install and clean (which caused builds to fail on alpha). Install and clean should always follow SUBDIRS.
* Add Compaq & SCO partition types.jkh1998-03-221-1/+3
| | | | | PR: 6092 Submitted by: Drew Derbyshire <ahd@kew.com>
* ppp-2.3.x ships with a bad compression number for deflate. It uses numberpeter1998-03-223-4/+186
| | | | | | | 24 (which is magnalink!) rather than the correct (according to the rfc) 26. Initial attempt at a compatability kludge that will negotiate for either but will prefer to use the correct deflate compression type.
* ppp-2.3.x ships with a bad compression number for deflate. It uses numberpeter1998-03-223-8/+40
| | | | | | | 24 (which is magnalink!) rather than the correct 26. Initial attempt at a compatability kludge that will negotiate for either but will prefer to use the correct deflate compression type.
* Merge ppp-2.3.3 changes onto mainlinepeter1998-03-2214-250/+105
|
* Fix a problem of indirection unblocking signals that would have causedjb1998-03-223-3/+3
| | | | | | | signals to be unblocked even if they were already blocked when entering the function. Pointed out by: bde
* Quiet -Wall in gcc-2.8.1brian1998-03-221-2/+3
| | | | Obtained from: OpenBSD
* Update kernel parts of ppp to ppp-2.3.3. Not much has changed exceptpeter1998-03-213-852/+1959
| | | | that the deflate components use zlib 1.0.4 instead of zlib 0.95.
* Update from ppp-2.3.3peter1998-03-211-6/+36
|
* merge ppp-2.3.3 changes onto mainlinepeter1998-03-213-731/+733
|
* Fix pathname to contrib/ipfilter botch.peter1998-03-211-7/+7
|
* Make it compile.. missing "opt_ipfilter.h" and missing <sys/malloc.h>peter1998-03-212-6/+10
|
* /dev nodes for ipfilterpeter1998-03-212-4/+24
|
* Add IPFILTER, IPFILTER_LOG and note IPFILTER_LKM.peter1998-03-213-3/+24
|
* Initial bmake scaffolding for ipfilter userland stuff.peter1998-03-2113-1/+156
| | | | Obtained from: large chunks stolen from OpenBSD and NetBSD
* Some tweaks to get this to compile for the userland tools.peter1998-03-214-1/+6
|
* Some patchups for when this code is compiled in userland (!).peter1998-03-214-4/+12
|
* On most other systems "out there", <net/if.h> does not require the callerpeter1998-03-211-1/+9
| | | | | | | to #include <sys/time.h> first. I've lost count of the number of times I've had to patch this in porting code. The problem is the "struct timeval ifi_lastchange" in the mib stats. (most other systems don't have this, until 4.4bsd anyway).
* Honour -static in LDFLAGS.bde1998-03-211-9/+8
| | | | | Install using ${INSTALL}, not `install'. Install generated files using ${COPY}, not -c. Install using a single command when this is easy.
* Generate files at build time, not at install time. This should be thebde1998-03-211-24/+23
| | | | | | | | | | last fix of this type. Installing from a read-only object tree should work now. Install files using a single install command where this is easy; don't use shell loops. Don't use MANDEPEND to complicate things.
* replaced by FreeBSD specific versionpeter1998-03-211-378/+0
|
* Make this compile.. There are some unpleasing hacks in here.peter1998-03-2124-88/+150
| | | | | A major unifdef session is sorely tempting but would destroy any remaining chance of tracking the original sources.
* Merge vendor changes from 3.2.1 -> 3.2.3 onto mainlinepeter1998-03-211-19/+33
|
*-. This commit was generated by cvs2svn to compensate for changes in r34742,peter1998-03-2122-240/+472
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| | * Import kernel parts of ipfilter v3.2.3peter1998-03-2112-139/+269
| | |
| * | Import kernel parts of ipfilter v3.2.3peter1998-03-2111-120/+236
| | |
OpenPOWER on IntegriCloud