| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: docs/9660
Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
|
|
|
|
|
| |
know what revision of FreeBSD is being run. This case should never happen,
but just in case.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
details. Compiling with -DNORADIUS (the default for `release')
removes support.
TODO: The functionality in libradius::rad_send_request() needs
to be supplied as a set of routines so that ppp doesn't
have to wait indefinitely for the radius server(s). Instead,
we need to get a descriptor back, select() on the descriptor,
and ask libradius to service it when necessary.
For now, ppp blocks SIGALRM while in rad_send_request(), so
it misses PAP/CHAP retries & timeouts if they occur.
Only PAP is functional. When CHAP is attempted, libradius
complains that no User-Password has been specified... rfc2138
says that it *mustn't* be used for CHAP :-(
Sponsored by: Internet Business Solutions Ltd., Switzerland
|
|
|
|
|
| |
PR: docs/9602
Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
|
|
|
|
|
| |
rc.conf. There were many different ways I could have done this, some of
them "cleaner", but this represented the lowest impact.
|
|
|
|
|
| |
PR: docs/9708
Submitted by: jp-man project
|
|
|
|
| |
Submitted by: Brian Feldman
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
wcarchive. This needs to be updated when:
(a) The directory structure changes on wcarchive
(b) getosreldate() has a new significance
(ie. get ELF packages/get a.out packages)
(c) Branches are changed around
As we stand right now, 3.0-postELFday and 4.0-x all point to the same
directory, but when 4.0 starts to have its own packages, this file will
need to be changed.
|
|
|
|
|
|
| |
section.
Submitted by: Dan Lukes <dan@obluda.cz>
PR: 9669
|
|
|
|
|
|
| |
syscons and fix a few printfs.
Reviewed by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
|
|
|
|
|
| |
PR: docs/9659
Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
|
|
|
|
| |
length limits. The configuration keyword is: confMAX_HEADER_LINES
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Add the much-needed and long-desired ability to force the log rotation
to take place on a specific day or time, and document same. This works
by extending the syntax of the `when' field to allow a restricted
ISO 8601 time specification, and performing the log rotation if newsyslog
is run during the same hour as is specified.
|
| |
|
| |
|
|
|
|
| |
Fix braino oflag -> uflag (or perhaps I should have gone the other way).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
changes:
- Finish migrating zic to its own private.h.
- Fix zic.8 so that it really is written in -mdoc.
- Add four new flags to zic (&document):
-D don't create directories
-u change ownership of newly-created files to user
-g change ownership of newly-created files to group
-m change mode of newly-created files to modespec
These, once proven, can be used to clean up the installation.
Obtained from: ftp://elsie.nci.nih.gov/pub/tzcode1999a.tar.gz (partially)
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| | |
are decoupled somewhat from libc/stdtime's version.
|
| | |
|
|\ \
| |/
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| | |
Obtained from: ftp://elsie.nci.nih.gov/pub/tzcode1999a.tar.gz
|
| |
| |
| |
| | |
Add pstat -ss to dump new swapper's radix tree.
|
| |
| |
| |
| |
| |
| | |
Print 4-digit years in TIMESTAMP_PARSEABLE mode after '99.
PR: bin/9507
|
| |
| |
| |
| |
| | |
got an open link, we want it to be select()d on - otherwise
we get a freeze when ``openmode'' is passive.
|
| |
| |
| |
| | |
kget code. Also collapse a redundant case in cdrom code.
|
| |
| |
| |
| |
| | |
are cleaner ways of doing this that don't involve stomping on kernel
binaries directly.
|
| |
| |
| |
| |
| | |
merge algorithm failed on several files, and the translation of the
mrouted man page to mdoc didn't help...
|
|\ \
| | |
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | |
| | |
| | |
| | |
| | |
| | | |
with minor changes to work around a bug in Cisco's IOS version 12.0 .
3.9-beta3 is much improved over 3.8, and is only labelled "beta" because
of missing features, as opposed to instability or known bugs.
|
| | | |
|
|\ \ \
| |/ /
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | |
| | |
| | |
| | | |
ftp://ftp.parc.xerox.com/pub/net-research/ipmulti/mtrace-5.2.tar.gz
|
| | |
| | |
| | |
| | | |
Increase requested by: "Clement T. Cole" <clemc@echo.ccc.com>
|
| | |
| | |
| | |
| | | |
USER is expected to be expanded.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
otherwise windows clients will keep resending the
response :-/
It'd be nice if M$ would document this sort of thing !
Problem reported by: Andrzej Tobola <san@tmp.iem.pw.edu.pl>
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The previous commit broke mtree(8) when file names using certain 8-bit
characters ended up being encoded with '/', '*', and other shell
metacharacters.
PR: bin/9538
Submitted by: "Eugene M. Kim" <astralblue@usa.net>
Reviewed by: jkoshy
Bug-missed-last-time-by: jkoshy
|
| | |
| | |
| | |
| | | |
Submitted by: Brian Feldman <green@unixhelp.org>
|
| | |
| | |
| | |
| | |
| | | |
PR: docs/9534
Submitted by: rv@fore.com
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The remote option allows for automatic package fetching and installation
using the package repository found on wcarchive. Naturally, this site
can be overridden with a enviornment variable.
This code uses getobjformat() and getosreldate(). This means when some event
causes the package to be fetched to change (such as e-day) the logic also
needs to be changed.
Sorta reviewed by: jkh
Code suggestions: peter, jkh, eivind, msmith
|
| | |
| | |
| | |
| | |
| | | |
PR: 9506
Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
|
| | |
| | |
| | |
| | | |
Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
|
| | |
| | |
| | |
| | | |
is_delta and only apply date kludge when it isn't a delta time.
|