summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
1999-04-22Fixed cut & paste error in .Nx 1.4 macro.Alex Feldman
1999-04-21Added -susv2 macro: Version 2 of the Single UNIX SpecificationAlex Feldman
1999-04-21mention that strings in lastlog and utmp are not guaranteed to be NUL-terminatedTodd C. Miller
1999-04-20sipp-esp --> espAlex Feldman
1999-04-20IMPORTANT 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-20FIND as a known programMarc Espie
1999-04-20remove weird restriction on package repository name, and make delete-linksMarc Espie
safer.
1999-04-20Add 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-18fix brainoMichael Shalayeff
1999-04-18add this one, while it should be made MI i believeMichael Shalayeff
1999-04-18add several man pages for existing driversMichael Shalayeff
1999-04-18Ox 2.6 macroJason Wright
1999-04-18oops, did not get updated; roheeTheo de Raadt
1999-04-18misc cleanup & xboxJason Wright
1999-04-18xbox docsJason Wright
1999-04-10shit: egcs-stable is in LANG, not DEVELMarco S Hyman
1999-04-09match length of keys to what PF_KEY enforcesNiels Provos
1999-04-06Fix library dependency test for arch-es that don'tMarco 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 linesAaron Campbell
1999-04-02add list-distfiles target to help me build/update the LICENSE fileMarco S Hyman
1999-04-02mention ports(7) and the emulators/linux_lib portMarco S Hyman
in the compat_linux(8) man page
1999-04-01Australian prefixes simplified (http://www.austel.gov.au/number/new8dig.htm)David Leonard
1999-03-31finish documenting ioctls and errorsJason Wright
1999-03-30add obj target that works in conjuction with WRKOBJDIR;Marco S Hyman
code from op21@squish.org
1999-03-26add note about LVD support and change comment about NVRAMmjacob
1999-03-24arrgghhh! 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-23tail anchor, to fetch 2nd manpage name, which is less likely to be ↵Theo de Raadt
over-written by the mail title; d
1999-03-22Add gross ed hack back in so termcap xterm entry < 1024Todd C. Miller
1999-03-19Add flag to allow some interfaces to not see packets with unknown destination.Jason Wright
1999-03-19Add the ability to mark an interface as "non-learning"Jason Wright
1999-03-18Fix problem with dsakey generation command for encrypted key, mention thawte.Bob Beck
1999-03-18typo; nash@mcs.netAaron Campbell
1999-03-18Make pcvt arrow keys work with vt220 entries; DEC terminals generate DEL,Todd C. Miller
not ^H.
1999-03-18Update 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-17more scrubbingTheo de Raadt
1999-03-17oopsTheo de Raadt
1999-03-17spellingTheo de Raadt
1999-03-17do not break thingsTheo de Raadt
1999-03-16tell gnu configure packages to stuff their files under /etc.Marc Espie
1999-03-16Fix typo in 192.168 anti-spoofing rule; truman@research.suspicious.orgKjell Wooding
1999-03-16xref xl(4)Todd C. Miller
1999-03-15abso -> also; mihara@prd.fc.nec.co.jpTheo de Raadt
1999-03-15mention option KEY; nash@mcs.netTheo de Raadt
1999-03-15cleanups; nash@mcs.netTheo de Raadt
1999-03-14Adding ${MASTER_SITE_GNOME} and ${MASTER_SITE_KDE}Bruno Rohee
1999-03-12big 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-11Man page for Winbond ethernetJason Wright
1999-03-11tell the user exactly what to do when *.src is 0 lengthTodd C. Miller
1999-03-11fix more comma splices that involve misuse of conjunctive adverbsPaul Janzen
1999-03-10pass 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.