summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* If `ipfw fwd' loops an mbuf back to ip_input from ip_output and thejlemon2000-03-301-6/+7
| | | | | | | | | mbuf is marked for delayed checksums, then additionally mark the packet as having it's checksums computed. This allows us to bypass computing/checking the checksum entirely, which isn't really needeed as the packet has never hit the wire. Reviewed by: green
* Prevent buffer overflow.shin2000-03-301-2/+3
| | | | | PR: bin/17657 Submitted by: tanimura
* Bypass IPsec for traceroute invoked by root.shin2000-03-302-2/+52
| | | | | PR: bin/17606 Submitted by: Louis Mamakos <louie@TransSys.COM
* Include param.o in the list of files that we scan for linker sets.peter2000-03-294-8/+8
| | | | Without this, we cannot put sysctl nodes in there.
* Two fixes for the RealTek:wpaul2000-03-291-2/+8
| | | | | | | | | - Only call m_pullup() when necessary. - Check return value from rl_encap() in rl_start() to avoid panic when we run out of mbufs. (Fixes PR kern/17582) PR: kern/17582
* Regenerate.wpaul2000-03-292-2/+18
|
* Add vendor/product ID for two more KLSI-based devices, including awpaul2000-03-292-0/+6
| | | | USB ethernet adapter being handed out by @Home.
* Fix buffer overflow copying the ``kernel'' command-line argument intosheldonh2000-03-291-2/+4
| | | | | | | buffers. The buffers have been resized from the irrelevant BUFSIZ to the more relevant MAXPATHLEN + 1. Reported by: Mike Heffner <spock@techfour.net>
* Slight cleanup of aarp codejulian2000-03-291-11/+13
| | | | | | | Submitted by: Ian Dowse <iedowse@maths.tcd.ie> PR: kern/17583 This PR is still open as Ther is still ongoing investigation.
* Changes for PC-98.kato2000-03-299-0/+322
|
* Regen.gehenna2000-03-292-2/+18
|
* Add ID (Keisokugiken Corp. HKS-0200 USBDAQ)gehenna2000-03-291-0/+4
|
* Fix english.shin2000-03-291-1/+1
| | | | Specified by: sheldonh
* - Added PC-98 Cbus frontend.nyan2000-03-297-1/+290
| | | | | | | - Move dev/aic/aic_isa.c entry from conf/files to conf/files.MACHINE because PC-98 uses different file. Submitted by: nyan and IMAI Takeshi <take-i@ceres.dti.ne.jp>
* Newbusify mse driver.nyan2000-03-292-197/+358
|
* Merge from vendor branch.ru2000-03-298-1302/+1137
| | | | | PR: 17431 Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2000d.tar.gz
* PC-98 BIOS copies the DX register into its work area. The value of itkato2000-03-293-0/+9
| | | | | | | shows `CPUID' and it is useful to identify CPU. So, it is copied from BIOS work area to the cpu_id variable (PC-98 only). Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
* Commented out apm0. It could cause hang-up.kato2000-03-292-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r58782,ru2000-03-291-29/+64
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * New timezone data.ru2000-03-2911-1341/+1205
| | | | | | | | Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2000d.tar.gz
| * New timezone data.wollman1999-02-027-126/+267
| | | | | | | | Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata1999b.tar.gz
* | Ratoc REX-9880/83 support (PC-98 only). This commit added functionskato2000-03-292-0/+258
| | | | | | | | | | | | | | | | | | fe_read_eeprom_rex() and fe_init_rex(). These functions should be useful for REX-5580 series (for PC-AT). But they are included in `#ifdef PC98' to avoid warnings by unused static functions. If you try to support REX-5580, please be aware of these functions. Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
* | - Supported display suspended mode.nyan2000-03-292-12/+20
| | | | | | | | | | | | - Switch on/off not only text screen but also graphic screen. Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
* | Merge from the following changes.nyan2000-03-2914-70/+10
| | | | | | | | | | | | | | | | | | | | | | | | File Revision sys/conf/files.i386 1.303 and 1.304 sys/dev/kbd/atkbd.c 1.23 sys/dev/syscons/scterm-sc.c 1.2 sys/dev/syscons/scvgarndr.c 1.5 sys/dev/syscons/scvtb.c 1.5 sys/dev/syscons/syscons.c 1.335 sys/isa/syscons_isa.c 1.11 sys/isa/vga_isa.c 1.17
* | Add -p option to prevent lpd(8) from opening a listening socket.sheldonh2000-03-292-17/+32
| | | | | | | | | | PR: 17384 Submitted by: Niels Endres <niels@b5.nu>
* | Log information about packets being dropped (probably due tobrian2000-03-292-5/+19
| | | | | | | | ``nat deny_incoming yes'') by libalias.
* | Allow the use of hostnames instead of (and as well as) IPbrian2000-03-291-4/+5
| | | | | | | | | | | | | | | | numbers in all commands. If people use hostnames and have dodgy resolvers or try to resolve the hostname before the link is up, they get what they deserve.... Requested by: ru
* | This should fix the lockups people have been experiencing. I muffed updillon2000-03-291-1/+1
| | | | | | | | | | | | giving astpending two flag bits. A cmpl $0 had to turn into a bit test. Many thanks to: Alain Thivillon <Alain.Thivillon@hsc.fr>
* | PR: i386/1671hm2000-03-291-18/+15
| | | | | | | | | | | | | | | | | | Submitted by: Mats O Jansson <maja@celsiustech.se> The existing s2 map is supposed to be ISO 8859-1 but some characters are not (it's CP850). But the f1 map applied on sweden2 will fixit. (Fulfilled request by Joerg to close this PR)
* | Fix a memory leak.kris2000-03-292-10/+16
| | | | | | | | | | PR: 17360 Submitted by: Andrew J. Korty <ajk@iu.edu>
* | Peter Johnson found another log() call without a trailing newline.joerg2000-03-291-1/+1
| | | | | | | | | | | | | | All three of them have been introduced in rev 1.64, so i guess i've got all of them now. :) Submitted by: Peter Johnson <locke@mcs.net>
* | Get rid of "sticky" files when updating sources with cvs(1).ru2000-03-291-1/+1
| | | | | | | | Approved by: peter
* | export host after setting it.cpiazza2000-03-291-0/+1
| | | | | | | | | | | | | | | | This is needed so passwd diffs show the hostname instead of " passwd diffs:" PR: 17651 Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
* | Add NVidia GeForce 2 and Quadro 2cpiazza2000-03-291-0/+6
| | | | | | | | Ids and names were taken from nv4_disp.inf in the latest windows drivers.
* | The SMP cleanup commit broke need_resched, this fixes that and alsodillon2000-03-2911-22/+16
| | | | | | | | | | | | | | removed unncessary MPLOCKED and 'lock' prefixes from the interrupt nesting level, since (A) the MP lock is held at the time, and (B) since the neting level is restored prior to return any interrupted code will see a consistent value.
* | Change the mbuf size from 128 -> 256. Increasing the mbuf header sizejlemon2000-03-291-1/+1
| | | | | | | | | | | | | | | | caused some headers not to fit in MHLEN any more. This matches the current size on the alpha, so it shouldn't cause problems. Problem observed by: Geoff Rehmet <geoff@is.co.za> Originally suggested by: shin
* | Added indirect pio into the bus space stuff for the NEC PC-98. bus.hkato2000-03-2916-2690/+857
| | | | | | | | | | | | | | | | | | | | | | includes one of bus_at386.h and bus_pc98.h. Becuase only bus_pc98.h supports indirect pio and bus_at386.h is identical to old bus.h, there is no functional change in PC-AT's kernels. That is, it cannot cause performance loss. Submitted by: nyan Reviewed by: imp bde and luoqi provided useful comments for earlier version.
* | Actually, ${LIBY}/-ly aren't needed either. This should finish unbreakinggreen2000-03-291-2/+0
| | | | | | | | the world build.
* | Mention the value of the unexpected return code in nat_LayerPull()brian2000-03-291-1/+1
| |
* | Added two missing newlines in calls to log(9).joerg2000-03-281-2/+2
| | | | | | | | | | | | | | | | Reported in Usenet by: locke@mcs.net (Peter Johnson) While i was at it, prepended a 0x to the %D output, to make it clear that the printed value is in hex (i assume %D has been chosen over %#x to obey network byte order).
* | Remove some cruftn_hibma2000-03-281-3/+0
| |
* | split up ess and sb codecg2000-03-285-951/+972
| | | | | | | | | | | | rewrite ess mixer to use native registers rewrite play/rec code to use more accurate timer when available add code to use audio2 for playback, but disable it as no irqs are generated
* | The SMP cleanup commit broke UP compiles. Make UP compiles work again.dillon2000-03-2811-17/+64
| |
* | Avoid using sed and awk in configure script.shin2000-03-282-8/+12
| | | | | | | | | | | | TODO: also replace other sed and awk usages. Submitted by: wollman
* | Add a configuration options which enable/disable IPv4 mapped IPv6 addrshin2000-03-283-0/+24
| | | | | | | | | | | | support. Suggested and Reviewed by: ume
* | Revert to a static value for the timeout. The timeout was supposedlyn_hibma2000-03-281-14/+5
| | | | | | | | | | | | | | | | to be based on the transfer speed, but I got it all wrong. The by far biggest factor in the timeout is the start of a removable device, which is about 2 seconds anyway. Prodded by: Lennart Augustsson
* | Clarify the disposition of hosts.deny and provide a logicallycwt2000-03-281-6/+5
| | | | | | | | | | | | consistent portmap example rule. Reviewed by: obrien, markm Obtained-good-ideas from: obrien
* | Back out the new advice introduced in the previous commit, which atsheldonh2000-03-281-21/+0
| | | | | | | | | | | | | | | | | | least one reviewer is now unhappy with, since it contains incomplete and misleading advice that is not easy to correct. The net effect of this commit and the previous commit is to simply remove all discussion of setting dumpdev to catch crash dumps prior to entering user mode.
* | don't treat # specially if PARSE_NOHASH is passedbrian2000-03-281-2/+2
| |
* | Don't treat # specially herebrian2000-03-281-6/+0
| |
OpenPOWER on IntegriCloud