| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
ncurses)
Notes:
svn path=/head/; revision=50935
|
| |
|
|
|
|
|
|
|
|
|
| |
mdoc(7)'fy.
PR: docs/13406
Submitted by: Garret Woolman <woolman@khavrinen.lcs.mit.edu>
Reviewed by: mpp
Notes:
svn path=/head/; revision=50916
|
| |
|
|
|
|
|
|
|
| |
Build libncurses early again (it had drifted into set of libraries that
have no ordering requirements, but it must be built before libedit here
and before some gnu libraries in ../Makefile.inc1).
Notes:
svn path=/head/; revision=50899
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50881
|
| |
|
|
|
|
|
| |
Reviewed by: marcel
Notes:
svn path=/head/; revision=50817
|
| |
|
|
|
|
|
|
|
|
|
|
| |
patch to stop the core dumps while others come up with a better
reviewed patch which may also fix other problems. We do illegal
pointer arithmetic, but it should be OK since FreeBSD only supports
machines with flat address spaces.
Submitted by: bde
Notes:
svn path=/head/; revision=50790
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50738
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50731
|
| |
|
|
|
|
|
|
|
|
| |
make -jN fail. This fixes the present problem only, not the larger one
of when those internal tools are built and the cross-compiling etc.
Submitted by: luoqi
Notes:
svn path=/head/; revision=50726
|
| |
|
|
|
|
|
|
|
| |
review.
Requested by: bde
Notes:
svn path=/head/; revision=50700
|
| |
|
|
|
|
|
| |
reason ${DESTDIR} isn't added to the symlink source.
Notes:
svn path=/head/; revision=50676
|
| |
|
|
|
|
|
|
|
|
| |
implementation.
PR: 13368
Submitted by: Steve Bernacki, Jr. <steve@copacetic.net>
Notes:
svn path=/head/; revision=50660
|
| |
|
|
|
|
|
|
|
|
| |
the first occurrence of a GID > USHRT_MAX.
PR: 13344
Reviewed by: bde
Notes:
svn path=/head/; revision=50644
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50633
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This isn't quite finished yet, there are still some unresolved problems
with ospeed and the sgtty.h (non-posix) terminal interface. Mostly
this only causes problems with src/games.
The other tools and libraries (libform,libpanel,libmenu) will come
shortly but are seperate.
Beware, there be dragons here! (The build will be broken for a short
while)
Notes:
svn path=/head/; revision=50624
|
| |
|
|
|
|
|
|
| |
routines, don't return EINVAL but set errno to EINVAL and return -1.
Added a check in pthread_cond_timedwait for a null timespec pointer.
Notes:
svn path=/head/; revision=50601
|
| |
|
|
|
|
|
| |
Approved by: brian (well, he approved adding $Id$)
Notes:
svn path=/head/; revision=50597
|
| |
|
|
|
|
|
|
|
|
| |
easier for translation teams.
PR: docs/13418
Submitted by: Alexey Zelkin <phantom@cris.net>
Notes:
svn path=/head/; revision=50533
|
| |
|
|
|
|
|
|
|
|
| |
it easier for translation teams.
PR: docs/13418
Submitted by: Alexey Zelkin <phantom@cris.net>
Notes:
svn path=/head/; revision=50532
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50488
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Slightly rearrange VGLCheckSwitch() to ensure the display content
will be correctly restored when switching back to the vty where
the vgl program is running.
- VGLEnd() should clear the screen only when the vty is in the
foreground.
Discussed with: sos
Notes:
svn path=/head/; revision=50483
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50479
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50477
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50476
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50473
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50471
|
| |
|
|
|
|
|
|
|
|
| |
error for a pathname to contain a character with the high-order
bit set.
Inspired by: joerg's previous commit
Notes:
svn path=/head/; revision=50466
|
| |
|
|
|
|
|
|
| |
mknod() a pathname containg a ``character with the high-order bit
set''.
Notes:
svn path=/head/; revision=50456
|
| |
|
|
|
|
|
|
|
| |
for over 5 years since we switched to using procfs for kvm_uread().
This cleanup was motivated by recent breakage of the default swap file
(/dev/drum) when swapon() has not been called.
Notes:
svn path=/head/; revision=50331
|
| |
|
|
|
|
|
| |
PR: docs/13290
Notes:
svn path=/head/; revision=50217
|
| |
|
|
|
|
|
|
|
| |
product and Windows NT tunneling.
Submitted by: Chain Lee <chain@nortelnetworks.com>
Notes:
svn path=/head/; revision=50194
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50175
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
keyboard.c
- Call tcsetattr() in VGLKeyboardEnd() to restore tty, only when
tty attributes have been previously saved.
PR: misc/9524
Submitted by: Katusyuki 'kei' Maeda (kei@nanet.co.jp)
- Set up the tty raw mode correctly.
main.c
- Restore VESA_800x600 raster text mode correctly in VGLEnd().
Submitted by: des
text.c
- Allocate the correct size of a font buffer in VGLSetFontFile().
I forgot the submitter ;-(
simple.c, bitmap.c
- Fix address calculation for the VGA mode X in VGLGetXY() and
VGLBitmapCopy().
- Fix typo (dsty -> dstx) in __VGLBitmapCopy().
Reviewed by: sos
Notes:
svn path=/head/; revision=50141
|
| |
|
|
|
|
|
|
|
|
|
|
| |
should be used from now on for anything security but not auth-related.
Included are updates for all relevant manpages and also to /etc files,
creating a new /var/log/security. Nothing in the system logs to
/var/log/security yet as of the time of this commit.
Reviewed by: rgrimes, imp, chris
Notes:
svn path=/head/; revision=50126
|
| |
|
|
|
|
|
|
|
| |
these are inherently unsafe interfaces.
Do not allow TMPDIR to override path for setuid/setgid programs.
Notes:
svn path=/head/; revision=50121
|
| |
|
|
|
|
|
|
|
|
| |
a null pointer.
Pointed out by: Thomas Gellekum <tg@ihf.rwth-aachen.de>
Reviewed by: eivind
Notes:
svn path=/head/; revision=50093
|
| |
|
|
|
|
|
| |
Noticed by: bde,jdp
Notes:
svn path=/head/; revision=50090
|
| |
|
|
|
|
|
| |
Noticed by: Norman C. Rice <nrice@emu.sourcee.com>
Notes:
svn path=/head/; revision=50088
|
| |
|
|
|
|
|
|
|
|
|
| |
might have been mmapped, and if so, passing the pointer to free() is
really not a good idea.
[ In the next millenium, when I've taken over the world, I'm going
to ban 8 character tabs. You've been warned. ]
Notes:
svn path=/head/; revision=50083
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50076
|
| |
|
|
|
|
|
|
|
|
|
| |
would expect. (Allow user data to be associated with an EditLine context).
As this changes no existing interfaces and doesn't alter any structs
visable to the user I've been told that its not necessary to bump
the version of the library.
Notes:
svn path=/head/; revision=50070
|
| |
|
|
|
|
|
|
| |
-to-
time_to_sleep->tv_nsec >= 1000000000
Notes:
svn path=/head/; revision=50066
|
| |
|
|
|
|
|
|
|
|
|
| |
calls do to avoid corrupting the thread library's concept of wakeup
time.
PR: kern/12141
Reviewed by: deischen, eivind
Notes:
svn path=/head/; revision=50065
|
| |
|
|
|
|
|
|
|
|
|
| |
there may be an overflow that need to be adjusted more than once.
Pointed out by: Fabian Thylmann <fthylmann@stats.net>
Reviewed by: eivind, jb
Notes:
svn path=/head/; revision=50057
|
| |
|
|
|
|
|
| |
Reviewed by: jdp
Notes:
svn path=/head/; revision=50017
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50000
|
| |
|
|
|
|
|
| |
Reported by: "Alexey M. Zelkin" <phantom@cris.net>
Notes:
svn path=/head/; revision=49984
|
| |
|
|
| |
Notes:
svn path=/head/; revision=49958
|
| |
|
|
|
|
|
|
|
| |
path name argument with a trailing '/' to fail.
Reviewed by: phk
Notes:
svn path=/head/; revision=49851
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Sort xrefs
- FreeBSD.ORG -> FreeBSD.org
- Be consistent with section names as outlines in mdoc(7)
- Other misc mdoc cleanup.
PR: doc/13144
Submitted by: Alexy M. Zelkin <phantom@cris.net>
Notes:
svn path=/head/; revision=49828
|