| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
| |
and had libfetch selecting passive mode even when FTP_PASSIVE_MODE was not
set at all, which is really quite surprising unless you know about it. So
change it to the agreed default behaviour of selecting passive mode if
FTP_PASSIVE_MODE is set, but not "no".
|
|
|
|
| |
bug) as later versions of gcc have apparently this bug fixed.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
in the assignment of man4.alpha!
This prevented the man4.i386 pages from being installed.
Reported by: Masayuki FUKUI <fukui@sonic.nm.fujitsu.co.jp>
|
|
|
|
| |
it possible to ``make all install'' in one pass.
|
|
|
|
| |
having a super-function calling bits all over the place.
|
|
|
|
|
|
| |
__P() prototypes when an ansi-style static inline is a prototype already.
Since vnode_if.[ch] are generated on the fly, there are no CVS diffs to
mess up.
|
| |
|
| |
|
|
|
|
|
| |
However, don't prefix it with '>>>', so those greping for times will
not see it.
|
|
|
|
|
|
|
|
| |
SMP problem. Compaq, in their infinite wisdom, forgot to put the IO apic
intpin #0 connection to the 8259 PIC into the mptable. This hack is to
look and see if intpin #0 has *no* table entry and adds a fake ExtInt
entry for the remap routines to use. isa/clock.c will still test the
interrupts. This entry is only ever used on an already broken system.
|
|
|
|
|
|
|
|
|
|
| |
where fork1() could put the process on the run queue where it could be
snatched up by another CPU before kthread_create() had set the proper
fork handler. Instead, we put the new kthread on the runqueue after its
fork handler has been sent.
Noticed by: jake
Looked over by: peter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
telldir positions. This will allow (future) locking on a
per-DIR basis (for MT-safety). For now, this change does
the following:
o Remove the hash table from telldir.c. Recode to use queue
macros.
o Remove 'const' from 'telldir(const DIR *)'.
o Remove 'register' variables as suggested in a recent
thread.
No response from: -current
|
|
|
|
|
| |
Also add a location count (used as the magic for telldir)
to DIR. A future change will also add a mutex/lock.
|
|
|
|
|
|
| |
mutex operations. In the future they may call functions that verify
correct locking order between processes in the INVARIANTS case.
- Lock the process in PHOLD() and PREL().
|
|
|
|
|
|
| |
sprintf/vsprintf.
Approved by: peter
|
| |
|
|
|
|
|
|
| |
mpapic.c. This gives us the benefit of C type checking. These functions
are not called in any critical paths and are not used by the interrupt
routines.
|
|
|
|
|
|
|
|
| |
place the LOCKing macros within the areas within if_wxvar.h that
is set aside for them. Put any platform specific data also in those
areas.
For ease of maintenance purposes, merge in the OpenBSD version codebase here.
|
| |
|
|
|
|
|
|
|
| |
Allow user to change proxy server
Allow user to change ftp path
Submitted by: pho
|
| |
|
|
|
|
|
| |
Noticed by: Wesley Morgan <morganw@chemikals.org>
Pointy hat to: me
|
|
|
|
| |
Discovered by: Valentin Chopov <valentin@valcho.net>
|
|
|
|
|
| |
allocations, specifically with allocations < PAGE_SIZE when the code
doesn't work properly
|
|
|
|
| |
generated files land. Also give precedence to generated files.
|
|
|
|
|
|
|
| |
LOG_UUCP.
PR: docs/23302
Submitted by: cshumway
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Whitespace fixes.
- Comment fixes (mostly capitalization and trailing periods).
- Reorderings to put variables all in the same place, function prototypes
sorted alphabetically, etc.
2. Removed unused and #ifdef'd out members from struct ithd.
3. Changed ESTCPULIM() to use an explicit (PRIO_MAX - PRIO_MIN) rather than
PRIO_TOTAL.
4. Remove <sys/lock.h> #include and resort #include's.
Submitted by: bde (1, 3, 4)
|
|
|
|
|
|
|
| |
that the document references to Symbios are ment to include NCR-stamped
chips as well.
Suggested by: obrien
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| |
| |
| |
| | |
rest of the code.
|
| | |
|
| |
| |
| |
| |
| |
| | |
a tunstart function, which is called when a packet is sucessfully
placed on the queue. This allows us to properly do output byte accounting
within the handoff routine.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
to contain the name of other valid users.
PR: 22837
Submitted by: Andreas Gerstenberg <andy@andy.de>
Reviewed by: green
Reviewed by: sheldonh
|
| |
| |
| |
| |
| | |
and use_default_colors.3 to default_colors.3 instead of dft_fgbg.3.
The former seems to be newer and/or better maintained.
|
| | |
|
| |
| |
| |
| | |
- sort options alphabetically.
|
| | |
|
| | |
|
| | |
|