| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=70974
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70966
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70959
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70936
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70874
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- errno is already set to ENOMEM (as appropriate) when asprintf(),
strdup(), or acl_init() fails
o acl_to_text.c:
- the return value of the initial strdup() is not checked
- errno is already set to ENOMEM (as appropriate) when asprintf
and acl_init() fails
- let the the default: case use 'goto error_label' for consistency
Submitted by: jedgar
Notes:
svn path=/head/; revision=70841
|
| |
|
|
|
|
|
| |
Submitted by: jedgar
Notes:
svn path=/head/; revision=70840
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70839
|
| |
|
|
|
|
|
|
|
| |
cap_get_fd(), cap_get_file() and cap_get_proc().
Submitted by: jedgar
Notes:
svn path=/head/; revision=70838
|
| |
|
|
|
|
|
|
|
|
| |
and groupnames, by adding appropriate support to acl_name_to_id()
in acl_support.c
Submitted by: green
Notes:
svn path=/head/; revision=70781
|
| |
|
|
|
|
|
| |
Approved by: rwatson
Notes:
svn path=/head/; revision=70768
|
| |
|
|
|
|
|
|
|
|
|
| |
- The stack was getting smashed by __grow_type_table()
- reallocf() was being called with the wrong pointer
- The maximum argument number was being incorrectly computed
PR: misc/23521
Notes:
svn path=/head/; revision=70725
|
| |
|
|
|
|
|
|
| |
PR: 23823
Noticed by: Andrew Arensburger <arensb@ooblick.com>
Notes:
svn path=/head/; revision=70710
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70592
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
interface was based on a draft version of POSIX whereas the final
(1996) version of POSIX specified that the error is returned.
While I'm here, fix getlogin_r so that it works for more than just
the first time it's called.
Reviewed by: wes, wollman (man page)
Notes:
svn path=/head/; revision=70557
|
| |
|
|
|
|
|
|
|
|
|
| |
the normal sense of the word, but does it through one of its arguments which
is a pointer to a pointer.
PR: 23717
Submitted by: phk
Notes:
svn path=/head/; revision=70553
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
quitting every time. The way to free a CIRCLEQ was to loop until
the current == current->head, but the way to free a TAILQ is to loop
until current->head == NULL.
In any case, the CORRECT way to do it is a loop of TAILQ_EMPTY() checks
and TAILQ_REMOVE()al of TAILQ_FIRST(). This bug wouldn't have happened
if the loop wasn't hard-coded...
There may be more bugs of this type from the conversion.
Notes:
svn path=/head/; revision=70512
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70492
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70482
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70481
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70412
|
| |
|
|
|
|
|
|
|
|
| |
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
|