Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-04-22 | Fixed cut & paste error in .Nx 1.4 macro. | Alex Feldman | |
1999-04-21 | Added -susv2 macro: Version 2 of the Single UNIX Specification | Alex Feldman | |
1999-04-21 | mention that strings in lastlog and utmp are not guaranteed to be NUL-terminated | Todd C. Miller | |
1999-04-20 | sipp-esp --> esp | Alex Feldman | |
1999-04-20 | IMPORTANT CHANGE: | Marc Espie | |
depends-list and package-depends now give out output suitable for tsort, so they are INCOMPATIBLE with the previous version. PACKAGE_NAME_AS_LINK disappears, functionality is replaced by FULL_PACKAGE_NAME, which makes more sense anyway. *This does fix the package dependencies problem* Still missing: mechanism to output a decent error message in case tsort finds out a cycle. | |||
1999-04-20 | FIND as a known program | Marc Espie | |
1999-04-20 | remove weird restriction on package repository name, and make delete-links | Marc Espie | |
safer. | |||
1999-04-20 | Add SUPDISTFILES/SUPPATCHFILES functionality: | Marc Espie | |
files that are not always needed for all builds, but that must be fetched for maintainance purposes (makesum, mirror...) Not to use for intl/usa programs, probably... | |||
1999-04-18 | fix braino | Michael Shalayeff | |
1999-04-18 | add this one, while it should be made MI i believe | Michael Shalayeff | |
1999-04-18 | add several man pages for existing drivers | Michael Shalayeff | |
1999-04-18 | Ox 2.6 macro | Jason Wright | |
1999-04-18 | oops, did not get updated; rohee | Theo de Raadt | |
1999-04-18 | misc cleanup & xbox | Jason Wright | |
1999-04-18 | xbox docs | Jason Wright | |
1999-04-10 | shit: egcs-stable is in LANG, not DEVEL | Marco S Hyman | |
1999-04-09 | match length of keys to what PF_KEY enforces | Niels Provos | |
1999-04-06 | Fix library dependency test for arch-es that don't | Marco S Hyman | |
suppport shared libs so building tk80, for example, doesn't cause tkl80 to get built even thouth it is already installed. Update list-distfiles target | |||
1999-04-02 | .Pp macros do not belong immiedately after .Sh section header lines | Aaron Campbell | |
1999-04-02 | add list-distfiles target to help me build/update the LICENSE file | Marco S Hyman | |
1999-04-02 | mention ports(7) and the emulators/linux_lib port | Marco S Hyman | |
in the compat_linux(8) man page | |||
1999-04-01 | Australian prefixes simplified (http://www.austel.gov.au/number/new8dig.htm) | David Leonard | |
1999-03-31 | finish documenting ioctls and errors | Jason Wright | |
1999-03-30 | add obj target that works in conjuction with WRKOBJDIR; | Marco S Hyman | |
code from op21@squish.org | |||
1999-03-26 | add note about LVD support and change comment about NVRAM | mjacob | |
1999-03-24 | arrgghhh! do NOT add pkgdep lines when creating PLIST-auto; | Marco S Hyman | |
(I thought I had already removed this quite a while ago). | |||
1999-03-23 | tail anchor, to fetch 2nd manpage name, which is less likely to be ↵ | Theo de Raadt | |
over-written by the mail title; d | |||
1999-03-22 | Add gross ed hack back in so termcap xterm entry < 1024 | Todd C. Miller | |
1999-03-19 | Add flag to allow some interfaces to not see packets with unknown destination. | Jason Wright | |
1999-03-19 | Add the ability to mark an interface as "non-learning" | Jason Wright | |
1999-03-18 | Fix problem with dsakey generation command for encrypted key, mention thawte. | Bob Beck | |
1999-03-18 | typo; nash@mcs.net | Aaron Campbell | |
1999-03-18 | Make pcvt arrow keys work with vt220 entries; DEC terminals generate DEL, | Todd C. Miller | |
not ^H. | |||
1999-03-18 | Update to version 10.2.7. Differences are very minor: | Todd C. Miller | |
rename bsdos -> bsdos-pc (since BSD/OS runs on more than PC's), Add more info to descriptions, move beehive entries, fix typos Note that this adds rc and sc back to the xterm entry (now that curses can deal this is safe) since we want these capabilities to show up in termcap. | |||
1999-03-17 | more scrubbing | Theo de Raadt | |
1999-03-17 | oops | Theo de Raadt | |
1999-03-17 | spelling | Theo de Raadt | |
1999-03-17 | do not break things | Theo de Raadt | |
1999-03-16 | tell gnu configure packages to stuff their files under /etc. | Marc Espie | |
1999-03-16 | Fix typo in 192.168 anti-spoofing rule; truman@research.suspicious.org | Kjell Wooding | |
1999-03-16 | xref xl(4) | Todd C. Miller | |
1999-03-15 | abso -> also; mihara@prd.fc.nec.co.jp | Theo de Raadt | |
1999-03-15 | mention option KEY; nash@mcs.net | Theo de Raadt | |
1999-03-15 | cleanups; nash@mcs.net | Theo de Raadt | |
1999-03-14 | Adding ${MASTER_SITE_GNOME} and ${MASTER_SITE_KDE} | Bruno Rohee | |
1999-03-12 | big overhaul: | Jason Wright | |
o SNAP encapsulated IP filtering o static address cache entries o address deletion from cache o dynamic & full cache flush o filter packets based on each interface, not on the bridge as a whole o KNF nits o allow addition of ~IFF_UP interfaces o man page & user level fixes to match the above | |||
1999-03-11 | Man page for Winbond ethernet | Jason Wright | |
1999-03-11 | tell the user exactly what to do when *.src is 0 length | Todd C. Miller | |
1999-03-11 | fix more comma splices that involve misuse of conjunctive adverbs | Paul Janzen | |
1999-03-10 | pass COPTS in CFLAGS for those ports that do not override CFLAGS; | Marco S Hyman | |
NOTE: Some (most?) ports override CFLAGS. This includes all ports that use imake. Therefore this change is not as useful as it should be. |