| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Found by: jkb (Yahoo OS troublemaker)
|
| |
|
| |
|
| |
|
|
|
|
| |
standards group first.
|
| |
|
|
|
|
| |
constraints.
|
| |
|
|
|
|
|
| |
Allow bases >=36 again
Misc cleanup
|
| |
|
| |
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
| |
Increase charmap symbol length to 64
|
|
|
|
|
|
|
|
|
| |
RAID controllers (5300, 532, 5i, etc.)
Thanks to Compaq and Yahoo! for support during the development of this
driver.
MFC after: 1 week
|
|
|
|
| |
using the default of 0755.
|
|
|
|
| |
file system and as such will not preserve its contents across boot.
|
|
|
|
| |
port FreeBSD to Atari machines any time soon.
|
|
|
|
|
|
| |
is clearer about what we are actually doing.
Requested by: bde
|
|
|
|
|
| |
-CURRENT, md devices with FFS on top are used in the diskless boot process
instead of MFS.
|
|
|
|
| |
or comconsole.
|
|
|
|
|
|
|
| |
(fcp) that's already defined in the outer block and isn't used
anywhere else. This silences -Wunused.
Reviewed by: md5(1)
|
|
|
|
| |
options in handling MOD_{UN,}LOAD (they weren't very useful, anyway).
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with the old behavior available via the -o option (it might still be
useful if one has many kernels and cares which messages came from
which). If the boot file is not used as the prefix, it is still
logged once at startup.
This change is prompted by the fact that the boot file is now much
longer ("/boot/kernel/kernel" vs. "/kernel"), which significanlty
bloats the syslogd output.
Reviewed by: peter
|
|
|
|
|
|
|
|
|
|
|
|
| |
received on an interface without an IP address, try to find a
non-loopback AF_INET address to use. If that fails, drop it.
Previously, we used the address at the top of the in_ifaddrhead list,
which didn't make much sense, and would cause a panic if there were no
AF_INET addresses configured on the system.
PR: 29337, 30524
Reviewed by: ru, jlemon
Obtained from: NetBSD
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
respects locks. Before SMPng, one was able to call psignal()
using the "call" command, but this is no longer possible because it
does not respect locks by itself. This is very useful when one has
gotten their machine into a state where it is impossible to spawn
ps/kill or su to root.
In this case, respecting locks essentially means trying to aquire the
proc lock before calling psignal(). We can't block in the debugger,
so if trylock fails, the operation fails. This also means that we
can't use pfind(), since that will attempt to lock the process for us.
Reviewed by: jhb
|
|
|
|
|
|
| |
were only of benefit to large filesystems, which recent research
suggests is not the case, and which the original author of the text
no longer endorses.
|
|
|
|
|
|
|
|
|
|
| |
o remove extraneous extern's
o prototype functions
o combine multiple return (0)'s into a single return (0) at the
end of main()
Approved by: rwatson
Obtained from: TrustedBSD Project
|
| |
|
|
|
|
|
| |
syncache rely on 'struct route' being defined. This fixes the
LINT build some.
|
|
|
|
| |
Pointed out by: $a_lot_of_people
|
|
|
|
|
|
|
|
|
|
|
| |
size ratio other than 8:1. Currently, we only recommend an 8:1
ratio, because the impact of others ratios has not been adequately
investigated.
Also, do not recommend the use of the -c option in the example, since
newfs now automatically calculates the best cyl:cylgrp ratio.
This change was discussed with the author of rev 1.29.
|
|
|
|
| |
Obtained from: BBC World Service on 9410kHz
|
|
|
|
|
|
|
|
|
| |
idle and the driver would not detect the event, requiring userland
to cycle the interface to bring it up again.
The fix consists in adding SIS_IMR_RX_IDLE to the interrupt mask and
add a command in sis_intr() to restart the receiver when this happens.
While at it, make the test of status bits more efficient.
|
|
|
|
|
|
|
|
|
| |
with -nostdinc which breaks Perl ports building.
This change will be re-applied if BDE agrees on having COPTFLAGS
in userland.
PR: bin/31877
|
|
|
|
|
|
| |
PR: docs/32294
Sponsored by: DARPA, NAI Labs
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
RTLD_NOW got incorrectly defined to 1 (which is RTLD_LAZY in FreeBSD).
In addition, the comment about FreeBSD requiring SHLIB_SYM_PREFIX to
be "_" is incorrect.
Submitted by: tobez (except for the bit about the incorrect comment)
|
|
|
|
| |
PAM_BUF_ERR is much closer to the truth.
|
|
|
|
| |
Requested by: des
|
|
|
|
|
|
|
| |
This fixes the VT switching problem with the i810 X driver.
Explained by: David Dawes <dawes@XFree86.Org>
Reviewed by: dfr
|
|
|
|
|
|
|
| |
the memory was overridden when the key length was less than 16 bytes.
Obtained from: KAME
MFC after: 1 week
|
|
|
|
|
| |
Revert the module version bumps; they're quite pointless as long as the
only pseudofs consumer is linprocfs, which is in the tree.
|
| |
|
|
|
|
|
|
| |
the `-x' option to get an X window than to temporarily disable DISPLAY.
PR: 32180
|
| |
|
| |
|
| |
|
|
|
|
| |
fixes route breakage due to uncleared gabage on my box.
|
|
|
|
|
| |
PR: docs/32327
Submitted by: Frans Haarman <frans@haarman.com>
|
|
|
|
| |
Discussed with: phk
|
| |
|