| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
fix n=0 case
improve manpage
|
|
|
|
| |
Submitted by: "D. Rock" <rock@cs.uni-sb.de>
|
|
|
|
| |
dissalow substituted character be ordered
|
|
|
|
|
|
| |
he moved rc.conf. Then he deleted rc.diskless when it ( of course ) didn't
work. Now I'm putting the originally accidently removed rc.diskless{1,2}
back in.
|
|
|
|
|
|
|
| |
possible without actually unmapping it from the process.
As of now, I declare madvise() on OBJT_DEFAULT/OBJT_SWAP objects to be
'working and complete'.
|
|
|
|
|
| |
detect recursive substitutions
allow substituted character not present in the order
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Now should be able to report speed for cards using NatSemi PHY.
(if you have one please let me know if it works as I
only have the Intel version)
Reviewed by: David Greenman <dg@root.com>
|
| |
|
| |
|
|
|
|
| |
Misc small cleanups.
|
|
|
|
| |
* Clean up waitpid parameter handling.
|
|
|
|
| |
infrastructure, and I don't seem to find time to merge it.
|
| |
|
|
|
|
| |
db_sym.h had not reached here.
|
|
|
|
| |
Submitted for dgm by: Andre Oppermann <opi@opi.flirtbox.ch>
|
|
|
|
|
|
|
|
|
|
|
| |
OBJ_ONEMAPPING in the case where an object is extended by an
additional vm_map_entry must be allocated.
In vm_object_madvise(), remove calll to vm_page_cache() in MADV_FREE
case in order to avoid a page fault on page reuse. However, we still
mark the page as clean and destroy any swap backing store.
Submitted by: Alan Cox <alc@cs.rice.edu>
|
| |
|
| |
|
|
|
|
| |
script, expand words in the same way as !bg does.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
3c905B, the RX and TX reset commands also reset the cyclone chip's internal
PHY, which causes it to restart its autonegotiation session. This takes a
second or two to complete, which makes the interface seem to stop responding
for a few seconds every time you do something that reinitializes it.
Issuing the RX and TX resets on the older 3c905 boomerang adapters doesn't
cause any delay because the boomerang chip requires an external PHY.
This should fix the problem where people doing network installs via 3c905B
cards experience a delay after the interface is first initialized, among
other things.
|
| |
|
|
|
|
|
|
| |
the result of the media auto negotiation.
Reviewed by: David Greenman <dg@freebsd.org>
|
|
|
|
| |
MD5 to similar attacks.
|
|
|
|
| |
telling the user to (duh) change it.
|
| |
|
|
|
|
| |
list in the FreeBSD Handbook.
|
|
|
|
| |
Submitted by: bde
|
| |
|
| |
|
|
|
|
|
| |
Don't install /etc/ppp/ppp.*.example
Remove ppp/ppp.{conf,linkup,linkdown,secret}.sample
|
|
|
|
|
| |
I don't know which of the two to install in its place so just
remove it for now and get the release build working again.
|
| |
|
|
|
|
| |
Submitted by: Stephen McKay <syssgm@detir.qld.gov.au>
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Submitted by Roger Hardiman.
Added ioctl TVTUNER_GETCHANSET to discover which regions the bktr driver
supports. Submitted by Vsevolod Lobko <seva@alex-ua.com>
Added BT848_GPIO_SET_EN,BT848_GPIO_SET_DATA (and GETs) to allow user land
control of the GPIO pins. This allows a Radio module on the GPIO port
to be controlled. Submitted by Vsevolod Lobko <seva@alex-ua.com>
The kernel option BKTR_GPIO_ACCESS must be used to enable the GPIO ioctls.
Submitted by: Roger Hardiman and Vsevolod Lobko <seva@alex-ua.com>
|
| |
| |
| |
| |
| |
| | |
Obtaining the supported channel sets and Controlling the GPIO port.
Submitted by: Roger Hardiman and Vsevolod Lobko <seva@alex-ua.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
each time rather than making up a new one.
Increase the authname/authkey max sizes to 100 characters.
Allow ``authkey'' specifications beginning with ``!''.
When a challenge is received, the text following the
``!'' is executed as a program (expanding stuff in the same
way that ``sh'' and ``!bg'' do). The program is passed the
peer name, peer challenge and local ``authname'' on standard
input and is expected to output the name/key combination that
should be used to build the CHAP response.
This provides support for Secure ID cards (guess what I was
given at work recently!) using CHAP.
Examples will follow.
|
| |
| |
| |
| |
| |
| |
| |
| | |
when the process starts, and having it nonzero causes statically-linked
Linux binaries to fail.
PR: i386/10015
Submitted by: Marcel Moolenaar <marcel@scc.nl>
|
| |
| |
| |
| | |
we finish modifying our in kernel version during seeprom configuration.
|
| | |
|
| |
| |
| |
| |
| | |
de-asserted by the initiator before changing phase or releasing the bus.
Corrects a SCSI specification violation in target mode.
|
| |
| |
| |
| | |
a selwakeup for it. Cosmetic.
|
| |
| |
| |
| |
| |
| |
| | |
before we finished setting the pending phase information.
Use the ALL_TARGETS_MASK #define instead of 0xffff for the default
ultraenb mask.
|