| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This commit was manufactured to restore the state of the 2.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
|
|
|
|
| |
Notes:
svn path=/releng/BETA_2_0/; revision=4743
|
|
|
|
| |
Notes:
svn path=/releng/ALPHA_2_0/; revision=4294
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From: Chris Torek <torek@bsdi.com>
Here is a semi-official patch (apply to /usr/src/lib/libc/stdio/fseek.c,
rebuild libc, install). The current code fails when the seek:
- is optimized, and
- is to just past the end of the block currently in the buffer, and
- is followed by another seek with no intervening read operation, and
- the destination of subsequent seek is within the block left in the
buffer (seeking to the beginning of a block does not force a read,
so the buffer still contains the previous block)
so it is indeed rather obscure.
I may have a different `final' fix, as this one `loses' the buffer
contents on a seek that goes just past the end of the current block.
[Footnote: seeks are optimized only on read-only opens of regular
files that are buffered by the file's optimal I/O size. This is
what you get with fopen(path, "r") and no call to setvbuf().]
Obtained from: [ BSDI mailing list ]
Notes:
svn path=/head/; revision=4169
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While trying to figure out why rlogind wasn't working right for root,
I noticed that man wouldn't come back with a man page for iruserok, but
it would for ruserok. Checking the lib/net directory's Makefile.inc
file shows that the link to the rcmd man page just isn't getting
created.
>How-To-Repeat:
Do a 'man iruserok' and notihing will come back, where a 'man ruserok'
will.
Submitted by: Brian Moore <ziff@houdini.eecs.umich.edu>
Obtained from: NetBSD-bugs mailing list
Notes:
svn path=/head/; revision=3932
|
|
|
|
| |
Notes:
svn path=/head/; revision=3929
|
|
|
|
|
|
|
| |
to match setjmp.S.
Notes:
svn path=/head/; revision=3851
|
|
|
|
|
|
|
|
| |
that calls setjmp(), since returning from the function usually
clobbers the saved environment.
Notes:
svn path=/head/; revision=3850
|
|
|
|
|
|
|
| |
Set IGNPAR, clear NOFLSH, PENDIN, TOSTOP, ECHOE, ECHOK
Notes:
svn path=/head/; revision=3799
|
|
|
|
| |
Notes:
svn path=/head/; revision=3760
|
|
|
|
| |
Notes:
svn path=/head/; revision=3682
|
|
|
|
| |
Notes:
svn path=/head/; revision=3667
|
|
|
|
|
|
|
|
| |
fields in the utsname structure are too small to hold their
corresponding MIB variables. Don't return an error in this case.
Notes:
svn path=/head/; revision=3565
|
|
|
|
| |
Notes:
svn path=/head/; revision=3457
|
|
|
|
| |
Notes:
svn path=/head/; revision=3434
|
|
|
|
|
|
|
|
|
| |
getnet* configuration. (It's highly unlikely that you'd want to do
something different, and network lookups aren't common enough to justify
their own configuration file.)
Notes:
svn path=/head/; revision=3136
|
|
|
|
| |
Notes:
svn path=/head/; revision=3108
|
|
|
|
| |
Notes:
svn path=/head/; revision=3094
|
|
|
|
| |
Notes:
svn path=/head/; revision=3070
|
|
|
|
| |
Notes:
svn path=/head/; revision=3062
|
|
|
|
|
|
|
|
| |
get hosed: vfsisloadable() always returns false if /dev/lkm cannot be
opened for writing.
Notes:
svn path=/head/; revision=3061
|
|
|
|
|
|
|
|
| |
split modules to bring only neccessary functions,
eliminate sprintf, make reduced startup_locale version.
Notes:
svn path=/head/; revision=3050
|
|
|
|
| |
Notes:
svn path=/head/; revision=3044
|
|
|
|
|
|
|
| |
updated their kernels yet.
Notes:
svn path=/head/; revision=3042
|
|
|
|
|
|
|
| |
variable. This one's even documented!
Notes:
svn path=/head/; revision=3040
|
|
|
|
|
|
|
| |
Obtained from: 1.1.5
Notes:
svn path=/head/; revision=3016
|
|
|
|
|
|
|
| |
modules lying around.
Notes:
svn path=/head/; revision=3001
|
|
|
|
|
|
|
|
| |
representation. Original code by pst but ported in as part of
enhancements to BIND 4.9.2 and returned to Vixie.
Notes:
svn path=/head/; revision=2978
|
|
|
|
| |
Notes:
svn path=/head/; revision=2970
|
|
|
|
|
|
|
|
| |
endvfsent, vfsisloadable, vfsload.
Someday these will even be documented.
Notes:
svn path=/head/; revision=2963
|
|
|
|
| |
Notes:
svn path=/head/; revision=2937
|
|
|
|
|
|
|
| |
password file support done yesterday.
Notes:
svn path=/head/; revision=2936
|
|
|
|
|
|
|
| |
database in order to operate.
Notes:
svn path=/head/; revision=2935
|
|
|
|
|
|
|
| |
correctly handles +user entries and + entries with local overrides.
Notes:
svn path=/head/; revision=2917
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
!!!!!!!!
NB
!!!!!!!!
You MUST pwd_mkdb /etc/master.passwd before attempting to use the new
libc, or things may go wrong. (I doubt anything actually /will/ go
wrong, but the actual behavior is undefined. YOU HAVE BEEN WARNED.)
The database format is, however, backwards-compatible, so old executables
will still work.
Notes:
svn path=/head/; revision=2916
|
|
|
|
|
|
|
|
|
| |
with all pgms, you can imagine results!
Change 'gethostname' -> 'ntp_gettime', I don't know what real name
must be here but try to guess.
Notes:
svn path=/head/; revision=2908
|
|
|
|
| |
Notes:
svn path=/head/; revision=2857
|
|
|
|
| |
Notes:
svn path=/head/; revision=2800
|
|
|
|
|
|
|
|
| |
4.4. The code is almost identical to the 4.4 versions, but this organization
should make it easier to merge new versions in the future.
Notes:
svn path=/head/; revision=2741
|
|
|
|
| |
Notes:
svn path=/head/; revision=2730
|
|
|
|
|
|
|
| |
so we can compile zic.
Notes:
svn path=/head/; revision=2713
|
|\
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=2711
|
| |
| |
| |
| |
| |
| |
| | |
(Check in original localtime.c.)
Notes:
svn path=/vendor/tzcode/dist/; revision=2710
|
|\|
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=2709
|
|
|
|
|
|
|
| |
Obtained From: Arthur David Olson, ftp://elsie.nci.nih.gov/pub/tzcode94g.tar.gz
Notes:
svn path=/vendor/tzcode/dist/; revision=2708
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
>From: jtk@atria.com (John T. Kohl)
in rcmd:
It calls select() with a hardcoded "number of file descriptors" argument
of 32, rather than computing it based on the sockets about which it
cares.
- Now we work out the nfds arg, and do some error checking
Submitted by: Geoff.
Notes:
svn path=/head/; revision=2592
|
|
|
|
|
|
|
| |
Submitted by: Geoff
Notes:
svn path=/head/; revision=2590
|
|
|
|
|
|
|
|
| |
Also be more tolerant of blank lines and comments in the file.
Submitted by: jkh
Notes:
svn path=/head/; revision=2569
|
|
|
|
|
|
|
| |
Modernize bcopy -> memcpy.
Notes:
svn path=/head/; revision=2506
|
|
|
|
|
|
|
|
|
| |
unsigned's; null termination was only guaranteed for the first call.
Fix lint: don't declare externs internally; they were both out of date.
Notes:
svn path=/head/; revision=2505
|