| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
It is the userland declaration of l_name that is inconvenient for us.
|
|
|
|
| |
and can be swapped out with the process.
|
|
|
|
| |
and/or fix ki_rssize.
|
|
|
|
|
| |
which can be used to artificially reduce the memory size of a machine
for debugging (or other) purposes.
|
|
|
|
|
|
|
|
|
|
|
|
| |
and linux_sendsig functions guarded their debugging output with
ldebug(sigreturn). This has been mistaken for a cut-n-paste bug,
and was replaced by ldebug(rt_sendsig) and ldebug(sendsig) resp.
Since the sendsig functions are not syscalls, this brokei any
build that defines DEBUG.
The fix maps both functions to the unused syscall 0 so that they
can be enabled/disabled independently from sigreturn, but not
independently from each other.
|
|
|
|
|
| |
in a kernel config file. This should minimize the tearing-out-hair process
while updating the kernel for gcc-3 compliance.
|
|
|
|
|
|
|
|
|
|
|
|
| |
it to the MI area. KSE touched cpu_wait() which had the same change
replicated five ways for each platform. Now it can just do it once.
The only MD parts seemed to be dealing with fpu state cleanup and things
like vm86 cleanup on x86. The rest was identical.
XXX: ia64 and powerpc did not have cpu_throw(), so I've put a functional
stub in place.
Reviewed by: jake, tmm, dillon
|
|
|
|
| |
functions. Apparently multi-line string asm arguments are deprecated.
|
| |
|
|
|
|
| |
it won't work without it.
|
|
|
|
|
| |
awi driver, but the MAC address isn't recognized, so maybe this is
wrong.
|
|
|
|
| |
Submitted by: Eric Masson <e-masson@kisoft-services.com>
|
|
|
|
|
| |
after if, for, while, switch, '{', and '}' plus a bunch of bogus
whitespace at the end of lines.
|
|
|
|
|
|
|
|
| |
correct mode via ancontrol, you can use bpf to sniff raw 802.11 frames.
Who want's to port AirSnort. ;-)
Submitted by: Doug Ambrisko <ambrisko@ambrisko.com> (author)
David Wolfskill <david@catwhisker.org> (port to current)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
56k modem with the fat connector.
Submitted by: sanpei@sanpei.org (MIHIRA yoshiro)
Ignored since Jan 2001 by: imp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
an array "fs_contigdirs[]" to avoid too many directories getting
created in each cylinder group. The memory required for this and
two other arrays (fs_csp[] and fs_maxcluster[]) is allocated with
a single malloc() call, and divided up afterwards. However, the
'space' pointer is not advanced correctly, so fs_contigdirs and
fs_maxcluster end up pointing to the same address.
Add the missing code to advance the 'space' pointer, and remove
an unnecessary update of the pointer that follows.
This is likely to fix the "ffs_clusteralloc: map mismatch" panics
that have been reported recently.
Submitted by: Luke Mewburn <lukem@wasabisystems.com>
|
|
|
|
| |
Submitted by: Alfred Perlstein <bright@mu.org>
|
| |
|
|
|
|
|
|
|
|
| |
appears to be another OEM version of the Netgear FA411. This is a
guess, since the original didn't include the flags, but this is too
similar to my netgear card...
Submitted by: neal@nelsonnet.org
|
|
|
|
| |
Submitted by: Goncharov D <gda@sani.ru>
|
|
|
|
| |
Submitted by: johs@copyleft.no
|
|
|
|
|
|
| |
Note our implementation is not thread nor async-cancel safe.
Explicitely note atof() does not check nor report errors.
Note that strtod() should be used instead.
|
|
|
|
| |
and works with those flags.
|
|
|
|
|
|
| |
Also add C99 conformity status plus clarification that C99 leaves the
flushing of unwritten data, closure of open streams, and removal of
temporary files to the implementation.
|
|
|
|
|
| |
will help debugging problem systems as it will reduce the number of
commands the user needs to type and send me the output of.
|
|
|
|
|
|
| |
message. Some scsi devices have rather elaberate flags, and it is
hard to know which ones were specified in pccard.conf when debug
information only includes the dmesg.
|
| |
|
|
|
|
|
|
| |
with the last change to the way the pmap_emulate_reference() works. This
should fix a number of memory corruption problems and also should stop the
mtimes of executables changing all the time.
|
| |
|
|
|
|
| |
per style(9) and most other header files in sys/.
|
|
|
|
| |
Discussed with: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz> (submitter)
|
|
|
|
|
| |
PR: 30436
Submitted by: Joerg Lehners <Lehners@Informatik.Uni-Oldenburg.DE>
|
| |
|
|
|
|
| |
prototype.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
__unused, and change local variables named `sin' (struct
sockaddr_in) to `sin4'. (`sin' conflicts with the definition of
sin(3), which gcc assumes to be defined even if math.h isn't
included (it's a builtin). This is probably a bug in gcc.)
- Apply WARNS=1. WARNS=2 was not used because this program assigns
string literals to (struct iovec).iov_base for writing, and the only
clean way to silence -Wwrite-strings in that case would be to
strdup() and consequently free() those literals, which I considered
too disruptive.
Reviewed by: bde (partially)
|
|
|
|
|
|
|
|
|
|
| |
also use this, and they shouldn't have to have their own prototypes.
- Silence warnings about constness and signedness in ttymsg(). This
includes changing the return value to a `const char *', and changing
the types of `left' and `wret' (both byte counts) to ssize_t.
Reviewed by: bde
|
| |
|
| |
|
|
|
|
|
|
| |
The new attribution is below.
Submitted by: peter, ps
|
|
|
|
|
|
|
|
|
| |
paths are chflaged 'schg' to prevent exploit vectors when run
by cron, by a root user, or by a user other then the one owning the
binary. This applies to most of the uucp binaries, cu, tip, and
man (man was already installed properly).
MFC will occur when approved.
|
|
|
|
| |
MFC after: 14
|
| |
|
|
|
|
| |
MFC after: 14
|