| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
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
|
|
|
|
|
| |
in another .mk file which has already included ../Makefile.inc, so
including ../Makefike.inc again mainly messed up `+=' definitions.
|
|
|
|
| |
Submitted by: A Joseph Koshy <koshy@india.hp.com>
|
|
|
|
|
| |
PR: 6339
Submitted by: cdillon@wolves.k12.mo.us
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
is reason enough to make the compilation & installation of sendmail an
make.conf option. I know that you hate negative options Bruce.
PR: 6284
Reviewed by: phk
Submitted by: Adrian Colley <aecolley@world.std.com>
|
|
|
|
| |
Bruce
|
|
|
|
| |
Scolded by: bde
|
| |
|
|
|
|
|
|
|
|
|
|
| |
this information. PR 2789 mentions:
http://www.pacbell.com/about-pb/areacodes/
http://www.bellcore.com/NANP/
PR: 2789 (in a backewards kind of way)
|
| |
|
|
|
|
| |
the FreeBSD configuration LIB_SPEC.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Add a note about not touching errno and warn about previous drafts
of the standard which changed the level of indirection to the thread
argument. POSIX had a bit of trouble deciding what to do. So anyone
coding to both draft 4 and draft 10 (the final draft) will get burnt
by this function. I did. Grrr.
|
| |
|
| |
|
|
|
|
|
|
| |
bs.
Reported by: Chuck Robey
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
_KPOSIX_PRIORITY_SCHEDULING options to work. Changes:
Change all "posix4" to "p1003_1b". Misnamed files are left
as "posix4" until I'm told if I can simply delete them and add
new ones;
Add _POSIX_PRIORITY_SCHEDULING system calls for FreeBSD and Linux;
Add man pages for _POSIX_PRIORITY_SCHEDULING system calls;
Add options to LINT;
Minor fixes to P1003_1B code during testing.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ESCAPE and `~ are swapped
CTRL and CAPS LOCK are swapped
BACKSPACE and DELETE are swapped
Suitable for keymap=us.unix in your rc.conf file or for setting on the
fly with kbdcontrol -l us.unix. This is the keyboard layout of many of
the more traditional unix workstations and terminals that have been around
for a very long time. Older Sun keyboards and VT100's had a layout
very similar to the PC, with the above exceptions.
Idea Reviewed by: Many people in -hackers
|
|
|
|
|
|
| |
(presently only used in tip; should have been used by e.g. pkg_add).
Submitted by: bde
|
| |
|
| |
|
|
|
|
| |
Obtained from: Nick Sayer <nick@specialix.com>, and tweaks by me.
|
|
|
|
|
| |
Submitted by: Shigio Yamaguchi <shigio@wafu.netgate.net>
Tested by: make buildworld
|
| |
|
|
|
|
| |
work better.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
`BINFORMAT=foo make checkdpadd' in /usr/src now reports only 2 false
negatives (in libss and init). (BINFORMAT=foo is to turn off better
handling of the a.out case.)
|
|
|
|
| |
Silently approved by: -hackers, -current
|
|
|
|
| |
Use .An/.Aq.
|
|
|
|
|
| |
PR: 5954
Submitted by: wlloyd@mpd.ca (with tweaks from reviewer)
|
| |
|
|
|
|
|
| |
PR: 5951
Submitted by: Doug <Studded@dal.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes to support building with _POSIX_SOURCE set to 199309L:
1. Add sys/_posix.h to handle those preprocessor defs that POSIX
says have effects when defined before including any header files;
2. Change POSIX4_VISIBLE back to _POSIX4_VISIBLE
3. Add _POSIX4_VISIBLE_HISTORICALLY for pre-existing BSD features now
defined in POSIX. These show up when:
_POSIX_SOURCE and _POSIX_C_SOURCE are not set or
_POSIX_C_SOURCE is set >= 199309L
and vanish when:
_POSIX_SOURCE is set or _POSIX_C_SOURCE is < 199309L.
4. Explain these in man 9 posix4;
5. Include _posix.h and conditionalize on new feature test.
|
|
|
|
| |
troff input, not C source.
|
|
|
|
|
|
|
|
| |
passed for C++ files).
Don't pass -nostdlib to mkdep for C++ files.
Don't use temporary variables to obfuscate the main rule.
|
|
|
|
|
|
|
| |
- the two `_EXTRADEPEND::' targets potentially clobbered each other for
`make -jN'. In practice, the output for the second target sometimes
disappeared.
- bogus dependencies were generated for static libraries.
|
|
|
|
|
| |
from `?=' to `=' for BINDIR was a mistake. Sub-makefiles may need
to set BINDIR.
|
|
|
|
| |
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
|
|
|
|
|
|
| |
invoking configure.
Submitted by: obrien
|