summaryrefslogtreecommitdiff
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Fixed `make depend', which I broke here about a month ago by movingBruce Evans1998-06-091-2/+3
| | | | | | | | | the null default for `depend' from bsd.dep.mk to bsd.obj.mk. bsd.kmod.mk included these files in a bad order, so it picked up the null default. Notes: svn path=/head/; revision=36780
* Spelling fixes.Joseph Koshy1998-06-0830-74/+74
| | | | | | | | Submitted by: Josh Gilliam <josh@quick.net> PR: 6880 Notes: svn path=/head/; revision=36753
* Sync PATH variable with 'dot.login'.Jun Kuriyama1998-06-061-3/+3
| | | | | | | | | | I think here is not my area so feel free to back this out when any troubles are happened. Pointed out by: IIJIMA Akihiro <aki@noc.titech.ac.jp> Notes: svn path=/head/; revision=36699
* Spelling corrections.Joseph Koshy1998-06-062-4/+4
| | | | | | | | PR: 6868 Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=36692
* Make the Man page reflect teh new reality.Julian Elischer1998-06-051-17/+21
| | | | Notes: svn path=/head/; revision=36679
* Recognize ".cpp" as a C++ suffix.Dmitrij Tejblum1998-06-054-13/+14
| | | | | | | PR: 3476 Notes: svn path=/head/; revision=36673
* Make the whereobj target print it's output without the overhead ofPeter Wemm1998-06-041-2/+2
| | | | | | | | starting another make.. Besides, make -V is broken, since it will print unexpanded variables. Notes: svn path=/head/; revision=36641
* Hard coded /usr/lib referencePeter Wemm1998-06-041-2/+2
| | | | Notes: svn path=/head/; revision=36640
* Use .Ar instead of .ar. Correct incorrect use of .Sm (detected by Paul (pst)).Philippe Charnier1998-06-041-4/+5
| | | | Notes: svn path=/head/; revision=36624
* Fix my last commit which got caught in the cvs/cvsup cycle.John Birrell1998-06-031-3/+2
| | | | | | | | I'm told that I botched the tabs too. I'm not sure they are fixed now because I find that rather tedious. Notes: svn path=/head/; revision=36618
* Uh, the NetBSD syscall define spam for alpha has to go after /etc/make.confJohn Birrell1998-06-031-1/+6
| | | | | | | so that it works all the time. Notes: svn path=/head/; revision=36609
* In the case of alpha (only), more than just libc needs to know thatJohn Birrell1998-06-031-1/+2
| | | | | | | | NetBSD syscalls are being used, so spam all compiles with the define that indicates this. Notes: svn path=/head/; revision=36606
* PR: 6831Daniel O'Callaghan1998-06-023-9/+9
| | | | | | | | Submitted by: zerium@webindex.no MF22: remove '.' after weekday abbreviation. Notes: svn path=/head/; revision=36594
* add libcipher, and update comments about libdes, libkdb, libkrb etcPeter Wemm1998-06-011-4/+5
| | | | | | | which do exist but are in the secure dist rather than the base. Notes: svn path=/head/; revision=36575
* Fixed double slashes in pathnames.Bruce Evans1998-05-311-54/+54
| | | | Notes: svn path=/head/; revision=36494
* Undocumented flags which went away a few minutes ago.Bruce Evans1998-05-312-20/+6
| | | | | | | Undocumented auto FIFO trigger level adjustment which went away years ago. Notes: svn path=/head/; revision=36493
* PR: conf/2284Peter Hawkins1998-05-311-2/+2
| | | | | | | | Submitted by: faulkner@asgard.hos.net Correct termcap entry for ibm3163 (arrow keys) Notes: svn path=/head/; revision=36487
* Correct a minor spacing error.Matthew Hunt1998-05-311-2/+3
| | | | Notes: svn path=/head/; revision=36483
* ELF preparation step 2:Søren Schmidt1998-05-262-55/+59
| | | | | | | | | | | | | | | | | Move a.out libraries to /usr/lib/aout to make space for ELF libs. Make rtld usr /usr/lib/aout as default library path. Make ldconfig reject /usr/lib as an a.out library path. Fix various Makefiles for LIBDIR!=/usr/lib breakage. This will after a make world & reboot give a system that no longer uses /usr/lib/*, infact one could remove all the old libraries there, they are not used anymore. We are getting close to an ELF make world, but I'll let this all settle for a week or two... Notes: svn path=/head/; revision=36397
* Norwegian dates should have a dot after day of month.Steve Price1998-05-253-9/+9
| | | | | | | | PR: 6749 Submitted by: Hans Petter Bieker <zerium@webindex.no> Notes: svn path=/head/; revision=36376
* Hide the interface name in the sin_zero section of the sockaddr_inJulian Elischer1998-05-251-3/+11
| | | | | | | | | | | | | | passed to the user process for incoming packets. When the sockaddr_in is passed back to the divert socket later, use thi sas the primary interface lookup and only revert to the IP address when the name fails. This solves a long standing bug with divert sockets: When two interfaces had the same address (P2P for example) the interface "assigned" to the reinjected packet was sometimes incorect. Probably we should define a "sockaddr_div" to officially hold this extended information in teh same manner as sockaddr_dl. Notes: svn path=/head/; revision=36364
* Fix example in manual page.Joseph Koshy1998-05-251-4/+4
| | | | | | | | PR: 5443 Submitted by: AMAGAI Yoshiji <amagai@nue.org> Notes: svn path=/head/; revision=36358
* /usr/src/share/timedef/data/no_NO.ISO_8859-1.src uses initinalPoul-Henning Kamp1998-05-233-117/+117
| | | | | | | | | | | upper case in weekdays and months instead off all lower case. PR: 6721 Reviewed by: phk Submitted by: Hans Petter Bieker <hanspb@persbraten.vgs.no> Notes: svn path=/head/; revision=36307
* Added contributed entry for Linux consoles.Joseph Koshy1998-05-211-1/+22
| | | | | | | | PR: 5977 Submitted by: Christian Weisberger <naddy@bigeye.rhein-neckar.de> Notes: svn path=/head/; revision=36277
* Add man page for ThunderLAN driver.Bill Paul1998-05-213-2/+250
| | | | Notes: svn path=/head/; revision=36271
* Complete back-out of the bsd.locale.mk change.Jordan K. Hubbard1998-05-204-157/+3
| | | | | | | OK'd by: asami Notes: svn path=/head/; revision=36264
* Back out locale change until it's better understood by all justJordan K. Hubbard1998-05-201-43/+1
| | | | | | | | what it is we're trying to do here. :) OK'd by: asami Notes: svn path=/head/; revision=36263
* Add rcsid.Matthew Hunt1998-05-201-0/+1
| | | | Notes: svn path=/head/; revision=36244
* If LOCALE is not defined, default to USA. Otherwise, bsd.locale.mkMatthew Hunt1998-05-201-0/+4
| | | | | | | blows up with errors. Notes: svn path=/head/; revision=36243
* Add bsd.locale.mk to the list of files. Whether bsd.locale.mk isMatthew Hunt1998-05-201-4/+4
| | | | | | | | | | | | | | the right solution or not, bsd.port.mk is broken unless bsd.locale.mk is installed. Note that if LOCALE is not defined, port-building explodes: "/usr/share/mk/bsd.locale.mk", line 135: if-less elif "/usr/share/mk/bsd.locale.mk", line 135: Need an operator (For each .if testing LOCALE) Notes: svn path=/head/; revision=36241
* PR: misc/6031Peter Hawkins1998-05-191-0/+137
| | | | | | | Patch applied as per PR - enables preferential fetch from local mirrors Notes: svn path=/head/; revision=36189
* PR: misc/6031Peter Hawkins1998-05-193-4/+58
| | | | | | | Patch applied as per PR - enables preferential fetch from local mirrors Notes: svn path=/head/; revision=36188
* Add rules to generate PDF files.Wolfram Schneider1998-05-181-1/+9
| | | | Notes: svn path=/head/; revision=36158
* syscons is i386 specific due to machine/console.hJohn Birrell1998-05-151-1/+5
| | | | Notes: svn path=/head/; revision=36058
* Oops, forgot references in previous commit.Bruce Evans1998-05-155-5/+5
| | | | | | | | Submitted by: Brian Cully <shmit@erols.com> PR: 6178 Notes: svn path=/head/; revision=36055
* Support Objective C almost as well as C++.Bruce Evans1998-05-155-15/+38
| | | | | | | | | | | | Notes: - We no longer use -fgnu-runtime in bsd.lib.mk, since it is the default and bsd.lib.mk is the wrong place to override it. - Gnu C doesn't have a special compiler driver for Objective C like it does for C++. The defaults are suitable for Gnu C. Use `OBJCLIBS=' in /etc/make.conf for POC. Notes: svn path=/head/; revision=36054
* Removed misleading claim that login classes are no longer implemented.Joseph Koshy1998-05-151-5/+7
| | | | | | | Added Xref to pw(8). Notes: svn path=/head/; revision=36052
* Add an example showing how to build a UFS floppyPaul Traina1998-05-141-2/+32
| | | | Notes: svn path=/head/; revision=36029
* Add upcoming NetBSD 1.3.2Wolfram Schneider1998-05-121-4/+4
| | | | | | | Submitted by: Sune Stjerneby <stjerneby@usa.net> Notes: svn path=/head/; revision=35969
* Add upcoming FreeBSD 2.2.7 and FreeBSD 2.2.8Wolfram Schneider1998-05-121-5/+11
| | | | | | | Add NetBSD-1.3.1. Notes: svn path=/head/; revision=35961
* Oops, the lex and yacc sources must be added to SRCS before ${SRCS}Bruce Evans1998-05-111-40/+40
| | | | | | | | | | | is used in the dependency list for ${DEPENDFILE}. `make depend' was broken for a few days. `make world' only uses `make depend' when NOCLEAN is defined, so only a few people noticed the bug. Submitted by: mostly by jmg Notes: svn path=/head/; revision=35951
* Change NBPG to PAGE_SIZE to match one of phk's recent commits.Steve Price1998-05-111-2/+2
| | | | | | | | PR: 6573 Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org> Notes: svn path=/head/; revision=35934
* Print a human-readable warning and die if $INFODIR do not exist.Wolfram Schneider1998-05-091-1/+11
| | | | | | | | PR: bin/6138 Reviewed by: bde Notes: svn path=/head/; revision=35903
* Add a crucial missing _ in NO_SENDMAILPoul-Henning Kamp1998-05-081-2/+2
| | | | | | | | | PR: 6545 Reviewed by: phk Submitted by: Jos Backus <jbackus@plex.nl> Notes: svn path=/head/; revision=35849
* Moved lex and yacc source handling from bsd.prog.mk to bsd.dep.mkBruce Evans1998-05-082-39/+41
| | | | | | | so that it applies to libraries (and lkms) as well as programs. Notes: svn path=/head/; revision=35838
* Only include bsd.dep.mk in `mk'files that handle C sources. AbuseBruce Evans1998-05-065-31/+29
| | | | | | | | | bsd.obj.mk instead of bsd.dep.mk for defining the _SUBDIR target and a default tags target. Abuse bsd.obj.mk for defining default cleandepend and depend targets. Notes: svn path=/head/; revision=35789
* Overlooked, that newer naming convention is xxx_program instead of xxx_prog.Andreas Klemm1998-05-061-4/+4
| | | | | | | | So changed it to ntpdate_program and xntpd_program. Backout last change, now we have again named_program, sorry. Notes: svn path=/head/; revision=35787
* document ntpdate_prog and xntpd_progAndreas Klemm1998-05-061-2/+12
| | | | | | | | | fix: named_program -> named_prog to reflect "real life" (I suggest keeping this shorter name convention as it is actually used in the config file) Notes: svn path=/head/; revision=35785
* Delete stale comment.Wolfram Schneider1998-05-061-4/+2
| | | | | | | Pointed out by: bde Notes: svn path=/head/; revision=35784
* Regress to generating foo.c from foo.y via y.tab.c for crufty applicationsBruce Evans1998-05-061-12/+20
| | | | | | | | | | | | | | | | that want a y.tab.h file. This want must be specified by putting y.tab.h in SRCS (and defaulting to or putting -d in YFLAGS). This only works if there is only one yacc parser, of course. One improvement: copy y.tab.c to foo.c instead of renaming it, so that `#line...y.tab.c' statements in it refer to an existing file. Regress to not generating explicit rules for .l and .y sources containing slashes. This case is unusual and hard to handle properly. Don't generate an unused dependency when -d is not in YFLAGS. Notes: svn path=/head/; revision=35780