| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
too large, even when the integral constant was e.g. 1).
|
| |
|
|
|
|
|
| |
PR: 3829
Submitted by: Josh Gilliam <josh@quick.net>
|
|
|
|
| |
(It has been ``SKEY.ACCESS''.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These changes add the ability to specify that a UFS file/directory
cannot be unlinked. This is basically a scaled back version
of the IMMUTABLE flag. The reason is to allow an administrator
to create a directory hierarchy that a group of users
can arbitrarily add/delete files from, but that the hierarchy
itself is safe from removal by them.
If the NOUNLINK definition is set to 0
then this results in no change to what happens normally.
(and results in identical binary (in the kernel)).
It can be proven that if this bit is never set by the admin,
no new behaviour is introduced..
Several "good idea" comments from reviewers plus one grumble
about creeping featurism.
This code is in production in 2.2 based systems
|
| |
|
|
|
|
|
| |
Inscribed onto my chest with razor blades and then doused with
lemon juice by: Jason Young <doogie@forbidden-donut.anet-stl.com>
|
| |
|
|
|
|
| |
which included commits to RCS files with non-trunk default branches.
|
|
|
|
| |
which included commits to RCS files with non-trunk default branches.
|
|
|
|
| |
which included commits to RCS files with non-trunk default branches.
|
|
|
|
| |
which included commits to RCS files with non-trunk default branches.
|
|
|
|
|
| |
PR: 3684
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
|
|
|
|
| |
spammed named with bogus queries.
|
|
|
|
|
|
|
|
| |
until the includes are installed, and it doesn't install the includes until
xinstall is built (the previous xinstall binary may not have -C). As a
bandaid, define MAP_FAILED ourselves if <sys/mman.h> didn't. Perhaps it
would be safer to simply disable mmap if all the prerequisites are not
there.
|
| |
|
| |
|
|
|
|
|
| |
PR: bin/3376
Submitted by: me
|
|
|
|
|
| |
Fix a macro name that was misspelled both in brandelf.c and
imgact_elf.h.
|
| |
|
| |
|
|
|
|
|
|
| |
Closes PR docs/3612.
Submitted by: Josh Gilliam <soil@quick.net>
|
| |
|
|
|
|
| |
Threatened PR by: Tim Vanderhoek :)
|
| |
|
|
|
|
| |
thing in the HEAD element.
|
|
|
|
|
| |
PR: 3570
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Updated (incorrect) entry for bash [-v].
Remove unused support for long rlim_t.
Added "bash2" to bash style ulimit handling.
|
|
|
|
| |
auth_rmfiles() was being called in error without LOGIN_CAP_AUTH defined.
|
|
|
|
|
|
|
| |
Remove the dns lookup code in the ipx functions. That is bogus and slows
things like netstat -r(f ipx) down, without gaining anything.
Remove the ipx error protocol statistics.
|
|
|
|
|
|
|
|
|
| |
2) Remove -ssi option, the -hdr and -ftr options are a more
flexible solution.
3) Make docbook support work better.
4) Document docbook support.
5) Add an -e option to specify encoding for generated HTML files,
eg -e EUC-JP adds an appropriate <META> tag in the <HEAD> element.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
ipcs -T' shows system information about shared memory,
message queues and semaphores. But the manual description does
not mention semapores.
Now it does.
PR: docs/3489
Submitted by: k-horik@yk.rim.or.jp
|
|
|
|
|
| |
PR: 3472
Submitted by: Josh Gilliam <soil@quick.net>
|
| |
|
|
|
|
|
| |
Closes PR#3409
Submitted-by: Josh Gilliam
|
|
|
|
|
|
|
| |
in the C case so that we don't have to depend on stdlib.h being
present.
Submitted by: Bruce Evans <bde@freefall.freebsd.org>
|
|
|
|
| |
Submitted by: Bruce Evans <bde@freefall.freebsd.org>
|
|
|
|
|
|
| |
parsers. Closes PR #2792.
Submitted by: Tim Vanderhoek
|
|
|
|
|
| |
add missing Id's
other minor clean ups
|
|
|
|
|
| |
PR: 3385
Submitted by: Josh Gilliam <soil@quick.net>
|
|
|
|
| |
Reviewed by: bde
|
|
|
|
| |
and not clobber memory by fclose().
|
|
|
|
| |
and use _exit() instead of exit()
|
|
|
|
|
| |
This program don't bother to do even minimal vfork() support as per vfork(2)
manpage required.
|
|
|
|
| |
set to something other than "/" now actually works.
|