phk
3dc9bdca32
Change tcp_extension comment.
...
Submitted by: Studded <Studded@gorean.org>
Reviewed by: phk
1999-05-16 09:19:44 +00:00
phk
0502f4560f
Turn an error into a warning. If running a 4.x binary on a 3.x system
...
we may still have vn in the kernel but not be able to see it.
This enables building -current SNAPS in a chroot on a -stable system
1999-05-16 08:09:23 +00:00
phk
b72d5cc0d2
INSTALL.TXT is gone in -current (despite what Jordan says :-)
...
kerberisIV requires crypto as well.
1999-05-16 08:07:34 +00:00
jb
3a3772dd56
Ensure that an existing thread gets it's state set to PS_DEAD to
...
prevent being rescheduled.
Submitted by: Dan Eischen <eischen@vigrid.com>
1999-05-16 05:25:37 +00:00
alc
83a9863079
Remove prototypes for functions that don't exist anymore (vm_map.h).
...
Remove a useless argument from vm_map_madvise's interface (vm_map.c,
vm_map.h, and vm_mmap.c).
Remove a redundant test in vm_uiomove (vm_map.c).
Make two changes to vm_object_coalesce:
1. Determine whether the new range of pages actually overlaps
the existing object's range of pages before calling vm_object_page_remove.
(Prior to this change almost 90% of the calls to vm_object_page_remove
were to remove pages that were beyond the end of the object.)
2. Free any swap space allocated to removed pages.
1999-05-16 05:07:34 +00:00
dt
c936e75142
Fix confusion of size of transfer with size of the pager.
...
PR: 11658
Broken in: 1.89 (1998/03/07)
1999-05-15 23:42:39 +00:00
eivind
666b84b5f7
Add enough include files to make this actually compile on an a.out system.
1999-05-15 23:18:32 +00:00
phk
e5cb54b508
Be more non-crypto friendly at make release time.
1999-05-15 19:21:15 +00:00
phk
e181872474
cp ${KERNEL} instead of cp kernel
1999-05-15 19:05:40 +00:00
obrien
b65b8885a3
Add `xe', the Xircom PC Card Ethernet driver.
1999-05-15 18:20:19 +00:00
dfr
e6e809650d
Make sure sysctls use udev_t, not dev_t.
...
Submitted by: Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu>
1999-05-15 18:14:03 +00:00
peter
2359d3bde7
Don't hardcode IRQ 13 for NPX. It's as good as hardwired in the hardware
...
though, on systems (386 mostly) that still have a seperate fpu, but it
might be possible to find systems where the FPU coprocessor is wired to
a different IRQ pin.
1999-05-15 17:58:58 +00:00
dfr
6c3f971989
Make sure sysctls use udev_t, not dev_t.
...
Submitted by: Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu>
1999-05-15 17:56:34 +00:00
jkh
5ff0e21e0e
Small typo in windowmaker startup line.
1999-05-15 15:05:08 +00:00
jkh
33daa8b33a
o Prevent alpha installs from grabbing x86 bits and vice-versa, at least
...
on CDs and FTP sites.
o Collapse some redundant code.
o Fix typo'd menu.
o Restrict searches properly to packages rather than categories.
o Small tweaks to signal handling.
All RELENG_3 candidates.
1999-05-15 14:34:22 +00:00
bde
f1c57e949b
Test the correct database file (not necessarily the one corresponding to
...
the running kernel if the nlist file is specified explicitly).
1999-05-15 11:54:36 +00:00
jkh
13644a2bd2
target is ${KERNEL}, not kernel.
...
Noticed by: "John W. DeBoskey" <jwd@unx.sas.com>
1999-05-15 11:51:39 +00:00
grog
ea4b34b015
Reenable vinum build.
1999-05-15 06:13:27 +00:00
grog
f834718a6b
Modify to work with new style dev_t.
...
With_copious_input_from: peter
phk
1999-05-15 05:49:21 +00:00
brian
891aeb93bc
Add ``show layers'' to see the protocol layering for a link.
1999-05-15 02:24:18 +00:00
imp
c0bdb16af0
Put a small delay in before sending the inquire_setup command. The
...
docs don't seem to shed light on why this is needed, but reports from
the field indicate this helps prevent problems in this area. Ken's
changes seem to have exposed this bug, rather than caused it, as far
as I can tell.
Thanks to Jack O'Neill for tracking this down.
Submitted by: jack@germanium.xtalwind.net
Very strong 3.2 merge candidate.
1999-05-14 23:10:25 +00:00
alc
e79d7db00b
Simplify vm_map_find/insert's interface: remove the MAP_COPY_NEEDED option.
...
It never makes sense to specify MAP_COPY_NEEDED without also specifying
MAP_COPY_ON_WRITE, and vice versa. Thus, MAP_COPY_ON_WRITE suffices.
Reviewed by: David Greenman <dg@root.com>
1999-05-14 23:09:34 +00:00
nate
188a2f4871
- Fixed bug where we NULL'd before we freed the data causing a memory leak.
...
Submitted by: Ralf S. Engelschall
Obtained from: PR i386/11713
1999-05-14 21:36:16 +00:00
alex
f43ff516fd
Removed extraneous comma in xrefs.
1999-05-14 21:03:23 +00:00
alex
e9fc5ab540
Added missing comma in xrefs.
1999-05-14 21:03:11 +00:00
luoqi
61a6d052eb
Ignore some ioctls on the master until the slave is open.
1999-05-14 20:44:20 +00:00
luoqi
6f6fbfa99e
Legally acquire a major number for mfs.
1999-05-14 20:40:23 +00:00
dcs
a2b3ce9271
Rewording.
1999-05-14 19:07:59 +00:00
dcs
f239b39763
Slight not-exactly-bug-but-useful-as-example-code fix.
1999-05-14 19:00:38 +00:00
dcs
0c3ef21962
Add "initialize" to loader.4th, so running "start" is not actually needed.
1999-05-14 18:59:27 +00:00
wosch
6cbd1117d8
Delete debug line.
...
PR: bin/9793
Submitted by: Andy Farkas <andyf@speednet.com.au>
1999-05-14 18:45:18 +00:00
wpaul
db15f3fbac
Fix usage in wicontrol.c to agree with man page.
...
Update documentation for -f frequency selection option to include complete
list of channel numbers and frequencies.
1999-05-14 18:31:31 +00:00
dcs
c4a4e43379
Add a menu example making use of loader.4th(8) facilities.
...
Merge candidate, as it is just an example...
1999-05-14 18:06:27 +00:00
gibbs
2e962e0f39
Nuke ucmpdi2.c from i386/libkern to serve as a reminder that switch
...
statements on 64bit values generate poor code.
Requested by: bde
1999-05-14 17:39:54 +00:00
gibbs
faae8dc112
Use a lookup table for device matching instead of a switch on a 64bit
...
value. EGCS generates poor code for sparse switch statements on 64bit
values.
Requested by: bde
1999-05-14 17:38:07 +00:00
fenner
81b5e45922
Add 3.2 to the list of legal FreeBSD versions for the .Os FreeBSD macro.
1999-05-14 17:35:17 +00:00
fenner
c78425b3f4
Add 3.2 to the list of legal FreeBSD versions for the .Fx macro.
1999-05-14 17:32:21 +00:00
jkh
b0c0e1b73c
Do more impressive things for windowmaker.
1999-05-14 15:04:24 +00:00
jkh
1b54d78ab8
DTRT for "Latest" search keywords.
1999-05-14 14:57:59 +00:00
jkh
10b41baa24
Be properly verbose.
1999-05-14 14:29:50 +00:00
jkh
a495fcc3b2
Correct return status logic a bit.
1999-05-14 12:15:34 +00:00
dfr
8a8a702dc2
* Define a new static method DEVICE_IDENTIFY which is called to add device
...
instances to a parent bus.
* Define a new method BUS_ADD_CHILD which can be called from DEVICE_IDENTIFY
to add new instances.
* Add a generic implementation of DEVICE_PROBE which calls DEVICE_IDENTIFY
for each driver attached to the parent's devclass.
* Move the hint-based isa probe from the isa driver to a new isahint driver
which can be shared between i386 and alpha.
1999-05-14 11:22:47 +00:00
dfr
29cc579496
The previous log message should have read:
...
Use breakpoint() to start debugger to avoid crashing back to the firmware
when gdb tries to print the msg argument to Debugger().
1999-05-14 11:15:13 +00:00
dfr
56970da499
Make sure to pass a dev_t to dkunit.
1999-05-14 11:13:21 +00:00
dcs
1528de5c94
Add fxp on a category of it's own.
1999-05-14 10:20:54 +00:00
wosch
2a8f6e8340
Don't overwrite the variable LOCATE_CONFIG
...
This is useful for people who want index their home directory:
$ env LOCATE_CONFIG=$HOME/.locate.rc /usr/libexec/locate.updatedb
Submitted by: Dmitry Morozovsky <marck@rinet.ru>
1999-05-14 10:18:43 +00:00
dcs
71ddf06778
Remove atapi and joy, add svr4 and streams. I wonder if removing vinum
...
is in order or not... (things are _not_ loaded by default, but it serves
as a reference to people tweaking their own loader.conf files)
1999-05-14 10:14:50 +00:00
kato
974d1e773f
Sync with sys/i386/i386/userconfig.c revision 1.143.
1999-05-14 10:05:55 +00:00
dcs
c58da8da38
Add ntfs and splash_pcx, remove pcic and wcd (yikes! what was THAT
...
doing here?).
Candidate for 3.2.
1999-05-14 10:03:58 +00:00
kato
435c700a72
Sync with sys/i386/conf/files.i386 revision 1.241.
1999-05-14 10:03:48 +00:00