]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
21 years ago- Rename installFixupBin to installFixupBase to finish up the 'bin' to
jhb [Fri, 17 Jan 2003 19:05:32 +0000 (19:05 +0000)]
- Rename installFixupBin to installFixupBase to finish up the 'bin' to
  'base' dist rename.
- Rework struct dist to allow for different types of dists.  There are
  currently three types of dists: DT_TARBALL, the traditonal gzipped and
  split tar file; DT_PACKAGE, a package; and DT_SUBDIST, a meta-dist in
  the tree that has its own array of dists as its contents.  For example,
  the 'base' dist is a DT_TARBALL dist, the 'perl' dist is a DT_PACKAGE
  dist, and the 'src' dist is a DT_SUBDIST dist with its own dist table
  that contains 'sbase', 'ssys', etc.
- Add helper macros for defining array entries for the different types of
  dists to try and make the statically defined dist table in dist.c more
  readable.
- Split the logic to deal with a DT_TARBALL dist out of distExtract()
  and into its own distExtractTarball() function.  distExtract() now
  calls other functions to extract each dist.
- Tweak the percentage complete calculation in distExtractTarball() to
  do the multiply prior to the divide so it doesn't have to use floating
  point.
- Axe the installPackage() function along with the special handling for
  the perl and XFree86 dists in distExtractAll() since distExtract()
  handles package dists directly now.
- Add back in subdists for the X packages based on the split up packages
  that XFree86-4 uses that as closely map to the X dists we used with
  X 3.3.x.
- Lots of things like distSetX() and the X dist masks are no longer
  #ifndef X_AS_PKG since we use them in both cases now.
- Make the entire installFixupXFree() function #ifndef X_AS_PKG, we only
  call it in that case anyways, and it's not suitable for the X_AS_PKG
  case.
- Add in X dist menus for the X_AS_PKG case.

Approved by: re

21 years agoAdd 'vlan' as a network device.
jhb [Fri, 17 Jan 2003 18:51:21 +0000 (18:51 +0000)]
Add 'vlan' as a network device.

Tested by: dcs

21 years agoAdd Allied Telesis WR211PCM.
shiba [Fri, 17 Jan 2003 18:50:00 +0000 (18:50 +0000)]
Add Allied Telesis WR211PCM.

21 years agoAdd Allied Telesis WR211PCM.
shiba [Fri, 17 Jan 2003 18:41:32 +0000 (18:41 +0000)]
Add Allied Telesis WR211PCM.

21 years agoRegen.
shiba [Fri, 17 Jan 2003 18:40:31 +0000 (18:40 +0000)]
Regen.

21 years agoMove subr_disklabel.c and subr_diskslice.c from being MI to MD files,
phk [Fri, 17 Jan 2003 18:32:39 +0000 (18:32 +0000)]
Move subr_disklabel.c and subr_diskslice.c from being MI to MD files,
so that they can be left out where they are unneeded.

21 years agoReplace M_DONTWAIT with M_NOWAIT for malloc().
simokawa [Fri, 17 Jan 2003 15:15:21 +0000 (15:15 +0000)]
Replace M_DONTWAIT with M_NOWAIT for malloc().

Pointed out by: nate@root.org

21 years agoImprove some debug massages.
simokawa [Fri, 17 Jan 2003 15:03:57 +0000 (15:03 +0000)]
Improve some debug massages.

21 years agoFix bus manager election process.
simokawa [Fri, 17 Jan 2003 15:03:25 +0000 (15:03 +0000)]
Fix bus manager election process.
- Lock response 0x3f means that the host becomes the bus manager.
- Add missing htonl().

21 years agoFind places to store the previously implicityly passed unit number in
phk [Fri, 17 Jan 2003 14:53:53 +0000 (14:53 +0000)]
Find places to store the previously implicityly passed unit number in
the three configuration ioctls which need a unit number.

Add a "ccd.ctl" device for config operations.

Implement ioctls on ccd.ctl which rely on the explicityly passed
unit numbers.

Update ccdconfig to use the new ccd.ctl interface.

Add code to the kernel to detect old ccdconfig binaries, and whine
about it.

Add code to ccdconfig to detect old kernels, and whine about it.

These two compatibility measures will be retained only for a limited
period since they are in the way of GEOM'ification of ccd.

21 years agoMention net.inet.ip.accept_sourceroute.
ru [Fri, 17 Jan 2003 14:07:03 +0000 (14:07 +0000)]
Mention net.inet.ip.accept_sourceroute.

