Age | Commit message (Collapse) | Author |
|
but allow absolute pathnames (treat that as an implicit @cwd).
|
|
ok robert@
|
|
need two functions doing the same thing, and also allow check to run as
non-root.
|
|
|
|
so do not throw an ERROR when there are none.
Formatting is already correct:
With no arguments, use default widths and no tag.
Problem reported by naddy@, thanks.
|
|
|
|
in a performance gain in OpenCVS in some "cvs update" scenarios.
ok zinovik
|
|
|
|
throwing a warning here was suggested by Joerg Sonnenberger.
|
|
All these indicate problems in the mdoc(7) or man(7) source code,
but they can't cause relevant information loss or clobbered formatting.
While here, error message improve wording and make it more uniform,
don't throw MANDOCERR_NOWIDTHARG twice when there is one single issue,
and consolidate MANDOCERR_WIDTHARG into MANDOCERR_IGNARGV.
|
|
needed for Xenocara and various ports.
Accept only relative paths and no ascension to the parent directory
as suggested by Joerg Sonnenberger; code looked over by Joerg, too.
Useful discussions with various people, among others espie@.
|
|
Seperate the code to read and parse a PART of a page (new function pdesc())
from the code to finish and output a FULL page (function fdesc());
in preparation for .so support.
|
|
services installed by the ports system (for now).
It only uses pgrep/pkill to handle these processes. A manual page will
come later.
'put it in' deraadt@
|
|
This fixes eject on Dell Latitude dock and an issue on the Dell Mini
battery update.
ok deraadt
|
|
ok jmc@, djm@
|
|
ok thib jsing
--
Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSET
mbuf constants from MD param.h to MI param.h.
Besides being the same on every arch, things will
most probly break if any arch has different values
then the others.
The NMBCLUSTERS constants needs to be MD though;
ok miod@,krw@,claudio@
|
|
|
|
some cases it is desired to load the rules as "match in" without "quick"
to allow additional filtering or applying additional rule/state options,
eg. to add an overload table for DOS mitigation. Add the optional "match"
keyword for the redirect "tag" option to change the pf rule type accordingly.
ok jsg@ mikeb@
|
|
ok sthen@
|
|
Currently on the genaration side is done.
|
|
FEC is the one and only FEC of that message. This is required by
the RFC. While it is not correct to have multiple FEC in anything
but label mapping messages ldpd will accept those since the RFC
is extra vague about this feature and it does not hurt.
|
|
definition of a FEC mapping. This makes extending struct map simpler
and makes it possible to access the additional data in struct map.
|
|
lde_send_labelrequest(), and lde_nbr_do_mappings() to follow the
algorithms defined in Appendix A of RFC 5036. Added comments and
markers for better understanding and to find missing bits.
OK michele@
|
|
OK michele@
|
|
ok espie@
|
|
register with the null selector (disabling use of it), stop reloading
it on every context switch, and blow away the table itself, as well
as the pcb and pmap bits that were used to track it. Also, delete
two other unused pcb members: pcb_usersp and pcb_flags. (Deleting
pcb_usersp also keeps the pcb_savefpu member aligned properly.)
Finally, delete the defines for the unimplemented AMD64_{GET,SET}_LDT
sysarch() calls.
Tested by various with both AMD and Intel chips
ok mikeb@
|
|
|
|
simple binds with BSD Authentication, using '#' as the delimiter, such
as:
userPassword: {BSDAUTH}username#loginclass
Useful for auth modules that require parameters such as login_radius.
ok martinh
|
|
"sure." deraadt@
|
|
|
|
to the host on resume.
from jonathan matthew
reviewed and ok matthew@
|
|
vmt(4) will now:
- initiate shutdown by signalling init with SIGUSR2 when requested by
the host.
- initiate a reboot by signalling init with SIGINT when requested by
the host.
- report the guests hostname to the host
- report the guests first non-loopback IP address to the host
- report the guests uptime to the host
- update the guests timedelta sensor using the 64bit rpc
vmt(4) now does the majority of what people actually need.
this has been tested on vmware server 2.0.2 with linux as the host,
vmware esx 4.0, and vmware esx 4.1
testing by jonathan matthew and myself. previous versions of the changes
were also tested by johan allard and srebrenko sehic.
code reviewed by and ok matthew@
thanks moch and johan :)
|
|
|
|
out if we create them manually, instead of erroring later during pkg_add.
|
|
|
|
|
|
pass state thru so that we can check in /etc/pkg.conf and use it if we want.
|
|
|
|
this is not the real solution to PR 6500; claudio is going to fix that
properly in the kernel
ok claudio
|
|
insensitive mode. From Geoff Steckel. OK deraadt@
|
|
performance due to the internal buffering stdio does wrt the optimal
read size (st_blksize). OK mikeb@
|
|
*this will become an error eventually, please fix those*
|
|
|
|
fixes a race-based kernel crash under rare circumstances
reported and fix tested by chefren att pi daht net
ok claudio@ henning@
|
|
use the common part independently.
|
|
ok dlg@
|
|
|
|
|
|
- when encountering nested displays (.Bd containing .Bd, .D1, .D1)
- when a block end macro was forgotten
- when ending a block that was never started
- when the uname(3) system call failed
along with a little related cleanup
|
|
|