Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-27 | As I threatened a while ago, ingress IPsec ACL-checking is turned on | Angelos 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-27 | sudo 1.6.3; see http://www.courtesan.com/sudo/current.html for a list | Todd C. Miller | |
of changes. | |||
2000-03-27 | Need a newline now. | Aaron Campbell | |
2000-03-27 | Remove the al and ax drivers; these cards now supported by the dc driver. | Aaron Campbell | |
2000-03-26 | callout.h is gone | Theo de Raadt | |
2000-03-26 | regen | Michael Shalayeff | |
2000-03-26 | from 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-26 | Fix typos. | Aaron Campbell | |
2000-03-26 | Sync with NetBSD. | Aaron Campbell | |
2000-03-26 | Regen. | Aaron Campbell | |
2000-03-26 | Whoops. | Aaron Campbell | |
2000-03-26 | Whoops, missed a file. BTW, these drivers came from NetBSD sources but were | Aaron Campbell | |
originally developed by Bill Paul of FreeBSD. | |||
2000-03-26 | Driver for USB Ethernet adapters based on the Kawasaki LSI KL5KUSB101B. | Aaron Campbell | |
2000-03-26 | Regen. | Aaron Campbell | |
2000-03-26 | Add 3COM460. | Aaron Campbell | |
2000-03-26 | resolf.conf -> resolv.conf; charnier@xp11.frmug.org | brian | |
2000-03-26 | fix rule example | Jason Wright | |
2000-03-26 | Update to ncurses-5.0-20000325 | Todd C. Miller | |
2000-03-26 | Remove 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-26 | Passing an (int) instead of an (int*) won't work. | Marc Espie | |
Those casts are evil... | |||
2000-03-26 | Fix an obvious typo. | Aaron Campbell | |
2000-03-26 | Remove 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-26 | Sync with NetBSD. | Aaron Campbell | |
2000-03-26 | Regen. | Aaron Campbell | |
2000-03-26 | New devices; from NetBSD. | Aaron Campbell | |
2000-03-26 | Add RCS ID. | Angelos D. Keromytis | |
2000-03-26 | correct usage() return value | Eric Jackson | |
2000-03-25 | Upgrade to Lynx 2.8.2. -moj | Mats O Jansson | |
2000-03-25 | if_gm attaches on pci, not macobio. | Dale S. Rahn | |
2000-03-25 | Fix typo causing crash if ESP was used with only authentication or | Angelos D. Keromytis | |
encryption (not both). Problem noted by jason@openbsd.org | |||
2000-03-25 | Add CRD_F_IV_PRESENT, to indicate encryption requests where an | Angelos D. Keromytis | |
explicit IV preceeds the data to be encrypted. Nice weather in Australia... | |||
2000-03-25 | Busified. | 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-25 | pccon gets turn off. totally machine specific, no man page | Theo de Raadt | |
2000-03-25 | link gnubc(1) to bc(1) | Theo de Raadt | |
2000-03-25 | sync | Theo de Raadt | |
2000-03-24 | Correct the HISTORY section to note that this command appeared in Version 5 | Aaron 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-24 | Typo. | Ian Darwin | |
2000-03-24 | Add macros for AT&T UNIX Versions 2-5 to doc-syms. Also add the following | Aaron 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-24 | more Xr | Theo de Raadt | |
2000-03-24 | typo | Theo de Raadt | |
2000-03-24 | Don't use the small caps (i.e., tN "trade name") font for General Text macros | Aaron Campbell | |
that have mixed casings. | |||
2000-03-24 | Make 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-24 | sync | Theo de Raadt | |
2000-03-24 | newer qlc devices | Theo de Raadt | |
2000-03-24 | sync | Theo de Raadt | |
2000-03-24 | pretty | Chris Cappuccio | |
2000-03-24 | Document AMD 756 | Chris Cappuccio | |
2000-03-24 | From 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-24 | Mention that FNM_LEADING_DIR and FNM_CASEFOLD are extensions. | Todd C. Miller | |
I got bit by this recently in my own code... | |||
2000-03-24 | Add 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. |