Commit Graph

138665 Commits

Author SHA1 Message Date
christos bca552a90d PR/30413: Martin Husemann: make target ordering issue in non-compat mode.
This was caused by a problem in the Makefile.
2005-07-19 21:14:39 +00:00
macallan 829d7cdb68 use zstty_get_tty_from_dev() instead of using a zstty_softc lookalike hack,
same as in sparc/dev/zs.c
2005-07-19 17:24:08 +00:00
christos 218695c371 mention netinet changes. 2005-07-19 17:01:59 +00:00
christos 89940190d0 Implement PMTU checks from:
http://www.gont.com.ar/drafts/icmp-attacks-against-tcp.html

1. Don't act on ICMP-need-frag immediately if adhoc checks on the
advertised MTU fail. The MTU update is delayed until a TCP retransmit
happens.
2. Ignore ICMP Source Quench messages meant for TCP connections.

From OpenBSD.
2005-07-19 17:00:02 +00:00
gdt b0239c745e Add PR_PURGEIF flag for protocols to indicate that the protocol might
store a struct ifnet *, and define it for udp/tcp/rawip for INET and
INET6.  When deleting a struct ifnet, invoke PRU_PURGEIF on all
protocols marked with PR_PURGEIF.  Closes PR kern/29580 (mine).
2005-07-19 12:58:24 +00:00
gdt 918f9be889 Note that once a tag is attached to an mbuf with m_tag_prepend,
freeing the mbuf will free the tag.
2005-07-19 12:44:02 +00:00
yamt fdeeeda1ac remove a wierd blank line in the case of -b. 2005-07-19 12:24:39 +00:00
yamt 5923204be0 fix a race by re-checking req_prod when exiting main loop. 2005-07-19 12:20:29 +00:00
yamt 01fa457bff xen_shm_unmap:
- don't try to remove a request twice.
- fix spl/splx mismatch.
2005-07-19 11:09:52 +00:00
yamt 4ff72cab3e xbdback_co_main_loop: don't forget to set xbdi->cont in the case of error. 2005-07-19 09:45:12 +00:00
augustss 2fb6e23d32 Add ral. 2005-07-19 06:45:14 +00:00
martin 7ceaeb7acc Duh, after disabling the vga driver, we don't want it's manual pages
any more.
2005-07-19 04:33:14 +00:00
christos ece0fd5c87 WARNS=3 2005-07-19 01:38:38 +00:00
lukem dccca90900 Revert back to using an int (instead of size_t) for holding a value that may
be negative.
Fixes progressbar display on terminals <43 columns wide.
Bug noted and solution suggested by Gavan Fantom.
2005-07-19 00:41:05 +00:00
martin 7d5aa8c228 Do not build/install the vga driver on sparc64 - it won't work there
anyway (and confuses autoconfiguration)
2005-07-18 20:01:05 +00:00
christos 2a249fb919 Fix typo in previous [thanks jukka] 2005-07-18 16:36:29 +00:00
christos 98d8ea8729 Fix whitespace issues and use ansi prototypes. 2005-07-18 16:09:37 +00:00
rpaulo 5395d3d141 Mention WSDISPLAY_SCROLLSUPPORT under i386 GENERIC. 2005-07-18 15:34:25 +00:00
wiz 7da36539c0 Bump date for uipaq. 2005-07-18 15:33:14 +00:00
wiz a55750f505 Drop trailing space. 2005-07-18 15:32:25 +00:00
oster 97682553c4 If rf_SubmitReconBuffer indicates the submission was blocked (for
whatever reason), return 0 instead of the default
RF_RECON_READ_STOPPED.  Returning RF_RECON_READ_STOPPED would result
in rf_ContinueReconstructFailedDisk() thinking that the given
component was "done" and breaking out of the main reconstruction loop
far too early.  Reconstruction still worked correctly as long as there
were no errors, but RAIDframe wouldn't be in a position to properly
handle read/write errors during reconstruction.