21 years agoFix various details so we get to WARNS=3.
phk [Fri, 17 Jan 2003 13:23:41 +0000 (13:23 +0000)]
Fix various details so we get to WARNS=3.
Center operation on unit number rather than path name.

21 years agoAdd a regression test for ccds layout policy.
phk [Fri, 17 Jan 2003 12:23:44 +0000 (12:23 +0000)]
Add a regression test for ccds layout policy.

21 years agoDon't hide global `s'.
ru [Fri, 17 Jan 2003 08:10:43 +0000 (08:10 +0000)]
Don't hide global `s'.

21 years agoA driver for the System Management Application Program
mdodd [Fri, 17 Jan 2003 08:10:18 +0000 (08:10 +0000)]
A driver for the System Management Application Program
Interface (SMAPI) BIOS, which is present on some IBM
Thinkpad models (560, 600, 770 to name a few.)

The SMAPI BIOS provides access to System Information,
System Configuration, and Power Management.

21 years ago- Add a major for SMAPI.
mdodd [Fri, 17 Jan 2003 08:01:35 +0000 (08:01 +0000)]
- Add a major for SMAPI.
- Claim a few majors I have responsibility for.

21 years agoSMP locking for ARP.
hsu [Fri, 17 Jan 2003 07:59:35 +0000 (07:59 +0000)]
SMP locking for ARP.

21 years agoMore wi info: adhoc means have reverted.
imp [Fri, 17 Jan 2003 07:54:27 +0000 (07:54 +0000)]
More wi info: adhoc means have reverted.

21 years agoBump __FreeBSD_version to 500100 to allow us to differentiate HEAD from
scottl [Fri, 17 Jan 2003 06:18:25 +0000 (06:18 +0000)]
Bump __FreeBSD_version to 500100 to allow us to differentiate HEAD from
RELENG_5_0 and allow RELENG_5_) to grow.

21 years agoDo a better job of documenting mincore(2), esp. the MINCORE_* flags.
tjr [Fri, 17 Jan 2003 04:06:57 +0000 (04:06 +0000)]
Do a better job of documenting mincore(2), esp. the MINCORE_* flags.

21 years agoDetect underrun of IT queue for debugging.
simokawa [Fri, 17 Jan 2003 03:52:48 +0000 (03:52 +0000)]
Detect underrun of IT queue for debugging.
Add some comments.

21 years agoAdd missing ca_ES, lt_LT, sr_YU aliases
ache [Fri, 17 Jan 2003 00:56:34 +0000 (00:56 +0000)]
Add missing ca_ES, lt_LT, sr_YU aliases

21 years agoNew errata entry: growfs(8) stopped working on vinum(4) volumes or
bmah [Thu, 16 Jan 2003 23:58:28 +0000 (23:58 +0000)]
New errata entry: growfs(8) stopped working on vinum(4) volumes or
geom(4) entities.

Submitted by: joerg

21 years agoWhile being here, remove a couple of unused "default:" labels in switch
joerg [Thu, 16 Jan 2003 23:49:34 +0000 (23:49 +0000)]
While being here, remove a couple of unused "default:" labels in switch
statements, now that gcc loudly complains about them.

MFC after: 1 week

21 years agoMake vinum disk-related devices readable by group "operator" to match
joerg [Thu, 16 Jan 2003 23:48:34 +0000 (23:48 +0000)]
Make vinum disk-related devices readable by group "operator" to match
the configuration of any other disk-like devices.

This is the non-DEVFS part which is normally not used in 5.x, but due
for MFC into 4.x.

PR: bin/28294, bin/32588
MFC after: 1 week

21 years agoMake vinum disk-related devices readable by group "operator" to match
joerg [Thu, 16 Jan 2003 23:47:04 +0000 (23:47 +0000)]
Make vinum disk-related devices readable by group "operator" to match
the configuration of any other disk-like devices.

(This is the DEVFS-only part, so no need to MFC.)

PR: bin/28294, bin/32588

21 years agoRestore a comment that was lost in the shuffle.
imp [Thu, 16 Jan 2003 23:38:08 +0000 (23:38 +0000)]
Restore a comment that was lost in the shuffle.

21 years agoCorrect typo.
grog [Thu, 16 Jan 2003 23:37:26 +0000 (23:37 +0000)]
Correct typo.

