| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
status of capabilities (library is complete, kernel work is maintained
outside the tree).
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=67035
|
| |
|
|
| |
Notes:
svn path=/head/; revision=66999
|
| |
|
|
|
|
|
| |
developed and maintained.
Notes:
svn path=/head/; revision=66566
|
| |
|
|
|
|
|
| |
Suggested by: Don Lewis <Don.Lewis@tsc.tdk.com>
Notes:
svn path=/head/; revision=66485
|
| |
|
|
|
|
|
|
|
| |
set-user-ID and set-group-ID programs.
Suggested by: Danny Braniss <danny@cs.huji.ac.il>
Notes:
svn path=/head/; revision=66451
|
| |
|
|
|
|
|
| |
pages by Chris Costello.
Notes:
svn path=/head/; revision=66430
|
| |
|
|
|
|
|
|
| |
PR: misc/21596
Submitted by: TOGAWA Satoshi <toga@puyo.org>
Notes:
svn path=/head/; revision=66412
|
| |
|
|
|
|
|
| |
From: Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
Notes:
svn path=/head/; revision=66374
|
| |
|
|
|
|
|
|
|
|
| |
o Removal of unneeded enum
o Removal of commented out debugging printf()'s.
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=66259
|
| |
|
|
|
|
|
|
|
| |
directly. Now also .Xr fseek reference.
Prodded by: sheldonh
Notes:
svn path=/head/; revision=66249
|
| |
|
|
|
|
|
|
| |
PR: 21428
Reviewed by: ben
Notes:
svn path=/head/; revision=66220
|
| |
|
|
|
|
|
|
|
| |
and clearing watchpoints.
Reviewed by: jwd@FreeBSD.org, -hackers@
Notes:
svn path=/head/; revision=66174
|
| |
|
|
|
|
|
| |
Pointed out by: phk
Notes:
svn path=/head/; revision=66105
|
| |
|
|
|
|
|
|
|
| |
The recent problems with sshd were due to sshd reassigning
`environ' when setenv() thinks it owns it. setenv() subsequently
realloc()s the new version of environ and *boom*
Notes:
svn path=/head/; revision=66101
|
| |
|
|
|
|
|
| |
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=66079
|
| |
|
|
|
|
|
|
|
|
|
| |
- Include <stdlib.h> and <string.h> as needed for prototypes
- Remove unneeded "error" variables
o Make cap_init() use cap_clear() instead of bzero()
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=66078
|
| |
|
|
|
|
|
|
|
|
| |
o Implementations will remain in the seperately distributed capability
patch until the cap_t type changes are synchronized.
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=66077
|
| |
|
|
|
|
|
|
|
|
|
| |
acl_from_text.3
o Minor whitespace cleanups relative to the TrustedBSD tree to reduce
content-free differences.
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=66076
|
| |
|
|
|
|
|
| |
undefined symbols.
Notes:
svn path=/head/; revision=66057
|
| |
|
|
|
|
|
| |
the RTLD_GLOBAL and RTLD_LOCAL flags which can be passed to dlopen().
Notes:
svn path=/head/; revision=66054
|
| |
|
|
|
|
|
|
|
| |
was CAP_CLEAR.
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=66049
|
| |
|
|
|
|
|
|
| |
A missing _PATH_DEVDB ("/var/run/dev.db") is not cause for a warning
anymore, the file is effectively optional these days.
Notes:
svn path=/head/; revision=65955
|
| |
|
|
|
|
|
|
|
|
|
|
| |
response to return. This will stop processes waiting on DNS requests
from being woken up when a select collision occurs. This was tested
on mx1.FreeBSD.org (outgoing mail for the FreeBSD.org mailing
lists.)
Reviewed by: jlemon, peter
Notes:
svn path=/head/; revision=65772
|
| |
|
|
|
|
|
|
| |
PR: bin/21092
Submitted by: Alexander Kabaev <ak03@gte.com>
Notes:
svn path=/head/; revision=65702
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
were not present when dev_mkdb(8) was run.
First the dev_mkdb(8) database is searched, this caters for non-DEVFS
cases where people have renamed a device.
If that fails we ask the kernel using sysctl kern.devname if the device
driver has put a name in the dev_t. This covers DEVFS cloned devices.
If that also fails we format a string which isn't entirely useless.
Notes:
svn path=/head/; revision=65632
|
| |
|
|
| |
Notes:
svn path=/head/; revision=65609
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
be used to point to a bad locale file. This is only believed to be a
minor security risk - the only risk is if some program uses the result
of a localized string as a format specifier in a vulnerable function
like sprintf(). No such code is believed to exist in the FreeBSD base
system, although it is possible that badly written third party code
would do that.
Submitted by: imp
Approved by: ache
Notes:
svn path=/head/; revision=65603
|
| |
|
|
|
|
|
| |
Submitted by: ume
Notes:
svn path=/head/; revision=65558
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
configure FreeBSD so that various databases such as passwd and group can be
looked up using flat files, NIS, or Hesiod.
= Hesiod has been added to libc (see hesiod(3)).
= A library routine for parsing nsswitch.conf and invoking callback
functions as specified has been added to libc (see nsdispatch(3)).
= The following C library functions have been modified to use nsdispatch:
. getgrent, getgrnam, getgrgid
. getpwent, getpwnam, getpwuid
. getusershell
. getaddrinfo
. gethostbyname, gethostbyname2, gethostbyaddr
. getnetbyname, getnetbyaddr
. getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr
= host.conf has been removed from src/etc. rc.network has been modified
to warn that host.conf is no longer used at boot time. In addition, if
there is a host.conf but no nsswitch.conf, the latter is created at boot
time from the former.
Obtained from: NetBSD
Notes:
svn path=/head/; revision=65532
|
| |
|
|
| |
Notes:
svn path=/head/; revision=65521
|
| |
|
|
| |
Notes:
svn path=/head/; revision=65485
|
| |
|
|
| |
Notes:
svn path=/head/; revision=65476
|
| |
|
|
|
|
|
| |
Found by: ache
Notes:
svn path=/head/; revision=65472
|
| |
|
|
|
|
|
|
|
|
|
| |
It was kinda silly since the sigaction() syscall that it used to setup
the handler is more recent than __getcwd(), therefore it was useless
as the wrapper would have died before even getting as far as __getcwd(2).
Reminded by: bde
Notes:
svn path=/head/; revision=65468
|
| |
|
|
|
|
|
|
| |
library depends on other things that come *way* later than poll() now
(sigset size changes in particular)
Notes:
svn path=/head/; revision=65453
|
| |
|
|
|
|
|
| |
Submitted by: sheldonh
Notes:
svn path=/head/; revision=65441
|
| |
|
|
|
|
|
|
|
|
| |
* mdoc cleanup
* document missing errno values (ERRORS section)
Reviewed by: sheldonh
Notes:
svn path=/head/; revision=65437
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* rewrite catopen() to remove duplicate code chunks and optimize
* if empty string is passed to catopen() as name argument then
catopen() will set errno to ENOENT (File not found), not EINVAL
* move search code to LOOKUP() macro to shrink amount of duplicated code
* move common resource freeing actions to __nls_free_resources() function
* exclude from build code related to MCLoadAll defintion since it is not
using at all
* style(9) related whitespace changes
Reviewed by: ache
Notes:
svn path=/head/; revision=65436
|
| |
|
|
|
|
|
|
|
|
|
|
| |
in my tree for a long time. bde reviewed this once upon a time and
said it was OK, iirc. This also obviates the need to put ? in the
optstring argument to preclude the extra warning message which some
people think confuses users. When I made my getopt cleanups of a long
time ago, this was the compromise reached. I just neglected to commit
it until now.
Notes:
svn path=/head/; revision=65421
|
| |
|
|
|
|
|
|
|
|
| |
boolean and it is LC_ALL that's special.
Someone submitted this to me a long time ago, but I can't find the
mail now.
Notes:
svn path=/head/; revision=65420
|
| |
|
|
|
|
|
|
| |
the system likely won't change in the future, but the warning is a
good idea.
Notes:
svn path=/head/; revision=65419
|
| |
|
|
|
|
|
|
| |
read() syscalls. It not cause static binary size increasing because stdio
already picked via setlocale() called from catopen()
Notes:
svn path=/head/; revision=65417
|
| |
|
|
|
|
|
| |
The implementation will behave as if no library function calls strtok().
Notes:
svn path=/head/; revision=65405
|
| |
|
|
| |
Notes:
svn path=/head/; revision=65356
|
| |
|
|
|
|
|
|
|
|
|
|
| |
and bump __FreeBSD_version to 500012 to mark the occasion.
setproctitle() is prototyped in unistd.h as opposed to stdlib.h
where OpenBSD and NetBSD have it.
Reviewed by: peter
Notes:
svn path=/head/; revision=65353
|
| |
|
|
| |
Notes:
svn path=/head/; revision=65330
|
| |
|
|
|
|
|
|
| |
Resort #include files
Remove SYSV compatibility chunks
Notes:
svn path=/head/; revision=65326
|
| |
|
|
| |
Notes:
svn path=/head/; revision=65325
|
| |
|
|
| |
Notes:
svn path=/head/; revision=65324
|
| |
|
|
| |
Notes:
svn path=/head/; revision=65323
|