summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-03-28fix netbsd rcsids up.Michael Shalayeff
also, from the 3rd try make proper openbsd rcsids, rediculous 3 commits just to add proper openbsd rcsids. i think someone forgot to _look_ at the diffs before commit.
2000-03-28syncTheo de Raadt
2000-03-28simplifyTheo de Raadt
2000-03-28syncChris Cappuccio
2000-03-28more VIA devices [NetBSD]Chris Cappuccio
2000-03-28syncTheo de Raadt
2000-03-28more yamahaTheo de Raadt
2000-03-27Updates from NetBSD with minor changes to match OpenBSD, plus a descriptionTodd C. Miller
of the NCR_VERBOSE option.
2000-03-27better rearrangementsTheo de Raadt
2000-03-27syncTheo de Raadt
2000-03-27Improve; deraadt@ okAaron Campbell
2000-03-27syncjasoni
2000-03-27Implement getcwd.jasoni
2000-03-27syncTheo de Raadt
2000-03-27anotherTheo de Raadt
2000-03-27don't include rcsid in compileJason Wright
2000-03-27allow bigger packetsMarkus Friedl
2000-03-27Add and document option no-default-conflict.Marc Espie
2000-03-27Document -s, indicate the existence of @option, remove fixed bug fromMarc Espie
description.
2000-03-27fix OpenBSD tagJason Wright
2000-03-27ssh2 message type codesMarkus Friedl
2000-03-27Add HPGL2 printer entyr (Pavel Lisy)Ian Darwin
2000-03-27Add Photoshop sub-type to JPEG.Ian Darwin
2000-03-27no vm_cache_max in uvm; ok art@Michael Shalayeff
2000-03-27readd libcom_err support. ok with hin@ -moj.Mats O Jansson
2000-03-27readd libcom_err support. ok with hin@ -moj.Mats O Jansson
2000-03-27readd -ldes. ok hin@ -mojMats O Jansson
2000-03-27add missing OpenBSD RCS IDsBrad Smith
2000-03-27As I threatened a while ago, ingress IPsec ACL-checking is turned onAngelos D. Keromytis
by default. Read the ipsecadm(8) man page for more details on how to specify ingress filters with manual keying. isakmpd has been doing this for a while now.
2000-03-27sudo 1.6.3; see http://www.courtesan.com/sudo/current.html for a listTodd C. Miller
of changes.
2000-03-27Need a newline now.Aaron Campbell
2000-03-27Remove the al and ax drivers; these cards now supported by the dc driver.Aaron Campbell
2000-03-26callout.h is goneTheo de Raadt
2000-03-26regenMichael Shalayeff
2000-03-26from netbsd: pci interrupt routing code.Michael Shalayeff
also, change a few pcidevs names to match netbsd (and more descriptive). tested on a bunch of laptops, helps resolving 'pin X unmapped' problems for (usually) usb and cardbus cntrollers.
2000-03-26Fix typos.Aaron Campbell
2000-03-26Sync with NetBSD.Aaron Campbell
2000-03-26Regen.Aaron Campbell
2000-03-26Whoops.Aaron Campbell
2000-03-26Whoops, missed a file. BTW, these drivers came from NetBSD sources but wereAaron Campbell
originally developed by Bill Paul of FreeBSD.
2000-03-26Driver for USB Ethernet adapters based on the Kawasaki LSI KL5KUSB101B.Aaron Campbell
2000-03-26Regen.Aaron Campbell
2000-03-26Add 3COM460.Aaron Campbell
2000-03-26resolf.conf -> resolv.conf; charnier@xp11.frmug.orgbrian
2000-03-26fix rule exampleJason Wright
2000-03-26Update to ncurses-5.0-20000325Todd C. Miller
2000-03-26Remove idiotic, braindead casts T* -> void*Marc Espie
They serve no purpose, except hiding potential bugs. In particular, remove (ClientData) cast from macro, showing potentially troublesome use of Hashes to store time_t.
2000-03-26Passing an (int) instead of an (int*) won't work.Marc Espie
Those casts are evil...
2000-03-26Fix an obvious typo.Aaron Campbell
2000-03-26Remove refCount for suffixes.Marc Espie
- suffixes can't be removed from suffList except when an explicit reset is seen, e.g., .SUFFIXES: This actually occurs seldom enough that the very small memory gain does not justify the extra code and added complexity. (Removing suffixes at other times, as the old code used to do, is a bug)