summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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)
2000-03-26Sync with NetBSD.Aaron Campbell
2000-03-26Regen.Aaron Campbell
2000-03-26New devices; from NetBSD.Aaron Campbell
2000-03-26Add RCS ID.Angelos D. Keromytis
2000-03-26correct usage() return valueEric Jackson
2000-03-25Upgrade to Lynx 2.8.2. -mojMats O Jansson
2000-03-25if_gm attaches on pci, not macobio.Dale S. Rahn
2000-03-25Fix typo causing crash if ESP was used with only authentication orAngelos D. Keromytis
encryption (not both). Problem noted by jason@openbsd.org
2000-03-25Add CRD_F_IV_PRESENT, to indicate encryption requests where anAngelos D. Keromytis
explicit IV preceeds the data to be encrypted. Nice weather in Australia...
2000-03-25Busified.Dale S. Rahn
OpenBSD tag added. mii code corrected (seems to work, anyone want to verify this?) only tesed at 10baseT interrupt configuration hacked, pa_line contents not reliable, hacked for now.
2000-03-25pccon gets turn off. totally machine specific, no man pageTheo de Raadt
2000-03-25link gnubc(1) to bc(1)Theo de Raadt
2000-03-25syncTheo de Raadt
2000-03-24Correct the HISTORY section to note that this command appeared in Version 5Aaron Campbell
of AT&T UNIX, not Version 6. Verified by strings(1)'ing a .dsk file (PDP-11 executable) containing the v5 sources, obtainable at gatekeeper.dec.com in the directory /pub/DEC/sim/software. Idea from NetBSD PR/4790.
2000-03-24Typo.Ian Darwin
2000-03-24Add macros for AT&T UNIX Versions 2-5 to doc-syms. Also add the followingAaron Campbell
standards: -p1003.1-95, -p1003.1c-95, -xbd5, -xcu5, -xsh5, -xns5, -xns5.2d2.0, -xcurses4.2; from NetBSD. Document the new standards macros in mdoc.samples(7).
2000-03-24more XrTheo de Raadt
2000-03-24typoTheo de Raadt
2000-03-24Don't use the small caps (i.e., tN "trade name") font for General Text macrosAaron Campbell
that have mixed casings.
2000-03-24Make f_bsize signed. Having it unsigned causes surprising (and unwanted)Todd C. Miller
type coercions. With this fixed I can back out the hack in df.
2000-03-24syncTheo de Raadt
2000-03-24newer qlc devicesTheo de Raadt
2000-03-24syncTheo de Raadt
2000-03-24prettyChris Cappuccio
2000-03-24Document AMD 756Chris Cappuccio
2000-03-24From NetBSD:Chris Cappuccio
Don't reset cp->hw_ok ro 0 when cp isn't initialised in cy693_chip_map() Support for AMD 756 IDE controller
2000-03-24Mention that FNM_LEADING_DIR and FNM_CASEFOLD are extensions.Todd C. Miller
I got bit by this recently in my own code...
2000-03-24Add FNM_NOSYS, meaning "The implementation does not support this function",Todd C. Miller
for XPG conformance. We don't use it but programs might check for it.