Age | Commit message (Collapse) | Author |
|
ok kettenis@ mpi@
|
|
|
|
request and ok naddy@
|
|
Based on diff from Michal Mazurek (akfaew (at) jasminek.net)
|
|
for generating and parsing them.
ok mpi@ naddy@ millert@ deraadt@
|
|
For coherency with other archs and in order to use it in MI code.
ok visa@, tobiasu@
|
|
this is no longer needed.
ok beck@, natano@
|
|
in the buffer cache.
When the Dynamic Buffer Cache has been introduced bread_cluster()
became the replacement of cluster_read(). However this function
did not consider the B_CACHE flag of the first buffer of a cluster
like its predecessor did.
This improves a lot read operations on MSDOSFS while reducing the
number of DMA operations.
ok beck@
|
|
ok stefan@
|
|
|
|
ok doug@ bcook@
|
|
ok mpi@ visa@
|
|
|
|
|
|
|
|
The wpath, cpath and fattr promises are not required for calling mknod(2),
dpath is enough.
ok semarie@
testing and ok tb@
|
|
All our archs use the same define.
|
|
It should be possible to use set +o to save the current shell options,
then modify them at will and later restore them to the saved value.
Therefore the output must not only contain the options which are
currently set, but also the ones that are _not_ set, so a restore
disables them if they are enabled.
from Martijn Dekker (martijn (at) inlv (dot) org)
ok sthen@, tb@
|
|
|
|
When only one thread can access a map, there's no need
to lock it. Tweak the assertion instead of appeasing it
by acquiring a lock when it's not necessary.
ok kettenis@
|
|
From Michal Mazurek (akfaew (at) jasminek.net)
|
|
them in sys/proc.h has been removed with compat_linux
diff from Michal Mazurek (akfaew (at) jasminek.net)
|
|
long gone.
reminded by comment suggestion from Michal Mazurek (akfaew (at) jasminek.net)
ok natano@
|
|
epub detection which jirib at devio dot us reported as not working.
nicm says "The only thing I see that we do not support is the indirect
on the last line, I suggest just commenting it" (done).
|
|
|
|
|
|
stricter (per POSIX, dang it)
|
|
|
|
|
|
This will allow us to use some of the DDB macros on trapframe which are
not DDB_REGS.
|
|
OK halex@
|
|
Covers all of landisk/sh, per naddy's suggestion.
ok on previous diff deraadt@ naddy@
|
|
"just clean it", deraadt@; ok sha256
|
|
Simplifies the logic in domakenodes() slightly. OK espie@
|
|
Add /var/spool/output/lpd to mtree(1).
This removes the ability for the daemon group to write directly under
/var/spool/output; though no breakage is expected since this directory was only
supposed to contain line printer spooling directories.
ok sthen@
|
|
no other timezone than the fixed string "GMT". Avoid using strptime %Z,
which is nonstandard and can give surprising results on other operating
systems. ok deraadt@ giovanni@ bcook@
|
|
locale since if it isn't UTF-8 the system is broken anyway. If it fails,
try "" and check for UTF-8 with nl_langinfo(CODESET) rather than
wcwidth(). Based on a diff from schwarze@, nl_langinfo also suggested by
stsp@.
|
|
|
|
children from other parts of the program.
In that case, there's no reason to try to catch other process.
1/ they don't exist
2/ if they did, stealing their status would be bad.
okay deraadt@
|
|
which was a "better than nothing" measure for 5.9.
Another user to come. Approved by deraadt@ on principle.
thanks sthen@ for checking my lines over.
|
|
All work done by Martijn Dekker
OK millert@
|
|
integer overflow on bogus input and bizarre error messages. Moreover,
fortune files can now be named anything except names matching the regex
^[0-9][0-9.]*%$
ok mestre@
|
|
|
|
|
|
|
|
These are the direct sources from NLnet Labs upstream, minus these:
compat contrib libunbound/python pythonmod testcode testdata winrc
ok deraadt@ jakob@
|
|
With this, none of the original code survives, so the Copyright notice
can be changed accordingly.
This does pledge upfront, because having fifos or devices with
setuid/gid/sticky makes no sense anyway.
The reorganization was done to allow a "create multiple devices" at once
mode, in order to speed up MAKEDEV (eventually) now that the ksh builtin
is gone. The code is picky and checks all parameters before doing anything.
Inputs from natano, deraadt, rpe, millert, tb, jmc...
okay tb@, deraadt@
|
|
issue reported by igor.kos
(temporary) fix entirely provided by sthen
|
|
|
|
|