| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Notes:
svn path=/head/; revision=58725
|
|
|
|
|
|
|
| |
FreeBSD recommendation.
Notes:
svn path=/head/; revision=58724
|
|
|
|
|
|
|
| |
FreeBSD recommendation.
Notes:
svn path=/head/; revision=58722
|
|
|
|
|
|
|
| |
the FreeBSD recommendation.
Notes:
svn path=/head/; revision=58721
|
|
|
|
| |
Notes:
svn path=/head/; revision=58719
|
|
|
|
| |
Notes:
svn path=/head/; revision=58718
|
|
|
|
|
|
|
| |
in the driver is gone, because of this mcon is of no use anymore.
Notes:
svn path=/head/; revision=58594
|
|
|
|
|
|
|
| |
nobody knows anymore what a 2061 chip is (hint: ELSA Winner 100 EISA).
Notes:
svn path=/head/; revision=58593
|
|
|
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Notes:
svn path=/head/; revision=57673
|
|
|
|
|
|
|
|
|
| |
is an application space macro and the applications are supposed to be free
to use it as they please (but cannot). This is consistant with the other
BSD's who made this change quite some time ago. More commits to come.
Notes:
svn path=/head/; revision=55206
|
|
|
|
|
|
|
|
| |
PR: docs/14738
Submitted by: Mori Kouji <moriko@yakumo.noe.mcu.or.jp>
Notes:
svn path=/head/; revision=54669
|
|
|
|
|
|
|
| |
Submitted by: bde
Notes:
svn path=/head/; revision=51902
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-----------------------------
Most of the userland changes are in libc. For both the alpha
and the i386 setjmp has been changed to accomodate for the
new sigset_t. Internally, libc is mostly rewritten to use the
new syscalls. The exception is in compat-43/sigcompat.c
The POSIX thread library has also been rewritten to use the
new sigset_t. Except, that it currently only handles NSIG
signals instead of the maximum _SIG_MAXSIG. This should not
be a problem because current applications don't use any
signals higher than NSIG.
There are version bumps for the following libraries:
libdialog
libreadline
libc
libc_r
libedit
libftpio
libss
These libraries either a) have one of the modified structures
visible in the interface, or b) use sigset_t internally and
may cause breakage if new binaries are used against libraries
that don't have the sigset_t change. This not an immediate
issue, but will be as soon as applications start using the
new range to its fullest.
NOTE: libncurses already had an version bump and has not been
given one now.
NOTE: doscmd is a real casualty and has been disconnected for
the moment. Reconnection will eventually happen after
doscmd has been fixed. I'm aware that being the last one
to touch it, I'm automaticly promoted to being maintainer.
According to good taste this means that I will receive a
badge which either will be glued or mechanically stapled,
drilled or otherwise violently forced onto me :-)
NOTE: pcvt/vttest cannot be compiled with -traditional. The
change cause sys/types to be included along the way which
contains the const and volatile modifiers. I don't consider
this a solution, but more a workaround.
Notes:
svn path=/head/; revision=51794
|
|
|
|
| |
Notes:
svn path=/head/; revision=51000
|
|
|
|
|
|
|
|
|
|
| |
easier for translation teams.
PR: docs/13418
Submitted by: Alexey Zelkin <phantom@cris.net>
Notes:
svn path=/head/; revision=50534
|
|
|
|
| |
Notes:
svn path=/head/; revision=50488
|
|
|
|
| |
Notes:
svn path=/head/; revision=50479
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
track.
The Id line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
Notes:
svn path=/head/; revision=48791
|
|
|
|
|
|
|
| |
Reviewed by: core
Notes:
svn path=/head/; revision=42222
|
|
|
|
|
|
|
| |
Reviewed by: core
Notes:
svn path=/head/; revision=42221
|
|
|
|
|
|
|
| |
Pre 3.0 branch cleanup casualty #4: pcvt
Notes:
svn path=/head/; revision=42090
|
|
|
|
|
|
|
|
|
|
| |
ispcvt(8) in pcvt(4).
PR: docs/7743
Submitted by: <k-horik@yk.rim.or.jp>
Notes:
svn path=/head/; revision=38550
|
|
|
|
|
|
|
| |
PR: conf/3273
Notes:
svn path=/head/; revision=36798
|
|
|
|
|
|
|
|
| |
PR: 6856
Submitted by: Josh Gilliam <josh@quick.net>
Notes:
svn path=/head/; revision=36649
|
|
|
|
| |
Notes:
svn path=/head/; revision=36496
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=36340
|
|
|
|
|
|
|
|
| |
PR: 6173
Submitted by: Anders Nordby <nickerne@nome.no>
Notes:
svn path=/head/; revision=36337
|
|
|
|
|
|
|
| |
Added y.tab.h to SRCS. Dependencies on it were missing until recently.
Notes:
svn path=/head/; revision=35781
|
|
|
|
|
|
|
|
| |
on y.tab.h generated. It will soon be used to tell bsd.dep.mk that
y.tab.h itself needs to be generated.
Notes:
svn path=/head/; revision=35745
|
|
|
|
|
|
|
|
| |
the source file vgaio.h, and y.tab.h is used so we can't simply avoid
generating the yacc header.
Notes:
svn path=/head/; revision=35735
|
|
|
|
| |
Notes:
svn path=/head/; revision=35708
|
|
|
|
|
|
|
|
|
|
| |
is almost harmless here).
Submitted by: Arne Henrik Juul <arnej@stud.math.ntnu.no>
PR: 6330
Notes:
svn path=/head/; revision=35347
|
|
|
|
| |
Notes:
svn path=/head/; revision=34809
|
|
|
|
|
|
|
| |
Use rcs Id instead of rcs Header.
Notes:
svn path=/head/; revision=34807
|
|
|
|
|
|
|
|
| |
Install all files in one step.
De-bogotified the .includes.
Notes:
svn path=/head/; revision=34621
|
|
|
|
|
|
|
|
| |
libraries, so that `ld -f' in can create correct dependencies for
yet-to-be-built libraries.
Notes:
svn path=/head/; revision=34149
|
|
|
|
|
|
|
|
|
| |
Don't build things at install time.
Don't override the (correct) clean rule.
Rewrote all the rules and cleaned up.
Notes:
svn path=/head/; revision=31889
|
|
|
|
| |
Notes:
svn path=/head/; revision=31817
|
|
|
|
| |
Notes:
svn path=/head/; revision=31806
|
|
|
|
|
|
|
|
|
|
| |
etc., so that (this part of) `LIBOWN=... make world' can be run by users
other than root. Actually, BINOWN instead of LIBOWN, since fonts are not
libraries. Only one owner of (non-setuid) installed files is really
supported.
Notes:
svn path=/head/; revision=31805
|
|
|
|
| |
Notes:
svn path=/head/; revision=31786
|
|
|
|
|
|
|
|
| |
accompanying doc files into /usr/share/pcvt/. (This goes to the `doc'
distribution, not `bin'.)
Notes:
svn path=/head/; revision=30540
|
|
|
|
|
|
|
|
|
| |
NOPIC is used to not generate a shared library, not NOSHARED.
Make NOSHARED advisory where appropriate.
Remove bogus NOSHARED (kbdio).
Notes:
svn path=/head/; revision=27040
|
|
|
|
|
|
|
| |
posix standard on the topic.
Notes:
svn path=/head/; revision=24428
|
|
|
|
| |
Notes:
svn path=/head/; revision=24006
|
|
|
|
| |
Notes:
svn path=/head/; revision=23716
|
|
|
|
| |
Notes:
svn path=/head/; revision=22997
|
|
|
|
| |
Notes:
svn path=/head/; revision=21880
|
|
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|