| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
if (data);
free(data);
Discovered by: emacs cc-mode
Notes:
svn path=/head/; revision=70128
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70022
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70015
|
| |
|
|
|
|
|
| |
GCC 2.97 (snapshot) complains about this.
Notes:
svn path=/head/; revision=69968
|
| |
|
|
|
|
|
|
|
|
|
| |
identification and descriptions of most capabilities, current inheritence
rules, etc. More to follow.
Reviewed by: sheldonh
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=69859
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69857
|
| |
|
|
|
|
|
|
|
|
| |
to "telldir.h" in order to prevent namespace pollution in
<dirent.h> (which was including <sys/queue.h>).
Add $FreeBSD$ to rewinddir.c and seekdir.c.
Notes:
svn path=/head/; revision=69841
|
| |
|
|
|
|
|
| |
Use _PATH_* where where possible.
Notes:
svn path=/head/; revision=69793
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69759
|
| |
|
|
|
|
|
| |
backslash as a special char, but not all.
Notes:
svn path=/head/; revision=69756
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69675
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69662
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69661
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
telldir positions. This will allow (future) locking on a
per-DIR basis (for MT-safety). For now, this change does
the following:
o Remove the hash table from telldir.c. Recode to use queue
macros.
o Remove 'const' from 'telldir(const DIR *)'.
o Remove 'register' variables as suggested in a recent
thread.
No response from: -current
Notes:
svn path=/head/; revision=69656
|
| |
|
|
|
|
|
|
|
|
| |
LOG_UUCP.
PR: docs/23302
Submitted by: cshumway
Notes:
svn path=/head/; revision=69637
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- iruserok_sa() and __ivaliduser_af() were re-organized to use
__ivaliduser_sa()
- __icheckhost() was re-written to use getaddrinfo() instead of
getipnodebyname()
- better handling of multiple destination addresses in rcmd()
These changes were basically taken from KAME and changed to fit our
rcmd.c.
Obtained from: KAME
Notes:
svn path=/head/; revision=69575
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69563
|
| |
|
|
|
|
|
|
|
|
|
| |
a NULL argument. Some programs change the contents of the argv
array, typically to remove some special arguments. They shorten
argv by storing a NULL where an argument pointer used to be. Such
programs core dumped if they called setproctitle(), because it
would try to apply strlen() to a NULL pointer.
Notes:
svn path=/head/; revision=69560
|
| |
|
|
|
|
|
|
| |
iterating over the arguments. Doing so wipes out the value which
is about to be stored into the ps_strings structure.
Notes:
svn path=/head/; revision=69558
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69555
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69515
|
| |
|
|
|
|
|
|
|
|
|
|
| |
instead of immediately after the fclose. The previous logic did work
on freebsd, but is somewhat risky practice (and causes trouble when
porting to other OS's).
PR: bin/22965
Reviewed by: Garrett Wollman
Notes:
svn path=/head/; revision=69502
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69336
|
| |
|
|
|
|
|
| |
happy.
Notes:
svn path=/head/; revision=69332
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69329
|
| |
|
|
|
|
|
| |
elf(5) and a.out(5) into `SEE ALSO' section.
Notes:
svn path=/head/; revision=69276
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69235
|
| |
|
|
|
|
|
|
|
|
| |
stderr in case of warnings and errors.
Rename malloc_options to have a leading underscore, I belive I have been
told that is more correct namespace wise.
Notes:
svn path=/head/; revision=69201
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69196
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69113
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69104
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69051
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69026
|
| |
|
|
|
|
|
|
|
| |
a file descriptor table. (Thanks to Alan Cox)
Clarify the fact that the changelist and eventlist can be shared.
Notes:
svn path=/head/; revision=69014
|
| |
|
|
|
|
|
|
|
| |
Inspired by PR: 21708
Submitted by: Ronald F. Guilmette <rfg@monkeys.com>
Reviewed by: jlemon
Notes:
svn path=/head/; revision=68998
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68959
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68958
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68957
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68948
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68947
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68946
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68945
|
| |
|
|
|
|
|
|
| |
Submitted by: ianm@kashmir.cit.nepean.uws.edu.au via OpenBSD
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=68896
|
| |
|
|
|
|
|
|
|
| |
point them to mkstemp() instead.
Obtained from: OpenBSD (based on)
Notes:
svn path=/head/; revision=68893
|
| |
|
|
|
|
|
|
|
|
| |
Also notes that mkstemp() first appeared in 4.4BSD (change obtained
from OpenBSD)
Reviewed by: sheldonh
Notes:
svn path=/head/; revision=68892
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68854
|
| |
|
|
|
|
|
| |
The former looks ugly on grotty(1) devices.
Notes:
svn path=/head/; revision=68820
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68751
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68722
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68716
|