| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Hook up mac_stub in files and options.
Reference mac_stub in NOTES.
|
| |
|
| |
|
|
|
|
| |
this card has a real ID, but I don't know what it is at this time.
|
| |
|
|
|
|
|
| |
modle number, and I continue to use it as a place holder until I find
out what Intersil's name for it is.
|
|
|
|
| |
Reminded by: ru
|
|
|
|
|
|
|
|
| |
mac_stub policy and no longer mac_none (as found in the repocopy).
Add comment to this effect.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
|
|
|
|
|
|
|
| |
stubs. Add a pointer to mac_stub, which is now the stub policy.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
|
|
|
|
|
|
|
|
|
|
|
|
| |
o AD1980 hook.
o ac97_fix_auxout.
and:
o Associate AC97_MIX_AUXOUT with SOUND_MIXER_OGAIN rather than
SOUND_MIXER_MONITOR.
o Add ac97_fix_tone to remove tone controls from mixer if invalid.
|
|
|
|
| |
Submitted by: Oleg Sharoiko, Rudolf Cejka.
|
|
|
|
|
|
|
|
|
|
| |
modules/mac_none/Makefile -> modules/mac_stub/Makefile
security/mac_none/mac_none.c -> security/mac_stub/mac_stub.c
mac_none will become a null policy, and mac_stub will be the stub
policy from here on out.
Thanks Joe!
|
|
|
|
|
|
|
| |
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
PR: docs/55659
Confirmed by: driver source code and pccard.conf
MFC after: 3 days
|
|
|
|
|
|
|
| |
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
PR: docs/55636
Confirmed by: driver source code and pccard.conf
MFC after: 3 days
|
|
|
|
| |
"Kernel release date" - userland version is in /usr/include/osreldate.h
|
|
|
|
|
|
|
| |
mpo_check_vnode_listextattr() for Biba, MLS, and BSD Extended.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
|
|
|
|
|
|
|
| |
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
PR: docs/55644
Confirmed by: driver source code
MFC after: 3 days
|
| |
|
|
|
|
| |
Noticed indirectly by: peter
|
|
|
|
|
|
|
|
|
|
|
| |
explicit access control checks to delete and list extended attributes
on a vnode, rather than implicitly combining with the setextattr and
getextattr checks. This reflects EA API changes in the kernel made
recently, including the move to explicit VOP's for both of these
operations.
Obtained from: TrustedBSD PRoject
Sponsored by: DARPA, Network Associates Laboratories
|
| |
|
|
|
|
|
|
| |
is from the same PR. Prompted by the reporter of the PR.
PR: 38372
|
| |
|
|
|
|
| |
better that way when sigaction() and sigreturn() do the right thing.
|
|
|
|
|
|
|
|
|
|
| |
when reading/writing spool files. I intend to do a more elaborate
version, but I want to get this much in before 4.9-release. As written,
this results in no change to the object code.
Submitted by: John-Mark Gurney
Reviewed by: /sbin/md5
MFC after: 4 days
|
|
|
|
|
|
|
| |
introduced an error. In power_enable_socket, we only return ENODEV if
there isn't a card, not if there is a card. Ooops.
Pointy hat to: bsdimp
|
|
|
|
|
|
|
| |
names in Amharic instead of English.
Also, remove some extra names I had previously considered
including. They don't make sense since the calendar names
don't match up.
|
|
|
|
| |
Submitted by: Pavlin Radoslavov <pavlin@icir.org>
|
| |
|
|
|
|
|
| |
- Insure that the page table page is zero filled before adding it
to the page table.
|
|
|
|
|
|
|
|
|
| |
MAC_DEBUG_COUNTER_INC() and MAC_DEBUG_COUNTER_DEC() to maintain
debugging counter values rather than #ifdef'ing the atomic
operations to MAC_DEBUG.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
|
|
|
|
|
|
|
|
|
|
| |
represents the pruely stylistic changes and should have no net impact
on the rest of the code.
bde's more substantive changes will follow in a separate commit once
we've come to closure on them.
Submitted by: bde
|
|
|
|
|
|
|
|
|
|
|
| |
UMA_ZFLAG_INTERNAL zones at all. Apparently, Wilko's alpha
was crashing while entering multi-user because, I think, we
were calculating the garbage cachefree for pcpu caches that
essentially don't exist for at least the 'zones' zone and it so
happened that we were reading from an unmapped location.
Confirmed to fix crash: wilko
Helped debug: wilko, gallatin
|
|
|
|
|
|
| |
prefer tabs to 8 spaces, focus on consistent indentation, prefer modern
C function prototypes. Not all the way to style(9), but substantially
closer.
|
|
|
|
|
|
|
|
|
| |
from queue(3).
Improve vertical compactness by using a IGMP_PRINTF() macro rather
than #ifdefing IGMP_DEBUG a large number of debugging printfs.
Reviewed by: mdodd (SLIST changes)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
specific interfaces. This is required by aodvd, and may in future help us
in getting rid of the requirement for BPF from our import of isc-dhcp.
Suggested by: fenestro
Obtained from: BSD/OS
Reviewed by: mini, sam
Approved by: jake (mentor)
|
|
|
|
|
|
|
|
|
| |
critical region, we wrap some syscalls for thread cancellation point, and
when syscalls returns, we call _thr_leave_cancellation_point, at the time
if a signal comes in, it would be buffered, and when the thread leaves
_thr_leave_cancellation_point, buffered signals will be processed, to avoid
messing up normal syscall errno, we should save and restore errno around
signal handling code.
|
| |
|
|
|
|
|
|
|
| |
called this way the program just prints its help intro, so the
memory leak is not a problem.
Pointed out by: bde
|
| |
|
|
|
|
|
|
|
|
| |
off by default.
o Apparently the routine displaying the informational messages wasn't
checking its knob in rc.conf, so fix that as well.
Requested by: obrien
|
| |
|
|
|
|
|
| |
laptops are "PC Cards" and uses said term consistantly. Allow my
foolish hobgoblins to get the better of me and become consistant.
|
|
|
|
|
|
|
|
|
| |
to ignore all PC Card devices.
Submitted by: Anders Nordby
PR: bin/37650
MFC After: 2 weeks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
devfs(8) rules in rc(8). It is most useful for applying
rules to devfs(5) mount points in /dev or inside jails.
The following line of script is sufficient to
mount a relatively useful+secure devfs(5) in a jail:
devfs_mount_jail /some/jail/dev
Some new shell routines available to scripts that source
rc.subr(5):
o devfs_link - Makes it a little easier to create symlinks
o devfs_init_rulesets - Create devfs(8) rulesets from devfs.rules
o devfs_set_ruleset - Set a ruleset to a devfs(5) mount
o devfs_apply_ruleset - Apply a ruleset to a devfs(5) mount
o devfs_domount - Mount devfs(5) and apply some ruleset
o devfs_mount_jail - Mount devfs(5) and apply a ruleset
appropriate to jails.
Additional rulesets can be specified in /etc/devfs.rules.
If the devfs_system_ruleset variable is defined in rc.conf
and it contains the name of a ruleset defined in /etc/defaults/devfs.rules
or user supplied rulesets in /etc/devfs.rules then that ruleset will
be applied to /dev at startup by the /etc/rc.d/devfs script. It can
also be applied post-startup:
/etc/rc.d/devfs start
This is a more flexible mechanism than the previous method of using
/etc/devfs.conf. However, that method is still available.
Note: since devfs(8) doesn't provide any way for creating symlinks
as part of a ruleset, anyone wishing to create symlinks in a devfs(5)
as part of the bootup sequence will still have to rely on /etc/devfs.conf.
|
|
|
|
| |
hard to get right.
|
| |
|
|
|
|
| |
was asserted during a tsleep resulting in a panic in tsleep.
|
|
|
|
|
| |
happen (unless someone sends one to me). Kill bogus module depend
that I commented out over a year ago.
|