Submitted by: Alan Day <alan@alanday.com>
MFC after: 2 weeks

21 years agoMFbed: translation update
ue [Thu, 16 Jan 2003 22:41:47 +0000 (22:41 +0000)]
MFbed: translation update

early-adopter/article.sgml: 1.11  -> 1.12
errata/article.sgml: 1.12  -> 1.17
hardware/common/dev.sgml: 1.126 -> 1.128
installation/common/trouble.sgml: 1.11  -> 1.12
relnotes/common/new.sgml: 1.475 -> 1.480

21 years agoFixed a typo
ue [Thu, 16 Jan 2003 21:29:53 +0000 (21:29 +0000)]
Fixed a typo

21 years agoMove a local variable to avoid the compiler warning about it being unused.
phk [Thu, 16 Jan 2003 20:06:45 +0000 (20:06 +0000)]
Move a local variable to avoid the compiler warning about it being unused.

21 years agohardpps() wants the raw hardware counter value converted to nanoseconds.
jhay [Thu, 16 Jan 2003 19:22:13 +0000 (19:22 +0000)]
hardpps() wants the raw hardware counter value converted to nanoseconds.

21 years agoWe now include the dhcpctl subdirectory.
murray [Thu, 16 Jan 2003 19:05:56 +0000 (19:05 +0000)]
We now include the dhcpctl subdirectory.

21 years agowi now needs wlan.
imp [Thu, 16 Jan 2003 16:56:58 +0000 (16:56 +0000)]
wi now needs wlan.

21 years agoFix 'make release' from erroring out if this is an arch without driver
scottl [Thu, 16 Jan 2003 16:51:52 +0000 (16:51 +0000)]
Fix 'make release' from erroring out if this is an arch without driver
floppies.

Submitted by:   nyan
Reviewed by:   jhb

21 years agoFix memleak.
mbr [Thu, 16 Jan 2003 16:43:58 +0000 (16:43 +0000)]
Fix memleak.

Reviewed by: rwatson
MFC after: 2 weeks

21 years agoUpdated release note: ISC DHCP 3.0.1RC11.
bmah [Thu, 16 Jan 2003 15:40:49 +0000 (15:40 +0000)]
Updated release note:  ISC DHCP 3.0.1RC11.

21 years agoPrepend a space character if a line begins with a digit
yar [Thu, 16 Jan 2003 14:25:32 +0000 (14:25 +0000)]
Prepend a space character if a line begins with a digit
in the output to the "STAT file" request.

This closes one discrepancy with RFC 959 (page 36.)

See also http://www.kb.cert.org/vuls/id/328867

Obtained from: OpenBSD

21 years agoMFi386: revision 1.372
nyan [Thu, 16 Jan 2003 13:38:58 +0000 (13:38 +0000)]
MFi386: revision 1.372

21 years agoReplace the instances of literal "/bin/ls"
yar [Thu, 16 Jan 2003 13:27:58 +0000 (13:27 +0000)]
Replace the instances of literal "/bin/ls"
with the _PATH_LS macro to be consistent
with the rest of the ftpd(8) source.

21 years agoImprove memory allocation.
simokawa [Thu, 16 Jan 2003 13:09:33 +0000 (13:09 +0000)]
Improve memory allocation.
- Don't use contigmalloc() and allocate page by page to avoid
allocation failure.
- allocate buffer by PAGE_SIZE.

21 years agoClear part_set, part_size_type and part_offset_type before parsing the
des [Thu, 16 Jan 2003 12:57:53 +0000 (12:57 +0000)]
Clear part_set, part_size_type and part_offset_type before parsing the
ascii label; otherwise checklabel() might report spurious errors because
of leftovers from a previous pass.

Reviewed by: bde
MFC after: 1 week

21 years agoThe abs() function isn't defined locally; include a header file that
mdodd [Thu, 16 Jan 2003 08:53:03 +0000 (08:53 +0000)]
The abs() function isn't defined locally; include a header file that
defines it.

21 years agoFix two long-standing, but likely harmless, errors in the use of
alc [Thu, 16 Jan 2003 08:14:56 +0000 (08:14 +0000)]
Fix two long-standing, but likely harmless, errors in the use of
vm_pageout_deficit:
1. Update vm_pageout_deficit before VM_WAIT.  There is no sense in
   delaying the update; the sooner the pageout daemon receives this
   information the better.  Reviewed by: tegge
