summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-08-06Change the priority of LD_LIBRARY_PATH, -rpath, and ldconfig pathDale Rahn
in ELF ld.so to match the behavior in a.out ld.so. The given order is the new order, previously ldconfig had highest priority, which made it impossible to override.
2001-08-06OpenBSD id-tagsJakob Schlyter
2001-08-06add getrrsetbyname(3) - API to retrieve arbitrary DNS recordsJakob Schlyter
2001-08-06Fix errant reference to DEBUG_INTR to use correct SIOP_DEBUG_INTR.Kenneth R Westerback
Eliminates conflict with same name in wdc.c. Spotted by Heikki Korpela.
2001-08-06Add a new type voff_t (right now it's typedefed as off_t) used for offsetsArtur Grabowski
into objects. Gives the possibilty to mmap beyond the size of vaddr_t. From NetBSD.
2001-08-06Use pool to allocate extent region descriptors.Artur Grabowski
2001-08-06o) We always close .Bl and .Bd tags;Mike Pechkin
o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok
2001-08-06o) add BSDI macro (.Bsx);Mike Pechkin
o) OpenBSD -> .Ox; millert@ ok
2001-08-06inet_[ap]ton result must be compared against 1 (== 1 or != 1).Jun-ichiro itojun Hagino
2001-08-06do not use inet_addrTheo de Raadt
2001-08-05make -t dsa work with commercial servers, tooMarkus Friedl
2001-08-05ssh 2 support; from wayned@users.sourceforge.netMarkus Friedl
2001-08-05- raid -> RAIDBrad Smith
- finish sentence in ami man page and mention iop(4) for I2O mode
2001-08-05Spelling corrections per PR 1988 by Andrew Hoerter.Hugh Graham
2001-08-05Decrease first stage loader boot address. Makes memory-challengedMiod Vallat
mvme boards able to boot from disk.
2001-08-05Use syntaxic sugar provided by PMAP_NEWMiod Vallat
2001-08-05Make manual match source string.Hugh Graham
Spotted by Heikki Korpela.
2001-08-05Comment out a reference to the usbhidctl utility as it's not currentlyHugh Graham
installed. Noted by Heikki Korpela.
2001-08-05there's no no host.conf on openbsd. pointed out by smbJun-ichiro itojun Hagino
2001-08-05Do not have dl_find_symbol complain about symbols not found, code immediatelyDale Rahn
following the call will catch and report any errors.
2001-08-05re-order headers as they should beTheo de Raadt
2001-08-05Actually, move the check inside the switch.Angelos D. Keromytis
2001-08-05Only flush the policies if the message type is UNSPEC.Angelos D. Keromytis
2001-08-05syncTheo de Raadt
2001-08-05Hint: another vendor who made a PCI chipsetTheo de Raadt
2001-08-05syncTheo de Raadt
2001-08-05VScom PCI 200-L; lmoore@starwon.com.auTheo de Raadt
2001-08-05put in tags for ARC4 to please ben, who now has no excusesTheo de Raadt
2001-08-04Move decision whether to make a new hash table or not to be afterTodd C. Miller
the open(). That way if the user opened with O_EXLOCK and another process has the .db locked we don't decide to zero hash before the locking process has had a chance to write to the database. This also makes the logic simpler since we can just fstat the fd and check for size == 0 && !O_RDONLY. Closes PR 1934.
2001-08-04don't return on void.Federico G. Schwindt
2001-08-04pthread_mutexattr_* manpage; from FreeBSD.Federico G. Schwindt
2001-08-04There is not currently a usb(3) manpage, so comment out the Xr.Hugh Graham
Spotted by Heikki Korpela.
2001-08-04alphabetize device listingPeter Valchev
2001-08-03This driver allows vlan sized frames on 905B, set IFCAP_VLAN_MTU on that chipChris Cappuccio
2001-08-03Fix logic for detecting 82558 and newer chips in pci;Chris Cappuccio
This driver allows large frames for those chips so set IFCAP_VLAN_MTU for 82558+
2001-08-03Set IFCAP_VLAN_MTU, the Realtek chip does not discard/truncate large frames.Chris Cappuccio
2001-08-03Set IFCAP_VLAN_MTU, this driver already allows vlan-size framesChris Cappuccio
2001-08-03Use IFCAP_VLAN_MTU and IFCAP_VLAN_HWTAGGING capabilities:Chris Cappuccio
LINK0 disappears; we now set IFCAP_VLAN_HWTAGGING at ifnet->if_capabilities in the Ethernet driver for cards/drivers which support hardware tagging. MTU ambiguity disppears; we now set IFCAP_VLAN_MTU in the Ethernet driver when we know the chip will not truncate/discard vlan-sized frames. Only allow the MTU to be changed within the scope of the parent interface's MTU. (Here we also take into account IFCAP_VLAN_MTU) Propagate hardware-assisted IP/TCP/UDP checksumming flags to the vlan interface if the card supports hardware tagging (from NetBSD)
2001-08-03Shupid me, bugtty is necessary...Miod Vallat
2001-08-03Add back NUL termination of 'word' in complete() that was erroneouslyTodd C. Miller
removed in strlcpy() conversion. Previously we were trying to strlcpy() a pointer that could be NULL. Now we check that the length != 0 and use memcpy() instead, then NUL terminate by hand to catch the other cases. Core dump noticed by fgs@
2001-08-03Note Acard support and bugs with AMD, OPTiChris Cappuccio
2001-08-03Update sp->fts_cur in fts_read() before returning NULL. ThisTodd C. Miller
prevents a duplicate free() in fts_close(). From karls@inet.no with some other, similar cases added.
2001-08-03from NetBSD:Chris Cappuccio
Add support for Acard ATP850/860, Highpoint HPT370A, and ALi UDMA4/5 controllers Workaround some OPTi chipset bugs (opti_chip_map still disabled by default)
2001-08-03syncChris Cappuccio
2001-08-03Acard IDE and SCSI controllersChris Cappuccio
2001-08-03Make all the low-profile configurations include conf/GENERIC, andMiod Vallat
harmonize a bit.
2001-08-03simplify previous fix (0-length mbuf in mbuf chain). from freebsdJun-ichiro itojun Hagino
2001-08-03typo; krapht@secureops.comTheo de Raadt
2001-08-03Open files with O_NONBLOCK but turn off non-blocking mode forTodd C. Miller
non-ttys. If write(2) returns EAGAIN just ignore the error and move on. This prevents a locked terminal from causing syslogd grief. If we ever want to support logging to a fifo this will probably have to be revisited.
2001-08-03syncTheo de Raadt