summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* o Check the size of I/O window handed by parent bus.non2001-02-262-3/+29
| | | | | | | | o Allocate memory mapped by pcic even when not used for ncv. This is for PC-Cards which needs offset, because I/O space should not be used by other devices. Pointed-out-by: YAMAMOTO Shigeru <shigeru@iij.ad.jp>
* take major number 18 for the nmdm "nullmodem" back-to-back tty device.julian2001-02-261-1/+1
| | | | | | Incredibally useful for debugging kernels using vmware. Vmware com1 is diverted to one side, and gdb listens to the other side. viola.. instant debugging sandbox on one system.
* Protect against negative numbers as wellalfred2001-02-261-0/+3
|
* Document the EINTR error.jasone2001-02-261-0/+2
|
* Allow a changed MAC address to show up in ifconfig by changing itjulian2001-02-262-1/+14
| | | | in the ifaddr list as well. Also change an error return in the base system.
* Do not output extra space after .Ef call.ru2001-02-261-1/+1
| | | | Ported from: mdocNG
* mdoc(7) police: use .Vt macro.ru2001-02-261-6/+2
|
* fix typo in commentalfred2001-02-261-1/+1
|
* Santize a size variable passed to kernel malloc.alfred2001-02-261-10/+20
| | | | | | | | | Since we know there's always an upper bound we force that bound, otherwise users can cause a panic via malloc getting hit with a odd (huge or negative) amount of memory to allocate. Tested by: kris Pointed out by: Andrey Valyaev <dron@infosec.ru>
* Prepare for mdocNG.ru2001-02-263-3/+3
|
* Backout -a restriction hack.ru2001-02-262-7/+1
| | | | Requested by: rwatson
* - Mutexify midi(4). The driver runs under the giant lock by default.tanimura2001-02-2614-1123/+1710
| | | | | | | | | | | | | | If you ever want to run midi(4) out of the giant lock, uncomment MIDI_OUTOFGIANT in midi.h. Confirmed to work for csamidi with WITNESS and INVARIANTS. - midi_info, midi_open and seq_info are now tailqs, allowing arbitrary numbers of devices to be configured. - Do not send an active sensing message to reset midi modules. - Clone /dev/sequencer*. /dev/sequencer0 and /dev/sequencer are generated upon initialization.
* Update for bc 1.06kris2001-02-261-6/+16
|
* Resolve conflictskris2001-02-264-112/+263
|
* This commit was generated by cvs2svn to compensate for changes in r73064,kris2001-02-2657-1434/+4380
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import of bc 1.0.6kris2001-02-2661-1549/+4644
| |
* | Document various changes to kq:jlemon2001-02-261-10/+44
| | | | | | | | | | | | | | - new EV_SET macro, - NOTE_LOWAT option for low water marks on read/write filters, - NOTE_REVOKE for filesystem unmounting (and revoke() calls) - improved API for EVFILT_AIO
* | More IP option length validation.kris2001-02-264-21/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes the following revisions from KAME (two of these were actually committed previously but the CVS revisions weren't documented): 1.40 kame/kame/sys/netinet6/ah_core.c (committed in previous rev) 1.41 kame/kame/sys/netinet6/ah_core.c 1.28 kame/kame/sys/netinet6/ah_output.c (committed in previous rev) 1.29 kame/kame/sys/netinet6/ah_output.c 1.30 kame/kame/sys/netinet6/ah_output.c 1.129 kame/kame/sys/netinet6/nd6.c 1.130 kame/kame/sys/netinet6/nd6.c 1.24 kame/kame/sys/netinet6/dest6.c 1.25 kame/kame/sys/netinet6/dest6.c Obtained from: KAME
* | Really set the flags for a private mutex (used by libc/libc_r).deischen2001-02-263-6/+15
| |
* | Limit threads clock resolution to no less than 1000usec (1000Hz).deischen2001-02-266-3/+9
| | | | | | | | | | PR: 25300 Submitted by: Tom Pavel <pavel@alum.mit.edu> (in part)
* | Fix my ambiguous message about ECONNABORTED.olgeni2001-02-251-1/+2
| | | | | | | | Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
* | Add the 'mly' device nodes.msmith2001-02-251-0/+6
| |
* | Remove the 'gdt' and 'gdtd' majors; the ICP driver is taking amsmith2001-02-251-2/+2
| | | | | | | | | | | | different direction. Add 'mly' for the newer Mylex driver's control interface.
* | Major update and bugfix for the 'mly' driver.msmith2001-02-255-354/+599
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to a more efficient queueing implementation. - Don't allocate command buffers on the fly; simply work from a static pool. - Add a control device interface, for later use. - Handle controller overload better as a consequence of the improved queue implementation. - Add support for the XPT_GET_TRAN_SETTINGS ccb, and correctly set the virtual SCSI channels up for multiple outstanding I/Os. - Update copyrights for 2001. - Some whitespace fixes to improve readability. Due to a misunderstanding on my part, previous versions of the driver were limited to a single outstanding I/O per virtual drive. Needless to say, this update improves performance substantially.
* | Spelling: Signalling -> Signaling.olgeni2001-02-252-3/+3
| | | | | | | | Removed whitespaces at end of lines.
* | Add ECONNABORTED to the ERRORS section.olgeni2001-02-251-0/+2
| |
* | Update the list of OpenSSL manpages (now contains many more describingkris2001-02-253-55/+122
| | | | | | | | | | | | | | libssl, for example), and hide it behind a make.conf option, WANT_OPENSSL_MANPAGES, instead of having it commented out. We still can't install these by default because of clobbering of a number of system manpages with the same name, but they're there for people who want them.
* | Use vsnprintf in logmsg() to avoid overflowing the array on the stack.gj2001-02-251-1/+1
| | | | | | | | | | The problem was noted with an older model 3Com 3C589 which seems to return more than 256 bytes of data.
* | Remove tcp_drop_all_states, which is unneeded after jlemon removed itjesper2001-02-251-1/+0
| | | | | | | | from tcp_subr.c in rev 1.92
* | slight cleanups during testing.julian2001-02-252-20/+46
| |
* | Allow for easier configuration when using disklabel. A samplejwd2001-02-254-318/+1116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | being: # size offset fstype [fsize bsize bps/cpg] a: 400M 0 4.2BSD 4096 16384 75 # (Cyl. 0 - 812*) b: 1G * swap c: * * unused e: 204800 * 4.2BSD f: 5g * 4.2BSD g: * * 4.2BSD These patches are the original work of Randell Jesup, and I believe Matt Dillon, with additional work by Warner Losh. Please let me know if I've left someone out. Incorporated into this is the fix for PR bin/22727. This patchset still has style issues and a possible problem on large disks. However, it was a agreed to get these committed before performing major surgery on them. PR: bin/22727 Submitted by: Randell Jesup <rjesup@wgate.com>
* | Remove brackets around variables in a function that used to bejake2001-02-253-30/+30
| | | | | | | | a macro.
* | Do not delay a new ack if there already is a delayed ack pending on thejlemon2001-02-252-10/+22
| | | | | | | | | | | | connection, but send it immediately. Prior to this change, it was possible to delay a delayed-ack for multiple times, resulting in degraded TCP behavior in certain corner cases.
* | o Check the size of I/O window handed by parent bus.non2001-02-251-2/+7
| |
* | o Check the size of I/O window handed by parent bus.non2001-02-251-8/+13
| | | | | | | | o Check if it is in PIO_MODE when memory window is not handed.
* | Stop pac dereferencing a null pointer if accounting is not enabeled.dwmalone2001-02-251-1/+2
| | | | | | | | | | | | PR: 24798 18191 Submitted by: Nick Hilliard <nick@netability.ie> Reviewed by: gad
* | Forgot to remove unneeded "intcmp" function.phk2001-02-251-8/+0
| |
* | Make "md" and "mdctl" macroized parameters.phk2001-02-254-14/+165
| | | | | | | | | | | | Implement "-l" option to mdconfig which can list one or all md devices. Submitted by: Dima Dorfman <dima@unixfreak.org>
* | o Support AUTO SENSE correctly.non2001-02-258-443/+247
| | | | | | | | | | | | | | | | | | | | | | o Offset and period in synch messages and width negotiation should be done for per target not per lun. Move these from *lun_info to *targ_info. o Change in handling XPT_RESET_DEV and XPT_GET_TRAN_SETTINGS . o Change CAM_* xpt_done return values. o Busy loop did not timeout. Change this to timeout as original NetBSD/pc98. Reviewed by: bsd-nomads ML
* | Fix references to Chapman & Zwicky and Cheswick & Bellowin.des2001-02-252-6/+10
| | | | | | | | | | PR: 24652 Submitted by: jjreynold@home.com
* | Supported pcmcia modem card.nyan2001-02-252-8/+20
| | | | | | | | Submitted by: MURAMATSU Atsushi <amura@ma3.seikyou.ne.jp>
* | Update unused __dtoa prototypes to match reality.tegge2001-02-252-3/+3
| |
* | Add fsck_4.2bsd to boot crunch target. This returns the ability tojkh2001-02-255-5/+5
| | | | | | | | actually fsck (and upgrade) a box from boot media again.
* | Merged from sys/i386/i386/machdep.c revision 1.443.kato2001-02-252-8/+8
| |
* | genassym.sh does not work with a.out because the sizes are rounded uppeter2001-02-254-8/+8
| | | | | | | | | | | | | | | | | | | | by the compiler. ie: char foo[0] comes out as 4 bytes on a.out, and we depended on it coming out as 0 for the script version. :-( Make double sure that genassym.o is built and nm'ed in elf mode. (ia64 skipped since it is stuck on the linux toolchain and doesn't understand the -elf switches)
* | Make the kernel actually compile and link under a.out, usingpeter2001-02-254-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gcc -aout -mno-underscores. The bioscall.s tweak is not an a.out requirement really, but to work around the bugs in the antique version of gas that used for a.out. Makefile hacks are all that is needed to get an a.out kernel. There is no telling if it will work though. This is little more than an academic curiosity anyway since all it is good for is situations where the boot code is hard wired, eg: rom bootstraps (such as the gnat box). GENERIC: ... size -aout kernel ; chmod 755 kernel text data bss dec hex 3051520 368640 198688 3618848 373820
* | Make this compile in a.out mode. link.h has extra dependencies for a.out.peter2001-02-252-0/+6
| |
* | Manually add an extra _ to _DYNAMIC since it is provided by ld, not gcc.peter2001-02-251-3/+3
| | | | | | | | Make the rest compile.
* | Remove underscores from linker set stabs for the a.out case, afterpeter2001-02-251-1/+1
| | | | | | | | the demise of asnames.h.
* | Always use the ELF naming after the demise of asnames.h.peter2001-02-252-10/+0
| |
OpenPOWER on IntegriCloud