2. Update vm_pageout_deficit according to the number of pages still
   needed to complete the allocation, not the original size of the
   allocation.  Submitted by: tegge

(These errors have existed since the introduction of vm_pageout_deficit
in revision 1.144.)

21 years agoUpdate for the isc_dhcp_3_0_1_rc11 import.
obrien [Thu, 16 Jan 2003 07:53:32 +0000 (07:53 +0000)]
Update for the isc_dhcp_3_0_1_rc11 import.

21 years agoUse the stock version of this file -- all our needs have been taken care of.
obrien [Thu, 16 Jan 2003 07:41:43 +0000 (07:41 +0000)]
Use the stock version of this file -- all our needs have been taken care of.

21 years agoMake the "SEE ALSO" suitable for FreeBSD.
obrien [Thu, 16 Jan 2003 07:36:45 +0000 (07:36 +0000)]
Make the "SEE ALSO" suitable for FreeBSD.

21 years agoMake isc_dhcp_3_0_1_rc11's "SEE ALSO" suitable for FreeBSD.
obrien [Thu, 16 Jan 2003 07:31:49 +0000 (07:31 +0000)]
Make isc_dhcp_3_0_1_rc11's "SEE ALSO" suitable for FreeBSD.

21 years agoThis commit was generated by cvs2svn to compensate for changes in r109365,
murray [Thu, 16 Jan 2003 07:29:37 +0000 (07:29 +0000)]
This commit was generated by cvs2svn to compensate for changes in r109365,
which included commits to RCS files with non-trunk default branches.

21 years agoImport ISC DHCP 3.0.1 RC11 omshell interface.
murray [Thu, 16 Jan 2003 07:29:37 +0000 (07:29 +0000)]
Import ISC DHCP 3.0.1 RC11 omshell interface.

21 years agoMerge rev 1.6 (-D) and rev 1.8 (SEE ALSO suitable for FreeBSD) into
obrien [Thu, 16 Jan 2003 07:28:12 +0000 (07:28 +0000)]
Merge rev 1.6 (-D) and rev 1.8 (SEE ALSO suitable for FreeBSD) into
isc_dhcp_3_0_1_rc11.

21 years agoImplement nonblocking tpc-connections. rpcgen -m does still
mbr [Thu, 16 Jan 2003 07:27:30 +0000 (07:27 +0000)]
Implement nonblocking tpc-connections. rpcgen -m does still
produce backcompatible code.

Reviewed by: rwatson
Obtained from: NetBSD
MFC after: 1 day

21 years agoMake isc_dhcp_3_0_1_rc11's "SEE ALSO" suitable for FreeBSD.
obrien [Thu, 16 Jan 2003 07:23:57 +0000 (07:23 +0000)]
Make isc_dhcp_3_0_1_rc11's "SEE ALSO" suitable for FreeBSD.

21 years agoMerge rev 1.2 (correct script path) and 1.6 (prefer strlcpy to strcpy)
obrien [Thu, 16 Jan 2003 07:22:32 +0000 (07:22 +0000)]
Merge rev 1.2 (correct script path) and 1.6 (prefer strlcpy to strcpy)
into isc_dhcp_3_0_1_rc11.

21 years agoMerge our spelling changes into isc_dhcp_3_0_1_rc11.
obrien [Thu, 16 Jan 2003 07:19:43 +0000 (07:19 +0000)]
Merge our spelling changes into isc_dhcp_3_0_1_rc11.

21 years agoImplement non-blocking tcp-connections.
mbr [Thu, 16 Jan 2003 07:13:51 +0000 (07:13 +0000)]
Implement non-blocking tcp-connections.

Reviewed by: rwatson
Obtained from: NetBSD
MFC after: 1 day

21 years agoImport isc-dhcpd-3.0.1rc11.
obrien [Thu, 16 Jan 2003 07:04:57 +0000 (07:04 +0000)]
Import isc-dhcpd-3.0.1rc11.
This fixes a security vulnerability in the bundled resolver library.

Requested by: scottl(re)

21 years agoThis commit was generated by cvs2svn to compensate for changes in r109357,
obrien [Thu, 16 Jan 2003 07:04:57 +0000 (07:04 +0000)]
This commit was generated by cvs2svn to compensate for changes in r109357,
which included commits to RCS files with non-trunk default branches.

21 years agoUse cycleMatch for precise IT DMA start timing.
simokawa [Thu, 16 Jan 2003 07:01:54 +0000 (07:01 +0000)]
Use cycleMatch for precise IT DMA start timing.

