Commit Graph

141814 Commits

Author SHA1 Message Date
elad 4591e5acfd Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.
2005-12-09 23:34:01 +00:00
tsutsui 1eee8bf887 Fix function names in panic messages. 2005-12-09 20:50:25 +00:00
wiz fe8b349524 Add xref to chflags(1). From Andre Luiz de Oliveira in PR 32265. 2005-12-09 20:27:02 +00:00
ginsbach ae50fb06a3 Add a nologin(5) man page. 2005-12-09 17:02:53 +00:00
manu 9d0ec64222 Fix a bug in ESP over UDP: because udp4_espinudp() called m_pullup, it
could modify the struct mbuf and calling functions (udp_input() and
udp4_realinput()) would have used a garbled local copy of the pointer.

The fix is not perfect. udp4_espinudp() should use m_pulldown()...
2005-12-09 15:36:34 +00:00
xtraeme bddfd2ef4d regen 2005-12-09 10:46:00 +00:00
xtraeme dd06e46f96 Add two VMware SVGA device ids. 2005-12-09 10:45:28 +00:00
bouyer 514622c61f Adapt previous change to recent scsipi. Pointed out by Simon Burge. 2005-12-09 09:24:30 +00:00
gavan f1f29c8b8d Treat EOF the same as EIO. Prevents spinning if an EOF condition is
encountered, such as a USB serial device being unplugged.

Instead of spinning, the process reading from the serial line will exit,
leaving the process reading from the local terminal to exit when it notices
that its child has gone away.
2005-12-09 03:15:42 +00:00
he 3d002780df Move a misplaced #endif, so that NO_DEV_PTM builds don't get a duplicate
definition of ptm_cdevsw.
2005-12-09 01:06:15 +00:00
kleink 8b32c7f468 tz{code,data}2005p are out. 2005-12-09 01:00:52 +00:00
dyoung 277fb4409c Cosmetic: remove unnecessary stairstep. 2005-12-08 23:08:39 +00:00
yamt 6bba73019a use VM_PAGE_TO_PHYS macro. 2005-12-08 22:41:44 +00:00
bouyer dd5eb5979f Some USB devices reports themselves as removable, but have no door and
so don't support the SCSI_PREVENT_ALLOW_MEDIUM_REMOVAL command.
When an "Illegal field in CDB" is reported for this command, mark the
device as non-removable (which is always true for USB keys from the SCSI
point of view), print a message and ignore the error.
For DIOCLOCK, return ENOTTY if the device is not removable instead of
trying a command which will fail.

Fix a problem reported by Hubert Feyrer for some USB umass devices, patch
tested by him.
2005-12-08 22:14:19 +00:00
riz e4adbdcd56 Create the configuration files for the 3.0 release ISOs. 2005-12-08 21:13:28 +00:00
riz ee8f5684fa Correct the filename of the vax ramdisk. 2005-12-08 21:12:18 +00:00
riz d14fcde891 Add ISO_RELEASE as a tag (by default, same as RELEASE) which is used
to label the .iso image files.

While I'm here, modernize the ports list to what's being released with
3.0, and put them one-per-line to make it easier to comment out a single
port if necessary.
2005-12-08 21:11:46 +00:00
dyoung 8e41de9845 Always record a change of the BSS node's BSSID, even if a desired
BSSID is set.

In IBSS mode, if the BSS node's BSSID changes, and a desired BSSID
is *not* set, make a RUN->RUN transition to give the driver an
opportunity to reprogram its BSSID filter.  This fixes a bug where
both wlanctl(8) and ifconfig(8) indicated that an interface had
joined a new BSS, but no packets would get through, except in
promiscuous mode, because the hardware still filtered packets based
on the old BSSID.
2005-12-08 20:19:49 +00:00
dyoung da04ad7825 Add flag IEEE80211_RADIOTAP_F_BADFCS for packets whose checksum
doesn't match their contents.  While I'm here, remove the mention
of field IEEE80211_RADIOTAP_FCS, which wasn't adopted.
2005-12-08 20:13:27 +00:00
dillo 4793781929 (pkg_do) When marking already installed package as manually installed,
only print message if we succeeded.

Noted by wiz.
2005-12-08 19:26:28 +00:00
tron 9ca15b486f Fix problem in ioctl() handling in OSS audio emulation which caused
unintentional changes of the audio settings e.g. when running "kphone".

