| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Compatability is not an existing english word.
Add $FreeBSD$.
Notes:
svn path=/head/; revision=72092
|
| |
|
|
|
|
|
|
|
| |
Seperate does not exist in the english language.
Submitted to look at by: kris
Notes:
svn path=/head/; revision=72089
|
| |
|
|
| |
Notes:
svn path=/head/; revision=72064
|
| |
|
|
| |
Notes:
svn path=/head/; revision=72048
|
| |
|
|
| |
Notes:
svn path=/head/; revision=72047
|
| |
|
|
| |
Notes:
svn path=/head/; revision=72046
|
| |
|
|
| |
Notes:
svn path=/head/; revision=72045
|
| |
|
|
|
|
|
|
| |
Forgotten in: rev.1.58, which was not Submitted by: bde (I requested
untangling parts of the crypto mess).
Notes:
svn path=/head/; revision=72044
|
| |
|
|
|
|
|
| |
Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
Notes:
svn path=/head/; revision=71987
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71978
|
| |
|
|
|
|
|
|
| |
Submitted by: Mike Heffner <mheffner@vt.edu>
Reviewed by: freebsd-audit
Notes:
svn path=/head/; revision=71929
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71895
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and treating (almost) all system calls the same way:
__sys_foo - actual syscall
foo, _foo - weak definitions to __sys_foo
Change PSEUDO syscalls (currently only _exit and _getlogin) to
be __sys_foo (T) and _foo (W).
Add $FreeBSD$ to a few files to satisfy commitprep.
Suggested by: bde
Notes:
svn path=/head/; revision=71770
|
| |
|
|
|
|
|
|
|
| |
http://X68000.startshop.co.jp/~68user/cgi-bin/wwwboard.cgi?log=1673
Obtained from: KAME
Notes:
svn path=/head/; revision=71678
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71663
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71662
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
adding (weak definitions to) stubs for some of the pthread
functions. If the threads library is linked in, the real
pthread functions will pulled in.
Use the following convention for system calls wrapped by the
threads library:
__sys_foo - actual system call
_foo - weak definition to __sys_foo
foo - weak definition to __sys_foo
Change all libc uses of system calls wrapped by the threads
library from foo to _foo. In order to define the prototypes
for _foo(), we introduce namespace.h and un-namespace.h
(suggested by bde). All files that need to reference these
system calls, should include namespace.h before any standard
includes, then include un-namespace.h after the standard
includes and before any local includes. <db.h> is an exception
and shouldn't be included in between namespace.h and
un-namespace.h namespace.h will define foo to _foo, and
un-namespace.h will undefine foo.
Try to eliminate some of the recursive calls to MT-safe
functions in libc/stdio in preparation for adding a mutex
to FILE. We have recursive mutexes, but would like to avoid
using them if possible.
Remove uneeded includes of <errno.h> from a few files.
Add $FreeBSD$ to a few files in order to pass commitprep.
Approved by: -arch
Notes:
svn path=/head/; revision=71579
|
| |
|
|
|
|
|
| |
the errno semantics. Get it (closer to) right this time.
Notes:
svn path=/head/; revision=71438
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71416
|
| |
|
|
|
|
|
| |
relavant header file changes are committed) for POSIX support.
Notes:
svn path=/head/; revision=71414
|
| |
|
|
|
|
|
| |
and use of this function have been added to the sysctl.3 manual page.
Notes:
svn path=/head/; revision=71409
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71216
|
| |
|
|
|
|
|
|
| |
PR: 24410
Submitted by: Martin Horcicka <horcicka@vol.cz>
Notes:
svn path=/head/; revision=71193
|
| |
|
|
|
|
|
| |
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=71192
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
attempt to read memory when siz is 0
- Clarify comments referring to strlcat() usage
PR: 24278, 24295
Submitted by: Tony Finch <dot@dotat.at>
Richard Kettlewell <rjk@greenend.org.uk>
Reviewed by: -audit
Notes:
svn path=/head/; revision=71191
|
| |
|
|
|
|
|
|
|
|
|
| |
single manual page, appropriately linked, since this removes the
decision of which page the (previously non-existent) sigmask.2
MLINK should point at.
Submitted by: will
Notes:
svn path=/head/; revision=71177
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71175
|
| |
|
|
|
|
|
| |
the rup(1) and rpc.rstatd(8) manpages respectively.
Notes:
svn path=/head/; revision=71159
|
| |
|
|
|
|
|
|
| |
Submitted by: jedgar
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=71142
|
| |
|
|
|
|
|
|
|
|
| |
(abort() flushes all open stdio streams for one thing.)
PR: 24249
Submitted by: Edwin Groothuis <mavetju@chello.nl>
Notes:
svn path=/head/; revision=71129
|
| |
|
|
|
|
|
|
|
|
| |
EFAULT.
PR: 24360
Submitted by: Kenneth Ingham <ingham@i-pi.com>
Notes:
svn path=/head/; revision=71124
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71097
|
| |
|
|
| |
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
|