| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Obtained from: ACPI for FreeBSD project
|
| |
|
|
|
|
| |
Submitted by: Jakob Stoklund Olesen <stoklund@taxidriver.dk>
|
|
|
|
| |
Submitted by: Angelos D. Keromytis <angelos@dsl.cis.upenn.edu>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
All periodic sub-scripts <larf> now have their return codes interpreted
by periodic(8). Output may be masked based on variable values in
periodic.conf.
It's also now possible to email periodic output to arbitrary addresses,
or to send it to a log file, examples of which can be found in
newsyslog.conf.
The upshot of it all should be no discernable changes to the default
behaviour of periodic(8).
PR: 21250
|
|
|
|
| |
Fixed style bugs.
|
|
|
|
|
|
|
|
| |
for all the debugging work.
PR: 21017
Reported by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
Submitted by: Jos Backus <josb@cncdsl.com>,
|
|
|
|
|
|
|
|
| |
Refer to kbdmap(5) from a few man pages.
Remove it from TODO list.
Add missing FreeBSD tags.
PR: 19260
|
|
|
|
|
| |
PR: 19260
Reviewed by: sheldonh
|
| |
|
|
|
|
| |
Obtained from: Sergei Vyshenski <svysh@pn.sinp.msu.ru>
|
|
|
|
|
|
|
| |
utility that is cautious but sometimes you want to be less
cautious. Go figure.
Submitted by: sheldonh
|
|
|
|
|
|
|
|
|
| |
the existing attribute file rather than aborting with an error.
o Useful if you want to reset the state of attributes on the system without
allocating different disk blocks through deletion and recreation,
for example, if you're doing benchmarks of extended attribute code. :-)
Obtained from: TrustedBSD Project
|
|
|
|
|
|
|
|
| |
to syscons. I have a man page to follow describing the format of the
kbdmap file.
PR: 19273
Reviewed by: sheldonh
|
| |
|
| |
|
| |
|
|
|
|
| |
Pointed out by: nyan
|
|
|
|
| |
Update URL for on-line Ports Collection INDEX file.
|
|
|
|
|
|
|
|
|
| |
introduced by version 1.349 of ports/Mk/bsd.port.mk and originally
submitted by kris.
In particular, it understands the $PORTREVISION (FreeBSD-specific changes
or patches to a port) and $PORTEPOCH (for re-sorting version numbers
when not used or when broken).
|
|
|
|
|
| |
PR: 20936
Originated by: obrien
|
|
|
|
|
|
|
| |
attribute instance headers, or higher inode numbers will require
additional disk blocks to be allocated later.
Obtained from: TrustedBSD Project
|
| |
|
|
|
|
| |
Submitted by: des
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 21068
Submitted by: Martin Eggen <martin@copyleft.no>
|
|
|
|
| |
upgraders will not receive any unpleasant surprises.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
attribute namespace and DAC protection on file:
- Attribute names beginning with '$' are in the system namespace
- The attribute name "$" is reserved
- System namespace attributes may only be read/set by suser()
or by kernel (cred == NULL)
- Other attribute names are in the application namespace
- The attribute name "" is reserved
- Application namespace attributes are protected in the manner
of the target file permission
o Kernel changes
- Add ufs_extattr_valid_attrname() to check whether the requested
attribute "set" or "enable" is appropriate (i.e., non-reserved)
- Modify ufs_extattr_credcheck() to accept target file vnode, not
to take inode uid
- Modify ufs_extattr_credcheck() to check namespace, then enforce
either kernel/suser for system namespace, or vaccess() for
application namespace
o EA backing file format changes
- Remove permission fields from extended attribute backing file
header
- Bump extended attribute backing file header version to 3
o Update extattrctl.c and extattrctl.8
- Remove now deprecated -r and -w arguments to initattr, as
permissions are now implicit
- (unrelated) fix error reporting and unlinking during failed
initattr to remove duplicate/inaccurate error messages, and to
only unlink if the failure wasn't in the backing file open()
Obtained from: TrustedBSD Project
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: iwasaki
Obtained from: PAO3
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| | |
Obtained from: ACPI For FreeBSD project
|
|\ \
| |/
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| | |
Obtained from: ACPI For FreeBSD project
|
|\ \
| |/
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
|
|
|
| |
Obtained from: ACPI For FreeBSD project
|
|
|
|
| |
Obtained from: ACPI For FreeBSD project
|
| |
|
| |
|
|
|
|
|
|
|
| |
an empty argument
PR: 20937 (maybe)
PR: 20938
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- The "Osd*" stuff went away from acpi driver code, use the bus_space
functions directly instead.
- Fix minor english bugs.
acpi_registers_input -> acpi_register_input
acpi_registers_output -> acpi_register_output
- Remove all magic numbers for the sleeping states. We now have
#defines for these.
- NULL is treated the same as the return from aml_get_rootname in
aml_find_from_namespace().
Suggested by: msmith
Thanks mike!
|
|
|
|
|
| |
Broken by: me
Submitted by: Mark Hannon <markhannon@one.net.au>
|
|
|
|
| |
Submitted by: Matt Behrens <matt@megaweapon.zigg.com>
|