21 years agoUsing LOGIN_SETALL &~LOGIN_SETMAC to avoid setting the MAC label improperly,
rwatson [Thu, 16 Jan 2003 03:41:57 +0000 (03:41 +0000)]
Using LOGIN_SETALL &~LOGIN_SETMAC to avoid setting the MAC label improperly,
rather than specifically setting the process priority and resource class;
otherwise, we improperly set other aspects of the login class.  We have
a bit more to do here, but the proper fix will probably involve breaking
out MAC labels from the login class at some point, as well as further
clarifying the logic here.

Pointed out by: kuriyama, max

21 years agoPurely cosmetic change.
mtm [Thu, 16 Jan 2003 02:27:52 +0000 (02:27 +0000)]
Purely cosmetic change.
The # PROVIDE line should precede the # REQUIRE line.

Approved by: markm (mentor)

21 years agoAdd missing lib/X11/xedit/lisp directory.
anholt [Thu, 16 Jan 2003 02:17:28 +0000 (02:17 +0000)]
Add missing lib/X11/xedit/lisp directory.

21 years agokernel:
njl [Thu, 16 Jan 2003 00:24:29 +0000 (00:24 +0000)]
kernel:
* Fix a bug where devices weren't cleaned up on close(): CAM_REQ_CMP != 0

user:
* Increase timeout in usermode to CAM_TIME_INFINITY.  The initiator is in
  charge of timeouts and the value was in ms, not seconds.
* Bring two debugging printfs under the debug flag
* Clean up man page to show increased testing on isp(4)

Submitted by: gibbs (bugfixes)

21 years agowi now needs wlan
sam [Thu, 16 Jan 2003 00:21:52 +0000 (00:21 +0000)]
wi now needs wlan

Reviewed by: imp

21 years agoconfig glue for new wi driver and wlan module
sam [Thu, 16 Jan 2003 00:20:10 +0000 (00:20 +0000)]
config glue for new wi driver and wlan module

Reviewed by: imp
Forgotten by: sam

21 years agoMerge all the various copies of vm_fault_quick() into a single
dillon [Thu, 16 Jan 2003 00:02:21 +0000 (00:02 +0000)]
Merge all the various copies of vm_fault_quick() into a single
portable copy.

21 years agoMerge all the various copies of vmapbuf() and vunmapbuf() into a single
dillon [Wed, 15 Jan 2003 23:54:35 +0000 (23:54 +0000)]
Merge all the various copies of vmapbuf() and vunmapbuf() into a single
portable copy.  Note that pmap_extract() must be used instead of
pmap_kextract().

This is precursor work to a reorganization of vmapbuf() to close remaining
user/kernel races (which can lead to a panic).

21 years agoNew errata item: /dev/tty permissions handling bug.
bmah [Wed, 15 Jan 2003 23:35:46 +0000 (23:35 +0000)]
New errata item:  /dev/tty permissions handling bug.

Submitted by: phk

