| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
NetBSD syscalls are being used, so spam all compiles with the define
that indicates this.
|
|
|
|
|
| |
Submitted by: zerium@webindex.no
MF22: remove '.' after weekday abbreviation.
|
|
|
|
| |
which do exist but are in the secure dist rather than the base.
|
| |
|
|
|
|
| |
Undocumented auto FIFO trigger level adjustment which went away years ago.
|
|
|
|
|
| |
Submitted by: faulkner@asgard.hos.net
Correct termcap entry for ibm3163 (arrow keys)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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...
|
|
|
|
|
| |
PR: 6749
Submitted by: Hans Petter Bieker <zerium@webindex.no>
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
PR: 5443
Submitted by: AMAGAI Yoshiji <amagai@nue.org>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
PR: 5977
Submitted by: Christian Weisberger <naddy@bigeye.rhein-neckar.de>
|
| |
|
|
|
|
| |
OK'd by: asami
|
|
|
|
|
| |
what it is we're trying to do here. :)
OK'd by: asami
|
| |
|
|
|
|
| |
blows up with errors.
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Patch applied as per PR - enables preferential fetch from local mirrors
|
|
|
|
| |
Patch applied as per PR - enables preferential fetch from local mirrors
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: Brian Cully <shmit@erols.com>
PR: 6178
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Added Xref to pw(8).
|
| |
|
|
|
|
| |
Submitted by: Sune Stjerneby <stjerneby@usa.net>
|
|
|
|
| |
Add NetBSD-1.3.1.
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 6573
Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
|
|
|
|
|
| |
PR: bin/6138
Reviewed by: bde
|
|
|
|
|
|
| |
PR: 6545
Reviewed by: phk
Submitted by: Jos Backus <jbackus@plex.nl>
|
|
|
|
| |
so that it applies to libraries (and lkms) as well as programs.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
So changed it to ntpdate_program and xntpd_program.
Backout last change, now we have again named_program, sorry.
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Pointed out by: bde
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
remove the device once it's added or linked.
PR: 6524
Reviewed by: phk
Submitted by: Brian Cully <shmit@kublai.com>
|
| |
|
|
|
|
| |
sources are handled properly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sources. This will be used to fix `make -jN' races in many
Makefiles in /usr/src, and to simplify these and other Makefiles.
To get the fixes and simplifications, application Makefiles should
put the raw lex and yacc source names (foo.l and bar.y) in SRCS and
not put the names of any generated files in SRCS or CLEANFILES. A
few Makefiles already do this, although it didn't actually work before
(mkdep couldn't create complete dependencies because there is no
intermediate .c file for the .y.o and .l.o implicit rules).
Complications: if bar.y is in SRCS and -d is in YFLAGS, then bar.h
will be generated whether or not it is used, even if this clobbers a
real source file. This is so that bar.c can be generated using the
-j-safe and debugger-friendly -o option to YACC. There are smaller
warts for handling y.tab.h. y.tab.c and lex.yy.c are not supported.
|
|
|
|
|
|
|
|
|
| |
letters one pixel taller, and the ()[]{} are more distinct. Nice if
your monitor is small. 8x16 and 8x8 fonts included.
PR: 4208
Reviewed by: phk
Submitted by: Dan Nelson <dnelson@emsphone.com>
|
|
|
|
|
| |
PR: 6341
Submitted by: Niall Smart <rotel@indigo.ie>
|
| |
|
|
|
|
|
| |
PR: 6482
Submitted by: Allen Campbell <allenc@verinet.com>
|
| |
|
|
|
|
|
|
| |
and does not require any special action on the part of the user to
take advantage of it. And no, it probably won't work with c89. Cry me
a river!
|
|
|
|
|
|
| |
LINT config file. Should be merged to -STABLE as well.
PR: closes 6447
Submitted by: Steven Plite splite@purdue.edu
|