This fixes the "raidctl's progress bar spins at 0% until
reconstruction finishes" problem.
2005-07-18 15:32:01 +00:00
briggs 2622309630 Update array of software RAID names in ata_raid.c.
Change a boundary check to ensure that we won't accidentally read and use
uninitialized memory if ATA_RAID_TYPE_MAX is updated without updating the
array.
Update comment near ATA_RAID_TYPE_MAX to note that the array in ata_raid.c
should be updated if a new ATA_RAID_TYPE_* is added.
2005-07-18 15:21:48 +00:00
wiz 839d8caeb0 Add missing .Re 2005-07-18 14:59:06 +00:00
wiz 610e0d6575 New sentence, new line. 2005-07-18 14:55:06 +00:00
wiz db27d6b43f Minor fixes. 2005-07-18 14:53:58 +00:00
tonio 53e0b37b8a Add tonio@
approved by cube@.
2005-07-18 14:13:42 +00:00
wiz 60027a5523 Grammar fixes. 2005-07-18 14:07:18 +00:00
wiz c5541497ba Drop trailing whitespace. 2005-07-18 14:06:05 +00:00
wiz 4a1c381386 Sort SEE ALSO. 2005-07-18 14:03:40 +00:00
augustss 94b0c8c5b7 Add uipaq driver. 2005-07-18 12:02:21 +00:00
augustss 491407a45e This file is suitable for inclusion (by copying or 'include') in a
kernel config file.  It contains all USB drivers.
2005-07-18 11:57:41 +00:00
augustss f4f7531c05 Add uipaq(4). 2005-07-18 11:45:57 +00:00
augustss 19680bcfc9 Note addition of uipaq(4). 2005-07-18 11:43:47 +00:00
augustss 028353b945 Add uipaq(4). From OpenBSD. 2005-07-18 11:36:46 +00:00
augustss 7dd02394b7 Make sure we don't enable host controller interrupts until all
initialization is finished.
2005-07-18 11:08:00 +00:00
hubertf b7cc645889 Bump version to 20050718 for fixed IGNORE_RECOMMENDS handling. 2005-07-18 09:09:35 +00:00
hubertf aba8b403bc Fix PR pkg/30658: don't fail for pkgs that were built with IGNORE_RECOMMENDED,
just issue a warning.

Checked by wiz@, no reply from original author (rh@) after several weeks. :(
2005-07-18 09:06:48 +00:00
christos 70b85ad925 Don't do things you are not supposed to inside a signal handler. 2005-07-18 04:01:33 +00:00
rpaulo f90b533f0a Remove the sentence in parenthesis about WSDISPLAY_SCROLLSUPPORT that
might confuse readers on which framebuffers support that option.
2005-07-18 00:21:58 +00:00
junyoung 06e730ed76 More cosmetic changes. 2005-07-17 23:53:57 +00:00
junyoung a226b79f42 Make code prettier. 2005-07-17 23:49:49 +00:00
rpaulo 80cf1e727a Add missing man page source for rtw.4 2005-07-17 22:39:28 +00:00
rpaulo 28226933f3 Add rtw(4) man page. 2005-07-17 22:20:59 +00:00
rpaulo 404ec27cd6 Add rtw.4 2005-07-17 22:04:07 +00:00
rpaulo 5188e9d01d Add man page for Realtek RTL8180L IEEE 802.11b wireless network driver (rtw).
By Jonathan Gray <jsg@openbsd.org>.
This solves part of PR#29733.

ok David Young.
2005-07-17 22:02:32 +00:00
christos 0e7146df89 Improve on the migration bit. Check if files are different, and if not,
remove the source and leave a symlink behind. Otherwise, let the user know.
2005-07-17 21:28:45 +00:00
christos acf21e59f6 add regression test for c99 array range initializer. 2005-07-17 19:37:14 +00:00
christos ddee551034 Handle C99 array range initializers:
type a[] = { [lo ... hi] = c }:
2005-07-17 19:35:48 +00:00
macallan 19a7332aff added tslot and dbri manpages 2005-07-17 18:54:10 +00:00
he d3fc666f98 Make tlp_idle() not be static, so that the newsmips version of the
driver can access that function again.

Approved by thorpej
2005-07-17 18:11:36 +00:00