| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=105558
|
|
|
|
| |
Notes:
svn path=/head/; revision=105546
|
|
|
|
|
|
|
|
|
|
| |
o Correctly use the "No chain is stronger than its weakest link" adage.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=105544
|
|
|
|
|
|
|
|
|
| |
PR: docs/44302
Submitted by: Christian Brueffer <chris@unixpages.org>
Approved by: phk
Notes:
svn path=/head/; revision=105525
|
|
|
|
|
|
|
|
|
| |
PR: docs/44306
Submitted by: Dmitry Dyomin <old@old.com.ua>
MFC after: 3 days
Notes:
svn path=/head/; revision=105524
|
|
|
|
|
|
|
| |
"utility-like" games and everyone's favourite, fortune(6).
Notes:
svn path=/head/; revision=105515
|
|
|
|
|
|
|
|
|
| |
world. This should be considered highly experimental.
Approved-by: re
Notes:
svn path=/head/; revision=105503
|
|
|
|
|
|
|
|
|
| |
composed off.
Sponsored by: DARPA & NAI Labs.
Notes:
svn path=/head/; revision=105483
|
|
|
|
|
|
|
| |
Submitted by: Toni Andjelkovic <toni@soth.at>
Notes:
svn path=/head/; revision=105445
|
|
|
|
|
|
|
| |
Submitted by: Toni Andjelkovic <toni@soth.at>
Notes:
svn path=/head/; revision=105444
|
|
|
|
|
|
|
|
| |
Reviewed by: sheldonh
Forgotten by: scottl
Notes:
svn path=/head/; revision=105428
|
|
|
|
|
|
|
| |
in /usr/share/tmac/troffrc pending the issue resolution on -arch.
Notes:
svn path=/head/; revision=105388
|
|
|
|
|
|
|
|
| |
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=105382
|
|
|
|
|
|
|
|
| |
PR: 17699
Submitted by: Edwin Groothuis <mavetju@chello.nl>
Notes:
svn path=/head/; revision=105353
|
|
|
|
|
|
|
|
|
|
|
| |
to creating the tags file using ctags(1). Defaults to "gtags".
Made GTAGSFLAGS and HTAGSFLAGS overrideable, added CTAGSFLAGS.
Folded bsd.prog.mk version of `tags' into bsd.dep.mk.
PR: bin/42852
Notes:
svn path=/head/; revision=105327
|
|
|
|
|
|
|
| |
Prodded by: phk
Notes:
svn path=/head/; revision=105272
|
|
|
|
|
|
|
| |
information.
Notes:
svn path=/head/; revision=105249
|
|
|
|
|
|
|
|
| |
Approved by: sos
MFC after: 0 days
Notes:
svn path=/head/; revision=105240
|
|
|
|
|
|
|
|
| |
PR: 44004
MFC after: 3 days
Notes:
svn path=/head/; revision=105196
|
|
|
|
| |
Notes:
svn path=/head/; revision=105195
|
|
|
|
|
|
|
|
| |
PR: 41375
Approved by: joe
Notes:
svn path=/head/; revision=105187
|
|
|
|
|
|
|
|
|
|
|
|
| |
o describe additional argument in driver callbacks
o describe flow-control mechanism for processing crypto requests
o remove old cruft
o remove openbsd-specific cruft
o fixup some references
o yada yada ...
Notes:
svn path=/head/; revision=105125
|
|
|
|
| |
Notes:
svn path=/head/; revision=105096
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix the "@gprel relocation against dynamic symbol xxx" linker error.
Variables defined in the link unit and small enough to be put in the
short data section will have a gp-relative access sequence (using the
@gprel relocation). It is invalid to have @gprel relocations in shared
libraries, because they are to be resolved by the static linker and
not the dynamic linker. The -fpic option will cause @ltoff relocations
for @gprel relocations, but the side-effects are untested (if any).
Instead, disable/eliminate the short data section to achieve the same.
Notes:
svn path=/head/; revision=105019
|
|
|
|
|
|
|
|
|
| |
popular "dependant" (which the original reference manual does not have).
Nuke whitespace at EOL.
Notes:
svn path=/head/; revision=104986
|
|
|
|
| |
Notes:
svn path=/head/; revision=104968
|
|
|
|
|
|
|
| |
- Remove the stale comments about ktr extend.
Notes:
svn path=/head/; revision=104957
|
|
|
|
|
|
|
|
| |
- Remove the "Extensions" section since it is no longer relavent.
- Create a new section for KTR_VERBOSE and put it's description there.
Notes:
svn path=/head/; revision=104956
|
|
|
|
|
|
|
|
|
| |
- Add ktrdump(8) to the SEE ALSO section.
- Remove the BUGS section that complains about not having a userland utility
for viewing ktr data.
Notes:
svn path=/head/; revision=104955
|
|
|
|
| |
Notes:
svn path=/head/; revision=104932
|
|
|
|
|
|
|
|
| |
uses of iov_base which assume its type is `char *' (in order to do
pointer arithmetic) have been updated to cast iov_base to `char *'.
Notes:
svn path=/head/; revision=104908
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
One bug fixed: Use getmicrouptime() to trigger reseeds so that we
cannot be tricked by a clock being stepped backwards.
Express parameters in natural units and with natural names.
Don't use struct timeval more than we need to.
Various stylistic and readability polishing.
Introduce arc4rand(void *ptr, u_int len, int reseed) function which
returns a stream of pseudo-random bytes, observing the automatic
reseed criteria as well as allowing forced reseeds.
Rewrite arc4random() in terms of arc4rand().
Sponsored by: DARPA & NAI Labs.
Notes:
svn path=/head/; revision=104900
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In "nroff" mode, italic font renders as an underlined text, which
makes it indistinguishable from the bold text on color monitors
(cons25 terminal type), yet it requires the less(1)'s -R option.
(Refer to the new grotty(1) manpage for details.)
So turn off the color support for now (when generating catpages),
until we figure out what do we do with this new feature. I have
a patch for grotty(1) that tells it to use the "reverse video"
attribute to render the italic font. Once this is accepted, we
can turn color support back on (if there won't be any objections
from the community).
Notes:
svn path=/head/; revision=104874
|
|
|
|
|
|
|
|
|
|
| |
- Specify date for OS X 10.1.
- Whitespace fix for NetBSD 1.5.3 release date.
Submitted by: Sergey A. Osokin <osa@freebsd.org.ru> (mostly)
Notes:
svn path=/head/; revision=104797
|
|
|
|
|
|
|
| |
Submitted by: Sergey A. Osokin <osa@freebsd.org.ru>
Notes:
svn path=/head/; revision=104786
|
|
|
|
|
|
|
|
|
| |
- Remove U25 time reference as it is never referenced.
Submitted by: Sergey A. Osokin <osa@freebsd.org.ru>
Notes:
svn path=/head/; revision=104782
|
|
|
|
|
|
|
|
|
| |
10.2.
Submitted by: Sergey A. Osokin <osa@freebsd.org.ru>
Notes:
svn path=/head/; revision=104781
|
|
|
|
|
|
|
|
|
| |
Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
Reviewed by: grog
MFC after: 1 week
Notes:
svn path=/head/; revision=104772
|
|
|
|
| |
Notes:
svn path=/head/; revision=104744
|
|
|
|
|
|
|
|
| |
PR: 41043
Submitted by: Henrik Tunedal <henrik@tunedal.nu>
Notes:
svn path=/head/; revision=104729
|
|
|
|
|
|
|
| |
members to English (Australia) as an example.
Notes:
svn path=/head/; revision=104712
|
|
|
|
| |
Notes:
svn path=/head/; revision=104659
|
|
|
|
|
|
|
|
| |
Reviewed by: n_hibma
Approved by: obrien
Notes:
svn path=/head/; revision=104650
|
|
|
|
|
|
|
| |
Obtained from: openbsd
Notes:
svn path=/head/; revision=104488
|
|
|
|
| |
Notes:
svn path=/head/; revision=104465
|
|
|
|
| |
Notes:
svn path=/head/; revision=104457
|
|
|
|
|
|
|
|
|
| |
This reduces the size of GENERIC's text space by 73999 bytes (about 2%).
The bloat is from approximately 3437 strings longer than 31 characters
being padded to a 32-byte boundary.
Notes:
svn path=/head/; revision=104455
|
|
|
|
|
|
|
|
|
|
|
|
| |
finished.
This allows sbufs to be used for request/response scenarioes without
needing additional communication flags.
Sponsored by: DARPA & NAI Labs.
Notes:
svn path=/head/; revision=104449
|
|
|
|
|
|
|
|
|
|
|
| |
It doesn't work.
It cannot be made to work.
Goodbye.
X-MFC after: ASAP
Notes:
svn path=/head/; revision=104444
|
|
|
|
| |
Notes:
svn path=/head/; revision=104428
|