| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
behaviour. Also indicate which option(s) are unknown if there are any
old-style options.
|
| |
|
|
|
|
| |
Pointed out by: Bruce
|
|
|
|
| |
the code and, in at least one case, made it more dangerous to no gain.
|
|
|
|
|
|
| |
and pw_db->close.
PR: 4202 (probably, I askd the submitter)
Obtained from: OpenBSD
|
|
|
|
|
| |
PR: 5677
Submitted by: Adrian Filipi-Martin <adrian@virginia.edu>
|
|
|
|
|
|
|
| |
a few technical faults.
PR: 5692
Submitted by: dannyman@arh0300.urh.uiuc.edu
|
| |
|
|
|
|
|
|
|
|
|
|
| |
/etc/services entries with any protocol instead of just udp and tcp.
Rather thani having the awk script explicitly search for 'udp' or 'tcp'
in the second field using index(), use split() to break up the field
at the '/' character if it exists, which extracts the protocol from
the field no matter what it is.
PR: 2206
|
|
|
|
| |
in the keymap menu.
|
|
|
|
|
| |
PR: bin/5715
Submitted by: dannyman <dannyman@arh0300.urh.uiuc.edu>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
underlying database code works. When dealing with first/next queries, you
have the notion of a database 'cursor,' which is essentially a file pointer
for the database. To select the first entry, you do a fetch with the
R_FIRST flag set, then you can use the R_NEXT flag to enumerate the other
entries in the database. Unfortunately, doing a direct fetch with no flag
does _not_ set the 'cursor,' so you can't do a direct fetch and then
enumerate the table from there.
The bug is that cached handles generated as the result of a YPPROC_MATCH
were being treated as though they were the same as handles generated by
a YPPROC_FIRST, which is not the case. The manifestation is that if you
do a 'ypmatch first-key-in-map map' followed by a yp_first()/yp_next()
pair, the yp_first() and yp_next() both return the first key in the
table, which makes the entry appear to be duplicated.
A couple smaller things since I'm here:
- yp_main.c and yp_error.c both have a global 'int debug' in them.
For some reason, our cc/ld doesn't flag this as a multiply defined
symbol even though it should. Removed the declaration from yp_main.c;
we want the one in yp_error.c.
- The Makefile wasn't installing ypinit in the right place.
|
|
|
|
|
|
| |
may result in a our modem closing after it's made its way into
the fd_set, resulting in a program exit (with select(): bad file
descriptor) rather than a dropped link.
|
| |
|
|
|
|
|
|
|
|
| |
probed in sysinstall. Rather than make template devices and use up lots
of inodes, also restricting the number of devices that can be dealt with,
mknod all necessary devices as necessary using built-in information.
This removes a number of constraints on the number and type of devices
that sysinstall can see.
|
|
|
|
| |
(that is, old-style) options are found.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
pccard claims that the driver is already allocated.
It works around a race when pccardd gets woken up too late after a resume.
This is a 2.2.6 candidate.
Reviewed by: nate@freebsd.org
|
|
|
|
|
|
|
|
| |
/tmp/ypmake, thereby fixing problems with successive map updates
possibly reading stale copies of this file left behind by a previous
failed run.
PR: 5571
|
| |
|
|
|
|
| |
Use 66 lines on the page
|
|
|
|
| |
is different with KOI8-R
|
| |
|
| |
|
|
|
|
| |
Correct magic number format string
|
| |
|
| |
|
|
|
|
| |
PR: 5593
|
|
|
|
| |
is defined.
|
| |
|
|
|
|
| |
the private one.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Don't mention the authors name at startup. He's already credited
in the man page. Instead, make the message consistent with the
one given to the diagnostic port (and fix the grammar when entering
`term' mode).
Don't credit the zlib author in the man page as ppp isn't linked
directly with zlib (it's shared).
Mention when the OpenBSD port was first made available.
|
| |
|
| |
|
|
|
|
| |
Userland utilities to control, and monitor a DPT RAID system.
|
|
|
|
|
|
|
| |
volume value for the disc. It is now possible to specify additional arguments
(audio, volume, media) to print only a subset of the full status.
This is particularly useful with drives which stop playing when asked to
return the catalog number.
|
|
|
|
|
| |
PR: 4452
Submitted by: Joao Carlos Mendes Luis <Jonny@mailhost.coppe.ufrj.br>
|
|
|
|
|
| |
PR: 5561
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
|
|
|
|
| |
PR: docs/5562
|
|
|
|
|
| |
Don't complicate the test compilation mentioned at the start of
the file.
|
| |
|
|
|
|
| |
It now works :-) and searches all interface aliases.
|
|
|
|
|
| |
dist menu. This makes a good deal more sense and should have been
this way all along.
|
| |
|
| |
|
|
|
|
|
|
| |
not return the "real" path.
This makes it possible to have the .o files put in the /usr/obj
hierachy instead of in the /usr/src one.
|
| |
|
| |
|