| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
instead of duplicating code, albeit trivial (inspired by NetBSD).
PR: 5524
Notes:
svn path=/head/; revision=32962
|
| |
|
|
| |
Notes:
svn path=/head/; revision=32927
|
| |
|
|
|
|
|
|
| |
Submitted by: garbanzo@hooked.net
Add strncasecmp, strncmp to NAME field.
Notes:
svn path=/head/; revision=32818
|
| |
|
|
|
|
|
| |
to ruin a 64-bit day.
Notes:
svn path=/head/; revision=32743
|
| |
|
|
| |
Notes:
svn path=/head/; revision=32697
|
| |
|
|
|
|
|
| |
Obtained from:OpenBSD (theo de raadt)
Notes:
svn path=/head/; revision=32687
|
| |
|
|
|
|
|
|
|
| |
isn't a prerequisite, since it isn't required for the prototypes
and isn't always needed to call the functions (the address family
might be a variable).
Notes:
svn path=/head/; revision=32647
|
| |
|
|
|
|
|
|
| |
interface from sys/mount.h to libc/getvfsent.c The new interface is
now the default.
Notes:
svn path=/head/; revision=32643
|
| |
|
|
|
|
|
| |
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=32638
|
| |
|
|
|
|
|
| |
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=32637
|
| |
|
|
|
|
|
|
|
|
|
| |
and the pre-Lite2 vfsconf interfaces.
For getvfsent.c, just define _OLD_VFSCONF. This will give the
current default macro hacks in <sys/mount.h> when the default is
reversed. This is an intermediate step.
Notes:
svn path=/head/; revision=32594
|
| |
|
|
|
|
|
|
|
|
|
| |
makefile doesn't install them, and they couldn't be used without
lots of undocumented -I's in CFLAGS. tcl.h is still installed in
/usr/include/tcl/. Note that rev.1.24 of tcl_bmake/mkMakefile.sh
broke all the section 3 tcl man pages by putting it there instead
of in /usr/include.
Notes:
svn path=/head/; revision=32591
|
| |
|
|
|
|
|
|
| |
Regenerated libtcl/Makefile. This adds -DHAVE_ST_BLKSIZE=1 to CFLAGS.
It was broken by direct editing in rev.1.25.
Notes:
svn path=/head/; revision=32590
|
| |
|
|
| |
Notes:
svn path=/head/; revision=32569
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
are in kvm_uread():
- the setting of errno before checking it in the lseek() was lost.
- EOF handling was lost. kvm_uread() retried forever on EOF. EOF is
not really an error, but report it one as in rev.1.2.
- reporting of errno after a read error was lost.
Fixed style bugs in rev.1.3 and rev.1.12.
Not fixed: errno is not reported after lseek() failures.
Notes:
svn path=/head/; revision=32568
|
| |
|
|
|
|
|
| |
Don't (mis)use .Fd outside of the synopsis.
Notes:
svn path=/head/; revision=32566
|
| |
|
|
| |
Notes:
svn path=/head/; revision=32565
|
| |
|
|
| |
Notes:
svn path=/head/; revision=32564
|
| |
|
|
|
|
|
| |
or missing const's or `short *' instead of `[ug]id_t *' in argument types.
Notes:
svn path=/head/; revision=32563
|
| |
|
|
| |
Notes:
svn path=/head/; revision=32562
|
| |
|
|
|
|
|
|
|
|
| |
Fixed some wrong prototypes.
Fixed a misspelled function name.
The owner of this file should add a copyright and an Id.
Notes:
svn path=/head/; revision=32561
|
| |
|
|
|
|
|
| |
but not prototyped here.
Notes:
svn path=/head/; revision=32560
|
| |
|
|
| |
Notes:
svn path=/head/; revision=32558
|
| |
|
|
|
|
|
|
| |
Submitted by: Steve G. Kargl <kargl@troutmask.apl.washington.edu>
Repair corrupted text.
Notes:
svn path=/head/; revision=32534
|
| |
|
|
|
|
|
|
|
| |
overwrites it. This actually showed up when running under an old
kernel when free() called the madvise() stub which set errno, causing
getcwd() to return EOPNOTSUPP instead of ERANGE.
Notes:
svn path=/head/; revision=32530
|
| |
|
|
|
|
|
| |
do not exist in NetBSD 1.3.
Notes:
svn path=/head/; revision=32524
|
| |
|
|
|
|
|
|
|
|
| |
Added EOPNOTSUPP and EMLINK to errors section.
Added symlink(2) xref.
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=32514
|
| |
|
|
| |
Notes:
svn path=/head/; revision=32507
|
| |
|
|
| |
Notes:
svn path=/head/; revision=32498
|
| |
|
|
|
|
|
| |
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=32494
|
| |
|
|
| |
Notes:
svn path=/head/; revision=32493
|
| |
|
|
|
|
|
|
|
|
| |
long and use %ld, not %d.
We're going to need an abbreviation for this comment 'cause it's going
to be used a lot from now on.
Notes:
svn path=/head/; revision=32492
|
| |
|
|
|
|
|
|
|
| |
sysconf(_SC_NGROUPS_MAX).
Submitted by: bde
Notes:
svn path=/head/; revision=32489
|
| |
|
|
|
|
|
| |
Added $Id$.
Notes:
svn path=/head/; revision=32488
|
| |
|
|
|
|
|
| |
Tiny pointed hat goes to: Our Makefile-meister.
Notes:
svn path=/head/; revision=32484
|
| |
|
|
|
|
|
| |
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=32451
|
| |
|
|
|
|
|
| |
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=32450
|
| |
|
|
|
|
|
| |
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=32449
|
| |
|
|
|
|
|
|
|
| |
Document the special case of gidsetlen == 0.
Partially obtained from: OpenBSD
Notes:
svn path=/head/; revision=32448
|
| |
|
|
| |
Notes:
svn path=/head/; revision=32447
|
| |
|
|
|
|
|
| |
Screwed up by: myself
Notes:
svn path=/head/; revision=32443
|
| |
|
|
|
|
|
| |
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=32438
|
| |
|
|
|
|
|
| |
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=32437
|
| |
|
|
|
|
|
| |
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=32436
|
| |
|
|
|
|
|
|
|
|
| |
Correct a grammatical error.
Add cross-reference to setrlimit(2).
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=32435
|
| |
|
|
|
|
|
| |
more work when we get a half-way usable libc (which is next).
Notes:
svn path=/head/; revision=32417
|
| |
|
|
| |
Notes:
svn path=/head/; revision=32408
|
| |
|
|
| |
Notes:
svn path=/head/; revision=32405
|
| |
|
|
| |
Notes:
svn path=/head/; revision=32398
|
| |
|
|
|
|
|
| |
necessary evil due to the 108 byte setsockopt() limit).
Notes:
svn path=/head/; revision=32396
|