Matt Jacob
b6b6ad2f23
various fixes
2000-08-27 23:38:44 +00:00
Bill Fumerola
3aa9aaf931
BDECFLAGS
2000-08-27 22:24:43 +00:00
Bill Fumerola
4dd97a3440
Add 'shot', using the definition used by bars and shotglasses.
2000-08-27 22:02:42 +00:00
Matt Jacob
170fecb13c
*fix* commented out DEVFS
2000-08-27 21:57:31 +00:00
Matt Jacob
8669ad2fe3
add commented out DEVFS
2000-08-27 21:56:40 +00:00
John W. De Boskey
0d4ea86b6e
Remove a stray backspace character.
...
Reviewed by: Eivind Eklund <eivind@FreeBSD.org>
2000-08-27 18:49:12 +00:00
Gregory Neil Shapiro
d1460f64f4
sendmail 8.11.0 has been merged into RELENG_4
2000-08-27 17:33:46 +00:00
Poul-Henning Kamp
c32d0a1dcd
Reorder vop's alphabetically.
...
Smarter use of devfs_allocv() (from bp@)
Introduce devfs_find()
".." fixes to devfs_lookup (from bp@)
2000-08-27 14:46:36 +00:00
Poul-Henning Kamp
62ddc84e08
Call destroy_dev() when sio devices go away.
2000-08-27 14:46:13 +00:00
Kazutaka YOKOTA
201e598bbc
Fix ioctl MOUSE_SETMODE as defined in mouse(4).
...
(Do not return EINVAL when -1 is specified as a new value,
as it should mean "preserve the current value.")
2000-08-27 12:36:28 +00:00
Peter Wemm
e1669132dc
Try and fix up some bogus indentation leftovers from emacs several
...
years ago.
2000-08-27 02:12:29 +00:00
Peter Wemm
a03884671d
Sigh, today is not my day. Convert a verbose while() .. loop into a for()
...
loop.
Submitted by: billf
2000-08-27 01:17:11 +00:00
Peter Wemm
a6b474b6c1
*blush*. I was *sure* I compiled this after the last change..
...
Add the missing )
Shamed by: billf
2000-08-27 01:10:55 +00:00
Jun-ichiro itojun Hagino
06f879c7f2
warn that setsockopt/sysctl # spaces are shared among *BSD, and should better
...
be consulted with KAME guys if you want a number.
2000-08-27 00:58:13 +00:00
Peter Wemm
1198f21caf
killall.c is meant to be a superset replacement of killall.pl, the
...
main difference is that it uses sysctl to get the process lists rather
than /proc - thereby reducing the dependency on /proc by one more tool.
2000-08-27 00:46:25 +00:00
Alfred Perlstein
c58b821e4c
new sysctl 'kern.openfiles' (exports nfiles to userland)
2000-08-26 23:49:44 +00:00
Peter Wemm
cffd8a1d93
Allow the DPT pci attachment to share IRQ's
...
Submitted by: Jonathan Chen <jon@spock.org>
2000-08-26 22:19:53 +00:00
Robert Watson
877dd71fc6
o Correct spelling of ufs_exttatr_find_attr -> ufs_extattr_find_attr
...
o Add "const" qualifier to attrname argument of various calls to remove
warnings
Obtained from: TrustedBSD Project
2000-08-26 22:00:58 +00:00
Poul-Henning Kamp
749e1537ec
Minor cleanups tp devfs_readdir();
...
Add devfs_read() for directories. (inspired by bp@)
2000-08-26 16:20:57 +00:00
Nick Hibma
25d1d43d78
Sync with NetBSD:
...
Print unknown usages with 4 digits.
Mask in page extraction.
2000-08-26 13:53:27 +00:00
Ben Smithurst
cf8728a497
Make mergemaster ignore files in /dev if /dev is a devfs.
...
Approved by: Doug Barton <Doug@gorean.org>
2000-08-26 12:15:24 +00:00
Poul-Henning Kamp
64ec80423e
Mount DEVFS with no options.
2000-08-26 11:53:53 +00:00
Warner Losh
1684d9d750
Make if_xe eepend on both xe and card.
2000-08-26 08:52:58 +00:00
Yoshihiro Takahashi
95ea0566b4
Enabled pcic, card and xe devices.
2000-08-26 07:38:43 +00:00
John W. De Boskey
bde08d0072
Pass two pointer parameters to the r_debug_state() hook
...
function, thus allowing a debugger or other trace tool
to easily grab the addresses of the needed structures
off the stack.
This change is transparent to gdb, which locates the
link_map list and transfers it to debugger memory
for comparison purposes.
A sample program will be committed showing how this can
be used.
Reviewed by: John Polstra <jdp@FreeBSD.org>
2000-08-26 05:13:29 +00:00
Marcel Moolenaar
3f3a4815f4
Whitespace change: (near) KNF
2000-08-26 05:12:16 +00:00
Masahide MAEKAWA
d40690a5c9
Regen.
2000-08-26 05:08:11 +00:00
Marcel Moolenaar
4a22d85023
Fix bug in previous commit. We need to trim the limits to fit
...
the datatype (= long). Use ULONG_MAX and LONG_MAX to avoid
creating MD code.
2000-08-26 05:08:10 +00:00
Masahide MAEKAWA
6ba1312ec3
Add vendor IBM product USB CD-ROM Drive
2000-08-26 05:06:40 +00:00
David E. O'Brien
ee2fd03885
Make the arguments match the functionality of the functions.
2000-08-26 04:51:39 +00:00
Brian Feldman
0debe874a0
Fix a premature freeing bug found with malloc debugging courtesy John Hay.
...
Submitted by: jhay
2000-08-26 03:42:51 +00:00
Marcel Moolenaar
31c8f3f0af
Make this file compile again when COMPAT_43 has not been
...
defined. This boils down to conditionally compile the
old signal syscalls.
We might want to extend the types in syscalls.master to
make these syscalls conditionally on something more
appropriate than COMPAT_43.
2000-08-26 02:27:01 +00:00
Marcel Moolenaar
eebc2a071f
Re-implement linux_{g|s}etrlimit in terms of {g|s}etrlimit
...
instead of the o{g|s}etrlimit so that the dependency on
COMPAT_43 is removed.
2000-08-26 02:18:41 +00:00
Warner Losh
925c6cf689
Minor tweaks to have the card be properly enabled via the CCR.
...
Minor debug changes
Minor power management pessimizations
2000-08-26 00:07:40 +00:00
Peter Wemm
9579e8c145
m_mballoc_wait() had a spl/tsleep race. mbufs can be freed in interrupt
...
context, which can cause a wakeup.. which can race with this.
2000-08-25 22:28:08 +00:00
Brian Somers
78be7a111a
Finger.conf first appeared in 4.2 (now that it's been MFCd)
2000-08-25 22:22:04 +00:00
Peter Wemm
12db06a04f
If the config program found a hints file and included it as a fallback,
...
then treat it as such. This isn't perfect, but should do for things
like GENERIC. When in fallback mode, they will be used if there are NO
other hints.
2000-08-25 19:48:10 +00:00
Peter Wemm
596feda554
If a ${KERNEL}.hints file exists, and no hints are specified explicitly,
...
then include the hints with a marker indicating that it is a fallback.
The kernel side of this is to come shortly.
2000-08-25 19:30:03 +00:00
Peter Wemm
6c243dd175
Add some anti-foot-shooting protection to the kernel install target.
...
Do not install a kernel unless a device.hints exists. Yes, you can
create an empty hints file if you refuse to use them.
2000-08-25 19:16:43 +00:00
Mitsuru IWASAKI
d7c0bff411
Move acpi_softc into acpi.h to be shared from additional files.
...
Add PowerResource manipulation code; acpi_powerres.c. (more files to
be created something like acpi_battery, acpi_thermal.c...)
2000-08-25 19:04:16 +00:00
Brian Somers
bf9263a3e2
Correct variable spelling
...
PR: 20841
2000-08-25 18:50:54 +00:00
Brian Somers
475f25ebaf
Fix the -m option - broken by the last commit.
...
Submitted by: Mark Knight <markk@knigma.org>
2000-08-25 18:28:43 +00:00
Satoshi Asami
fce618cca3
Update BSD.x11-4.dist to XFree86-4 after repo copy. I believe this is
...
correct but I won't know for sure until bento's cluster comes back up.
2000-08-25 10:07:21 +00:00
Bruce Evans
ff4ad0c4d8
Quick fix for msdsofs_write() on alphas and other machines with either
...
longs larger than 32 bits or strict alignment requirements.
pm_fatmask had type u_long, but it must have a type that has precisely
32 bits and this type must be no smaller than int, so that ~pmp->pm_fatmask
has no bits above the 31st set. Otherwise, comparisons between (cn
| ~pmp->pm_fatmask) and magic 32-bit "cluster" numbers always fail.
The correct fix is to use the C99 type uint_least32_t and mask with
0xffffffff. The quick fix is to use u_int32_t and assume that ints
have
msdosfs metadata is riddled with unaligned fields, and on alphas,
unaligned_fixup() apparently has problems fixing up the unaligned
accesses caused by this. The quick fix is to not comment out the
NetBSD code that sort of handles this, and define UNALIGNED_ACCESS on
i386's so that the code doesn't change on i386's. The correct fix
would define UNALIGNED_ACCESS in a central machine-dependent header
and maybe add some extra cases to unaligned_fixup(). UNALIGNED_ACCESS
is also tested in isofs.
Submitted by: parts by Mark Abene <phiber@radicalmedia.com>
PR: 19086
2000-08-25 09:03:58 +00:00
Andrey A. Chernov
c4bf9c2485
Sync with main
2000-08-25 08:56:28 +00:00
Andrey A. Chernov
f042f8b605
cons25r: minimize differences with cons25
2000-08-25 08:36:43 +00:00
Jun Kuriyama
3eb2d54771
Correct messages for VIA Apollo Pro133A.
2000-08-25 08:30:51 +00:00
Sheldon Hearn
909aa0d5b9
Add a missing comma.
2000-08-25 08:29:28 +00:00
Sheldon Hearn
7e8d13394d
Replace the thumb-suck phrase "system call vector translation" with
...
something that people who like tomato juice prefer.
2000-08-25 08:18:50 +00:00
Marcel Moolenaar
bc34729c47
Fix typo in license.
2000-08-25 07:32:24 +00:00