summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-08-10- macros, punctuation, wording, and rewordingJared Yanovich
- fix issue from -r 1.5 about a reference to flock(2) being moved to the wrong place - use FD_CLOEXEC instead of 1 to fcntl() - refer to formal parameters consistently ok jmc
2005-08-10- standard ERRORS layoutJared Yanovich
- refer to formal parameters correctly ok jmc
2005-08-10- macrosJared Yanovich
- chflags() also returns EINVAL for invalid flags - chflags() also returns EINVAL for attempts to change flags on devices as non-superuser ok jmc
2005-08-10- punctuation & wordingJared Yanovich
- fix up RETURN VALUES section ok jmc
2005-08-10- punctuation fixesJared Yanovich
- refer to formal parameters consistently. ok jmc
2005-08-10- wordingJared Yanovich
- remove mention of antiquated protocols (e.g. ISO) - in example, use err() instead of errx() on error return since errno will be set - addrlen may also cause EFAULT ok jmc
2005-08-10Call open(2) with O_NONBLOCK and O_NOFOLLOW to make sure mtree can'tTodd C. Miller
be halted by a FIFO or special device. Use fgetln() instead of fgets() to handle arbitrarily long lines. If a line starts with a comment char, don't check for line continuation char. Adapted from a diff by Solar Designer. OK deraadt@ henning@
2005-08-09Adjust for new signal trampoline.Mark Kettenis
2005-08-09- Don't depend on the APM_CRIT_RESUME event to run PWR_RESUME power hooksUwe Stuehler
after a APM_CRIT_SUSPEND_REQ event. This fixes non-working devices after resume from battery low suspend. - Don't suspend automatically on APM_BATT_LOW because that's what could be too early (and we now understand APM_CRIT_SUSPEND_REQ).
2005-08-09same hereMarco Pfatschbacher
3.8 not 3.5
2005-08-09ifstated isn't released before 3.8Marco Pfatschbacher
ok jmc@
2005-08-09if we are replacing a package, the messages for @extra stuff should beMarc Espie
slightly different. Noticed by rohee@
2005-08-09Introduce new route decision tunable "rde med compare (always|strict)".Claudio Jeker
If set to always the med will also be compared between different AS. The default is strict which is the way the RFC specifies it. OK henning@
2005-08-09Add VIS_GLOB to escape special characters used by shell-style globbing.Todd C. Miller
From Solar Designer based on changes in FreeBSD. OK deraadt@
2005-08-09syncTheo de Raadt
2005-08-09add watchdogdTheo de Raadt
2005-08-09apparently some ultra machines do need this, work by miod; testing my uweTheo de Raadt
2005-08-09Re-add the change from tzcode2005c, this time with an added boundsTodd C. Miller
check from Arthur David Olson that fixes a possible infinite loop.
2005-08-09xr sysctl(8)Michael Shalayeff
2005-08-09link static and mlockall() once daemonised to prevent sudden pageins and ↵Michael Shalayeff
wdog misfire; discussed a lot at wtf; mbalmer@ art@ ok
2005-08-09Make tests more readable by using predefined keyfiles. Add test for tcpmd5Hans-Joerg Hoexer
using a key from a file.
2005-08-09Provide HDD serial numbers to bio. Requested deraadt@ ok dlg@Marco Peereboom
2005-08-09Add Vital Product Data structure. Requested deraadt@ ok dlg@Marco Peereboom
2005-08-09Document how to read keys from a file.Hans-Joerg Hoexer
2005-08-09Normalize attribute values before comparison. Unbreaks interop with netscreen.Hans-Joerg Hoexer
Noticed by Sean Knox. Testing by msf@, Sean Knox and others. Thanks! ok cloder@ msf@
2005-08-09test for SAsHans-Joerg Hoexer
2005-08-09Rewrite handling of transforms. Now both ah and esp can be specified andHans-Joerg Hoexer
validated correctly. Unbreaks ah.
2005-08-09Correct keysize for 3des-cbcHans-Joerg Hoexer
2005-08-09handle -A0 correctly; from koen@egelink.nlMichael Shalayeff
2005-08-09normalise the fan speed outputDavid Gwynne
ok marco@
2005-08-09fix our root caching method, it was utterly broken and wouldJoris Vink
cause opencvs to segfault in several cases. ok jfb@, xsa@
2005-08-09add Xr to ifstated(8);Jason McIntyre
ok mpf@
2005-08-09lightly document ifstated(8);Jason McIntyre
help + ok mpf@
2005-08-09use a standard options list, and various other minor tweaks;Jason McIntyre
help + ok mbalmer@
2005-08-09Save a variable in espmatch(), vm_offset_t->vaddr_t, print DEBUG addressMartin Reindl
after everything else, fix transfer sizes on quick/non-quick and attach sub devices after interrupts are configured. from NetBSD
2005-08-09oops: occured -> occurredJason McIntyre
2005-08-09use CTYPE_NUM_CHARS instead of harding code the value. ok espieKevin Lo
2005-08-09add missing [-T tmpdir] in usage(), spotted by jmc@.Xavier Santolaria
2005-08-09AC97 -> AC'97, according to spec;Jason McIntyre
2005-08-09sort options;Jason McIntyre
2005-08-09add DIAGNOSTICS section about utility return codes;Xavier Santolaria
input/ok jmc, ok jfb joris.
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in ↵Michael Shalayeff
pcisubmatch(); kettenis@ testing; brad@ ok
2005-08-09Back out a change from tzcode2005c that can cause an infinite loop in mktime().Todd C. Miller
2005-08-09Do not ignore return value of localsub() in localtime_r()Todd C. Miller
2005-08-09align a columnTheo de Raadt
2005-08-09verbose output optionTheo de Raadt
2005-08-09Clean up eread handling in mg. (basically, fallout from the 'enter oftenKjell Wooding
means abort' behaviour added during the hackathon). Eliminates redundant ereply function, fixes miscellaneous cores when aborting, and move a number of assumed pathnames into the prompt text, since they are used there anyway. All changes consistent with emacs behavior ok beck@ many, many moons ago.
2005-08-09syncTheo de Raadt
2005-08-09move to 3.8-betaTheo de Raadt
2005-08-08More informative error message when trying to create a filesystemOtto Moerbeek
larger than 1TB. ok deraadt@