summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Import patch to fix non-constant format string abuses. This patch waskris2001-03-052-2/+2
| | | | | | | | approved by the vendor and will be present in future releases.
* | Add an AUE device ID: USB_PRODUCT_MELCO_LUATX5peter2001-03-051-0/+1
| | | | | | | | Submitted by: Yoshihiko SARUMARU <mistral@imasy.or.jp>
* | Resolve merge conflicts.msmith2001-03-056-26/+14
| |
* | Switch from using rand() or random() to a stronger, more appropriate PRNGkris2001-03-053-37/+4
| | | | | | | | | | | | (random() or arc4random()) Reviewed by: bde
* | This commit was generated by cvs2svn to compensate for changes in r73561,msmith2001-03-0563-1899/+2514
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Belated vendor update to the Intel ACPI CA 20010208 snapshot.msmith2001-03-0569-1925/+2530
| | |
* | | Eliminate the aio_freejobs list. Its purpose was to store freealc2001-03-051-40/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aiocb's allocated by zalloc(). In other words, zfree() was never called. Now, we call zfree(). Why eliminate this micro- optimization? At some later point, when we multithread the AIO system, we would need a mutex to synchronize access to aio_freejobs, making its use nearly indistinguishable in cost from zalloc() and zfree(). Remove unnecessary fhold() and fdrop() calls from aio_qphysio(), undo'ing a part of revision 1.86. The reference count on the file structure is already incremented by _aio_aqueue() before it calls aio_qphysio(). (Update the comments to document this fact.) Remove unnecessary casts from _aio_aqueue(), aio_read(), aio_write() and aio_waitcomplete(). Remove an unnecessary "return;" from aio_process(). Add "static" in various places.
* | | A NetBSD specific fixbrian2001-03-051-2/+8
| | | | | | | | | | | | Kind-of obtained from: NetBSD
* | | Remove another outdated comment about aio_cancel().alc2001-03-051-2/+1
| | |
* | | Fix a couple of typos which became obvious when I started to actually usedfr2001-03-041-3/+3
| | | | | | | | | | | | this on real hardware.
* | | Disable interrupts while sanity checking the owner of the floating pointdfr2001-03-041-0/+5
| | | | | | | | | | | | | | | state. It is possible that we could be preempted part way through the check.
* | | Install the des.h link under ${DESTDIR}. Fixes buildworld.kris2001-03-041-1/+1
| | | | | | | | | | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* | | When displaying interface statistics with -i show a '-' for anyjoe2001-03-041-15/+64
| | | | | | | | | | | | values that aren't updated for a particular network-layer address.
* | | mark pthread_exit() as non-returning.alfred2001-03-041-1/+1
| | | | | | | | | | | | Requested by: Farooq Mela <fmela0@sm.socccd.cc.ca.us>
* | | During a flood, we don't call rtfree(), but we remove the entry ourselves.bmilekic2001-03-041-13/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | However, if the RTF_DELCLONE and RTF_WASCLONED condition passes, but the ref count is > 1, we won't decrement the count at all. This could lead to route entries never being deleted. Here, we call rtfree() not only if the initial two conditions fail, but also if the ref count is > 1 (and we therefore don't immediately delete the route, but let rtfree() handle it). This is an urgent MFC candidate. Thanks go to Mike Silbersack for the fix, once again. :-) Submitted by: Mike Silbersack <silby@silby.com>
* | | pkh's TAILQ changes to if_mutliaddrs missed a counting loop.dmlb2001-03-041-1/+2
| | |
* | | Simplify vm_object_deallocate(), by decrementing the refcount first.alfred2001-03-041-18/+13
| | | | | | | | | | | | This allows some of the conditionals to be combined.
* | | more 32 to 16 bit handle conversionsmjacob2001-03-041-2/+2
| | |
* | | More 32 to 16 bit handle stuff. Roll core minor version.mjacob2001-03-041-2/+2
| | |
* | | Remove a superfluous newline in a string (isp_prt adds this).mjacob2001-03-041-2/+2
| | | | | | | | | | | | Fix a missed conversion of 32 to 16 bit handles.
* | | When called with the "-n" command line argument, pkg_deleteroberto2001-03-041-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is supposed to inform the user of all steps it would take. The current code does not issue any messages regarding actions that would be performed by delete_package (removing files and executing @unexec commands), because when the Fake variable is 1, delete_package (which itself respects Fake and prints messages rather than taking action when it is 1) is not called at all. Fix this. PR: bin/24971 Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org>
* | | Alter the pccard setup a bit so that it looks prettier by redirectingjhb2001-03-042-10/+10
| | | | | | | | | | | | | | | | | | | | | pccardc's stdout to /dev/null and outputting short messages on succesful completion instead much like other rc scripts. Reviewed by: imp
* | | Fix style nit.obrien2001-03-042-2/+2
| | |
* | | BDECFLAGS.billf2001-03-041-9/+7
| | | | | | | | | | | | while I'm here, fix bitrotted debug code generating template.
* | | Do not set a default ELF syscall ABI fallback.obrien2001-03-042-6/+8
| | | | | | | | | | | | | | | If one runs an un-branded Linux static binary that calls Linux's fcntl the machine will reboot when interupted by the FreeBSD syscall ABI.
* | | End words with a `.'.obrien2001-03-041-2/+2
| | | | | | | | | | | | Fixed spacing messed up in rev 1.244.
* | | First appeared in 4.3, not 5.0kris2001-03-041-1/+1
| | |
* | | Give the shoe-laces a distinct color so they don't disappear on b/wphk2001-03-044-21/+25
| | | | | | | | | | | | daemons.
* | | Remove an out-of-date comment: aio_cancel() has been supportedalc2001-03-041-1/+0
| | | | | | | | | | | | since revision 1.69 of kern/vfs_aio.c.
* | | Remove stuff that is really "ports material", generated files andmarkm2001-03-049-1402/+0
| | | | | | | | | | | | | | | | | | stuff for other OS's. Also remove stuff (libraries) that are already present in FreeBSD and must not get mixed up in our code.
* | | Correct grammar in comment.kris2001-03-041-3/+3
| | |
* | | Trim down the source tree a bit. We shouldn't have blatantlymarkm2001-03-044-513/+0
| | | | | | | | | | | | | | | uncompilable bits in here (like X stuff), nor should we have too much "ports material".
* | | Clean up the installation of the compatibility libdes header/librarykris2001-03-041-22/+11
| | | | | | | | | | | | | | | | | | symlinks Pointed out by: bde
* | | implement OCRNL, ONOCR, and ONLRETassar2001-03-046-1/+52
| | | | | | | | | | | | Obtained from: NetBSD
* | | Don't override CPUTYPE (actually this predates the <bsd.cpu.mk> use ofkris2001-03-041-13/+3
| | | | | | | | | | | | | | | | | | CPUTYPE, and I forgot I used it here already) Pointed out by: bde
* | | Set TARGET_ARCH and install files -fschg as we do the kernel module.obrien2001-03-041-0/+3
| | |
* | | Fix whitespace.obrien2001-03-041-2/+2
| | |
* | | Disable interface checking for packets subject to "ipfw fwd".truckman2001-03-041-3/+4
| | | | | | | | | | | | Chris Johnson <cjohnson@palomine.net> tested this fix in -stable.
* | | Correct the comment above MAKE_IDEA to be less confusing now that wekris2001-03-042-18/+18
| | | | | | | | | | | | only have one patented algorithm in make.conf.
* | | Add code for being compatible with ssh.com's krb5 authentication.assar2001-03-0413-178/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | It is done by using the same ssh messages for v4 and v5 authentication (since the ssh.com does not now anything about v4) and looking at the contents after unpacking it to see if it is v4 or v5. Based on code from Björn Grönvall <bg@sics.se> PR: misc/20504
* | | Disable interface checking when IP forwarding is engaged so that packetstruckman2001-03-041-10/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | addressed to the interface on the other side of the box follow their historical path. Explicitly block packets sent to the loopback network sent from the outside, which is consistent with the behavior of the forwarding path between interfaces as implemented in in_canforward(). Always check the arrival interface when matching the packet destination against the interface broadcast addresses. This bug allowed TCP connections to be made to the broadcast address of an interface on the far side of the system because the M_BCAST flag was not set because the packet was unicast to the interface on the near side. This was broken when the directed broadcast code was removed from revision 1.32. If the directed broadcast code was stil present, the destination would not have been recognized as local until the packet was forwarded to the output interface and ether_output() looped a copy back to ip_input() with M_BCAST set and the receive interface set to the output interface. Optimize the order of the tests. Reviewed by: jlemon
* | | Remove the field privatemodes from struct __aiocb_private and thealc2001-03-042-149/+2
| | | | | | | | | | | | | | | | | | | | | related code from aio_read() and aio_write(). This field was intended, but never used, to allow a mythical user-level library to make an aio_read() or aio_write() behave like an ordinary read() or write(), i.e., a blocking I/O operation.
* | | This commit was generated by cvs2svn to compensate for changes in r73393,kris2001-03-032-16/+35
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import vendor fix for buffer overflow in HOME environment variablekris2001-03-032-16/+35
| | | |
* | | | Small style fix, remove highlight from second list in FILES section.cokane2001-03-031-2/+2
| | | |
* | | | Added a man page for the tdfx 3Dfx Voodoo I/II device drivercokane2001-03-032-0/+84
| | | |
* | | | include paths.h for _PATH_DEVmjacob2001-03-031-0/+1
| | | |
* | | | Change mon_decimal_point from "." to "" (N/A>) as it is specified by POSIX forache2001-03-031-1/+1
| | | | | | | | | | | | | | | | POSIX locale.
* | | | Add some default hints for isp.mjacob2001-03-032-0/+30
| | | |
* | | | Preserve comma as separator when it is not equal to radix characterache2001-03-031-2/+7
| | | |
OpenPOWER on IntegriCloud