21 years agoAdd some errata notes that document some 5.0-RELEASE bugs (smbfs
bmah [Wed, 15 Jan 2003 23:24:49 +0000 (23:24 +0000)]
Add some errata notes that document some 5.0-RELEASE bugs (smbfs
shares, fstat(2) and kqueue(2) bugs, and a crash in
sem_open(3)/sem_close(3)).

Submitted by: tjr

21 years agoChange the handling of non-anchored global substitutions of the empty
marcel [Wed, 15 Jan 2003 22:36:15 +0000 (22:36 +0000)]
Change the handling of non-anchored global substitutions of the empty
string from a silent implicit non-global substitution to a non-silent
explicit fatal error. Archored substitutions are those containing '^'
or '$'.
The problem with changing the substitution to prevent an infinite
number of matches is that it doesn't provide the necessary feedback
to the user that there's a bug in the/a makefile. Reporting the bug
without making the condition fatal makes the feedback mostly useless
due to the way that make fails to prefix the error with program name,
makefile file name and line number information.
Note that global substitutions of the empty string anchored with '^'
(start of string) or '$' (end of string) do not cause an infinite
number of matches and are therefore not reported and hence are non-
fatal.

Suggested by: bde
Tested with: buildworld

21 years agoremove wi_hostap.c from files as it's been removed.
alfred [Wed, 15 Jan 2003 21:50:33 +0000 (21:50 +0000)]
remove wi_hostap.c from files as it's been removed.

21 years agoIf there is a driver floppy for this arch, then add a line to the loader.rc
jhb [Wed, 15 Jan 2003 21:49:50 +0000 (21:49 +0000)]
If there is a driver floppy for this arch, then add a line to the loader.rc
on the boot floppies to set the 'driver_floppy' variable in the loader so
that it ends up in the kernel environment and sysinstall will prompt for the
diskette.  Booting from CD-ROM does not use this loader.rc file, so folks
booting from CD to do an install will not be prompted.

X-MFC after: as soon as I finish committing to current
Approved by: re (blanket)

21 years agoAdd a function driverFloppyCheck() that asks the user if they would like to
jhb [Wed, 15 Jan 2003 21:47:36 +0000 (21:47 +0000)]
Add a function driverFloppyCheck() that asks the user if they would like to
load drivers from the driver floppy if the "driver_floppy" variable is set
in the kernel environment and call this function after probing devices but
before displaying the main menu.

X-MFC after: as soon as I finish committing to current
Approved by: re@ (blanket)

21 years agoLike sh_types, dt_tags just aren't in consecutive order, so we have to move
obrien [Wed, 15 Jan 2003 21:24:05 +0000 (21:24 +0000)]
Like sh_types, dt_tags just aren't in consecutive order, so we have to move
away from indexing into an array.  Also add Sun and GNU specific tags.

21 years agorealpath(3) should use PATH_MAX instead of MAXPATHLEN according to POSIX.
johan [Wed, 15 Jan 2003 21:22:55 +0000 (21:22 +0000)]
realpath(3) should use PATH_MAX instead of MAXPATHLEN according to POSIX.

This also reverts the PATH_MAX -> MAXPATHLEN part of
rev 1.3 of src/bin/realpath/realpath.c

Requested by: imp
Reviewed by: imp, bde

21 years agoThe defined sh_types's just aren't in consecutive order, so we have to move
obrien [Wed, 15 Jan 2003 20:48:56 +0000 (20:48 +0000)]
The defined sh_types's just aren't in consecutive order, so we have to move
away from indexing into an array.

21 years agoAdd machdep.elan_freq sysctl which can be used to set the CPU clock
phk [Wed, 15 Jan 2003 20:15:33 +0000 (20:15 +0000)]
Add machdep.elan_freq sysctl which can be used to set the CPU clock
frequency in Hz.  The default is still 33.333 MHz.  Please notice
that the number is round to a multiple of four internally so it may
not read back exactly the same as written.

Add compile time ELAN_XTAL option to override the 33.333 MHz default.

Add compile time ELAN_PPS option to enable code for high precision
(250 nanoseconds) timestamping of external signals.

21 years agoupdate for revised wi driver that uses the 802.11 link layer support
sam [Wed, 15 Jan 2003 20:15:00 +0000 (20:15 +0000)]
update for revised wi driver that uses the 802.11 link layer support

Reviewed by: imp

21 years agoremove wi-specific host ap code; the wi driver now depends on the
sam [Wed, 15 Jan 2003 20:13:30 +0000 (20:13 +0000)]
remove wi-specific host ap code; the wi driver now depends on the
wlan module for 802.11 core support

21 years agowi-specific host ap support no longer needed now that it uses
sam [Wed, 15 Jan 2003 20:12:50 +0000 (20:12 +0000)]
wi-specific host ap support no longer needed now that it uses
the core 802.11 code

Reviewed by: imp

21 years agonew wi driver that uses the 802.11 link layer code
sam [Wed, 15 Jan 2003 20:11:31 +0000 (20:11 +0000)]
new wi driver that uses the 802.11 link layer code

Reviewed by: imp
Obtained from: NetBSD (originally)

21 years agosync with KAME to simplify rev 1.28's patch (no functional changes)
suz [Wed, 15 Jan 2003 20:09:52 +0000 (20:09 +0000)]
sync with KAME to simplify rev 1.28's patch (no functional changes)

Obtained from: KAME
Reviewd by: fenner
Approved by: re (jhb)

21 years agohookup wlan and rcv4 modules to the build
sam [Wed, 15 Jan 2003 20:06:38 +0000 (20:06 +0000)]
hookup wlan and rcv4 modules to the build

Reviewed by: imp

21 years agoadd module for 802.11 link layer code
sam [Wed, 15 Jan 2003 20:05:52 +0000 (20:05 +0000)]
add module for 802.11 link layer code

Reviewed by: imp

21 years ago802.11 link layer support. This code implements the basic 802.11
sam [Wed, 15 Jan 2003 20:01:50 +0000 (20:01 +0000)]
802.11 link layer support.  This code implements the basic 802.11
state machine to provide station and host ap functionality for drivers.

More work will follow to split out the state machine and protocol
support from the ioctl interfaces to ease portability/sharing with
NetBSD and forthcoming ports to other systems.

Reviewed by: imp
Obtained from: NetBSD (originally)

21 years agomake rc4 crypto support a module so other modules can depend on it
sam [Wed, 15 Jan 2003 19:55:17 +0000 (19:55 +0000)]
make rc4 crypto support a module so other modules can depend on it

Submitted by: imp
Reviewed by: imp

21 years agoMake sure we find all vnode method vectors in /sys.
phk [Wed, 15 Jan 2003 19:19:28 +0000 (19:19 +0000)]
Make sure we find all vnode method vectors in /sys.

21 years agoAllow linters to override the CTASSERT macro, since they are unlikely to
phk [Wed, 15 Jan 2003 19:18:49 +0000 (19:18 +0000)]
Allow linters to override the CTASSERT macro, since they are unlikely to
like the results.

21 years agoHookup elfdump.
obrien [Wed, 15 Jan 2003 18:33:32 +0000 (18:33 +0000)]
Hookup elfdump.

21 years agoAdd a BSDL'ed util that displays information about ELF files.
obrien [Wed, 15 Jan 2003 18:32:06 +0000 (18:32 +0000)]
Add a BSDL'ed util that displays information about ELF files.
This is simular to readelf(1) and objdump(1).

Submitted by: jake

21 years agoUse the word "Machine Check Architecture" correctly.
hrs [Wed, 15 Jan 2003 16:38:33 +0000 (16:38 +0000)]
Use the word "Machine Check Architecture" correctly.

21 years agoMove the realloc outside the inner loop. This reduces the number of times
obrien [Wed, 15 Jan 2003 16:10:29 +0000 (16:10 +0000)]
Move the realloc outside the inner loop.  This reduces the number of times
we do the realloc.

21 years agoMFR50: Synchronize the content of the errata file with RELENG_5_0.
bmah [Wed, 15 Jan 2003 15:20:50 +0000 (15:20 +0000)]
MFR50:  Synchronize the content of the errata file with RELENG_5_0.

article.sgml 1.9.2.4

At this point, the errata file on HEAD should contain the same content
as for RELENG_5_0, but be compatible with the SGML entities and other
infrastructure on HEAD.  We can now add content here and it will
appear as post-release errata.

21 years agoMore prep work for the errata file.
bmah [Wed, 15 Jan 2003 15:15:09 +0000 (15:15 +0000)]
More prep work for the errata file.

Simulate the effects of a version number bump for just the errata
document.  This change will be backed out in a few days, during the
post release version number bump for the release documentation.

21 years agoPrepare to make the errata file on HEAD serve as the on-line (mutable)
bmah [Wed, 15 Jan 2003 15:10:43 +0000 (15:10 +0000)]
Prepare to make the errata file on HEAD serve as the on-line (mutable)
errata document for 5.0-RELEASE, since that is the development branch
on which 5.0-RELEASE is based.

This change consists primarily of whitespace diff reductions to
RELENG_4 plus deleting some text that isn't really applicable.

21 years agoDon't forget to disconnect object from class.
davidxu [Wed, 15 Jan 2003 14:58:07 +0000 (14:58 +0000)]
Don't forget to disconnect object from class.

21 years agoMerged from sys/isa/syscons_isa.c revision 1.21.
nyan [Wed, 15 Jan 2003 13:12:12 +0000 (13:12 +0000)]
Merged from sys/isa/syscons_isa.c revision 1.21.

21 years agoResolve conflicts.
murray [Wed, 15 Jan 2003 10:47:32 +0000 (10:47 +0000)]
Resolve conflicts.

21 years agoResolve conflicts.
murray [Wed, 15 Jan 2003 10:44:05 +0000 (10:44 +0000)]
Resolve conflicts.

(import approved by: re)

21 years agoImport ISC DHCP 3.0.1 RC10 client.
murray [Wed, 15 Jan 2003 10:31:26 +0000 (10:31 +0000)]
Import ISC DHCP 3.0.1 RC10 client.