Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-24 | Remove bogus NOTES section | Niklas Hallqvist | |
2000-03-24 | Correct config mechanism for uni-north bridge. | Dale S. Rahn | |
2000-03-24 | More fixes and improvements; from FreeBSD this time. | Aaron Campbell | |
2000-03-24 | Better grammar and mdoc. | Aaron Campbell | |
2000-03-24 | All man pages should have a DESCRIPTION section. Fix some formatting nits | Aaron Campbell | |
while we're here. | |||
2000-03-24 | Corrections and updates; mostly from NetBSD. | Aaron Campbell | |
2000-03-24 | fix spelling errors, From: FreeBSD | Brad Smith | |
2000-03-24 | Many corrections and updates, mostly from NetBSD, but with some of my very own | Aaron Campbell | |
special sauce: document the FreeBSD (Fx) and NetBSD (Nx) macros, add the section 9 "Kernel Manual" to list of man page ``volumes'', mention the two situations where the `.Nm' macro should always be given an argument, correct description of -ragged display and add description for -unfilled, note that -enum lists cannot be nested within themselves or displays, document a couple more tagged list types, demonstrate that -width is not really optional for -tag lists, document the -column list type, all kinds of formatting nits repaired, and a partridge in a pear tree. | |||
2000-03-24 | Fake buglet fix: if PLIST_SRC directly follows PLIST_CWD, ignore | Marc Espie | |
the PLIST_CWD in creating the tar pipe. This takes care of pkg_create -p PREFIX -s FAKE where PREFIX does not exist at pkg creation time. | |||
2000-03-24 | Disallow pkg_delete when the pkg_prefix is on a read-only file-system. | Marc Espie | |
This avoids erasing /var/db/info while keeping the package and issuing hundreds of warnings... | |||
2000-03-24 | Handle expansion sequences in @exec better (let the expander decide whether | Marc Espie | |
it needs a file name instead of assuming we always need one). Sent to *quite a few* people, comments by drahn@... guys, wake up !!! | |||
2000-03-23 | *_r MLINKS | David Leonard | |
2000-03-23 | initial support for DSA keys. ok deraadt@, niels@ | Markus Friedl | |
2000-03-23 | oops, return values are int | David Leonard | |
2000-03-23 | asctime_r, ctime_r, gmtime_r, localtime_r. ok aaron@ | David Leonard | |
2000-03-23 | readdir_r. ok aaron@ | David Leonard | |
2000-03-23 | getgrnam_r, getgrgid_r. ok aaron@ | David Leonard | |
2000-03-23 | Please note that this file has not been updated for OpenSSH..... | Markus Friedl | |
2000-03-23 | switch to raw mode only if he _get_ a pty (not if we _want_ a pty). | Markus Friedl | |
2000-03-23 | More pedantic man page formatting insanity, lalala | Aaron Campbell | |
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell | |
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell | |
2000-03-23 | new cpu type switch code. | Michael Shalayeff | |
initializes tlb miss handlers correspondent to probed cpu features. also btlb load routine. versions written are for pcxl and others. cpu-dep btlb loaders are missing, only generic for now. | |||
2000-03-23 | new timeout code from openbsd (; remove extraneous includes | Michael Shalayeff | |
2000-03-23 | new timeout code from netbsd; also remove trailing spaces and tabs, spaces ↵ | Michael Shalayeff | |
in tabs | |||
2000-03-23 | When calling sendmail, use "--" to indicate end of command line arguments. | Todd C. Miller | |
This prevents someone from sneaking arbitrary args to sendmail via the Reply-To: or From: lines. | |||
2000-03-23 | Add #ifdef __STDC__ around the rangematch function header to avoid | Todd C. Miller | |
promotion of test to int, thus violating the prototype. Gcc handles this gracefully but more std ANSI compilers will complain. | |||
2000-03-23 | Iiieeek! This kludge was almost funny. | Artur Grabowski | |
Probably something from the stone age. Kill it. | |||
2000-03-23 | Do not include <sys/callout.h>, it is never needed; art@ | Aaron Campbell | |
2000-03-23 | <sys/callout.h> is no longer. | Aaron Campbell | |
2000-03-23 | not changes in script | Eric Jackson | |
2000-03-23 | Don't reinitialize the tsleep and ITIMER_REAL timers all the time. | Artur Grabowski | |
The function and the argument never change. | |||
2000-03-23 | Another typo. Noted by aaron. | Artur Grabowski | |
2000-03-23 | New timeout code. | Artur Grabowski | |
2000-03-23 | Remove code from the stone age. | Artur Grabowski | |
2000-03-23 | No need for our own declaration of lbolt. | Artur Grabowski | |
2000-03-23 | Use the new timeout facilities for ITIMER_REAL. | Artur Grabowski | |
2000-03-23 | Opps. Fix a comment from "should" to "should not". | Artur Grabowski | |
Thanks to mickey@ for pointing this out. | |||
2000-03-23 | Change prompt string from "Location:" to "Office Location:", to disambiguate | Aaron Campbell | |
from what is expected, and to be consistent with finger(1); from FreeBSD. This file was missed from a previous commit. :-( | |||
2000-03-23 | Protect from multiple include. | Artur Grabowski | |
2000-03-23 | use the new timeout interface for tsleep. | Artur Grabowski | |
2000-03-23 | Changes to use the new timeout interface. | Artur Grabowski | |
For tsleep we add a field "p_sleep_to", for ITIMER_REAL we add "p_realit_to". I also sneak in a change for niklas for linux compat, so that we can handle all questions about broken "ps", etc. at the same time. | |||
2000-03-23 | Updates from ncurses terminfo file: | Todd C. Miller | |
+ correct typo in rxvt-basic terminfo from temporary change made while integrating 20000318. + revert part of the vt220 change (request by Todd C Miller). + add ansi-* terminfo entries from Eric's version. | |||
2000-03-23 | convert to new timeouts. | Artur Grabowski | |
2000-03-23 | Support std-dev gathering and fine interval like our regular ping. | Hugh Graham | |
2000-03-23 | Speling. | Artur Grabowski | |
2000-03-23 | Update a comment to reflect reality. | Artur Grabowski | |
2000-03-23 | Document timeout_pending and timeout_initialized. | Artur Grabowski | |
2000-03-23 | Provide methods to check if a timeout was initalized and if it is scheduled. | Artur Grabowski | |
2000-03-23 | Use new timeouts for pfslowtimo and pffasttimo. | Artur Grabowski | |