Patch submitted by George Michaelson on "tech-kern@NetBSD.org".
2005-12-08 19:19:14 +00:00
xtraeme efc3770d53 Not everyone want to see debugging printf()s unless "options DEBUG"
is compiled in.
2005-12-08 18:06:42 +00:00
xtraeme 2c3c79e7ab regen 2005-12-08 17:38:34 +00:00
xtraeme d68332fa49 Add three Rhine ethernet adapters. 2005-12-08 17:38:11 +00:00
xtraeme 8db4fd7fd6 Misc grammar and typos fixes from Enrique Matias Sanchez via
private email.
2005-12-08 16:51:45 +00:00
he 6f95f1a14a Once more bump SYMTAB_SPACE to make it fit again. 2005-12-08 10:08:46 +00:00
soren 1747d879bc Regen. 2005-12-08 05:10:39 +00:00
jonathan a92fde1678 Add PHY mii-id for the Broadcom 1000base-T PHY integral to the
bcm5714, added yesterday to sys/dev/pci/if_bge.c in revision 1.98,
since it appears the 5714 has a new PHY revision.  Pending further
details, follow the FreeBSD code (as submitted by
John Cagle <john dot cagle at hp dot com> and committed by
ps@FreeBSD.ORG), and treat the 5714 integral PHY the same way as we
treat the bcm5750 integral PHY.
2005-12-08 03:16:43 +00:00
thorpej 9bdc42727c Sprinkle static. 2005-12-08 03:13:18 +00:00
thorpej 459c8f9316 Lose an __inline on a non-trivial function. 2005-12-08 03:12:31 +00:00
thorpej b99f870719 Sprinkle static. 2005-12-08 03:11:14 +00:00
thorpej fbd789fa2d Use ANSI function decls in one more place. 2005-12-08 03:10:12 +00:00
thorpej 7c4d54df55 Use ANSI function decls, sprinkle static. 2005-12-08 03:09:04 +00:00
thorpej b5d9c8bb96 Sprinkle static. 2005-12-08 03:08:12 +00:00
thorpej 59898de0b4 Use ANSI function decls. 2005-12-08 03:06:31 +00:00
thorpej 5946661246 Sprinkle static. 2005-12-08 03:05:40 +00:00
rjs dc0571d75e Make it compile when not using KTRACE or SYSTRACE. 2005-12-07 19:02:36 +00:00
mhitch a45e5aa34b Add xetc to the sets list. 2005-12-07 18:25:43 +00:00
christos d945bb2f77 missed one unsigned long long cast. 2005-12-07 13:59:12 +00:00
tsutsui c91f73110a options VNODE_OP_NOINLINE is gone. 2005-12-07 12:46:32 +00:00
tsutsui cf900d2ab9 Regen from GENERIC.in rev 1.47:
> Remove obsolete options VNODE_OP_NOINLINE.
2005-12-07 12:42:39 +00:00
tsutsui 2a32b6081e Remove obsolete options VNODE_OP_NOINLINE. 2005-12-07 12:40:46 +00:00
tsutsui ebd35749cf Adjust comments for options FFS_NO_SNAPSHOT. 2005-12-07 12:22:29 +00:00
skrll 7044aacdd9 Don't reference stuff we don't have. 2005-12-07 12:20:49 +00:00
tsutsui 1e0ccec995 Regen from GENERIC.in rev 1.46:
> Adjust comments for options FFS_NO_SNAPSHOT.
2005-12-07 12:13:47 +00:00
tsutsui e8946f3801 Mention options FFS_NO_SNAPSHOT. Maybe incomplete, but better than nothing... 2005-12-07 12:08:37 +00:00
augustss 2a86a7b8c1 Regen. 2005-12-07 10:18:10 +00:00
augustss af55235d94 Another vendor and product. 2005-12-07 10:17:53 +00:00
tsutsui ff9b47d69e Adjust comments for options FFS_NO_SNAPSHOT.
XXX: This option should be mentioned in options(4).
2005-12-07 09:10:11 +00:00
tshiozak bb345c8a27 add missing _citrus_MSKanji_stdenc_get_state_desc_generic() function.
pointed out by Patrick Welche <prlw1 _at_ newn _dot_ cam _dot_ ac _dot_ uk>
2005-12-07 06:20:20 +00:00